ports/148275: [PATCH] www/gallery3 remove WITH_PGSQL option

Bo-Yi Wu appleboy.tw at gmail.com
Thu Jul 1 08:00:20 UTC 2010


>Number:         148275
>Category:       ports
>Synopsis:       [PATCH] www/gallery3 remove WITH_PGSQL option
>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:   Thu Jul 01 08:00:18 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bo-Yi Wu
>Release:        FreeBSD 7.0-RELEASE-p12 i386
>Organization:
Gemtek of Taiwan
>Environment:
System: FreeBSD www.cn.ee.ccu.edu.tw 7.0-RELEASE-p12 FreeBSD 7.0-RELEASE-p12 #3: Wed Jun 17 11:21:48 CST 2009 root at www.cn.ee.ccu.edu.tw:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Gallery3 doesn't support PostgreSQL, so I remove PGSQL option form Makefile

	
>How-To-Repeat:
	
>Fix:

	

--- gallery3.patch begins here ---
diff -ruN /usr/ports/www/gallery3/Makefile gallery3/Makefile
--- /usr/ports/www/gallery3/Makefile	2010-06-03 04:44:16.000000000 +0800
+++ gallery3/Makefile	2010-07-01 14:53:43.000000000 +0800
@@ -17,7 +17,7 @@
 
 USE_ZIP=	yes
 
-USE_PHP=	pcre session filter xml iconv spl simplexml json
+USE_PHP=	pcre session filter xml iconv spl simplexml json mysql
 WANT_PHP_WEB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -28,7 +28,6 @@
 OPTIONS=	NETPBM "Enable netpbm support" off \
 		IMAGEMAGICK "Enable imagemagick support" on \
 		GRAPHMAGICK "Enable graphicsmagick support" off \
-		PGSQL "Use PostgreSQL instead of MySQL" off \
 		JHEAD "Enable jhead support" on \
 		GD "Enable gd support" off \
 		DCRAW "Enable dcraw support" off \
@@ -37,11 +36,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_PGSQL)
-USE_PHP+=	pgsql
-.else
-USE_PHP+=	mysql
-.endif
 .if defined(WITH_GD)
 USE_PHP+=	gd
 RUN_DEPENDS+=	pngtogd:${PORTSDIR}/graphics/gd
--- gallery3.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list