Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2007 11:18:49 +0100 (CET)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dryice@dryice.name
Subject:   ports/108332: [UPDATE] databases/py24-sqlalchemy fix options bug
Message-ID:  <200701251018.l0PAIn0Y088635@miwi.homeunix.org>
Resent-Message-ID: <200701251020.l0PAK9YC052403@freefall.freebsd.org>

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

>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@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:



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