Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/couriertcpd net/couriertcpd: remove ipv6 option
details: https://anonhg.NetBSD.org/pkgsrc/rev/bed1c317b6c7
branches: trunk
changeset: 432396:bed1c317b6c7
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu May 21 19:21:17 2020 +0000
description:
net/couriertcpd: remove ipv6 option
The configure script does not know --with-ipv6 anymore.
diffstat:
net/couriertcpd/Makefile | 4 +---
net/couriertcpd/options.mk | 16 ----------------
2 files changed, 1 insertions(+), 19 deletions(-)
diffs (38 lines):
diff -r 4f9b9ec216d0 -r bed1c317b6c7 net/couriertcpd/Makefile
--- a/net/couriertcpd/Makefile Thu May 21 18:48:43 2020 +0000
+++ b/net/couriertcpd/Makefile Thu May 21 19:21:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/26 17:31:48 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/21 19:21:17 rillig Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/tcpd-/}
@@ -16,8 +16,6 @@
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
-.include "options.mk"
-
.include "../../mail/courier-mta/Makefile.common"
# This package doesn't need to depend on courier-authlib -- just fake
diff -r 4f9b9ec216d0 -r bed1c317b6c7 net/couriertcpd/options.mk
--- a/net/couriertcpd/options.mk Thu May 21 18:48:43 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2019/09/26 11:36:55 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.couriertcpd
-PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-###
-### IPv6 support.
-###
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --with-ipv6
-.else
-CONFIGURE_ARGS+= --without-ipv6
-.endif
Home |
Main Index |
Thread Index |
Old Index