Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2006 14:50:10 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        whitekid@gmail.com
Subject:   ports/106296: [PATCH] databases/py24-sqlobject: fix option
Message-ID:  <200612040650.kB46oAeO029124@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200612040700.kB470OYW008906@freefall.freebsd.org>

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

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



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