From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 14:15:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 007A96B5; Tue, 7 Oct 2014 14:15:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E0F0B779; Tue, 7 Oct 2014 14:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97EFUxY012328; Tue, 7 Oct 2014 14:15:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97EFUnx012327; Tue, 7 Oct 2014 14:15:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410071415.s97EFUnx012327@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 7 Oct 2014 14:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370340 - head/www/netsurf 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.18-1 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: Tue, 07 Oct 2014 14:15:31 -0000 Author: bapt Date: Tue Oct 7 14:15:30 2014 New Revision: 370340 URL: https://svnweb.freebsd.org/changeset/ports/370340 QAT: https://qat.redports.org/buildarchive/r370340/ Log: Convert to USES=gperf Modified: head/www/netsurf/Makefile Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Tue Oct 7 14:14:33 2014 (r370339) +++ head/www/netsurf/Makefile Tue Oct 7 14:15:30 2014 (r370340) @@ -24,7 +24,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lssl -lcrypto -L${LOCALBASE}/lib ${ICONV_LIB} MAKE_ARGS= HOST_CC="${CC}" CC="${CC}" CCOPT="" HOST="${OPSYS}" \ WARNFLAGS="" Q="" OPTCFLAGS="${CFLAGS}" -USES= bison gmake pkgconfig iconv +USES= bison gmake gperf pkgconfig iconv USE_GNOME= gtk20 librsvg2 NSFB_VERSION= 0.1.0 @@ -41,7 +41,6 @@ WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR} .if ${OPSYS} == DragonFly LIB_DEPENDS+= libssl.so:${PORTSDIR}/security/openssl -BUILD_DEPENDS+= gperf:${PORTSDIR}/devel/gperf .endif .include