ports/71244: Update port: databases/pear-DB_DataObject

Antônio Carlos Venâncio Júnior antonio at php.net
Wed Sep 1 12:50:06 UTC 2004


>Number:         71244
>Category:       ports
>Synopsis:       Update port: databases/pear-DB_DataObject
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 01 12:50:05 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:
System: FreeBSD antonio.grupos.com.br 5.3-BETA1 FreeBSD 5.3-BETA1 #4: Wed Aug 25 09:57:05 BRT 2004 root at antonio.grupos.com.br:/usr/src/sys/i386/compile/ANTONIO i386
>Description:
+ add option to install PEAR::Validate
>How-To-Repeat:
>Fix:

--- Makefile.old	Mon Aug 30 18:09:18 2004
+++ Makefile	Wed Sep  1 09:40:54 2004
@@ -16,12 +16,22 @@
 		${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
+USE_PHP=	yes
+
 CATEGORY=	DB
 FILES=		DataObject.php DataObject/Cast.php DataObject/Error.php \
 		DataObject/Generator.php DataObject/createTables.php
 
 DOCS=		example.ini
 
+LATEST_LINK=	pear-DB_DataObject
+OPTIONS=	PEAR_VALIDATE "PEAR::Validate support" off
+
 .include <bsd.port.pre.mk>
+
+.if defined(WITH_PEAR_VALIDATE)
+BUILD_DEPENDS+=	${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
+.endif
+
 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list