From owner-svn-ports-all@freebsd.org Sun Mar 27 22:11:03 2016 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 86C6AADFAE0; Sun, 27 Mar 2016 22:11:03 +0000 (UTC) (envelope-from amdmi3@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 333771763; Sun, 27 Mar 2016 22:11:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2RMB2u3096775; Sun, 27 Mar 2016 22:11:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2RMB2Rt096773; Sun, 27 Mar 2016 22:11:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603272211.u2RMB2Rt096773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 27 Mar 2016 22:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412014 - head/sysutils/flashrom X-SVN-Group: ports-head 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.21 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, 27 Mar 2016 22:11:03 -0000 Author: amdmi3 Date: Sun Mar 27 22:11:02 2016 New Revision: 412014 URL: https://svnweb.freebsd.org/changeset/ports/412014 Log: - Update to 0.9.9 - Remove some now unnecessary build flags from the port - Switch to using libftdi1 as suggested by the release notes PR: 207954 Submitted by: t@tobik.me Approved by: maintainer timeout (nukama+maintainer@gmail.com, 2 weeks) Modified: head/sysutils/flashrom/Makefile head/sysutils/flashrom/distinfo Modified: head/sysutils/flashrom/Makefile ============================================================================== --- head/sysutils/flashrom/Makefile Sun Mar 27 22:08:06 2016 (r412013) +++ head/sysutils/flashrom/Makefile Sun Mar 27 22:11:02 2016 (r412014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashrom -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= sysutils MASTER_SITES= http://download.flashrom.org/releases/ @@ -21,9 +21,8 @@ DMIDECODE_DESC= Use dmidecode to gather FTDI_DESC= Enable external FT2232SPI flasher support USES= gmake tar:bzip2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lc -MAKE_ENV= CONFIG_BUSPIRATE_SPI=no +MAKE_ENV= CONFIG_BUSPIRATE_SPI=no \ + WARNERROR=no ONLY_FOR_ARCHS= amd64 i386 @@ -43,13 +42,8 @@ BUSPIRATE_MAKE_ENV= CONFIG_BUSPIRATE_SPI DMIDECODE_RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode -FTDI_LIB_DEPENDS= libftdi.so:${PORTSDIR}/devel/libftdi +FTDI_LIB_DEPENDS= libftdi1.so:${PORTSDIR}/devel/libftdi1 FTDI_USES= pkgconfig -FTDI_LDFLAGS= -lz -FTDI_MAKE_ENV_OFF= 2_SPI=no - -post-patch: - ${REINPLACE_CMD} -e "s,-Werror,,g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ Modified: head/sysutils/flashrom/distinfo ============================================================================== --- head/sysutils/flashrom/distinfo Sun Mar 27 22:08:06 2016 (r412013) +++ head/sysutils/flashrom/distinfo Sun Mar 27 22:11:02 2016 (r412014) @@ -1,2 +1,2 @@ -SHA256 (flashrom-0.9.8.tar.bz2) = 13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934 -SIZE (flashrom-0.9.8.tar.bz2) = 473902 +SHA256 (flashrom-0.9.9.tar.bz2) = cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45 +SIZE (flashrom-0.9.9.tar.bz2) = 495199