Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 15:58:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327711 - in head/cad: admesh adms alliance astk-client astk-serveur atlc basicdsp brlcad calculix cascade chipmunk chipvault cider dinotrace dxf2fig electric electric-ng feappv fidocad...
Message-ID:  <201309201558.r8KFwga3054769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 20 15:58:41 2013
New Revision: 327711
URL: http://svnweb.freebsd.org/changeset/ports/327711

Log:
  Add NO_STAGE all over the place in preparation for the staging support (cat: cad)

Modified:
  head/cad/admesh/Makefile
  head/cad/adms/Makefile
  head/cad/alliance/Makefile
  head/cad/astk-client/Makefile
  head/cad/astk-serveur/Makefile
  head/cad/atlc/Makefile
  head/cad/basicdsp/Makefile
  head/cad/brlcad/Makefile
  head/cad/calculix/Makefile
  head/cad/cascade/Makefile
  head/cad/chipmunk/Makefile
  head/cad/chipvault/Makefile
  head/cad/cider/Makefile
  head/cad/dinotrace/Makefile
  head/cad/dxf2fig/Makefile
  head/cad/electric-ng/Makefile
  head/cad/electric/Makefile
  head/cad/feappv/Makefile
  head/cad/fidocadj/Makefile
  head/cad/findhier/Makefile
  head/cad/freehdl/Makefile
  head/cad/gdsreader/Makefile
  head/cad/gdt/Makefile
  head/cad/geda-docs/Makefile
  head/cad/geda-examples/Makefile
  head/cad/geda-gattrib/Makefile
  head/cad/geda-gschem/Makefile
  head/cad/geda-netlist/Makefile
  head/cad/geda-symbols/Makefile
  head/cad/geda-symcheck/Makefile
  head/cad/geda-utils/Makefile
  head/cad/geda/Makefile
  head/cad/gerbv/Makefile
  head/cad/gmsh-occ/Makefile
  head/cad/gmsh/Makefile
  head/cad/gnucap/Makefile
  head/cad/gplcver/Makefile
  head/cad/gspiceui/Makefile
  head/cad/gtkwave/Makefile
  head/cad/gwave/Makefile
  head/cad/impact/Makefile
  head/cad/irsim/Makefile
  head/cad/iverilog/Makefile
  head/cad/jspice3/Makefile
  head/cad/kicad-devel/Makefile
  head/cad/kicad-library/Makefile
  head/cad/kicad/Makefile
  head/cad/klayout/Makefile
  head/cad/layouteditor/Makefile
  head/cad/ldraw/Makefile
  head/cad/leocad/Makefile
  head/cad/libgeda/Makefile
  head/cad/librecad/Makefile
  head/cad/linux-eagle5/Makefile
  head/cad/logisim/Makefile
  head/cad/magic/Makefile
  head/cad/mars/Makefile
  head/cad/meshdev/Makefile
  head/cad/meshlab/Makefile
  head/cad/netgen/Makefile
  head/cad/ngspice_rework/Makefile
  head/cad/opencascade/Makefile
  head/cad/openscad/Makefile
  head/cad/openvsp/Makefile
  head/cad/p5-GDS2/Makefile
  head/cad/p5-Verilog-Perl/Makefile
  head/cad/pcb/Makefile
  head/cad/pdnmesh/Makefile
  head/cad/pythoncad/Makefile
  head/cad/qcad-partslib/Makefile
  head/cad/qcad/Makefile
  head/cad/qelectrotech/Makefile
  head/cad/qfsm/Makefile
  head/cad/qmls/Makefile
  head/cad/repsnapper/Makefile
  head/cad/salome-geom/Makefile
  head/cad/salome-gui/Makefile
  head/cad/salome-jobmanager/Makefile
  head/cad/salome-kernel/Makefile
  head/cad/salome-light/Makefile
  head/cad/salome-med/Makefile
  head/cad/salome-multipr/Makefile
  head/cad/salome-netgenplugin/Makefile
  head/cad/salome-randomizer/Makefile
  head/cad/salome-sierpinsky/Makefile
  head/cad/salome-smesh/Makefile
  head/cad/salome-visu/Makefile
  head/cad/salome-yacs/Makefile
  head/cad/salome/Makefile
  head/cad/sceptre/Makefile
  head/cad/scotch/Makefile
  head/cad/scv/Makefile
  head/cad/slffea/Makefile
  head/cad/spice/Makefile
  head/cad/sweethome3d/Makefile
  head/cad/systemc/Makefile
  head/cad/tkgate/Makefile
  head/cad/tochnog/Makefile
  head/cad/transcalc/Makefile
  head/cad/varkon/Makefile
  head/cad/verilog-mode.el/Makefile
  head/cad/xcircuit/Makefile
  head/cad/z88/Makefile

