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

This commit is contained in:
Baptiste Daroussin 2013-09-20 15:58:41 +00:00
parent 2324655f20
commit 8e91f3161f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327711
103 changed files with 145 additions and 205 deletions

View file

@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
PORTDOCS= admesh.doc PORTDOCS= admesh.doc
PLIST_FILES= bin/admesh PLIST_FILES= bin/admesh
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-patch: post-patch:

View file

@ -21,4 +21,5 @@ USE_LDCONFIG= yes
MAN1= admsXml.1 MAN1= admsXml.1
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -172,6 +172,7 @@ MAN3= addcapa.3 addchain.3 addht.3 addhtitem.3 addlocon.3 addlofig.3 \
MAN5= ap.5 catal.5 prol.5 vbe.5 vhdl.5 vst.5 al.5 spi.5 ctl.5 fsm.5 pat.5 \ 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 lax.5 sxlib.5 vasy.5
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000 .if ${OSVERSION} < 800000

View file

@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../astk-serveur
CLIENT_SEUL= oui CLIENT_SEUL= oui
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT?= Graphical interface for Code_Aster (server side) COMMENT?= Graphical interface for Code_Aster (server side)
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
NO_STAGE= yes
# You may define these options: # You may define these options:
# #
# - WITH_ZSH or WITH_BASH or WITH_KSH: select a shell among # - WITH_ZSH or WITH_BASH or WITH_KSH: select a shell among

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: atlc # Created by: Marc Fonvieille <blackend@FreeBSD.org>
# Date created: 9 November 2002
# Whom: Marc Fonvieille <blackend@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= atlc PORTNAME= atlc
PORTVERSION= 4.6.1 PORTVERSION= 4.6.1
@ -47,6 +43,7 @@ PLIST_FILES= bin/atlc bin/coax bin/create_any_bitmap \
bin/find_optimal_dimensions_for_microstrip_coupler \ bin/find_optimal_dimensions_for_microstrip_coupler \
bin/locatediff bin/myfilelength bin/mymd5sum bin/readbin bin/locatediff bin/myfilelength bin/mymd5sum bin/readbin
NO_STAGE= yes
post-patch: post-patch:
.for file in Makefile.in .for file in Makefile.in
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \

View file

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

View file

@ -43,6 +43,7 @@ OPTIONS_DEFINE= OPTIMIZATION
OPTIMIZATION_DESC= Build with optimizations OPTIMIZATION_DESC= Build with optimizations
OPTIONS_DEFAULT= OPTIMIZATION OPTIONS_DEFAULT= OPTIMIZATION
NO_STAGE= yes
.include "${.CURDIR}/Makefile.man" .include "${.CURDIR}/Makefile.man"
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: CalculiX # Created by: Pedro Giffuni
# Date created: 19 April 2003
# Whom: Pedro Giffuni
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= CalculiX PORTNAME= CalculiX
PORTVERSION= 2.6.1 PORTVERSION= 2.6.1
@ -56,6 +52,7 @@ PSVIEWER?= gv
CCX_VER= ccx_${PORTVERSION} CCX_VER= ccx_${PORTVERSION}
CGX_VER= cgx_2.6 CGX_VER= cgx_2.6
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.include <bsd.port.options.mk> .include <bsd.port.options.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: cascade # Created by: Marc Fonvieille <blackend@FreeBSD.org>
# Date created: 9 November 2002
# Whom: Marc Fonvieille <blackend@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= cascade PORTNAME= cascade
PORTVERSION= 1.4 PORTVERSION= 1.4
@ -21,6 +17,7 @@ PLIST_FILES= bin/cascade
MAN1= cascade.1 MAN1= cascade.1
NO_STAGE= yes
do-install: do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/cascade ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/cascade ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/cascade.1 ${MANPREFIX}/man/man1 @${INSTALL_MAN} ${WRKSRC}/cascade.1 ${MANPREFIX}/man/man1

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: chipmunk # Created by: janek@gaja.ipan.lublin.pl
# Date created: 29 July 1995
# Whom: janek@gaja.ipan.lublin.pl
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= chipmunk PORTNAME= chipmunk
PORTVERSION= 5.65 PORTVERSION= 5.65
@ -28,6 +24,7 @@ NO_WRKSUBDIR= yes
USE_XORG= x11 USE_XORG= x11
USE_GMAKE= yes USE_GMAKE= yes
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" .if ${ARCH} == "sparc64"

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# Ports collection makefile for: chipvault
# Date created: Jan 29, 2003
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= chipvault PORTNAME= chipvault
PORTVERSION= 200607 PORTVERSION= 200607
@ -25,6 +20,7 @@ PLIST_FILES= bin/cv
USES= perl5 USES= perl5
USE_PERL5= run USE_PERL5= run
NO_STAGE= yes
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cv.pl ${PREFIX}/bin/cv ${INSTALL_SCRIPT} ${WRKSRC}/cv.pl ${PREFIX}/bin/cv

