Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 18:03:13 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346680 - head/net/gnet2
Message-ID:  <201403011803.s21I3DCS092627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011803.s21I3DCS092627>