Modified: head/cad/admesh/Makefile
==============================================================================
--- head/cad/admesh/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/admesh/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -20,6 +20,7 @@ GNU_CONFIGURE=	yes
 PORTDOCS=	admesh.doc
 PLIST_FILES=	bin/admesh
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/cad/adms/Makefile
==============================================================================
--- head/cad/adms/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/adms/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -21,4 +21,5 @@ USE_LDCONFIG=	yes
 
 MAN1=		admsXml.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/cad/alliance/Makefile
==============================================================================
--- head/cad/alliance/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/alliance/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -172,6 +172,7 @@ MAN3=	addcapa.3 addchain.3 addht.3 addht
 MAN5=	ap.5 catal.5 prol.5 vbe.5 vhdl.5 vst.5 al.5 spi.5 ctl.5 fsm.5 pat.5 \
 	lax.5 sxlib.5 vasy.5
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 800000

Modified: head/cad/astk-client/Makefile
==============================================================================
--- head/cad/astk-client/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/astk-client/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -9,4 +9,5 @@ MASTERDIR=	${.CURDIR}/../astk-serveur
 
 CLIENT_SEUL=	oui
 
+NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/cad/astk-serveur/Makefile
==============================================================================
--- head/cad/astk-serveur/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/astk-serveur/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -14,6 +14,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT?=	Graphical interface for Code_Aster (server side)
 
 #-----------------------------------------------------------------------
+NO_STAGE=	yes
 # You may define these options:
 #
 # - WITH_ZSH or WITH_BASH or WITH_KSH: select a shell among

Modified: head/cad/atlc/Makefile
==============================================================================
--- head/cad/atlc/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/atlc/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	atlc
-# Date created:				9 November 2002
-# Whom:					Marc Fonvieille <blackend@FreeBSD.org>
-#
+# Created by: Marc Fonvieille <blackend@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	atlc
 PORTVERSION=	4.6.1
@@ -47,6 +43,7 @@ PLIST_FILES=	bin/atlc bin/coax bin/creat
 		bin/find_optimal_dimensions_for_microstrip_coupler \
 		bin/locatediff bin/myfilelength bin/mymd5sum bin/readbin
 
+NO_STAGE=	yes
 post-patch:
 .for file in Makefile.in
 	@${REINPLACE_CMD} -e \

Modified: head/cad/basicdsp/Makefile
==============================================================================
--- head/cad/basicdsp/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/basicdsp/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	basicdsp
-# Date created:				4 August 2008
-# Whom:					Diane Bruce <db@db.net>
-#
+# Created by: Diane Bruce <db@db.net>
 # $FreeBSD$
-#
 
 PORTNAME=	basicdsp
 PORTVERSION=	1.01
@@ -25,6 +21,7 @@ WX_COMPS=	wx wx:build wx:run
 PLIST_FILES=	bin/basicdsp
 MAN1=		basicdsp.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile
 

Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/brlcad/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -43,6 +43,7 @@ OPTIONS_DEFINE=		OPTIMIZATION
 OPTIMIZATION_DESC=	Build with optimizations
 OPTIONS_DEFAULT=	OPTIMIZATION
 
+NO_STAGE=	yes
 .include "${.CURDIR}/Makefile.man"
 .include <bsd.port.pre.mk>
 

Modified: head/cad/calculix/Makefile
==============================================================================
--- head/cad/calculix/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/calculix/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	CalculiX
-# Date created:		19 April 2003
-# Whom:			Pedro Giffuni
-#
+# Created by: Pedro Giffuni
 # $FreeBSD$
