Date: Sun, 19 Nov 2017 03:31:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454473 - in head/devel/libpci: . files Message-ID: <201711190331.vAJ3VXnX092532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; + } +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711190331.vAJ3VXnX092532>