Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2007 10:01:33 GMT
From:      Gerrit Beine<gerrit.beine@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/112233: Fix port: databases/pecl-memcache
Message-ID:  <200704291001.l3TA1Xrl093168@www.freebsd.org>
Resent-Message-ID: <200704291010.l3TAA5Us011798@freefall.freebsd.org>

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

>Number:         112233
>Category:       ports
>Synopsis:       Fix port: databases/pecl-memcache
>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:   Sun Apr 29 10:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 6.1-RELEASE
>Organization:
>Environment:
FreeBSD fbsd61.localdomain 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Fix the broken port using PHP_BUILD and PHPIZE
>How-To-Repeat:

>Fix:
diff -Nur /usr/ports/databases/pecl-memcache/Makefile pecl-memcache/Makefile
--- /usr/ports/databases/pecl-memcache/Makefile	Fri Apr 20 10:01:06 2007
+++ pecl-memcache/Makefile	Sun Apr 29 11:34:06 2007
@@ -16,9 +16,9 @@
 MAINTAINER=	gerrit.beine@gmx.de
 COMMENT=	Memcached extension
 
-BROKEN=		Configure fails
-
 USE_PHP=	zlib session
+USE_PHP_BUILD=	yes
+USE_PHPIZE=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	memcache
 

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



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