-#
 
 PORTNAME=	CalculiX
 PORTVERSION=	2.6.1
@@ -56,6 +52,7 @@ PSVIEWER?=	gv
 CCX_VER=	ccx_${PORTVERSION}
 CGX_VER=	cgx_2.6
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 

Modified: head/cad/cascade/Makefile
==============================================================================
--- head/cad/cascade/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/cascade/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cascade
-# Date created:				9 November 2002
-# Whom:					Marc Fonvieille <blackend@FreeBSD.org>
-#
+# Created by: Marc Fonvieille <blackend@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cascade
 PORTVERSION=	1.4
@@ -21,6 +17,7 @@ PLIST_FILES=	bin/cascade
 
 MAN1=		cascade.1
 
+NO_STAGE=	yes
 do-install:
 		@${INSTALL_SCRIPT} ${WRKSRC}/cascade ${PREFIX}/bin
 		@${INSTALL_MAN} ${WRKSRC}/cascade.1 ${MANPREFIX}/man/man1

Modified: head/cad/chipmunk/Makefile
==============================================================================
--- head/cad/chipmunk/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/chipmunk/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	chipmunk
-# Date created:		29 July 1995
-# Whom:			janek@gaja.ipan.lublin.pl
-#
+# Created by: janek@gaja.ipan.lublin.pl
 # $FreeBSD$
-#
 
 PORTNAME=	chipmunk
 PORTVERSION=	5.65
@@ -28,6 +24,7 @@ NO_WRKSUBDIR=	yes
 USE_XORG=	x11
 USE_GMAKE=	yes
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "sparc64"

Modified: head/cad/chipvault/Makefile
==============================================================================
--- head/cad/chipvault/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/chipvault/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	chipvault
-# Date created:			Jan 29, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	chipvault
 PORTVERSION=	200607
@@ -25,6 +20,7 @@ PLIST_FILES=	bin/cv
 USES=		perl5
 USE_PERL5=	run
 
+NO_STAGE=	yes
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/cv.pl ${PREFIX}/bin/cv
 

Modified: head/cad/cider/Makefile
==============================================================================
--- head/cad/cider/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/cider/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cider
-# Date created:		1999-12-12
-# Whom:			AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
-#
+# Created by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cider
 PORTVERSION=	1.b1
@@ -24,6 +20,7 @@ MAN5=		mfbcap.5
 MLINKS=		spice.1 spice3.1
 USE_XORG=	xt xaw xmu
 
+NO_STAGE=	yes
 pre-patch:
 	@${CP} -f ${WRKSRC}/spice/common/lib/helpdir/spice.txt ${WRKSRC}/cider/common/lib/helpdir/spice.txt
 

Modified: head/cad/dinotrace/Makefile
==============================================================================
--- head/cad/dinotrace/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/dinotrace/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -23,6 +23,7 @@ GNU_CONFIGURE=	yes
 INFO=		dinotrace
 PLIST_FILES=	bin/dinotrace
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MEMACS}

Modified: head/cad/dxf2fig/Makefile
==============================================================================
--- head/cad/dxf2fig/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/dxf2fig/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	dxf2fig
-# Date created:			Aug 26, 2004
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	dxf2fig
 PORTVERSION=	2.13
@@ -16,6 +11,7 @@ COMMENT=	DXF to FIG converter
 
 PLIST_FILES=	bin/dxf2fig
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \
 		 s|-O -s||g ; \

Modified: head/cad/electric-ng/Makefile
==============================================================================
--- head/cad/electric-ng/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/electric-ng/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -45,6 +45,7 @@ DESKTOP_ENTRIES="Electric-NG" "${COMMENT
 			"${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" ${FALSE}
 PLIST_FILES+=	share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBSH} || exists(${JAVALIBDIR}/bsh.jar)

Modified: head/cad/electric/Makefile
==============================================================================
--- head/cad/electric/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/electric/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -20,6 +20,7 @@ T1LIB_DESC=	Use T1lib Type1 font library
 
 USES=		motif
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 FEATURES+=	MOTIF