View file

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

View file

@ -23,6 +23,7 @@ GNU_CONFIGURE= yes
INFO= dinotrace INFO= dinotrace
PLIST_FILES= bin/dinotrace PLIST_FILES= bin/dinotrace
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEMACS} .if ${PORT_OPTIONS:MEMACS}

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# Ports collection makefile for: dxf2fig
# Date created: Aug 26, 2004
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= dxf2fig PORTNAME= dxf2fig
PORTVERSION= 2.13 PORTVERSION= 2.13
@ -16,6 +11,7 @@ COMMENT= DXF to FIG converter
PLIST_FILES= bin/dxf2fig PLIST_FILES= bin/dxf2fig
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \ @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \
s|-O -s||g ; \ s|-O -s||g ; \

View file

@ -45,6 +45,7 @@ DESKTOP_ENTRIES="Electric-NG" "${COMMENT}" "${PORTNAME}${PKGNAMESUFFIX}" \
"${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" ${FALSE} "${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" ${FALSE}
PLIST_FILES+= share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png PLIST_FILES+= share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBSH} || exists(${JAVALIBDIR}/bsh.jar) .if ${PORT_OPTIONS:MBSH} || exists(${JAVALIBDIR}/bsh.jar)

View file

@ -20,6 +20,7 @@ T1LIB_DESC= Use T1lib Type1 font library
USES= motif USES= motif
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
FEATURES+= MOTIF FEATURES+= MOTIF

View file

@ -31,6 +31,7 @@ PORTDOCS= manual.pdf
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-patch: post-patch:

View file

@ -26,6 +26,7 @@ USE_JAVA= yes
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
FDCJ_MANUAL= ${PORTNAME}_manual_en.pdf FDCJ_MANUAL= ${PORTNAME}_manual_en.pdf

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: findhier # Created by: Hiroki Sato <hrs@FreeBSD.org>
# Date created: Sat, Apr 28, 2007
# Whom: Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= findhier PORTNAME= findhier
PORTVERSION= 1.14 PORTVERSION= 1.14
@ -19,6 +15,7 @@ PLIST_FILES= bin/fh
MAN1= fh.1 MAN1= fh.1
NO_STAGE= yes
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fh ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/fh ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/fh.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/fh.1 ${MAN1PREFIX}/man/man1

View file

@ -53,4 +53,5 @@ plist: build
| ${GREP} -vE '%%DATADIR%%|freehdl' >> ${PLIST} | ${GREP} -vE '%%DATADIR%%|freehdl' >> ${PLIST}
@${RM} -rf ${PLIST_TMP} @${RM} -rf ${PLIST_TMP}
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: gdsreader # Created by: Hiroki Sato <hrs@FreeBSD.org>
# Date created: Sat, Apr 28, 2007
# Whom: Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= gdsreader PORTNAME= gdsreader
PORTVERSION= 0.3.2 PORTVERSION= 0.3.2
@ -22,6 +18,7 @@ PLIST_FILES= bin/gdsreader bin/maptolayer \
${EXFILES:S,^,${EXAMPLESDIR_REL}/,} ${EXFILES:S,^,${EXAMPLESDIR_REL}/,}
PLIST_DIRS= ${EXAMPLESDIR_REL} PLIST_DIRS= ${EXAMPLESDIR_REL}
NO_STAGE= yes
post-install: post-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-data @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-data
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)

View file

