Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 09:36:36 +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: r345049 - head/devel/open-beagle
Message-ID:  <201402190936.s1J9aahv052966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 19 09:36:36 2014
New Revision: 345049
URL: http://svnweb.freebsd.org/changeset/ports/345049
QAT: https://qat.redports.org/buildarchive/r345049/

Log:
  - Stage support

Modified:
  head/devel/open-beagle/Makefile

Modified: head/devel/open-beagle/Makefile
==============================================================================
--- head/devel/open-beagle/Makefile	Wed Feb 19 09:36:11 2014	(r345048)
+++ head/devel/open-beagle/Makefile	Wed Feb 19 09:36:36 2014	(r345049)
@@ -14,7 +14,7 @@ CONFLICTS=	beagle-[0-9]*
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--enable-optimization --with-zlib=/usr
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
+USES=		gmake
 PACCVERSION=	1.3.1b
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION} PACCVERSION=${PACCVERSION}
@@ -22,7 +22,6 @@ BUILD_DEPENDS+=	gsed:${PORTSDIR}/textpro
 
 #unfortunately, some important sed statements rely on GNU sed behavior, and can't be
 #easily changed to call GNU sed by means of the configure script
-NO_STAGE=	yes
 post-configure:
 	${FIND} -X ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \
 	's/sed /gsed /g'



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