Modified: head/cad/feappv/Makefile
==============================================================================
--- head/cad/feappv/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/feappv/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -31,6 +31,7 @@ PORTDOCS=	manual.pdf
 
 OPTIONS_DEFINE=	DOCS
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/cad/fidocadj/Makefile
==============================================================================
--- head/cad/fidocadj/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/fidocadj/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -26,6 +26,7 @@ USE_JAVA=	yes
 
 OPTIONS_DEFINE=	DOCS
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 FDCJ_MANUAL=	${PORTNAME}_manual_en.pdf

Modified: head/cad/findhier/Makefile
==============================================================================
--- head/cad/findhier/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/findhier/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  findhier
-# Date created:			  Sat, Apr 28, 2007
-# Whom:				  Hiroki Sato <hrs@FreeBSD.org>
-#
+# Created by: Hiroki Sato <hrs@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	findhier
 PORTVERSION=	1.14
@@ -19,6 +15,7 @@ PLIST_FILES=	bin/fh
 
 MAN1=		fh.1
 
+NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fh ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/fh.1 ${MAN1PREFIX}/man/man1

Modified: head/cad/freehdl/Makefile
==============================================================================
--- head/cad/freehdl/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/freehdl/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -53,4 +53,5 @@ plist: build
 		| ${GREP} -vE '%%DATADIR%%|freehdl' >> ${PLIST}
 	@${RM} -rf ${PLIST_TMP}
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/cad/gdsreader/Makefile
==============================================================================
--- head/cad/gdsreader/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gdsreader/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  gdsreader
-# Date created:			  Sat, Apr 28, 2007
-# Whom:				  Hiroki Sato <hrs@FreeBSD.org>
-#
+# Created by: Hiroki Sato <hrs@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gdsreader
 PORTVERSION=	0.3.2
@@ -22,6 +18,7 @@ PLIST_FILES=	bin/gdsreader bin/maptolaye
 		${EXFILES:S,^,${EXAMPLESDIR_REL}/,}
 PLIST_DIRS=	${EXAMPLESDIR_REL}
 
+NO_STAGE=	yes
 post-install:
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-data
 .if !defined(NOPORTDOCS)

Modified: head/cad/gdt/Makefile
==============================================================================
--- head/cad/gdt/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gdt/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -17,6 +17,7 @@ SHEBANG_FILES=	Examples/gdsinfo Examples
 WRKSRC=		${WRKDIR}/${PORTNAME:U}-${PORTVERSION}
 PLIST_FILES=	bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds
 
+NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
 		${WRKSRC}/Examples/gdsinfo ${WRKSRC}/Examples/scalegds

Modified: head/cad/geda-docs/Makefile
==============================================================================
--- head/cad/geda-docs/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-docs/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	geda
-# Date created:			27 June 2006
-# Whom:				Stanislav Sedov <ssedov@mbsd.msk.ru>
-#
+# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	docs
 PORTVERSION=	1.4.3
@@ -22,4 +18,5 @@ DOCSDIR=	${PREFIX}/share/doc/geda
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-docdir=${DOCSDIR}
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/cad/geda-examples/Makefile
==============================================================================
--- head/cad/geda-examples/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-examples/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	geda
-# Date created:			27 June 2006
-# Whom:				Stanislav Sedov <ssedov@mbsd.msk.ru>
-#
+# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	examples
 PORTVERSION=	1.4.3
@@ -21,6 +17,7 @@ GNU_CONFIGURE=	yes
 
 EXAMPLESDIR=	${PREFIX}/share/examples/geda
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/cad/geda-gattrib/Makefile
==============================================================================
--- head/cad/geda-gattrib/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-gattrib/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -30,6 +30,7 @@ CONFIGURE_ARGS=	--with-docdir="${DOCSDIR
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/cad/geda-gschem/Makefile
==============================================================================
--- head/cad/geda-gschem/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-gschem/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -32,6 +32,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAN1=		gschem.1
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/cad/geda-netlist/Makefile
==============================================================================
--- head/cad/geda-netlist/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-netlist/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -29,6 +29,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAN1=		gnetlist.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