@ -17,6 +17,7 @@ SHEBANG_FILES= Examples/gdsinfo Examples/scalegds
WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION}
PLIST_FILES= bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds PLIST_FILES= bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds
NO_STAGE= yes
post-patch: post-patch:
${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
${WRKSRC}/Examples/gdsinfo ${WRKSRC}/Examples/scalegds ${WRKSRC}/Examples/gdsinfo ${WRKSRC}/Examples/scalegds

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: geda # Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# Date created: 27 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= docs PORTNAME= docs
PORTVERSION= 1.4.3 PORTVERSION= 1.4.3
@ -22,4 +18,5 @@ DOCSDIR= ${PREFIX}/share/doc/geda
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: geda # Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# Date created: 27 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= examples PORTNAME= examples
PORTVERSION= 1.4.3 PORTVERSION= 1.4.3
@ -21,6 +17,7 @@ GNU_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/geda EXAMPLESDIR= ${PREFIX}/share/examples/geda
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch: post-patch:

View file

@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-docdir="${DOCSDIR}" --disable-update-mime-database \
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gschem.1 MAN1= gschem.1
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gnetlist.1 MAN1= gnetlist.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -E \ @${REINPLACE_CMD} -E \
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

View file

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

View file

@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gsymcheck.1 MAN1= gsymcheck.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -E \ @${REINPLACE_CMD} -E \
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

View file

@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= grenum.1 MAN1= grenum.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -E \ @${REINPLACE_CMD} -E \
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \

View file

@ -49,6 +49,7 @@ CONFLICTS= geda-docs-[0-9]* geda-examples-[0-9]* geda-gattrib-[0-9]* \
PORTSCOUT= limitw:1,even PORTSCOUT= limitw:1,even
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MDOCS) .if empty(PORT_OPTIONS:MDOCS)

View file

@ -26,6 +26,7 @@ PLIST_SUB= VERSION="${PORTVERSION}"
MAN1= gerbv.1 MAN1= gerbv.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gmsh-occ # Created by: Thierry Thomas <thierry@pompo.net>
# Date created: 31 December 2008
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= gmsh PORTNAME= gmsh
CATEGORIES= cad CATEGORIES= cad
@ -16,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../../cad/gmsh
WITH_OCC= yes WITH_OCC= yes
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -124,6 +124,7 @@ CONFLICTS= gmsh-occ-2.*
PKGMESSAGE= ${WRKDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
pre-everything:: pre-everything::

View file

@ -25,6 +25,7 @@ PORTDOCS= *
PORTEXAMPLES= * PORTEXAMPLES= *
PLIST_FILES= bin/gnucap bin/gnucap-modelgen PLIST_FILES= bin/gnucap bin/gnucap-modelgen
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREADLINE} .if ${PORT_OPTIONS:MREADLINE}

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# Ports collection makefile for: gpl-cver
# Date created: May 13, 2005
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= gplcver PORTNAME= gplcver
PORTVERSION= 2.12.a PORTVERSION= 2.12.a
@ -22,6 +17,7 @@ MAKEFILE= makefile.freebsd
PLIST_FILES= bin/cver PLIST_FILES= bin/cver
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
do-install: do-install:

View file

@ -41,6 +41,7 @@ PORTDOCS= *
PORTEXAMPLES= * PORTEXAMPLES= *
PLIST_FILES= bin/gspiceui share/pixmaps/gspiceui-48x48.xpm PLIST_FILES= bin/gspiceui share/pixmaps/gspiceui-48x48.xpm
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUCAP} .if ${PORT_OPTIONS:MGNUCAP}

View file

@ -21,6 +21,7 @@ TCL_DESC= Enable support for TCL/TK
PORTDOCS= gtkwave.odt PORTDOCS= gtkwave.odt
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTCL} .if ${PORT_OPTIONS:MTCL}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gwave # Created by: Duncan Barclay <dmlb@dmlb.org>
# Date created: 16 June 2002
# Whom: Duncan Barclay <dmlb@dmlb.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= gwave PORTNAME= gwave
PORTVERSION= 20080127 PORTVERSION= 20080127
@ -41,6 +37,7 @@ DOCFILES= Guile.notes \
hspice.txt \ hspice.txt \
spice3.txt spice3.txt
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPLOTUTILS} .if ${PORT_OPTIONS:MPLOTUTILS}

View file

