ports/106296: [PATCH] databases/py24-sqlobject: fix option

Rong-En Fan rafan at FreeBSD.org
Mon Dec 4 07:00:28 UTC 2006


>Number:         106296
>Category:       ports
>Synopsis:       [PATCH] databases/py24-sqlobject: fix option
>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:   Mon Dec 04 07:00:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- OPTIONSFILE should be defined before bsd.port.pre.mk, otherwise, you got

===> Using wrong configuration file /var/db/ports/sqlobject/options

Port maintainer (whitekid at gmail.com) is cc'd.

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

--- py24-sqlobject-0.7.0_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/databases/py-sqlobject/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	10 Nov 2006 21:16:00 -0000	1.8
+++ Makefile	4 Dec 2006 06:49:37 -0000
@@ -28,11 +28,11 @@
 		PGSQL	"PostgreSQL Supports" off \
 		SQLITE	"SQLite Supports" off
 
-.include <bsd.port.pre.mk>
-
 # bypass infrastructure bug
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
+.include <bsd.port.pre.mk>
+
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/formencode/__init__.py:${PORTSDIR}/www/py-formencode
 
 .if defined(WITH_MYSQL)
--- py24-sqlobject-0.7.0_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list