Date: Tue, 19 Mar 2002 14:55:30 +0100 (CET) From: Alex Dupre <sysadmin@alexdupre.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36099: [Fix Port] www/abcache (bento fix) Message-ID: <200203191355.g2JDtUO10873@vaio.alexdupre.com>
next in thread | raw e-mail | index | archive | help
>Number: 36099 >Category: ports >Synopsis: [Fix Port] www/abcache (bento fix) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 19 06:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Sun Mar 10 23:48:11 CET 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: Now the install procedure creates the destination dir, so it's possible to install abcache even if php was installed from package. >How-To-Repeat: >Fix: --- abcache.diff begins here --- diff -ruN abcache.orig/Makefile abcache/Makefile --- abcache.orig/Makefile Tue Mar 19 10:37:01 2002 +++ abcache/Makefile Tue Mar 19 10:38:00 2002 @@ -32,6 +32,7 @@ @cd ${WRKSRC} && ${LOCALBASE}/bin/phpize do-install: + @${MKDIR} ${LOCALBASE}/lib/php/20010901 @${INSTALL} ${WRKSRC}/modules/bware_cache.so \ ${LOCALBASE}/lib/php/20010901 Binary files abcache.orig/abcache-0.14.tgz and abcache/abcache-0.14.tgz differ --- abcache.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203191355.g2JDtUO10873>