pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/bozohttpd Drop the inet6 option and mark this pack...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d058176f5e6
branches: trunk
changeset: 539527:4d058176f5e6
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Mar 07 22:00:43 2008 +0000
description:
Drop the inet6 option and mark this package as simply "IPV6_READY"
because it doesn't care about the IP family.
diffstat:
www/bozohttpd/Makefile | 5 ++++-
www/bozohttpd/options.mk | 11 ++---------
2 files changed, 6 insertions(+), 10 deletions(-)
diffs (43 lines):
diff -r fc3deb4929b4 -r 4d058176f5e6 www/bozohttpd/Makefile
--- a/www/bozohttpd/Makefile Fri Mar 07 21:50:41 2008 +0000
+++ b/www/bozohttpd/Makefile Fri Mar 07 22:00:43 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2008/03/07 18:17:26 mrg Exp $
+# $NetBSD: Makefile,v 1.63 2008/03/07 22:00:43 jlam Exp $
#
DISTNAME= bozohttpd-20080303
@@ -16,6 +16,9 @@
.include "options.mk"
+# This package is IP family agnostic.
+BUILD_DEFS+= IPV6_READY
+
MAKE_FILE= Makefile.boot
SUBST_CLASSES+= paths
diff -r fc3deb4929b4 -r 4d058176f5e6 www/bozohttpd/options.mk
--- a/www/bozohttpd/options.mk Fri Mar 07 21:50:41 2008 +0000
+++ b/www/bozohttpd/options.mk Fri Mar 07 22:00:43 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2008/03/03 15:53:03 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2008/03/07 22:00:43 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bozohttpd
-PKG_SUPPORTED_OPTIONS= bozohttpd-do-htpasswd inet6
+PKG_SUPPORTED_OPTIONS= bozohttpd-do-htpasswd
.include "../../mk/bsd.options.mk"
@@ -11,10 +11,3 @@
.if !empty(PKG_OPTIONS:Mbozohttpd-do-htpasswd)
CPPFLAGS+= -DDO_HTPASSWD
.endif
-
-###
-### IPv6 support.
-###
-.if !empty(PKG_OPTIONS:Minet6)
-CPPFLAGS+= -DINET6
-.endif
Home |
Main Index |
Thread Index |
Old Index