diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 11:10:09 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 11:10:09 +0800 |
commit | db100bdde1b3ca6c4e6f5d67babc1b2e78a008e0 (patch) | |
tree | eaae2fa8263dfb0ce51e29128126b34337b4964a /net | |
parent | 76a448c83ec5c88adb15b4234622536b16938402 (diff) | |
download | freebsd-ports-gnome-db100bdde1b3ca6c4e6f5d67babc1b2e78a008e0.tar.gz freebsd-ports-gnome-db100bdde1b3ca6c4e6f5d67babc1b2e78a008e0.tar.zst freebsd-ports-gnome-db100bdde1b3ca6c4e6f5d67babc1b2e78a008e0.zip |
Unbreak.
Submitted by: steve
Diffstat (limited to 'net')
-rw-r--r-- | net/rwhois/Makefile | 4 | ||||
-rw-r--r-- | net/rwhois/files/patch-af | 10 | ||||
-rw-r--r-- | net/rwhoisd/Makefile | 4 | ||||
-rw-r--r-- | net/rwhoisd/files/patch-af | 10 |
4 files changed, 22 insertions, 6 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index 6a606b91af14..77fc35ae698e 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -3,7 +3,7 @@ # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1998/09/17 10:53:30 asami Exp $ +# $Id: Makefile,v 1.4 1998/10/14 00:19:56 jseger Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -15,8 +15,6 @@ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -BROKEN_ELF= yes - HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot diff --git a/net/rwhois/files/patch-af b/net/rwhois/files/patch-af new file mode 100644 index 000000000000..ebb060dd17aa --- /dev/null +++ b/net/rwhois/files/patch-af @@ -0,0 +1,10 @@ +--- common/misc.c.orig Tue Oct 13 23:12:30 1998 ++++ common/misc.c Tue Oct 13 23:12:58 1998 +@@ -380,7 +380,6 @@ + char *program; + char *param; + { +- int errno = 0; + extern char **environ; + char *myenviron[MAX_SET]; + char *argv[MAX_SET]; diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 6a606b91af14..77fc35ae698e 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -3,7 +3,7 @@ # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1998/09/17 10:53:30 asami Exp $ +# $Id: Makefile,v 1.4 1998/10/14 00:19:56 jseger Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -15,8 +15,6 @@ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -BROKEN_ELF= yes - HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot diff --git a/net/rwhoisd/files/patch-af b/net/rwhoisd/files/patch-af new file mode 100644 index 000000000000..ebb060dd17aa --- /dev/null +++ b/net/rwhoisd/files/patch-af @@ -0,0 +1,10 @@ +--- common/misc.c.orig Tue Oct 13 23:12:30 1998 ++++ common/misc.c Tue Oct 13 23:12:58 1998 +@@ -380,7 +380,6 @@ + char *program; + char *param; + { +- int errno = 0; + extern char **environ; + char *myenviron[MAX_SET]; + char *argv[MAX_SET]; |