Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils/files: pciutils-2.2.7-build.patch digest-pciutils-2.2.7
Date: Thu, 11 Oct 2007 06:03:19
Message-Id: E1IfqzA-0000R2-Jb@stork.gentoo.org
1 vapier 07/10/11 05:53:28
2
3 Added: pciutils-2.2.7-build.patch digest-pciutils-2.2.7
4 Log:
5 Version bump #195236.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.1 sys-apps/pciutils/files/pciutils-2.2.7-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/files/pciutils-2.2.7-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/files/pciutils-2.2.7-build.patch?rev=1.1&content-type=text/plain
13
14 Index: pciutils-2.2.7-build.patch
15 ===================================================================
16 - fix some build paths
17 - build libpci.a with PIC (yes this sucks, but a non-stable ABI in
18 libpic.so sucks too and libpci.a is how Debian goes about it)
19
20 --- Makefile
21 +++ Makefile
22 @@ -7,10 +7,10 @@
23 VERSION=2.2.3
24 DATE=2006-05-05
25
26 -PREFIX=/usr/local
27 +PREFIX=/usr
28 SBINDIR=$(PREFIX)/sbin
29 SHAREDIR=$(PREFIX)/share
30 -IDSDIR=$(SHAREDIR)
31 +IDSDIR=$(SHAREDIR)/misc
32 MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
33 INSTALL=install
34 DIRINSTALL=install -d
35 --- lib/Makefile
36 +++ lib/Makefile
37 @@ -3,6 +3,8 @@
38
39 include config.mk
40
41 +CFLAGS += -fPIC
42 +
43 OBJS=access.o generic.o dump.o names.o filter.o
44 INCL=internal.h pci.h config.h header.h sysdep.h types.h
45
46
47
48
49 1.1 sys-apps/pciutils/files/digest-pciutils-2.2.7
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/files/digest-pciutils-2.2.7?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/files/digest-pciutils-2.2.7?rev=1.1&content-type=text/plain
53
54 Index: digest-pciutils-2.2.7
55 ===================================================================
56 MD5 0fd75a5df05100f60fb3c5498d523160 pciutils-2.2.7.tar.gz 229424
57 RMD160 5d334078572cde947da0a33158733c8d64cdd578 pciutils-2.2.7.tar.gz 229424
58 SHA256 3c8536fd30d3288b1baffc75ae0521dfeed6eb72a27d800992d1bfabcc8b2441 pciutils-2.2.7.tar.gz 229424
59
60
61
62 --
63 gentoo-commits@g.o mailing list