ports/144051: [patch] databases/pecl-memcached: fix igbinary BUILD_DEPENDS path

Daniel Gerzo danger at FreeBSD.org
Thu Feb 18 00:20:03 UTC 2010


>Number:         144051
>Category:       ports
>Synopsis:       [patch] databases/pecl-memcached: fix igbinary BUILD_DEPENDS path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 18 00:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Gerzo
>Release:        FreeBSD 7.1-STABLE amd64
>Organization:
SysCare s.r.o.
>Environment:
System: FreeBSD 7.1-STABLE #0: Tue Jan 20 21:16:42 CET 2009
>Description:
The bug is quite obvious while updating the port.
>How-To-Repeat:
>Fix:
--- Makefile.diff begins here ---
--- Makefile~	2010-01-31 15:35:15.000000000 +0100
+++ Makefile	2010-02-18 00:52:57.000000000 +0100
@@ -34,7 +34,7 @@
 
 .if defined(WITH_IGBINARY)
 CONFIGURE_ARGS+=--enable-memcached-igbinary
-BUILD_DEPENDS+=	${LOCALBASE}lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
+BUILD_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
 RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
 .endif
 
--- Makefile.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list