Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/upnpscan/files: upnpscan-0.4-r2-cflags.patch upnpscan-0.4-cflags.patch
Date: Mon, 01 Nov 2010 04:32:51
Message-Id: 20101101043245.C530620051@flycatcher.gentoo.org
1 jer 10/11/01 04:32:45
2
3 Modified: upnpscan-0.4-cflags.patch
4 Added: upnpscan-0.4-r2-cflags.patch
5 Log:
6 Readd the old patch or we introduce more QA issues to -r0.
7
8 (Portage version: 2.1.9.23/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch?r1=1.2&r2=1.3
16
17 Index: upnpscan-0.4-cflags.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/files/upnpscan-0.4-cflags.patch,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- upnpscan-0.4-cflags.patch 1 Nov 2010 04:17:10 -0000 1.2
24 +++ upnpscan-0.4-cflags.patch 1 Nov 2010 04:32:45 -0000 1.3
25 @@ -1,51 +1,20 @@
26 ---- a/configure.in 2005-06-23 17:02:57.000000000 +0200
27 -+++ b/configure.in 2010-11-01 04:44:44.000000000 +0100
28 -@@ -8,12 +8,10 @@
29 - AM_CONFIG_HEADER(config.h)
30 -
31 - AC_ISC_POSIX
32 --CFLAGS=""
33 - AC_SUBST(CFLAGS)
34 - AC_PROG_CC
35 - AM_PROG_CC_STDC
36 - AC_HEADER_STDC
37 --AM_PROG_LIBTOOL
38 -
39 - dnl Checks for programs.
40 -
41 ---- a/Makefile.am 2005-06-23 12:32:13.000000000 +0200
42 -+++ b/Makefile.am 2010-11-01 04:46:41.000000000 +0100
43 -@@ -5,20 +5,6 @@
44 -
45 - SUBDIRS = src
46 -
47 --upnpscandocdir = ${prefix}/doc/upnpscan
48 --upnpscandoc_DATA = \
49 -- README\
50 -- COPYING\
51 -- AUTHORS\
52 -- ChangeLog\
53 -- INSTALL\
54 -- NEWS\
55 -- TODO
56 --
57 --EXTRA_DIST = $(upnpscandoc_DATA)
58 --
59 --
60 --
61 - # Copy all the spec files. Of cource, only one is actually used.
62 - dist-hook:
63 - for specfile in *.spec; do \
64 ---- a/src/Makefile.am 2005-06-21 22:57:32.000000000 +0200
65 -+++ b/src/Makefile.am 2010-11-01 04:53:22.000000000 +0100
66 -@@ -7,10 +7,6 @@
67 - INCLUDES =\
68 +--- upnpscan/src/Makefile.in.orig 2005-06-23 17:03:51.000000000 +0200
69 ++++ upnpscan/src/Makefile.in 2009-01-15 08:42:52.000000000 +0100
70 +@@ -82,7 +82,6 @@
71 + AWK = @AWK@
72 + CC = @CC@
73 + CCDEPMODE = @CCDEPMODE@
74 +-CFLAGS = @CFLAGS@
75 + CPP = @CPP@
76 + CPPFLAGS = @CPPFLAGS@
77 + CXX = @CXX@
78 +@@ -181,8 +180,7 @@
79 -I../include
80
81 --AM_CFLAGS =\
82 + AM_CFLAGS = \
83 - -Wall\
84 - -g
85 --
86 - bin_PROGRAMS = upnpscan
87 ++ -Wall
88
89 upnpscan_SOURCES = \
90 + upnpscan.c\
91
92
93
94 1.1 net-analyzer/upnpscan/files/upnpscan-0.4-r2-cflags.patch
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/files/upnpscan-0.4-r2-cflags.patch?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/files/upnpscan-0.4-r2-cflags.patch?rev=1.1&content-type=text/plain
98
99 Index: upnpscan-0.4-r2-cflags.patch
100 ===================================================================
101 --- a/configure.in 2005-06-23 17:02:57.000000000 +0200
102 +++ b/configure.in 2010-11-01 04:44:44.000000000 +0100
103 @@ -8,12 +8,10 @@
104 AM_CONFIG_HEADER(config.h)
105
106 AC_ISC_POSIX
107 -CFLAGS=""
108 AC_SUBST(CFLAGS)
109 AC_PROG_CC
110 AM_PROG_CC_STDC
111 AC_HEADER_STDC
112 -AM_PROG_LIBTOOL
113
114 dnl Checks for programs.
115
116 --- a/Makefile.am 2005-06-23 12:32:13.000000000 +0200
117 +++ b/Makefile.am 2010-11-01 04:46:41.000000000 +0100
118 @@ -5,20 +5,6 @@
119
120 SUBDIRS = src
121
122 -upnpscandocdir = ${prefix}/doc/upnpscan
123 -upnpscandoc_DATA = \
124 - README\
125 - COPYING\
126 - AUTHORS\
127 - ChangeLog\
128 - INSTALL\
129 - NEWS\
130 - TODO
131 -
132 -EXTRA_DIST = $(upnpscandoc_DATA)
133 -
134 -
135 -
136 # Copy all the spec files. Of cource, only one is actually used.
137 dist-hook:
138 for specfile in *.spec; do \
139 --- a/src/Makefile.am 2005-06-21 22:57:32.000000000 +0200
140 +++ b/src/Makefile.am 2010-11-01 04:53:22.000000000 +0100
141 @@ -7,10 +7,6 @@
142 INCLUDES =\
143 -I../include
144
145 -AM_CFLAGS =\
146 - -Wall\
147 - -g
148 -
149 bin_PROGRAMS = upnpscan
150
151 upnpscan_SOURCES = \