View | Details | Raw Unified | Return to bug 150236 | Differences between
and this patch

Collapse All | Expand All

(-)libpci/Makefile (-1 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	libpci
8
PORTNAME=	libpci
9
PORTVERSION=	3.1.7
9
PORTVERSION=	3.1.7
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
12
MASTER_SITES=	ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
13
		${MASTER_SITE_KERNEL_ORG} \
13
		${MASTER_SITE_KERNEL_ORG} \
Lines 17-22 Link Here
17
17
18
MAINTAINER=	sunpoet@sunpoet.net
18
MAINTAINER=	sunpoet@sunpoet.net
19
COMMENT=	PCI configuration space I/O made easy
19
COMMENT=	PCI configuration space I/O made easy
20
RUN_DEPENDS=	${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
20
21
21
ALL_TARGET=	lib/libpci.a
22
ALL_TARGET=	lib/libpci.a
22
MAKE_ENV=	LANG=C
23
MAKE_ENV=	LANG=C
(-)libpci/files/patch-Makefile (+18 lines)
Lines 10-12 Link Here
10
 
10
 
11
 VERSION=2.2.8
11
 VERSION=2.2.8
12
 DATE=2007-10-19
12
 DATE=2007-10-19
13
@@ -13,7 +12,7 @@
14
 CROSS_COMPILE=
15
 
16
 # Support for compressed pci.ids (yes/no, default: detect)
17
-ZLIB=
18
+ZLIB=no
19
 
20
 # Support for resolving ID's by DNS (yes/no, default: detect)
21
 DNS=
22
@@ -28,7 +27,7 @@
23
 PREFIX=/usr/local
24
 SBINDIR=$(PREFIX)/sbin
25
 SHAREDIR=$(PREFIX)/share
26
-IDSDIR=$(SHAREDIR)
27
+IDSDIR=$(SHAREDIR)/pciids
28
 MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
29
 INCDIR=$(PREFIX)/include
30
 LIBDIR=$(PREFIX)/lib

Return to bug 150236