Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 15:50:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/185879: commit references a PR
Message-ID:  <201401211550.s0LFo0CN032356@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185879; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185879: commit references a PR
Date: Tue, 21 Jan 2014 15:43:14 +0000 (UTC)

 Author: amdmi3
 Date: Tue Jan 21 15:43:06 2014
 New Revision: 340615
 URL: http://svnweb.freebsd.org/changeset/ports/340615
 QAT: https://qat.redports.org/buildarchive/r340615/
 
 Log:
   - Support staging
   - Convert USE_GMAKE to USES
   
   PR:		185879
   Submitted by:	amdmi3
   Approved by:	coder@tuxfamily.org (maintainer)
 
 Modified:
   head/devel/libgta/Makefile
 
 Modified: head/devel/libgta/Makefile
 ==============================================================================
 --- head/devel/libgta/Makefile	Tue Jan 21 15:40:07 2014	(r340614)
 +++ head/devel/libgta/Makefile	Tue Jan 21 15:43:06 2014	(r340615)
 @@ -13,18 +13,9 @@ OPTIONS_DEFINE=	DOCS
  
  USE_XZ=		yes
  GNU_CONFIGURE=	yes
 -USE_GMAKE=	yes
 -USES=	pathfix
 +USES=		pathfix gmake
  USE_LDCONFIG=	yes
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 -
 -post-patch:
 -.if empty(PORT_OPTIONS:MDOCS)
 -	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|doc||' ${WRKSRC}/Makefile.in
 -.endif
 -
  regression-test test: build
  	cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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