From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 18:03:13 2014 Return-Path: Delivered-To: svn-ports-all@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 7AB86ADE; Sat, 1 Mar 2014 18:03:13 +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 676931079; Sat, 1 Mar 2014 18:03:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21I3DtW092628; Sat, 1 Mar 2014 18:03:13 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21I3DCS092627; Sat, 1 Mar 2014 18:03:13 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403011803.s21I3DCS092627@svn.freebsd.org> From: Martin Wilke Date: Sat, 1 Mar 2014 18:03:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346680 - head/net/gnet2 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.17 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, 01 Mar 2014 18:03:13 -0000 Author: miwi Date: Sat Mar 1 18:03:12 2014 New Revision: 346680 URL: http://svnweb.freebsd.org/changeset/ports/346680 QAT: https://qat.redports.org/buildarchive/r346680/ Log: - Stage support Modified: head/net/gnet2/Makefile Modified: head/net/gnet2/Makefile ============================================================================== --- head/net/gnet2/Makefile Sat Mar 1 18:02:48 2014 (r346679) +++ head/net/gnet2/Makefile Sat Mar 1 18:03:12 2014 (r346680) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= A simple network library built upon Glib-2 -USES= pkgconfig +USES= pkgconfig pathfix USE_AUTOTOOLS= libtool USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes @@ -23,7 +23,6 @@ CONFIGURE_ARGS+= --with-html-dir=${DOCSD CONFIGURE_ARGS+= --without-html-dir .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=0|GNET_INTERFACE_AGE=8|g' \ ${WRKSRC}/configure