Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 11:33:50 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352483 - head/graphics/pixen
Message-ID:  <201404281133.s3SBXoJx001597@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Apr 28 11:33:50 2014
New Revision: 352483
URL: http://svnweb.freebsd.org/changeset/ports/352483
QAT: https://qat.redports.org/buildarchive/r352483/

Log:
  - Port is stage safe
  - Convert to USES=tar:bzip2

Modified:
  head/graphics/pixen/Makefile

Modified: head/graphics/pixen/Makefile
==============================================================================
--- head/graphics/pixen/Makefile	Mon Apr 28 11:12:29 2014	(r352482)
+++ head/graphics/pixen/Makefile	Mon Apr 28 11:33:50 2014	(r352483)
@@ -12,7 +12,7 @@ COMMENT=	Graphics editing software for s
 
 LICENSE=	MIT
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
@@ -20,5 +20,4 @@ USE_GNUSTEP_INSTALL=	yes
 
 ADDITIONAL_OBJCFLAGS+=	-Dlog2=logb
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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