@ -42,6 +42,7 @@ GMSH_DESC= Enable automatic 3D finite element mesh generator
DESKTOP_ENTRIES="Impact" "${COMMENT}" "${PORTNAME}" \ DESKTOP_ENTRIES="Impact" "${COMMENT}" "${PORTNAME}" \
"${PORTNAME}gui" "Graphics;3DGraphics;Education;" false "${PORTNAME}gui" "Graphics;3DGraphics;Education;" false
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGMSH} .if ${PORT_OPTIONS:MGMSH}

View file

@ -38,6 +38,7 @@ MAN1= irsim.1
MAN3= irsim-analyzer.3 MAN3= irsim-analyzer.3
MAN5= netchange.5 MAN5= netchange.5
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTCL} .if ${PORT_OPTIONS:MTCL}

View file

@ -21,4 +21,5 @@ CONFIGURE_ARGS= --disable-suffix
MAN1= iverilog-vpi.1 iverilog.1 vvp.1 MAN1= iverilog-vpi.1 iverilog.1 vvp.1
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Jspice # Created by: Pedro F. Giffuni
# Date created: 26 Feb 2006
# Whom: Pedro F. Giffuni
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= jspice3 PORTNAME= jspice3
PORTVERSION= 2.5.011109 PORTVERSION= 2.5.011109
@ -22,6 +18,7 @@ OPTIONS_DEFINE= X11 EXAMPLES
OPTIONS_DEFAULT= X11 OPTIONS_DEFAULT= X11
WRKSRC= ${WRKDIR}/${PORTNAME}-2.5 WRKSRC= ${WRKDIR}/${PORTNAME}-2.5
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11} .if ${PORT_OPTIONS:MX11}

View file

@ -44,6 +44,7 @@ CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}"
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \ BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \

View file

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

View file

@ -38,6 +38,7 @@ WRKSRC= ${WRKDIR}/${SFNAME}
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||}
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: klayout # Created by: Hiroki Sato <hrs@FreeBSD.org>
# Date created: Sat, Apr 28, 2007
# Whom: Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= klayout PORTNAME= klayout
PORTVERSION= 0.21.19 PORTVERSION= 0.21.19
@ -30,6 +26,7 @@ PLIST_FILES= bin/klayout \
PLATFORMKEYWORD= freebsd-32-gcc-release PLATFORMKEYWORD= freebsd-32-gcc-release
NO_STAGE= yes
do-build: do-build:
cd ${WRKSRC} && \ cd ${WRKSRC} && \
${SH} build.sh -platform ${PLATFORMKEYWORD} \ ${SH} build.sh -platform ${PLATFORMKEYWORD} \

View file

@ -20,6 +20,7 @@ USE_ZIP= yes
WRKSRC= ${WRKDIR}/layout WRKSRC= ${WRKDIR}/layout
PLIST_FILES= bin/layout PLIST_FILES= bin/layout
NO_STAGE= yes
do-configure: do-configure:
cd ${WRKSRC} && ${QMAKE} -makefile -spec ${QMAKESPEC} cd ${WRKSRC} && ${QMAKE} -makefile -spec ${QMAKESPEC}

View file

@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS
SUB_FILES= pkg-message SUB_FILES= pkg-message
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-extract-script: post-extract-script:

View file

@ -39,6 +39,7 @@ ICON_SIZES= 16x16 24x24 32x32 48x48 128x128 256x256
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-extract: post-extract:

View file

@ -24,6 +24,7 @@ CONFIGURE_ARGS= --disable-update-mime-database \
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -22,6 +22,7 @@ GH_COMMIT= c1f2eb6
OPTIONS_DEFINE= NLS OPTIONS_DEFINE= NLS
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: linux-eagle5 # Created by: Michael Durian <durian@shadetreesoftware.com>
# Date created: 20 March, 2009
# Whom: Michael Durian <durian@shadetreesoftware.com>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= linux-eagle5 PORTNAME= linux-eagle5
EAGLEBASEVERSION?= 5.12 EAGLEBASEVERSION?= 5.12
@ -45,6 +41,7 @@ DESKTOP_ENTRIES= "Eagle5" "Tool for designing printed circuit boards" \
${DATADIR}/ulp/eagle.bmp \ ${DATADIR}/ulp/eagle.bmp \
"eagle" "Development;Electronics;Engineering;" "false" "eagle" "Development;Electronics;Engineering;" "false"
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
PLIST_SUB+= LINUXBASE=${LINUXBASE} PLIST_SUB+= LINUXBASE=${LINUXBASE}

