From owner-svn-ports-all@FreeBSD.ORG Sat Aug 31 00:32:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51BCAF98; Sat, 31 Aug 2013 00:32:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 256E02A2D; Sat, 31 Aug 2013 00:32:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7V0WYv3037310; Sat, 31 Aug 2013 00:32:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7V0WXBs037307; Sat, 31 Aug 2013 00:32:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308310032.r7V0WXBs037307@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 31 Aug 2013 00:32:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325751 - in head/misc: amanda-server podsleuth sword 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.14 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: Sat, 31 Aug 2013 00:32:34 -0000 Author: bapt Date: Sat Aug 31 00:32:33 2013 New Revision: 325751 URL: http://svnweb.freebsd.org/changeset/ports/325751 Log: Convert USE_GNOME=pkgconfig to USES=pkgconfig Convert USE_GNOME=gnomehack to USES=pathfix Convert USE_GMAKE to USES=gmake Convert USE_PERL5 to USES=perl5 Modified: head/misc/amanda-server/Makefile head/misc/podsleuth/Makefile head/misc/sword/Makefile Modified: head/misc/amanda-server/Makefile ============================================================================== --- head/misc/amanda-server/Makefile Sat Aug 31 00:29:43 2013 (r325750) +++ head/misc/amanda-server/Makefile Sat Aug 31 00:32:33 2013 (r325751) @@ -20,11 +20,10 @@ SLAVEDIRS= misc/amanda-client LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 -USE_GMAKE= yes +USES= gmake pkgconfig perl5 +USE_GNOME= glib20 USE_OPENSSL= yes USE_LDCONFIG= yes -USE_PERL5= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --without-amlibexecdir \ --with-amandahosts --with-fqdn \ Modified: head/misc/podsleuth/Makefile ============================================================================== --- head/misc/podsleuth/Makefile Sat Aug 31 00:29:43 2013 (r325750) +++ head/misc/podsleuth/Makefile Sat Aug 31 00:32:33 2013 (r325751) @@ -20,8 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mono:${POR CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pkgconfig pathfix post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ Modified: head/misc/sword/Makefile ============================================================================== --- head/misc/sword/Makefile Sat Aug 31 00:29:43 2013 (r325750) +++ head/misc/sword/Makefile Sat Aug 31 00:32:33 2013 (r325751) @@ -19,8 +19,7 @@ BUILD_DEPENDS= cppunit-config:${PORTSDIR USE_GCC= any -USE_GNOME= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoconf CONFIGURE_ARGS+= --without-conf --with-zlib