FreeBSD Bugzilla – Attachment 109249 Details for
Bug 150236
devel/libpci lacks suitable pci.ids file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.32 KB, created by
sten
on 2010-09-03 09:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sten
Created:
2010-09-03 09:10:04 UTC
Size:
1.32 KB
patch
obsolete
>diff -Nru libpci.orig/Makefile libpci/Makefile >--- libpci.orig/Makefile 2010-08-02 14:12:13.000000000 +0200 >+++ libpci/Makefile 2010-09-03 09:51:28.000000000 +0200 >@@ -7,7 +7,7 @@ > > PORTNAME= libpci > PORTVERSION= 3.1.7 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ > ${MASTER_SITE_KERNEL_ORG} \ >@@ -17,6 +17,7 @@ > > MAINTAINER= sunpoet@sunpoet.net > COMMENT= PCI configuration space I/O made easy >+RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids > > ALL_TARGET= lib/libpci.a > MAKE_ENV= LANG=C >diff -Nru libpci.orig/files/patch-Makefile libpci/files/patch-Makefile >--- libpci.orig/files/patch-Makefile 2007-11-11 16:53:03.000000000 +0100 >+++ libpci/files/patch-Makefile 2010-09-03 09:51:10.000000000 +0200 >@@ -10,3 +10,21 @@ > > VERSION=2.2.8 > DATE=2007-10-19 >+@@ -13,7 +12,7 @@ >+ CROSS_COMPILE= >+ >+ # Support for compressed pci.ids (yes/no, default: detect) >+-ZLIB= >++ZLIB=no >+ >+ # Support for resolving ID's by DNS (yes/no, default: detect) >+ DNS= >+@@ -28,7 +27,7 @@ >+ PREFIX=/usr/local >+ SBINDIR=$(PREFIX)/sbin >+ SHAREDIR=$(PREFIX)/share >+-IDSDIR=$(SHAREDIR) >++IDSDIR=$(SHAREDIR)/pciids >+ MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi) >+ INCDIR=$(PREFIX)/include >+ LIBDIR=$(PREFIX)/lib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150236
: 109249 |
109250