svn commit: r551866 - in head/devel/libpci: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 07:44:24 UTC 2020


Author: sunpoet
Date: Sat Oct 10 07:44:19 2020
New Revision: 551866
URL: https://svnweb.freebsd.org/changeset/ports/551866

Log:
  Fix default pci.ids location
  
  - Bump PORTREVISION for package change
  
  Reported by:	mav

Modified:
  head/devel/libpci/Makefile
  head/devel/libpci/files/patch-Makefile

Modified: head/devel/libpci/Makefile
==============================================================================
--- head/devel/libpci/Makefile	Sat Oct 10 07:44:14 2020	(r551865)
+++ head/devel/libpci/Makefile	Sat Oct 10 07:44:19 2020	(r551866)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libpci
 PORTVERSION=	3.7.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG/software/utils/pciutils \
 		LOCAL/sunpoet

Modified: head/devel/libpci/files/patch-Makefile
==============================================================================
--- head/devel/libpci/files/patch-Makefile	Sat Oct 10 07:44:14 2020	(r551865)
+++ head/devel/libpci/files/patch-Makefile	Sat Oct 10 07:44:19 2020	(r551866)
@@ -11,7 +11,7 @@
  
  VERSION=3.7.0
  DATE=2020-05-31
-@@ -32,7 +32,7 @@ HWDB=
+@@ -32,10 +32,10 @@ HWDB=
  ABI_VERSION=.3
  
  # Installation directories
@@ -19,7 +19,11 @@
 +# PREFIX=/usr/local
  SBINDIR=$(PREFIX)/sbin
  SHAREDIR=$(PREFIX)/share
- IDSDIR=$(SHAREDIR)
+-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
 @@ -45,7 +45,7 @@ PKGCFDIR=$(LIBDIR)/pkgconfig
  INSTALL=install
  DIRINSTALL=install -d


More information about the svn-ports-head mailing list