ports/166513: [PATCH] databases/py-sqlalchemy06: switch to PGSQL knob

Jimmy Olgeni olgeni at FreeBSD.org
Fri Mar 30 13:00:23 UTC 2012


>Number:         166513
>Category:       ports
>Synopsis:       [PATCH] databases/py-sqlalchemy06: switch to PGSQL knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 30 13:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD backoffice 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Mar 24 16:45:36 CET 2012
>Description:
In OPTIONS, replace POSTGRE with the standard PGSQL option listed in ports/KNOB.

Port maintainer (nivit at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- py27-sqlalchemy06-0.6.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/py-sqlalchemy06/Makefile,v
retrieving revision 1.40
diff -u -u -r1.40 Makefile
--- Makefile	23 Jun 2011 13:40:51 -0000	1.40
+++ Makefile	30 Mar 2012 12:25:34 -0000
@@ -28,7 +28,7 @@
 OPTIONS+=	MSSQL "support MS SQL Server" off
 OPTIONS+=	MYSQL "support MySql" on
 OPTIONS+=	NOSE "install Nose for unit tests" off
-OPTIONS+=	POSTGRE "support PostGreSQL" on
+OPTIONS+=	PGSQL "support PostGreSQL" on
 OPTIONS+=	SQLITE "support Sqlite" on
 OPTIONS+=	SYBASE "support Sybase" off
 
@@ -58,7 +58,7 @@
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}nose-1.0.0:${PORTSDIR}/devel/py-nose
 .endif
 
-.if !defined(WITHOUT_POSTGRE)
+.if !defined(WITHOUT_PGSQL)
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-psycopg2
 .endif
 
--- py27-sqlalchemy06-0.6.8.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list