View file

@ -24,6 +24,7 @@ PLIST_DIRS= %%DATADIR%%
DESKTOP_ENTRIES="Logisim" "${COMMENT}" "" "${PORTNAME}" "" false DESKTOP_ENTRIES="Logisim" "${COMMENT}" "" "${PORTNAME}" "" false
NO_STAGE= yes
do-extract: do-extract:
${MKDIR} ${WRKSRC} ${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}

View file

@ -39,6 +39,7 @@ DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" ""
PORTSCOUT= limit:^7\. PORTSCOUT= limit:^7\.
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch: post-patch:

View file

@ -1,7 +1,5 @@
# Created by: David O'Brien <obrien@cs.ucdavis.edu> # Created by: David O'Brien <obrien@cs.ucdavis.edu>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= mars PORTNAME= mars
PORTVERSION= 2.1 PORTVERSION= 2.1
@ -23,6 +21,7 @@ OPTIONS_DEFAULT=X11
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11} .if ${PORT_OPTIONS:MX11}

View file

@ -1,9 +1,5 @@
# New ports collection Makefile for: meshdev # Created by: gahr
# Date created: 6 February 2012
# Whom: gahr
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= meshdev PORTNAME= meshdev
PORTVERSION= 0.5 PORTVERSION= 0.5
@ -21,6 +17,7 @@ MAKEFILE= Makefile.release.gcc
PLIST_FILES= bin/${PORTNAME} PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install: do-install:
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${PREFIX}/bin

View file

@ -23,6 +23,7 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}/src WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}/src
NO_STAGE= yes
post-patch: post-patch:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
${WRKSRC}/common/pluginmanager.cpp ${WRKSRC}/common/pluginmanager.cpp

View file

@ -32,6 +32,7 @@ OCC_DESC= Compile with OpenCascade geometry kernel
FFMPEG_DESC= video recording with FFmpeg FFMPEG_DESC= video recording with FFmpeg
OPTIONS_DEFAULT= OCC OPTIONS_DEFAULT= OCC
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOCC} .if ${PORT_OPTIONS:MOCC}

View file

@ -15,6 +15,7 @@ OPTIONS_DEFINE= DEBUG
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
CONFIGURE_ARGS+=--enable-xspice \ CONFIGURE_ARGS+=--enable-xspice \

View file

@ -48,6 +48,7 @@ LOCCROOT= OpenCAS
OCCROOT= ${PREFIX}/${LOCCROOT} OCCROOT= ${PREFIX}/${LOCCROOT}
PLIST_SUB= OCCROOT="${LOCCROOT}" PLIST_SUB= OCCROOT="${LOCCROOT}"
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTBB} .if ${PORT_OPTIONS:MTBB}

View file

@ -1,4 +1,4 @@
# Created by: Michael Reifenberger <mr@freebsd.org> # Created by: Michael Reifenberger <mr@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= openscad PORTNAME= openscad
@ -31,6 +31,7 @@ QMAKE_FLAGS = VERSION=${PORTVERSION}
MAKE_ENV = INSTALL_ROOT=${DESTDIR} MAKE_ENV = INSTALL_ROOT=${DESTDIR}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_STAGE= yes
post-patch: post-patch:
${REINPLACE_CMD} -e 's,XXXFLEXXX,"${LOCALBASE}/bin/flex",' \ ${REINPLACE_CMD} -e 's,XXXFLEXXX,"${LOCALBASE}/bin/flex",' \
${WRKSRC}/openscad.pro ${WRKSRC}/openscad.pro

View file

@ -38,6 +38,7 @@ PLIST_FILES= bin/vsp
CFLAGS+= -I${LOCALBASE}/include/openNURBS CFLAGS+= -I${LOCALBASE}/include/openNURBS
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
do-install: do-install:

View file

