From owner-svn-ports-all@freebsd.org Sun Nov 19 03:31:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2108BDE949E; Sun, 19 Nov 2017 03:31:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id EFE2A68F34; Sun, 19 Nov 2017 03:31:34 +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 vAJ3VYEU092535; Sun, 19 Nov 2017 03:31:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAJ3VXnX092532; Sun, 19 Nov 2017 03:31:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711190331.vAJ3VXnX092532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 19 Nov 2017 03:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454473 - in head/devel/libpci: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/libpci: . files X-SVN-Commit-Revision: 454473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2017 03:31:35 -0000 Author: sunpoet Date: Sun Nov 19 03:31:33 2017 New Revision: 454473 URL: https://svnweb.freebsd.org/changeset/ports/454473 Log: Update to 3.5.6 Changes: https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/ChangeLog Added: head/devel/libpci/files/ head/devel/libpci/files/patch-lib-fbsd-device.c (contents, props changed) Modified: head/devel/libpci/Makefile head/devel/libpci/distinfo Modified: head/devel/libpci/Makefile ============================================================================== --- head/devel/libpci/Makefile Sun Nov 19 03:31:28 2017 (r454472) +++ head/devel/libpci/Makefile Sun Nov 19 03:31:33 2017 (r454473) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpci -PORTVERSION= 3.5.5 +PORTVERSION= 3.5.6 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ @@ -37,7 +37,7 @@ LIBPCI_FILES= include/pci/config.h \ post-patch: @${LN} -s . ${WRKSRC}/lib/pci @${REINPLACE_CMD} -e '/^CC=/d; /^CFLAGS=/ s|=|+=|; /^IDSDIR=/ s|$$|/pciids|; /^OPT=/d; /^PREFIX=/d' ${WRKSRC}/Makefile - @${REINPLACE_CMD} 's|^#include "|&pci/|' ${WRKSRC}/lib/pci.h + @${REINPLACE_CMD} -e 's|^#include "|&pci/|' ${WRKSRC}/lib/pci.h do-configure: @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} lib/config.h Modified: head/devel/libpci/distinfo ============================================================================== --- head/devel/libpci/distinfo Sun Nov 19 03:31:28 2017 (r454472) +++ head/devel/libpci/distinfo Sun Nov 19 03:31:33 2017 (r454473) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499364176 -SHA256 (pciutils-3.5.5.tar.xz) = 1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5 -SIZE (pciutils-3.5.5.tar.xz) = 324676 +TIMESTAMP = 1511061060 +SHA256 (pciutils-3.5.6.tar.xz) = f346eeb90cce0910c05b877fe49eadc760fa084c0455fd313e39d4b2c2d4bb21 +SIZE (pciutils-3.5.6.tar.xz) = 328256 Added: head/devel/libpci/files/patch-lib-fbsd-device.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpci/files/patch-lib-fbsd-device.c Sun Nov 19 03:31:33 2017 (r454473) @@ -0,0 +1,20 @@ +--- lib/fbsd-device.c.orig 2017-11-17 12:57:00 UTC ++++ lib/fbsd-device.c +@@ -254,7 +254,7 @@ fbsd_read(struct pci_dev *d, int pos, by + + if (d->access->fd_rw < 0) + { +- d->access->warn("fbsd_read: missing permissions"); ++ d->access->warning("fbsd_read: missing permissions"); + return 0; + } + +@@ -303,7 +303,7 @@ fbsd_write(struct pci_dev *d, int pos, b + + if (d->access->fd_rw < 0) + { +- d->access->warn("fbsd_write: missing permissions"); ++ d->access->warning("fbsd_write: missing permissions"); + return 0; + } +