Modified: head/cad/geda-symbols/Makefile
==============================================================================
--- head/cad/geda-symbols/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-symbols/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	geda
-# Date created:			4 April 2001
-# Whom:				bruno schwander <bruno@tinkerbox.org>
-#
+# Created by: bruno schwander <bruno@tinkerbox.org>
 # $FreeBSD$
-#
 
 PORTNAME=	symbols
 PORTVERSION=	1.4.3
@@ -25,6 +21,7 @@ CONFIGURE_ARGS=	--with-docdir=${DOCSDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

Modified: head/cad/geda-symcheck/Makefile
==============================================================================
--- head/cad/geda-symcheck/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-symcheck/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -29,6 +29,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAN1=		gsymcheck.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

Modified: head/cad/geda-utils/Makefile
==============================================================================
--- head/cad/geda-utils/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda-utils/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -32,6 +32,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 MAN1=		grenum.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

Modified: head/cad/geda/Makefile
==============================================================================
--- head/cad/geda/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/geda/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -49,6 +49,7 @@ CONFLICTS=	geda-docs-[0-9]* geda-example
 
 PORTSCOUT=	limitw:1,even
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if empty(PORT_OPTIONS:MDOCS)

Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gerbv/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -26,6 +26,7 @@ PLIST_SUB=	VERSION="${PORTVERSION}"
 
 MAN1=		gerbv.1
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in
 

Modified: head/cad/gmsh-occ/Makefile
==============================================================================
--- head/cad/gmsh-occ/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gmsh-occ/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    gmsh-occ
-# Date created:                         31 December 2008
-# Whom:                                 Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=	gmsh
 CATEGORIES=	cad
@@ -16,4 +12,5 @@ MASTERDIR=	${.CURDIR}/../../cad/gmsh
 
 WITH_OCC=	yes
 
+NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gmsh/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -124,6 +124,7 @@ CONFLICTS=	gmsh-occ-2.*
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 pre-everything::

Modified: head/cad/gnucap/Makefile
==============================================================================
--- head/cad/gnucap/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gnucap/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -25,6 +25,7 @@ PORTDOCS=	*
 PORTEXAMPLES=	*
 PLIST_FILES=	bin/gnucap bin/gnucap-modelgen
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MREADLINE}

Modified: head/cad/gplcver/Makefile
==============================================================================
--- head/cad/gplcver/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gplcver/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	gpl-cver
-# Date created:			May 13, 2005
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	gplcver
 PORTVERSION=	2.12.a
@@ -22,6 +17,7 @@ MAKEFILE=	makefile.freebsd
 
 PLIST_FILES=	bin/cver
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-install:

Modified: head/cad/gspiceui/Makefile
==============================================================================
--- head/cad/gspiceui/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gspiceui/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -41,6 +41,7 @@ PORTDOCS=	*
 PORTEXAMPLES=	*
 PLIST_FILES=	bin/gspiceui share/pixmaps/gspiceui-48x48.xpm
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGNUCAP}

Modified: head/cad/gtkwave/Makefile
==============================================================================
--- head/cad/gtkwave/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gtkwave/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -21,6 +21,7 @@ TCL_DESC=	Enable support for TCL/TK
 
 PORTDOCS=	gtkwave.odt
 
+NO_STAGE=	yes
 .include	<bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTCL}

Modified: head/cad/gwave/Makefile
==============================================================================
--- head/cad/gwave/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/gwave/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gwave
-# Date created:			16 June 2002
-# Whom:				Duncan Barclay <dmlb@dmlb.org>
-#
+# Created by: Duncan Barclay <dmlb@dmlb.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gwave
 PORTVERSION=	20080127
@@ -41,6 +37,7 @@ DOCFILES=	Guile.notes \
 		hspice.txt \
 		spice3.txt
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPLOTUTILS}

Modified: head/cad/impact/Makefile
==============================================================================
--- head/cad/impact/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/impact/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -42,6 +42,7 @@ GMSH_DESC=	Enable automatic 3D finite el
 DESKTOP_ENTRIES="Impact" "${COMMENT}" "${PORTNAME}" \
 		"${PORTNAME}gui" "Graphics;3DGraphics;Education;" false
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGMSH}

