From owner-svn-ports-branches@freebsd.org Sat Oct 10 07:51:14 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ADA0D43F970; Sat, 10 Oct 2020 07:51:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7cZV489yz4Qv8; Sat, 10 Oct 2020 07:51:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 718EC276EF; Sat, 10 Oct 2020 07:51:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09A7pEjB068790; Sat, 10 Oct 2020 07:51:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09A7pEu7068788; Sat, 10 Oct 2020 07:51:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010100751.09A7pEu7068788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 10 Oct 2020 07:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551907 - in branches/2020Q4/devel/libpci: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2020Q4/devel/libpci: . files X-SVN-Commit-Revision: 551907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2020 07:51:14 -0000 Author: sunpoet Date: Sat Oct 10 07:51:13 2020 New Revision: 551907 URL: https://svnweb.freebsd.org/changeset/ports/551907 Log: MFH: r551866 Fix default pci.ids location - Bump PORTREVISION for package change Reported by: mav Approved by: ports-secteam (blanket) Modified: branches/2020Q4/devel/libpci/Makefile branches/2020Q4/devel/libpci/files/patch-Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/libpci/Makefile ============================================================================== --- branches/2020Q4/devel/libpci/Makefile Sat Oct 10 07:47:33 2020 (r551906) +++ branches/2020Q4/devel/libpci/Makefile Sat Oct 10 07:51:13 2020 (r551907) @@ -3,6 +3,7 @@ PORTNAME= libpci PORTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ LOCAL/sunpoet Modified: branches/2020Q4/devel/libpci/files/patch-Makefile ============================================================================== --- branches/2020Q4/devel/libpci/files/patch-Makefile Sat Oct 10 07:47:33 2020 (r551906) +++ branches/2020Q4/devel/libpci/files/patch-Makefile Sat Oct 10 07:51:13 2020 (r551907) @@ -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