Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/acpid/files: acpid-2.0.3.patch
Date: Wed, 31 Mar 2010 13:30:24
Message-Id: E1Nwxzv-0002d9-T2@stork.gentoo.org
1 ssuominen 10/03/31 13:30:19
2
3 Added: acpid-2.0.3.patch
4 Log:
5 Version bump wrt #303891 by Andrew Brouwers.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-power/acpid/files/acpid-2.0.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/files/acpid-2.0.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/acpid/files/acpid-2.0.3.patch?rev=1.1&content-type=text/plain
13
14 Index: acpid-2.0.3.patch
15 ===================================================================
16 --- kacpimon/makefile
17 +++ kacpimon/makefile
18 @@ -8,7 +8,7 @@
19 # release build
20 #CFLAGS = -O2 -Wall -Wextra -Wundef -Wshadow -Werror
21 # hybrid build, optimized, but with debugging symbols (Debian-style)
22 -CFLAGS = -g -O2 -Wall -Wextra -Wundef -Wshadow -Werror
23 +CFLAGS += -Wall -Wextra -Wundef -Wshadow
24
25 objects := $(sources:.c=.o)
26
27 --- Makefile
28 +++ Makefile
29 @@ -3,8 +3,6 @@
30 # update these numbers for new releases
31 VERSION = 2.0.3
32
33 -OPT = -O2
34 -
35 DESTDIR =
36 PREFIX = /usr
37
38 @@ -29,10 +27,10 @@
39 MAN8 = acpid.8 acpi_listen.8
40 MAN8GZ = $(MAN8:.8=.8.gz)
41
42 -DOCS = COPYING Changelog README TESTPLAN TODO
43 +DOCS = Changelog README TESTPLAN TODO
44
45 -CFLAGS = -W -Wall -Werror -Wundef -Wshadow -D_GNU_SOURCE $(OPT) \
46 - -fno-strict-aliasing -g $(DEFS)
47 +CFLAGS += -W -Wall -Wundef -Wshadow -D_GNU_SOURCE \
48 + -fno-strict-aliasing $(DEFS)
49 DEFS = -DVERSION="\"$(VERSION)\""
50
51 all: $(PROGS)