Modified: head/cad/irsim/Makefile
==============================================================================
--- head/cad/irsim/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/irsim/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -38,6 +38,7 @@ MAN1=		irsim.1
 MAN3=		irsim-analyzer.3
 MAN5=		netchange.5
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTCL}

Modified: head/cad/iverilog/Makefile
==============================================================================
--- head/cad/iverilog/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/iverilog/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -21,4 +21,5 @@ CONFIGURE_ARGS=	--disable-suffix
 
 MAN1=		iverilog-vpi.1 iverilog.1 vvp.1
 
+NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/cad/jspice3/Makefile
==============================================================================
--- head/cad/jspice3/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/jspice3/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Jspice
-# Date created:         26 Feb 2006
-# Whom:                 Pedro F. Giffuni
-#
+# Created by: Pedro F. Giffuni
 # $FreeBSD$
-#
 
 PORTNAME=	jspice3
 PORTVERSION=	2.5.011109
@@ -22,6 +18,7 @@ OPTIONS_DEFINE=	X11 EXAMPLES
 OPTIONS_DEFAULT=	X11
 WRKSRC=		${WRKDIR}/${PORTNAME}-2.5
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}

Modified: head/cad/kicad-devel/Makefile
==============================================================================
--- head/cad/kicad-devel/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/kicad-devel/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -44,6 +44,7 @@ CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" \
 		-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
 		-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}"
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 BUILD_DEPENDS=	wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \

Modified: head/cad/kicad-library/Makefile
==============================================================================
--- head/cad/kicad-library/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/kicad-library/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:  kicad-library
-# Date created:               22 May 2010
-# Whom:                       Thierry Thomas <thierry@FreeBSD.org>
-#
+# Created by: Thierry Thomas <thierry@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	kicad
 PORTVERSION=	1.0
@@ -25,6 +21,7 @@ NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}
 
+NO_STAGE=	yes
 do-install:
 	${MKDIR} ${DATADIR}
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})

Modified: head/cad/kicad/Makefile
==============================================================================
--- head/cad/kicad/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/kicad/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -38,6 +38,7 @@ WRKSRC=		${WRKDIR}/${SFNAME}
 
 PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||}
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/cad/klayout/Makefile
==============================================================================
--- head/cad/klayout/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/klayout/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  klayout
-# Date created:			  Sat, Apr 28, 2007
-# Whom:				  Hiroki Sato <hrs@FreeBSD.org>
-#
+# Created by: Hiroki Sato <hrs@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	klayout
 PORTVERSION=	0.21.19
@@ -30,6 +26,7 @@ PLIST_FILES=	bin/klayout \
 
 PLATFORMKEYWORD=	freebsd-32-gcc-release
 
+NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC} && \
 		${SH} build.sh -platform ${PLATFORMKEYWORD} \

Modified: head/cad/layouteditor/Makefile
==============================================================================
--- head/cad/layouteditor/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/layouteditor/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -20,6 +20,7 @@ USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/layout
 PLIST_FILES=	bin/layout
 
+NO_STAGE=	yes
 do-configure:
 	cd ${WRKSRC} && ${QMAKE} -makefile -spec ${QMAKESPEC}
 

Modified: head/cad/ldraw/Makefile
==============================================================================
--- head/cad/ldraw/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/ldraw/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -29,6 +29,7 @@ OPTIONS_DEFINE=	DOCS
 
 SUB_FILES=	pkg-message
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-extract-script:

Modified: head/cad/leocad/Makefile
==============================================================================
--- head/cad/leocad/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/leocad/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -39,6 +39,7 @@ ICON_SIZES=	16x16 24x24 32x32 48x48 128x
 
 OPTIONS_DEFINE=	DOCS
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-extract:

