Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 19:39:13 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187682: [MAINTAINER] graphics/php-libpuzzle: Staging support
Message-ID:  <20140317233913.2B8C82846A@kirby.cyberbotx.com>
Resent-Message-ID: <201403172340.s2HNe0XA046777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187682
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/php-libpuzzle: Staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 23:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST
>Description:
- Staging support.
- USES for bzip2.
- Fix order of lines.

Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- php-libpuzzle-0.11.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 348507)
+++ Makefile	(working copy)
@@ -12,16 +12,15 @@
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	PHP extension for Puzzle library to find similar pictures
 
-LIB_DEPENDS=	puzzle.1:${PORTSDIR}/graphics/libpuzzle \
-		gd:${PORTSDIR}/graphics/gd
-
 LICENSE=	BSD
-LICENSE_FILES=	${WRKSRC}/COPYING
+LICENSE_FILES=	${WRKSRC}/../../COPYING
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME}
+LIB_DEPENDS=	libpuzzle.so:${PORTSDIR}/graphics/libpuzzle \
+		libgd.so:${PORTSDIR}/graphics/gd
 
+USES=		tar:bzip2
 
-USE_BZIP2=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME}
 
 USE_PHP=	yes
 USE_PHPIZE=	yes
@@ -28,5 +27,4 @@
 USE_PHPEXT=	yes
 USE_PHP_BUILD=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
--- php-libpuzzle-0.11.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140317233913.2B8C82846A>