From owner-svn-ports-head@freebsd.org Sun Feb 26 18:30:27 2017 Return-Path: Delivered-To: svn-ports-head@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 84616CEE7CF; Sun, 26 Feb 2017 18:30:27 +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 38BFF9D1; Sun, 26 Feb 2017 18:30:27 +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 v1QIUQ4Y041978; Sun, 26 Feb 2017 18:30:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QIUQqW041976; Sun, 26 Feb 2017 18:30:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261830.v1QIUQqW041976@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, 26 Feb 2017 18:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434907 - head/sysutils/pciutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 18:30:27 -0000 Author: sunpoet Date: Sun Feb 26 18:30:25 2017 New Revision: 434907 URL: https://svnweb.freebsd.org/changeset/ports/434907 Log: Update to 3.5.4 - Use CFLAGS instead of CPPFLAGS - Add do-configure: Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Sun Feb 26 18:30:21 2017 (r434906) +++ head/sysutils/pciutils/Makefile Sun Feb 26 18:30:25 2017 (r434907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.4 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ @@ -18,7 +18,7 @@ LIB_DEPENDS= libpci.so:devel/libpci RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids ALL_TARGET= lspci lspci.8 setpci setpci.8 -CPPFLAGS+= -fPIC +CFLAGS+= -fPIC LDFLAGS+= -lpci USES= gmake localbase:ldflags tar:xz @@ -30,6 +30,10 @@ PLIST_FILES= bin/lspci \ post-patch: @${REINPLACE_CMD} -e '/^CC=/d; /^CFLAGS=/ s|=|+=|; /^IDSDIR=/ s|$$|/pciids|; /^OPT=/d; /^PREFIX=/d; s| lib/$$(PCILIB)||' ${WRKSRC}/Makefile +do-configure: + ${CP} ${LOCALBASE}/include/pci/config.h ${WRKSRC}/lib/config.h + ${CP} ${LOCALBASE}/share/libpci/config.mk ${WRKSRC}/lib/config.mk + do-install: cd ${WRKSRC}/ && ${INSTALL_PROGRAM} lspci setpci ${STAGEDIR}${PREFIX}/bin/ cd ${WRKSRC}/ && ${INSTALL_MAN} lspci.8 setpci.8 ${STAGEDIR}${PREFIX}/man/man8/ Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Sun Feb 26 18:30:21 2017 (r434906) +++ head/sysutils/pciutils/distinfo Sun Feb 26 18:30:25 2017 (r434907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479474961 -SHA256 (pciutils-3.5.2.tar.xz) = 3a99141a9f40528d0a0035665a06dc37ddb1ae341658e51b50a76ecf86235efc -SIZE (pciutils-3.5.2.tar.xz) = 317260 +TIMESTAMP = 1488133197 +SHA256 (pciutils-3.5.4.tar.xz) = 64293c6ab9318c40ef262b76d87bd9097531759752bac556e50979b1e63cfe66 +SIZE (pciutils-3.5.4.tar.xz) = 320412