Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ipvsadm/files: ipvsadm-1.27-buildsystem.patch
Date: Sat, 02 Nov 2013 06:52:24
Message-Id: 20131102065216.CDFE32004B@flycatcher.gentoo.org
1 robbat2 13/11/02 06:52:16
2
3 Modified: ipvsadm-1.27-buildsystem.patch
4 Log:
5 Respin build system patch into a form for submission to upstream.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch?r1=1.1&r2=1.2
15
16 Index: ipvsadm-1.27-buildsystem.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- ipvsadm-1.27-buildsystem.patch 2 Nov 2013 06:40:02 -0000 1.1
23 +++ ipvsadm-1.27-buildsystem.patch 2 Nov 2013 06:52:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 diff -Nuar -Nuar --exclude '*.orig' --exclude '*.rej' ipvsadm-1.27.orig/libipvs/Makefile ipvsadm-1.27/libipvs/Makefile
26 --- ipvsadm-1.27.orig/libipvs/Makefile 2013-09-06 01:37:27.000000000 -0700
27 -+++ ipvsadm-1.27/libipvs/Makefile 2013-11-01 23:31:14.359495884 -0700
28 ++++ ipvsadm-1.27/libipvs/Makefile 2013-11-01 23:45:21.633636401 -0700
29 @@ -1,9 +1,9 @@
30 # Makefile for libipvs
31
32 @@ -61,8 +61,8 @@ diff -Nuar -Nuar --exclude '*.orig' --ex
33
34 distclean: clean
35 diff -Nuar -Nuar --exclude '*.orig' --exclude '*.rej' ipvsadm-1.27.orig/Makefile ipvsadm-1.27/Makefile
36 ---- ipvsadm-1.27.orig/Makefile 2013-09-06 01:37:27.000000000 -0700
37 -+++ ipvsadm-1.27/Makefile 2013-11-01 23:31:44.259015958 -0700
38 +--- ipvsadm-1.27.orig/Makefile 2013-11-01 23:49:36.523225124 -0700
39 ++++ ipvsadm-1.27/Makefile 2013-11-01 23:49:09.478738760 -0700
40 @@ -43,14 +43,13 @@
41 INIT = $(BUILD_ROOT)/etc/rc.d/init.d
42 MKDIR = mkdir
43 @@ -96,19 +96,11 @@ diff -Nuar -Nuar --exclude '*.orig' --ex
44 + $(CC) $(LDFLAGS) $(OPTFLAGS) $(CFLAGS) -o $@ $^ -Llibipvs -lipvs $(LIBS)
45
46 -install: all
47 -+install:
48 ++install: all
49 if [ ! -d $(SBIN) ]; then $(MKDIR) -p $(SBIN); fi
50 $(INSTALL) -m 0755 ipvsadm $(SBIN)
51 $(INSTALL) -m 0755 ipvsadm-save $(SBIN)
52 -@@ -98,15 +99,13 @@
53 - $(INSTALL) -m 0644 ipvsadm.8 $(MAN)
54 - $(INSTALL) -m 0644 ipvsadm-save.8 $(MAN)
55 - $(INSTALL) -m 0644 ipvsadm-restore.8 $(MAN)
56 -- [ -d $(INIT) ] || $(MKDIR) -p $(INIT)
57 -- $(INSTALL) -m 0755 ipvsadm.sh $(INIT)/ipvsadm
58 -
59 - clean:
60 - rm -f ipvsadm $(NAME).spec $(NAME)-$(VERSION).tar.gz
61 +@@ -106,7 +107,7 @@
62 rm -rf debian/tmp
63 find . -name '*.[ao]' -o -name "*~" -o -name "*.orig" \
64 -o -name "*.rej" -o -name core | xargs rm -f
65 @@ -117,7 +109,7 @@ diff -Nuar -Nuar --exclude '*.orig' --ex
66
67 distclean: clean
68
69 -@@ -139,4 +138,4 @@
70 +@@ -139,4 +140,4 @@
71 dpkg-buildpackage
72
73 %.o: %.c