From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 10:17:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E1CA42; Fri, 31 Jan 2014 10:17:52 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23B3A10A0; Fri, 31 Jan 2014 10:17:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VAHq62046485; Fri, 31 Jan 2014 10:17:52 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VAHpl6046480; Fri, 31 Jan 2014 10:17:51 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401311017.s0VAHpl6046480@svn.freebsd.org> From: Martin Wilke Date: Fri, 31 Jan 2014 10:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341974 - in head: devel/libmcs net-im/libyahoo2 net/netembryo net/xboxproxy 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.17 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: Fri, 31 Jan 2014 10:17:52 -0000 Author: miwi Date: Fri Jan 31 10:17:50 2014 New Revision: 341974 URL: http://svnweb.freebsd.org/changeset/ports/341974 QAT: https://qat.redports.org/buildarchive/r341974/ Log: - Stage support - Convert to USES Modified: head/devel/libmcs/Makefile head/net-im/libyahoo2/Makefile head/net/netembryo/Makefile head/net/xboxproxy/Makefile Modified: head/devel/libmcs/Makefile ============================================================================== --- head/devel/libmcs/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/devel/libmcs/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pkgconfig -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGCONF} Modified: head/net-im/libyahoo2/Makefile ============================================================================== --- head/net-im/libyahoo2/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/net-im/libyahoo2/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -12,10 +12,9 @@ COMMENT= A C library that handles the ne USE_AUTOTOOLS= libtool USE_BZIP2= yes USES= pathfix -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ Modified: head/net/netembryo/Makefile ============================================================================== --- head/net/netembryo/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/net/netembryo/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -18,14 +18,12 @@ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= glib20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSL} Modified: head/net/xboxproxy/Makefile ============================================================================== --- head/net/xboxproxy/Makefile Fri Jan 31 10:13:48 2014 (r341973) +++ head/net/xboxproxy/Makefile Fri Jan 31 10:17:50 2014 (r341974) @@ -21,7 +21,6 @@ PLIST_FILES= bin/xboxproxy LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|libnet-config|${LIBNET_CONFIG}|g; \