@ -23,6 +23,7 @@ PROGRAMS= gdsdump2gds modgds2 gdslayers testgds2 \
gdspath4topath0 testgdt gdspath4topath0 testgdt
# XXX: gdsdump disabled for the moment # XXX: gdsdump disabled for the moment
NO_STAGE= yes
post-install: post-install:
${INSTALL_SCRIPT} ${PROGRAMS:S,^,${WRKSRC}/Examples/,} ${PREFIX}/bin ${INSTALL_SCRIPT} ${PROGRAMS:S,^,${WRKSRC}/Examples/,} ${PREFIX}/bin

View file

@ -26,6 +26,7 @@ MAN3= Verilog::EditFiles.3 Verilog::Netlist::Logger.3 \
Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \ Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \
Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3 Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch: post-patch:

View file

@ -40,6 +40,7 @@ MOTIF_DESC= Motif widgets
GTK_DESC= GIMP ToolKit widgets GTK_DESC= GIMP ToolKit widgets
NONE_DESC= No GUI support NONE_DESC= No GUI support
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -41,6 +41,7 @@ MAN5= pdnmesh_input.5
DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true" DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true"
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MATLAS} .if ${PORT_OPTIONS:MATLAS}

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# Ports collection makefile for: pythoncad
# Date created: Nov 11, 2003
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= pythoncad PORTNAME= pythoncad
PORTVERSION= 37 PORTVERSION= 37
@ -26,6 +21,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PythonCAD PYDISTUTILS_PKGNAME= PythonCAD
PYDISTUTILS_PKGVERSION= DS1-R${PORTVERSION} PYDISTUTILS_PKGVERSION= DS1-R${PORTVERSION}
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
${WRKSRC}/PythonCAD/Generic/preferences.py \ ${WRKSRC}/PythonCAD/Generic/preferences.py \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: qcad-partslib # Created by: Michael Reifenberger <mr@FreeBSD.org>
# Date created: 28 Mar 2004
# Whom: Michael Reifenberger <mr@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= qcad-partslib PORTNAME= qcad-partslib
PORTVERSION= 2.1.2.8.1 PORTVERSION= 2.1.2.8.1
@ -21,6 +17,7 @@ DATADIR= share/qcad/library
NO_BUILD= yes NO_BUILD= yes
NO_STAGE= yes
do-install: do-install:
@${MKDIR} ${PREFIX}/${DATADIR} @${MKDIR} ${PREFIX}/${DATADIR}
${TAR} -C ${PREFIX}/${DATADIR} --exclude CVS --unlink --strip-components 1 \ ${TAR} -C ${PREFIX}/${DATADIR} --exclude CVS --unlink --strip-components 1 \

View file