Modified: head/cad/libgeda/Makefile
==============================================================================
--- head/cad/libgeda/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/libgeda/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -24,6 +24,7 @@ CONFIGURE_ARGS=	--disable-update-mime-da
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/cad/librecad/Makefile
==============================================================================
--- head/cad/librecad/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/librecad/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -22,6 +22,7 @@ GH_COMMIT=	c1f2eb6
 
 OPTIONS_DEFINE=	NLS
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/cad/linux-eagle5/Makefile
==============================================================================
--- head/cad/linux-eagle5/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/linux-eagle5/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	linux-eagle5
-# Date created:				20 March, 2009
-# Whom:					Michael Durian <durian@shadetreesoftware.com>
-#
+# Created by: Michael Durian <durian@shadetreesoftware.com>
 # $FreeBSD$
-#
 
 PORTNAME=	linux-eagle5
 EAGLEBASEVERSION?=	5.12
@@ -45,6 +41,7 @@ DESKTOP_ENTRIES=	"Eagle5" "Tool for desi
 			${DATADIR}/ulp/eagle.bmp \
 			"eagle" "Development;Electronics;Engineering;" "false"
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 PLIST_SUB+=	LINUXBASE=${LINUXBASE}

Modified: head/cad/logisim/Makefile
==============================================================================
--- head/cad/logisim/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/logisim/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -24,6 +24,7 @@ PLIST_DIRS=	%%DATADIR%%
 
 DESKTOP_ENTRIES="Logisim" "${COMMENT}" "" "${PORTNAME}" "" false
 
+NO_STAGE=	yes
 do-extract:
 	${MKDIR} ${WRKSRC}
 	${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}

Modified: head/cad/magic/Makefile
==============================================================================
--- head/cad/magic/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/magic/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -39,6 +39,7 @@ DESKTOP_ENTRIES="Magic" "" "" "${PORTNAM
 
 PORTSCOUT=	limit:^7\.
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/cad/mars/Makefile
==============================================================================
--- head/cad/mars/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/mars/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,7 +1,5 @@
 # Created by: David O'Brien <obrien@cs.ucdavis.edu>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	mars
 PORTVERSION=	2.1
@@ -23,6 +21,7 @@ OPTIONS_DEFAULT=X11
 MAKE_JOBS_UNSAFE=	yes
 NO_WRKSUBDIR=	yes
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}

Modified: head/cad/meshdev/Makefile
==============================================================================
--- head/cad/meshdev/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/meshdev/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for:    meshdev
-# Date created:                         6 February 2012
-# Whom:                                 gahr
-#
+# Created by: gahr
 # $FreeBSD$
-#
 
 PORTNAME=	meshdev
 PORTVERSION=	0.5
@@ -21,6 +17,7 @@ MAKEFILE=	Makefile.release.gcc
 
 PLIST_FILES=	bin/${PORTNAME}
 
+NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${PREFIX}/bin
 

Modified: head/cad/meshlab/Makefile
==============================================================================
--- head/cad/meshlab/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/meshlab/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -23,6 +23,7 @@ USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}/src
 
+NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
 	   ${WRKSRC}/common/pluginmanager.cpp

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/netgen/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -32,6 +32,7 @@ OCC_DESC=		Compile with OpenCascade geom
 FFMPEG_DESC=		video recording with FFmpeg
 OPTIONS_DEFAULT=	OCC
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOCC}

Modified: head/cad/ngspice_rework/Makefile
==============================================================================
--- head/cad/ngspice_rework/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/ngspice_rework/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -15,6 +15,7 @@ OPTIONS_DEFINE=	DEBUG
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 CONFIGURE_ARGS+=--enable-xspice \

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/opencascade/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -48,6 +48,7 @@ LOCCROOT=	OpenCAS
 OCCROOT=	${PREFIX}/${LOCCROOT}
 PLIST_SUB=	OCCROOT="${LOCCROOT}"
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTBB}

Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/openscad/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,4 +1,4 @@
-# Created by: Michael Reifenberger <mr@freebsd.org>
+# Created by: Michael Reifenberger <mr@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	openscad
@@ -31,6 +31,7 @@ QMAKE_FLAGS =		VERSION=${PORTVERSION}
 MAKE_ENV =		INSTALL_ROOT=${DESTDIR}
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's,XXXFLEXXX,"${LOCALBASE}/bin/flex",' \
 		${WRKSRC}/openscad.pro

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/openvsp/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -38,6 +38,7 @@ PLIST_FILES=	bin/vsp
 
 CFLAGS+=	-I${LOCALBASE}/include/openNURBS
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-install:

