diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-06-01 15:34:16 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-06-01 15:34:16 +0000 |
commit | b8981cbdface86701c28fe926f21a2de7d1790c4 (patch) | |
tree | 29e7c041ee7f8dc9f384c405f2ed64d635558175 | |
parent | 357f045b0b1c3b8e65f8eefc842a671e35445a0c (diff) | |
download | pkgsrc-b8981cbdface86701c28fe926f21a2de7d1790c4.tar.gz |
Since we set ALL_TARGET to irix6 (under, IRIX 6.x), we don't need to patch
the irix6.5 target into the Makefile.
-rw-r--r-- | security/tcp_wrappers/distinfo | 4 | ||||
-rw-r--r-- | security/tcp_wrappers/patches/patch-aa | 10 |
2 files changed, 3 insertions, 11 deletions
diff --git a/security/tcp_wrappers/distinfo b/security/tcp_wrappers/distinfo index 00133540817..ee6f8381231 100644 --- a/security/tcp_wrappers/distinfo +++ b/security/tcp_wrappers/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2004/03/26 11:02:14 jlam Exp $ +$NetBSD: distinfo,v 1.8 2004/06/01 15:34:16 jschauma Exp $ SHA1 (tcp_wrappers_7.6-ipv6.1.tar.gz) = d0b70d4f0c0ac0375d8283a18ec2b6d602f82fde Size (tcp_wrappers_7.6-ipv6.1.tar.gz) = 144708 bytes -SHA1 (patch-aa) = feed6e504bb69c210ede443289de3a3b19bc0332 +SHA1 (patch-aa) = 9a546eb262ac956a99a6739a8c712a9acbadfb94 SHA1 (patch-ab) = 51b094f55afcea6ef1063af1b27be0b22b07eaa6 SHA1 (patch-ac) = a9cd493a470782e8f6bdd38fde6c746fb1e371c0 SHA1 (patch-ad) = 2f2fa789599e2fca652e240f05bec8460287e79e diff --git a/security/tcp_wrappers/patches/patch-aa b/security/tcp_wrappers/patches/patch-aa index 4471ebb7570..58fc3d97d09 100644 --- a/security/tcp_wrappers/patches/patch-aa +++ b/security/tcp_wrappers/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.6 2004/03/26 11:02:14 jlam Exp $ +$NetBSD: patch-aa,v 1.7 2004/06/01 15:34:16 jschauma Exp $ --- Makefile.orig Mon Aug 21 13:59:52 2000 +++ Makefile @@ -20,14 +20,6 @@ $NetBSD: patch-aa,v 1.6 2004/03/26 11:02:14 jlam Exp $ # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x. hpux hpux8 hpux9 hpux10: -@@ -185,6 +185,7 @@ irix5: - - # IRIX 6.2 (tucker@math.unc.edu). Must find a better value than 200000. - irix6: -+irix6.5: - @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ - LIBS= RANLIB=echo ARFLAGS=rv VSYSLOG= \ - NETGROUP=-DNETGROUP EXTRA_CFLAGS="-DBSD=200000" TLI= all @@ -602,7 +603,7 @@ ACCESS = -DHOSTS_ACCESS # look for access control information. Watch out for the quotes and # backslashes when you make changes. |