summaryrefslogtreecommitdiff
path: root/net/ucspi-tcp
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2018-11-15 13:46:07 +0000
committerschmonz <schmonz@pkgsrc.org>2018-11-15 13:46:07 +0000
commit3bb1eafd2c1bc25c15fd7bfefbcf8c6d62da0a43 (patch)
treead24724b0ffadb226dbf7d34d0e986cbfba1ad74 /net/ucspi-tcp
parentcd5f074ab99e3543b5dfa02147dc572b13777203 (diff)
downloadpkgsrc-3bb1eafd2c1bc25c15fd7bfefbcf8c6d62da0a43.tar.gz
Remove 'inet6' option (fefe's patch). For IPv6 support, see net/ucspi-tcp6.
Bump PKGREVISION.
Diffstat (limited to 'net/ucspi-tcp')
-rw-r--r--net/ucspi-tcp/Makefile8
-rw-r--r--net/ucspi-tcp/PLIST4
-rw-r--r--net/ucspi-tcp/options.mk25
3 files changed, 10 insertions, 27 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile
index b07bf5f4aa9..e938b686e53 100644
--- a/net/ucspi-tcp/Makefile
+++ b/net/ucspi-tcp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2018/07/25 16:19:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.44 2018/11/15 13:46:07 schmonz Exp $
DISTNAME= ucspi-tcp-0.88
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= sysutils net
MASTER_SITES= http://cr.yp.to/ucspi-tcp/ ftp://cr.yp.to/ucspi-tcp/
DISTFILES= ${DISTNAME}.tar.gz ${MANPAGES}
@@ -11,6 +11,10 @@ HOMEPAGE= http://cr.yp.to/ucspi-tcp.html
COMMENT= Command-line tools for building TCP client-server applications
LICENSE= public-domain
+DESTDIR_PATCH= ucspi-tcp-0.88-destdir-20180725.patch
+PATCHFILES+= ${DESTDIR_PATCH}
+SITES.${DESTDIR_PATCH}= https://schmonz.com/qmail/ucspitcpdestdir/
+
MANPAGES= ${DISTNAME}-man-20020317.tar.gz
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
diff --git a/net/ucspi-tcp/PLIST b/net/ucspi-tcp/PLIST
index 993c24618ec..17c595db795 100644
--- a/net/ucspi-tcp/PLIST
+++ b/net/ucspi-tcp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/06/09 01:47:13 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/15 13:46:07 schmonz Exp $
bin/addcr
bin/argv0
bin/date@
@@ -21,7 +21,6 @@ man/man1/argv0.1
man/man1/date@.1
man/man1/delcr.1
man/man1/finger@.1
-${PLIST.inet6}man/man1/fixcr.1
man/man1/fixcrio.1
man/man1/http@.1
man/man1/mconnect.1
@@ -33,4 +32,3 @@ man/man1/tcprules.1
man/man1/tcprulescheck.1
man/man1/tcpserver.1
man/man1/who@.1
-${PLIST.inet6}man/man5/tcp-environ.5
diff --git a/net/ucspi-tcp/options.mk b/net/ucspi-tcp/options.mk
index 06dc9852a99..77d840368fe 100644
--- a/net/ucspi-tcp/options.mk
+++ b/net/ucspi-tcp/options.mk
@@ -1,30 +1,11 @@
-# $NetBSD: options.mk,v 1.7 2018/07/25 16:19:16 schmonz Exp $
+# $NetBSD: options.mk,v 1.8 2018/11/15 13:46:07 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ucspi-tcp
-PKG_SUPPORTED_OPTIONS+= inet6 ucspi-tcp-nodefaultrbl
-PKG_SUGGESTED_OPTIONS+= inet6 ucspi-tcp-nodefaultrbl
+PKG_SUPPORTED_OPTIONS+= ucspi-tcp-nodefaultrbl
+PKG_SUGGESTED_OPTIONS+= ucspi-tcp-nodefaultrbl
.include "../../mk/bsd.options.mk"
-DESTDIR_PATCH= ucspi-tcp-0.88-destdir-20180725.patch
-PATCHFILES+= ${DESTDIR_PATCH}
-SITES.${DESTDIR_PATCH}= https://schmonz.com/qmail/ucspitcpdestdir/
-
-PLIST_VARS+= inet6
-.if !empty(PKG_OPTIONS:Minet6)
-IPV6_PATCH= ucspi-tcp-0.88-ipv6.diff20.bz2
-PATCHFILES+= ${IPV6_PATCH}
-SITES.${IPV6_PATCH}= http://www.fefe.de/ucspi/
-PATCH_DIST_STRIP.${IPV6_PATCH}= -p1
-PLIST.inet6= yes
-
-SUBST_CLASSES+= hier
-SUBST_STAGE.hier= pre-configure
-SUBST_MESSAGE.hier= Fixing manpage path.
-SUBST_FILES.hier= hier.c
-SUBST_SED.hier= -e 's,man,${PKGMANDIR},'
-.endif
-
.if !empty(PKG_OPTIONS:Mucspi-tcp-nodefaultrbl)
NODEFAULTRBL_PATCH= rblsmtpd-nodefaultrbl.patch
PATCHFILES+= ${NODEFAULTRBL_PATCH}