Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 16:16:16 +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: r342182 - in head: deskutils/tagutils graphics/grx
Message-ID:  <201402011616.s11GGGKm049353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb  1 16:16:16 2014
New Revision: 342182
URL: http://svnweb.freebsd.org/changeset/ports/342182
QAT: https://qat.redports.org/buildarchive/r342182/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/deskutils/tagutils/Makefile
  head/graphics/grx/Makefile

Modified: head/deskutils/tagutils/Makefile
==============================================================================
--- head/deskutils/tagutils/Makefile	Sat Feb  1 16:14:05 2014	(r342181)
+++ head/deskutils/tagutils/Makefile	Sat Feb  1 16:16:16 2014	(r342182)
@@ -19,5 +19,4 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/grx/Makefile
==============================================================================
--- head/graphics/grx/Makefile	Sat Feb  1 16:14:05 2014	(r342181)
+++ head/graphics/grx/Makefile	Sat Feb  1 16:16:16 2014	(r342182)
@@ -21,7 +21,7 @@ BGI_DESC=	Enable BGI support
 BMP_DESC=	Enable BMP support
 
 USE_XORG=	x11 xau xcb xdmcp
-USE_GMAKE=	yes
+USES=		gmake
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --with-fontpath=${DATADIR}/fonts \
 		--with-x11-base=${LOCALBASE}
@@ -36,7 +36,6 @@ PLIST_SUB=	VERSION="${PORTVERSION}"
 
 INFO=		grx
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBGI}



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