pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php5 install PHP unstripped on Darwin/Mac OS X, s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6851bd4e8d70
branches:  trunk
changeset: 532937:6851bd4e8d70
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Tue Sep 04 22:12:23 2007 +0000

description:
install PHP unstripped on Darwin/Mac OS X, so that modules load properly; bump
PKGREVISION

PR: 36869 by Louis Guillaume

diffstat:

 lang/php5/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r b2f51083ceba -r 6851bd4e8d70 lang/php5/Makefile
--- a/lang/php5/Makefile        Tue Sep 04 21:48:32 2007 +0000
+++ b/lang/php5/Makefile        Tue Sep 04 22:12:23 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2007/09/03 11:48:44 tron Exp $
+# $NetBSD: Makefile,v 1.59 2007/09/04 22:12:23 jdolecek Exp $
 
 PKGNAME=               php-${PHP_BASE_VERS}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            lang
 
 HOMEPAGE=              http://www.php.net/
@@ -43,6 +43,11 @@
 SUBST_FILES.cgi=       configure
 SUBST_SED.cgi=         -e 's,@CGIDIR@,${CGIDIR},g'
 
+# Make sure modules can link correctly
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED=    yes
+.endif
+
 pre-install:
        ${INSTALL_DATA_DIR} ${DESTDIR:Q}${CGIDIR:Q}
 



Home | Main Index | Thread Index | Old Index