ports/108332: [UPDATE] databases/py24-sqlalchemy fix options bug

Martin Wilke miwi at FreeBSD.org
Thu Jan 25 10:20:18 UTC 2007


>Number:         108332
>Category:       ports
>Synopsis:       [UPDATE] databases/py24-sqlalchemy fix options bug
>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:   Thu Jan 25 10:20:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.org 7.0-CURRENT FreeBSD 7.0-CURRENT #201: Tue Jan 23 23:29:34 CET 2007
>Description:
- Fix options bug
- Fix whitespaces

Port maintainer (dryice at dryice.name) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-sqlalchemy-0.3.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/py-sqlalchemy/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	17 Dec 2006 09:49:46 -0000	1.6
+++ Makefile	25 Jan 2007 10:17:28 -0000
@@ -26,6 +26,9 @@
 
 BUILD_DEPENDS+=		easy_install:${PORTSDIR}/devel/py-setuptools
 
+# bypass infrastructure bug
+OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
+
 OPTIONS=	FIREBIRD "support FireBird" off
 OPTIONS+=	MSSQL "support MS SQL Server" off
 OPTIONS+=	MYSQL "support MySql" on
@@ -42,8 +45,8 @@
 		tutorial.html types.html unitofwork.html
 .endif
 
-PORTEXAMPLES= adjacencytree association backref collections graphs \
-		pickle polymorph vertical
+PORTEXAMPLES=	adjacencytree association backref collections graphs \
+	pickle polymorph vertical
 
 .include <bsd.port.pre.mk>
 
--- py24-sqlalchemy-0.3.3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list