Modified: head/cad/p5-GDS2/Makefile
==============================================================================
--- head/cad/p5-GDS2/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/p5-GDS2/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -23,6 +23,7 @@ PROGRAMS=	gdsdump2gds modgds2 gdslayers 
 		gdspath4topath0 testgdt
 # XXX: gdsdump disabled for the moment
 
+NO_STAGE=	yes
 post-install:
 	${INSTALL_SCRIPT} ${PROGRAMS:S,^,${WRKSRC}/Examples/,} ${PREFIX}/bin
 

Modified: head/cad/p5-Verilog-Perl/Makefile
==============================================================================
--- head/cad/p5-Verilog-Perl/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/p5-Verilog-Perl/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -26,6 +26,7 @@ MAN3=	Verilog::EditFiles.3 Verilog::Netl
 	Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \
 	Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3
 
+NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/cad/pcb/Makefile
==============================================================================
--- head/cad/pcb/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/pcb/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -40,6 +40,7 @@ MOTIF_DESC=	Motif widgets
 GTK_DESC=	GIMP ToolKit widgets
 NONE_DESC=	No GUI support
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/cad/pdnmesh/Makefile
==============================================================================
--- head/cad/pdnmesh/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/pdnmesh/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -41,6 +41,7 @@ MAN5=		pdnmesh_input.5
 
 DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true"
 
+NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MATLAS}

Modified: head/cad/pythoncad/Makefile
==============================================================================
--- head/cad/pythoncad/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/pythoncad/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	pythoncad
-# Date created:			Nov 11, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	pythoncad
 PORTVERSION=	37
@@ -26,6 +21,7 @@ USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	PythonCAD
 PYDISTUTILS_PKGVERSION=	DS1-R${PORTVERSION}
 
+NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
 		${WRKSRC}/PythonCAD/Generic/preferences.py \

Modified: head/cad/qcad-partslib/Makefile
==============================================================================
--- head/cad/qcad-partslib/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/qcad-partslib/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	qcad-partslib
-# Date created:		28 Mar 2004
-# Whom:			Michael Reifenberger <mr@FreeBSD.org>
-#
+# Created by: Michael Reifenberger <mr@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	qcad-partslib
 PORTVERSION=	2.1.2.8.1
@@ -21,6 +17,7 @@ DATADIR=	share/qcad/library
 
 NO_BUILD=	yes
 
+NO_STAGE=	yes
 do-install:
 	@${MKDIR} ${PREFIX}/${DATADIR}
 	${TAR} -C ${PREFIX}/${DATADIR} --exclude CVS --unlink --strip-components 1	\

Modified: head/cad/qcad/Makefile
==============================================================================
--- head/cad/qcad/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/qcad/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -50,6 +50,7 @@ SHRDIR=		fonts libraries patterns plugin
 QSCRIPTS=	bbox dwg2bmp dwg2pdf dwg2svg
 SUB_FILES=	${QSCRIPTS}
 
+NO_STAGE=	yes
 pre-configure:
 	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
 		${WRKSRC}/src/core/RSettings.cpp

Modified: head/cad/qelectrotech/Makefile
==============================================================================
--- head/cad/qelectrotech/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/qelectrotech/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	qelectrotech
-# Date created:		2010-03-24
-# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
-#
+# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	qelectrotech
 PORTVERSION=	0.22
@@ -26,6 +22,7 @@ MAN1=		qelectrotech.1
 MANLANG=	"" es fr.ISO8859-1 fr.UTF-8 fr pt_PT
 MANCOMPRESSED=	yes
 
+NO_STAGE=	yes
 do-configure:
 	${MV} ${WRKSRC}/man/files/pt ${WRKSRC}/man/files/pt_PT
 	${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,g' \

Modified: head/cad/qfsm/Makefile
==============================================================================
--- head/cad/qfsm/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
+++ head/cad/qfsm/Makefile	Fri Sep 20 15:58:41 2013	(r327711)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	qfsm
-# Date created:			Mar 14, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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