diff options
author | christos <christos@pkgsrc.org> | 2012-08-25 11:10:18 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2012-08-25 11:10:18 +0000 |
commit | 6629df497f98e57c6d601cbeefd2de5bd56aa867 (patch) | |
tree | 3447cce32df4c354bf92a1740724b4adf3a1f9f0 /net/iana-etc | |
parent | 54466699e3a27b499b78d8cdfc0de2d5695dcc46 (diff) | |
download | pkgsrc-6629df497f98e57c6d601cbeefd2de5bd56aa867.tar.gz |
always use the iana generated source files we just got
Diffstat (limited to 'net/iana-etc')
-rw-r--r-- | net/iana-etc/distinfo | 4 | ||||
-rw-r--r-- | net/iana-etc/patches/patch-Makefile | 27 |
2 files changed, 27 insertions, 4 deletions
diff --git a/net/iana-etc/distinfo b/net/iana-etc/distinfo index 4633ce0997b..ef2afd762dd 100644 --- a/net/iana-etc/distinfo +++ b/net/iana-etc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2012/08/25 10:59:50 christos Exp $ +$NetBSD: distinfo,v 1.2 2012/08/25 11:10:18 christos Exp $ SHA1 (iana-etc-2.30.tar.bz2) = 218593bcb9264014c4e397d838b2c218eac9df06 RMD160 (iana-etc-2.30.tar.bz2) = c381a9b1a26a6a06cebf8b1789ac42b8d362256f Size (iana-etc-2.30.tar.bz2) = 205618 bytes -SHA1 (patch-Makefile) = 4579e64c24c4834964915de81835111645d4e4b3 +SHA1 (patch-Makefile) = 624c86469d5f63418123730fd70f2dc230a6a3d8 SHA1 (patch-get.gawk) = 9ee0c6f5ffc917605e10a0a17c78d317ea888a05 SHA1 (patch-services.gawk) = 49f6d44cf1a33bb5f21c4ce9693fe6b26cddfab2 diff --git a/net/iana-etc/patches/patch-Makefile b/net/iana-etc/patches/patch-Makefile index 76f2dd0fcce..f073e4a7840 100644 --- a/net/iana-etc/patches/patch-Makefile +++ b/net/iana-etc/patches/patch-Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile,v 1.1 2012/08/25 10:59:50 christos Exp $ +$NetBSD: patch-Makefile,v 1.2 2012/08/25 11:10:19 christos Exp $ --- Makefile 2012-08-25 13:45:59.000000000 +0300 +++ Makefile 2012-08-25 13:10:09.000000000 +0300 @@ -26,7 +26,7 @@ $NetBSD: patch-Makefile,v 1.1 2012/08/25 10:59:50 christos Exp $ clean: rm -vf \ -@@ -42,11 +42,11 @@ +@@ -42,26 +42,26 @@ protocol-numbers.iana port-numbers.iana protocol-numbers.iana: @@ -40,3 +40,26 @@ $NetBSD: patch-Makefile,v 1.1 2012/08/25 10:59:50 christos Exp $ rm -f port-numbers protocol-numbers: +-ifeq (protocol-numbers.iana, $(wildcard protocol-numbers.iana)) ++#ifeq (protocol-numbers.iana, $(wildcard protocol-numbers.iana)) + ln -f -s protocol-numbers.iana protocol-numbers +-else +- ln -f -s protocol-numbers.dist protocol-numbers +-endif ++#else ++# ln -f -s protocol-numbers.dist protocol-numbers ++#endif + + port-numbers: +-ifeq (port-numbers.iana, $(wildcard port-numbers.iana)) ++#ifeq (port-numbers.iana, $(wildcard port-numbers.iana)) + ln -f -s port-numbers.iana port-numbers +-else +- ln -f -s port-numbers.dist port-numbers +-endif ++#else ++# ln -f -s port-numbers.dist port-numbers ++#endif + + protocols: protocol-numbers protocols.gawk + $(AWK) --re-interval -f protocols.gawk -v strip=$(STRIP) \ |