@ -50,6 +50,7 @@ SHRDIR= fonts libraries patterns plugins scripts ts
QSCRIPTS= bbox dwg2bmp dwg2pdf dwg2svg QSCRIPTS= bbox dwg2bmp dwg2pdf dwg2svg
SUB_FILES= ${QSCRIPTS} SUB_FILES= ${QSCRIPTS}
NO_STAGE= yes
pre-configure: pre-configure:
${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ ${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
${WRKSRC}/src/core/RSettings.cpp ${WRKSRC}/src/core/RSettings.cpp

View file

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

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# Ports collection makefile for: qfsm
# Date created: Mar 14, 2002
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= qfsm PORTNAME= qfsm
PORTVERSION= 0.53.0 PORTVERSION= 0.53.0
@ -27,6 +22,7 @@ USE_GNOME= desktopfileutils
USES= cmake USES= cmake
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGRAPHVIZ} .if ${PORT_OPTIONS:MGRAPHVIZ}

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# New ports collection makefile for: qmls
# Date created: Dec 10, 2001
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= qmls PORTNAME= qmls
PORTVERSION= 0.2 PORTVERSION= 0.2
@ -17,4 +12,5 @@ COMMENT= Quine-McCluskey Logic Simplifier
PLIST_FILES= bin/qmls PLIST_FILES= bin/qmls
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -41,6 +41,7 @@ USE_AUTOTOOLS= automake libtool
USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \
xext xfixes xi xinerama xmu xrandr xrender xt xxf86vm xext xfixes xi xinerama xmu xrandr xrender xt xxf86vm
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-geom # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -15,4 +12,5 @@ SAL_MODULE_UPPER= GEOM
BROKEN= fails to build BROKEN= fails to build
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -10,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -gui PKGNAMESUFFIX= -gui
SAL_MODULE_UPPER= GUI SAL_MODULE_UPPER= GUI
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-jobmanager # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 10 Nov 2010
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -jobmanager PKGNAMESUFFIX= -jobmanager
SAL_MODULE_UPPER= JOBMANAGER SAL_MODULE_UPPER= JOBMANAGER
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -12,6 +12,7 @@ SAL_MODULE_UPPER= KERNEL
BROKEN= Does not configure BROKEN= Does not configure
NO_STAGE= yes
post-configure:: post-configure::
@${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/salome_adm/unix/config_files @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/salome_adm/unix/config_files

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-light # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -light PKGNAMESUFFIX= -light
SAL_MODULE_UPPER= LIGHT SAL_MODULE_UPPER= LIGHT
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -11,4 +11,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -med PKGNAMESUFFIX= -med
SAL_MODULE_UPPER= MED SAL_MODULE_UPPER= MED
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-multipr # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -multipr PKGNAMESUFFIX= -multipr
SAL_MODULE_UPPER= MULTIPR SAL_MODULE_UPPER= MULTIPR
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-netgenplugin # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 10 Nov 2010
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -netgenplugin PKGNAMESUFFIX= -netgenplugin
SAL_MODULE_UPPER= NETGENPLUGIN SAL_MODULE_UPPER= NETGENPLUGIN
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-randomizer # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 4 PORTREVISION= 4
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -randomizer PKGNAMESUFFIX= -randomizer
SAL_MODULE_UPPER= RANDOMIZER SAL_MODULE_UPPER= RANDOMIZER
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-sierpinsky # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -sierpinsky PKGNAMESUFFIX= -sierpinsky
SAL_MODULE_UPPER= SIERPINSKY SAL_MODULE_UPPER= SIERPINSKY
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-smesh # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -smesh PKGNAMESUFFIX= -smesh
SAL_MODULE_UPPER= SMESH SAL_MODULE_UPPER= SMESH
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-visu # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 6 PORTREVISION= 6
@ -13,4 +10,5 @@ PORTNAME= salome
PKGNAMESUFFIX= -visu PKGNAMESUFFIX= -visu
SAL_MODULE_UPPER= VISU SAL_MODULE_UPPER= VISU
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: cad/salome-yacs # Created by: Stas Timokhin <devel@stasyan.com>
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 4 PORTREVISION= 4
@ -15,4 +12,5 @@ SAL_MODULE_UPPER= YACS
BROKEN= fails to build BROKEN= fails to build
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -36,6 +36,7 @@ SLAVEDIRS= cad/salome-kernel cad/salome-gui cad/salome-geom cad/salome-light \
cad/salome-sierpinsky cad/salome-smesh cad/salome-multipr cad/salome-jobmanager \ cad/salome-sierpinsky cad/salome-smesh cad/salome-multipr cad/salome-jobmanager \
cad/salome-netgenplugin cad/salome-netgenplugin
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if !defined(PKGNAMESUFFIX) .if !defined(PKGNAMESUFFIX)

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: sceptre # Created by: grog
# Date created: 11 February 2001
# Whom: grog
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= sceptre PORTNAME= sceptre
PORTVERSION= 2012.061 PORTVERSION= 2012.061
@ -20,6 +16,7 @@ USE_FORTRAN= yes
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
FFLAGS+= -fno-automatic FFLAGS+= -fno-automatic

View file

@ -65,6 +65,7 @@ PLIST_SUB+= MPI=""
PLIST_SUB+= MPI="@comment " PLIST_SUB+= MPI="@comment "
.endif .endif
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "i386" .if ${ARCH} == "i386"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: scv # Created by: Peter Johnson
# Date created: 16 December 2006
# Whom: Peter Johnson
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= scv PORTNAME= scv
PORTVERSION= 1.0p2 PORTVERSION= 1.0p2
@ -29,6 +25,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/objdir
BUILD_WRKSRC= ${WRKSRC}/objdir BUILD_WRKSRC= ${WRKSRC}/objdir
INSTALL_WRKSRC= ${WRKSRC}/objdir INSTALL_WRKSRC= ${WRKSRC}/objdir
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# Ports collection makefile for: slffea
# Date created: Feb 9, 2002
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= slffea PORTNAME= slffea
PORTVERSION= 1.5 PORTVERSION= 1.5
@ -37,6 +32,7 @@ EXEC= beam/beam/bm beam/beam_gr/bmpost brick/brick/br \
truss/truss_gr/tspost truss/truss_gr/tspost
PLIST_FILES= ${EXEC:T:S/^/bin\//} PLIST_FILES= ${EXEC:T:S/^/bin\//}
NO_STAGE= yes
post-patch: post-patch:
@(${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ @(${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
${REINPLACE_CMD} -E -e "s|^CC = .*|CC = ${CC} ${CFLAGS}|g" \ ${REINPLACE_CMD} -E -e "s|^CC = .*|CC = ${CC} ${CFLAGS}|g" \

View file

@ -29,6 +29,7 @@ MLINKS= spice.1 spice3.1
OPTIONS_DEFINE= DOCS X11 OPTIONS_DEFINE= DOCS X11
OPTIONS_DEFAULT=DOCS X11 OPTIONS_DEFAULT=DOCS X11
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11} .if ${PORT_OPTIONS:MX11}

View file

@ -32,6 +32,7 @@ PLIST_FILES= bin/sweethome3d \
DESKTOP_ENTRIES="Sweet Home 3D" "" "${PORTNAME}-icon" "${PORTNAME}" "" false DESKTOP_ENTRIES="Sweet Home 3D" "" "${PORTNAME}-icon" "${PORTNAME}" "" false
NO_STAGE= yes
do-install: do-install:
${INSTALL_DATA} ${WRKSRC}/install/${JARNAME} ${JAVAJARDIR}/${JARNAME} ${INSTALL_DATA} ${WRKSRC}/install/${JARNAME} ${JAVAJARDIR}/${JARNAME}
${INSTALL_SCRIPT} ${WRKDIR}/sweethome3d.sh ${PREFIX}/bin/sweethome3d ${INSTALL_SCRIPT} ${WRKDIR}/sweethome3d.sh ${PREFIX}/bin/sweethome3d

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: systemc # Created by: Daniel Thiele
# Date created: 15 December 2005
# Whom: Daniel Thiele
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= systemc PORTNAME= systemc
PORTVERSION= 2.2.0 PORTVERSION= 2.2.0
@ -24,6 +20,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/objdir
BUILD_WRKSRC= ${WRKSRC}/objdir BUILD_WRKSRC= ${WRKSRC}/objdir
INSTALL_WRKSRC= ${WRKSRC}/objdir INSTALL_WRKSRC= ${WRKSRC}/objdir
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})

View file

@ -21,6 +21,7 @@ MAN1= gmac.1 tkgate.1 verga.1
TKGATE_IPATH= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} TKGATE_IPATH= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR}
TKGATE_LIBS= -ltk${TK_VER:S/.//} -ltcl${TCL_VER:S/.//} -lX11 -lm TKGATE_LIBS= -ltk${TK_VER:S/.//} -ltcl${TCL_VER:S/.//} -lX11 -lm
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/scripts/tree.tcl @${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/scripts/tree.tcl
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: tochnog # Created by: Pedro Giffuni <giffunip@asme.org>
# Date created: 19 Apr 2003
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= tochnog PORTNAME= tochnog
PORTVERSION= 20010211 PORTVERSION= 20010211
@ -60,6 +56,7 @@ USE_FORTRAN= yes
FORTRANLIBS= -lgfortranbegin -lgfortran FORTRANLIBS= -lgfortranbegin -lgfortran
GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../.. GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..
NO_STAGE= yes
pre-build: pre-build:
@${DIRNAME} `${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR @${DIRNAME} `${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR
@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g ; \ @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g ; \

View file

@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
MAN1= transcalc.1 MAN1= transcalc.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure

View file

@ -26,6 +26,7 @@ MAKE_JOBS_UNSAFE= yes
VARKON_PREFIX= ${PREFIX}/lib/${PORTNAME} VARKON_PREFIX= ${PREFIX}/lib/${PORTNAME}
NO_STAGE= yes
post-extract: post-extract:
@${FIND} ${WRKSRC} -name "*.o" -delete @${FIND} ${WRKSRC} -name "*.o" -delete

Some files were not shown because too many files have changed in this diff Show more