pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php5 add inet6 to list of supported options; this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51f3b21f76df
branches:  trunk
changeset: 500464:51f3b21f76df
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Oct 08 21:04:36 2005 +0000

description:
add inet6 to list of supported options; this effectively enables IPv6
support by default, since the USE_INET6 mapping now properly kicks in

diffstat:

 lang/php5/Makefile     |  4 ++--
 lang/php5/Makefile.php |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 314c0a65be7a -r 51f3b21f76df lang/php5/Makefile
--- a/lang/php5/Makefile        Sat Oct 08 21:01:36 2005 +0000
+++ b/lang/php5/Makefile        Sat Oct 08 21:04:36 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2005/10/08 16:49:35 jdolecek Exp $
+# $NetBSD: Makefile,v 1.18 2005/10/08 21:04:36 jdolecek Exp $
 #
 
 PKGNAME=               php-${PHP_BASE_VERS}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            lang
 
 HOMEPAGE=              http://www.php.net/
diff -r 314c0a65be7a -r 51f3b21f76df lang/php5/Makefile.php
--- a/lang/php5/Makefile.php    Sat Oct 08 21:01:36 2005 +0000
+++ b/lang/php5/Makefile.php    Sat Oct 08 21:04:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.8 2005/10/08 16:49:35 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.9 2005/10/08 21:04:36 jdolecek Exp $
 #
 
 .include "../../lang/php5/Makefile.common"
@@ -38,6 +38,7 @@
 .include "../../security/openssl/buildlink3.mk"
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.${PKGNAME:C/-[^-]*$//}
+PKG_SUPPORTED_OPTIONS+=        inet6
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index