Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2007 08:40:50 -0500 (EST)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@goodking.ca
Subject:   ports/109087: [MAINTAINER] sysutils/pear-Log: fix BUILD_DEPENDS for php5-sqlite dependancy
Message-ID:  <200702121340.l1CDeojD065292@goodking.goodking.ca>
Resent-Message-ID: <200702121350.l1CDo50U015905@freefall.freebsd.org>

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

>Number:         109087
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/pear-Log: fix BUILD_DEPENDS for php5-sqlite dependancy
>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:   Mon Feb 12 13:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 15 10:16:54 EST 2007
>Description:
- fix BUILD_DEPENDS for php5-sqlite dependancy
- bump PORTREVISION
- thanks to Geoffroy Desvernay dgeo_(AT)_ec-marseille_(DOT)_fr for pointing this out

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

--- pear-Log-1.9.10_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pear-Log/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	6 Feb 2007 17:04:37 -0000	1.34
+++ Makefile	12 Feb 2007 13:36:08 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Log
 PORTVERSION=	1.9.10
+PORTREVISION=	1
 CATEGORIES=	sysutils www pear
 
 MAINTAINER=	thomas@goodking.ca
@@ -58,7 +59,7 @@
 .endif
 
 .if defined(WITH_PHP_SQLITE)
-BUILD_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/databases/php5-sqlite
+BUILD_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/sqlite.so:${PORTSDIR}/databases/php5-sqlite
 .endif
 
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
--- pear-Log-1.9.10_1.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?200702121340.l1CDeojD065292>