Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 14:41:42 +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: r342301 - in head/graphics: shiva-collections silgraphite simage stamp svgfig
Message-ID:  <201402021441.s12EfgsF083531@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb  2 14:41:42 2014
New Revision: 342301
URL: http://svnweb.freebsd.org/changeset/ports/342301
QAT: https://qat.redports.org/buildarchive/r342301/

Log:
  - Stage support
  - Convert svgfig to PYDISTUTILS_AUTOPLIST

Deleted:
  head/graphics/svgfig/pkg-plist
Modified:
  head/graphics/shiva-collections/Makefile
  head/graphics/silgraphite/Makefile
  head/graphics/simage/Makefile
  head/graphics/stamp/Makefile
  head/graphics/svgfig/Makefile

Modified: head/graphics/shiva-collections/Makefile
==============================================================================
--- head/graphics/shiva-collections/Makefile	Sun Feb  2 14:33:37 2014	(r342300)
+++ head/graphics/shiva-collections/Makefile	Sun Feb  2 14:41:42 2014	(r342301)
@@ -12,5 +12,4 @@ USE_BZIP2=	yes
 USES=		cmake
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/silgraphite/Makefile
==============================================================================
--- head/graphics/silgraphite/Makefile	Sun Feb  2 14:33:37 2014	(r342300)
+++ head/graphics/silgraphite/Makefile	Sun Feb  2 14:41:42 2014	(r342301)
@@ -17,7 +17,6 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-xft --without-pangographite
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFREETYPE}

Modified: head/graphics/simage/Makefile
==============================================================================
--- head/graphics/simage/Makefile	Sun Feb  2 14:33:37 2014	(r342300)
+++ head/graphics/simage/Makefile	Sun Feb  2 14:41:42 2014	(r342301)
@@ -25,5 +25,4 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/stamp/Makefile
==============================================================================
--- head/graphics/stamp/Makefile	Sun Feb  2 14:33:37 2014	(r342300)
+++ head/graphics/stamp/Makefile	Sun Feb  2 14:41:42 2014	(r342301)
@@ -19,7 +19,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 USE_GNOME=	gtk12
 .endif
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
 		${WRKSRC}/configure

Modified: head/graphics/svgfig/Makefile
==============================================================================
--- head/graphics/svgfig/Makefile	Sun Feb  2 14:33:37 2014	(r342300)
+++ head/graphics/svgfig/Makefile	Sun Feb  2 14:41:42 2014	(r342301)
@@ -16,8 +16,8 @@ WRKSRC=		${WRKDIR}/${PORTNAME:L}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST= yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|1.1.2|${PORTVERSION}|' ${WRKSRC}/setup.py
 



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