Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/iptables/files: iptables-1.4.0-dev-files.patch digest-iptables-1.4.0-r1
Date: Sun, 30 Dec 2007 15:00:55
Message-Id: E1J8zej-0003sL-CI@stork.gentoo.org
1 vapier 07/12/30 15:00:49
2
3 Added: iptables-1.4.0-dev-files.patch
4 digest-iptables-1.4.0-r1
5 Log:
6 Install dev headers/libs again #203744.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.1 net-firewall/iptables/files/iptables-1.4.0-dev-files.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/files/iptables-1.4.0-dev-files.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/files/iptables-1.4.0-dev-files.patch?rev=1.1&content-type=text/plain
14
15 Index: iptables-1.4.0-dev-files.patch
16 ===================================================================
17 install headers and make a small archive for people to use
18
19 --- iptables/Makefile
20 +++ iptables/Makefile
21 @@ -102,6 +102,17 @@
22 print-extensions:
23 @[ -n "$(OPTIONALS)" ] && echo Extensions found: $(OPTIONALS)
24
25 +EXTRAS+=libiptables.a
26 +DEVEL_HEADERS+=include/iptables.h include/xtables.h include/libipulog/libipulog.h
27 +DEVEL_LIBS+=libiptables.a
28 +ifeq ($(DO_IPV6), 1)
29 +EXTRAS+=libip6tables.a
30 +DEVEL_HEADERS+=include/ip6tables.h
31 +DEVEL_LIBS+=libip6tables.a
32 +endif
33 +libiptables.a: libiptables.a(iptables.o)
34 +libip6tables.a: libip6tables.a(ip6tables.o)
35 +
36 iptables.o: iptables.c
37 $(CC) $(CFLAGS) -DIPT_LIB_DIR=\"$(IPT_LIBDIR)\" -c -o $@ $<
38
39 @@ -221,7 +232,7 @@
40 .PHONY: install-devel-headers
41 install-devel-headers: $(DEVEL_HEADERS)
42 @[ -d $(DESTDIR)$(INCDIR) ] || mkdir -p $(DESTDIR)$(INCDIR)
43 - @cp -v $(DEVEL_HEADERS) $(DESTDIR)$(INCDIR)
44 + @cd include && cp -v --parents $(patsubst include/%,%,$(DEVEL_HEADERS)) $(DESTDIR)$(INCDIR)
45
46 .PHONY: install-devel-libs
47 install-devel-libs: $(DEVEL_LIBS)
48 --- iptables/libiptc/Makefile
49 +++ iptables/libiptc/Makefile
50 @@ -16,8 +16,12 @@
51 ifeq ($(DO_IPV6), 1)
52 EXTRA_DEPENDS+= libiptc/libip6tc.d
53 libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip6tc.o)
54 +DEVEL_HEADERS+=include/libiptc/libip6tc.h
55 endif
56
57 +DEVEL_LIBS+=libiptc/libiptc.a
58 +DEVEL_HEADERS+=include/libiptc/libiptc.h include/libiptc/ipt_kernel_headers.h
59 +
60 libiptc/libip4tc.d libiptc/libip6tc.d: %.d: %.c
61 @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d libiptc/libiptc.a($*.o):@' > $@
62 endif
63
64
65
66 1.1 net-firewall/iptables/files/digest-iptables-1.4.0-r1
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/files/digest-iptables-1.4.0-r1?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/files/digest-iptables-1.4.0-r1?rev=1.1&content-type=text/plain
70
71 Index: digest-iptables-1.4.0-r1
72 ===================================================================
73 MD5 90cfa8a554a29b0b859a625e701af2a7 iptables-1.4.0.tar.bz2 181610
74 RMD160 6f6a29cbe0e55261607acc1183e04482c444286e iptables-1.4.0.tar.bz2 181610
75 SHA256 fd9a978035e6a8f73344f986c84a222dc4ac3706b901e0c1ecae9647db5e5d52 iptables-1.4.0.tar.bz2 181610
76 MD5 e153d23a3879f33f4a96ed6b706609e3 netfilter-layer7-v2.17.tar.gz 160408
77 RMD160 9823d7b411e18160dc8501a6a5d2129f75e727e1 netfilter-layer7-v2.17.tar.gz 160408
78 SHA256 2e2893757a3b22f2786ead2045efae1d6a52942a89d0159c39ba907531b60c01 netfilter-layer7-v2.17.tar.gz 160408
79
80
81
82 --
83 gentoo-commits@g.o mailing list