Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)

This commit is contained in:
Baptiste Daroussin 2013-09-20 17:03:26 +00:00
parent 1089da7dcc
commit 857aec5d6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327722
379 changed files with 525 additions and 717 deletions

View file

@ -20,6 +20,7 @@ USE_ZIP= yes
USE_PYTHON= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}

View file

@ -30,6 +30,7 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}.pl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_STAGE= yes
.include <bsd.port.options.mk>
CPPFILT?= /usr/bin/c++filt

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: ace+tao-doc
# Date created: 9 January 2004
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# Created by: Sergey Matveychuk <sem@ciam.ru>
# $FreeBSD$
#
PORTNAME= ace+tao-doc
PORTVERSION= 5.5.0
@ -23,6 +19,7 @@ PLIST= ${WRKDIR}/pkg-plist
DIRLIST= ${WRKDIR}/dir-list
INSTALL_DIR= share/doc/${PORTNAME}
NO_STAGE= yes
pre-install:
@${ECHO_MSG} "--> Generating a directories list"; \
cd ${WRKSRC}; \

View file

@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION="${PORTVERSION}"
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}

View file

@ -34,6 +34,7 @@ PLIST_DIRSTRY= %%DATADIR%%/6502 \
%%DATADIR%%/Own \
%%DATADIR%%
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: activitymail
# Date created: 11 Nov 2003
# Whom: Joseph Scott <joseph@randomnetworks.com>
#
# Created by: Joseph Scott <joseph@randomnetworks.com>
# $FreeBSD$
#
PORTNAME= activitymail
PORTVERSION= 1.26
@ -20,4 +16,5 @@ USE_PERL5= modbuild
PLIST_FILES= bin/activitymail
MAN1= activitymail.1
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: adabooch
# Date created: 21 December 2002
# Whom: David Holm <david@realityrift.com>
#
# Created by: David Holm <david@realityrift.com>
# $FreeBSD$
#
PORTNAME= adabooch-doc
PORTVERSION= 20030309
@ -23,6 +19,7 @@ NO_MTREE= yes
WRKSRC= ${WRKDIR}/adabooch-doc-html
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
NO_STAGE= yes
pre-extract:
@${MKDIR} ${WRKSRC}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: adabooch
# Date created: 21 December 2002
# Whom: David Holm <david@realityrift.com>
#
# Created by: David Holm <david@realityrift.com>
# $FreeBSD$
#
PORTNAME= adabooch
PORTVERSION= 20030309
@ -19,6 +15,7 @@ LICENSE= GPLv2
NO_BUILD= yes
NO_STAGE= yes
do-install:
@${ECHO} Installing library files
@${MKDIR} ${PREFIX}/lib/adabooch

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: adacurses
# Date created: 19 June 2002
# Whom: olgeni@FreeBSD.org
#
# Created by: olgeni@FreeBSD.org
# $FreeBSD$
#
PORTNAME= adacurses
PORTVERSION= 5.9
@ -27,6 +23,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
CONFIGURE_ENV= ac_cv_path_LDCONFIG="${LDCONFIG} -m ${PREFIX}/lib" \
ADA_SUBDIRS="gen src"
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/adacurses
@${INSTALL_DATA} ${WRKSRC}/Ada95/src/*.ads ${PREFIX}/lib/adacurses

View file

@ -17,6 +17,7 @@ USE_SDL= mixer image sdl
USES= ada gmake
GMAKE= ${SETENV} ${MAKE_ENV} gmake
NO_STAGE= yes
do-patch:
for i in `${FIND} ${WRKSRC} -name 'Makefile'`; do \
${REINPLACE_CMD} -e '/gnatmake/!s/make\ /gmake\ /' $${i}; \

View file

@ -14,6 +14,7 @@ LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro
USES= gmake
NO_STAGE= yes
.include "Makefile.man"
MAKEFILE= makefile

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: aegis
# Date created: 2007-12-20
# Whom: alepulver
#
# Created by: alepulver
# $FreeBSD$
#
PORTNAME= aegis
PORTVERSION= 4.24.3
@ -52,6 +48,7 @@ MAN5= aecattr.5 aecstate.5 aedir.5 aefattr.5 aefstate.5 aegis.5 \
PORTDATA= *
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View file

@ -19,6 +19,7 @@ MAN1= aflex.1 ayacc.1
NO_WRKSUBDIR= yes
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-build:

View file

@ -19,6 +19,7 @@ MAKE_ENV+= DESTDIR=${DESTINY}
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}

View file

@ -27,6 +27,7 @@ PORTDOCS= *
PORTEXAMPLES= *
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
post-install:
@${STRIP_CMD} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)

View file

@ -24,6 +24,7 @@ ALL_TARGET= Alabastra
PLIST_FILES= bin/alabastra
NO_STAGE= yes
do-configure:
@(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS})

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ald
# Date created: 11 July 2003
# Whom: Patrick Alken <alken@colorado.edu>
#
# Created by: Patrick Alken <alken@colorado.edu>
# $FreeBSD$
#
PORTNAME= ald
PORTVERSION= 0.1.7
@ -20,4 +16,5 @@ PLIST_FILES= bin/ald
ONLY_FOR_ARCHS= i386
NOPRECIOUSMAKEVARS= yes
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: alf
# Date created: Sep 4, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= alf
PORTVERSION= 0.1
@ -20,4 +15,5 @@ USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,7 +1,5 @@
# Created by: nemysis@gmx.ch
#
# Created by: nemysis@gmx.ch
# $FreeBSD$
#
PORTNAME= allegro
DISTVERSION= 5.0.7
@ -47,6 +45,7 @@ OPTIONS_DEFINE= DEMOS
OPTIONS_DEFAULT= DEMOS
DEMOS_DESC= Install Demos programs
NO_STAGE= yes
.include <bsd.port.options.mk>
.include "Makefile.man"

View file

@ -33,6 +33,7 @@ LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib \
jack.0:${PORTSDIR}/audio/jack \
png15:${PORTSDIR}/graphics/png
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}

View file

@ -24,4 +24,5 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/adb
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,10 +1,6 @@
# New ports collection makefile for: anjuta-extras
# Date created: 8 May 2009
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/anjuta-extras/Makefile,v 1.11 2010/09/29 12:14:23 kwm Exp $
#
PORTNAME= anjuta-extras
PORTVERSION= 2.32.1.1
@ -29,4 +25,5 @@ CONFIGURE_ARGS+=--disable-plugin-valgrind \
GCONF_SCHEMAS= anjuta-editor-scintilla.schemas
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -65,6 +65,7 @@ OPTIONS_DEFINE= SVN DEVHELP
OPTIONS_DEFAULT=DEVHELP
DEVHELP_DESC= Devhelp support
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSVN}

View file

@ -27,6 +27,7 @@ PORT_CLASSPATH= ${WRKSRC}/antlrall.jar:.
EXAMPLES= cpp java
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= ANTLRException.gif closure.gif cpp-runtime.html \

View file

@ -28,6 +28,7 @@ PLIST_FILES= bin/antlrworks \
${JAVAJARDIR:C,${PREFIX}/?,,}/${PORTNAME}.jar \
share/pixmaps/antlrworks.png
NO_STAGE= yes
do-install:
${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|' \

View file

@ -1,4 +1,4 @@
# Created by: Ernst de Haan <znerd@FreeBSD.org>
# Created by: Ernst de Haan <znerd@FreeBSD.org>
# $FreeBSD$
PORTNAME= apache-ant
@ -45,6 +45,7 @@ MAN5= build.xml.5
SUB_FILES= ant.sh
NO_STAGE= yes
post-extract:
@${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${MANPAGE_DISTFILE}

View file

@ -31,6 +31,7 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}.pl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_STAGE= yes
.include <bsd.port.options.mk>
CPPFILT?= /usr/bin/c++filt

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: apiextractor
# Date created: 2011-03-21
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= apiextractor
PORTVERSION= 0.10.10
@ -29,4 +25,5 @@ USE_BZIP2= yes
USES= cmake
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -46,6 +46,7 @@ APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \
--with-expat=${LOCALBASE} \
--with-iconv=${ICONV_PREFIX}
NO_STAGE= yes
.include <bsd.port.options.mk>
########## APR Options

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: apr
# Date created: 19 February 2002
# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
#
# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
# $FreeBSD$
PORTNAME= apr
@ -29,6 +26,7 @@ NDBM_DESC= NDBM support in apr-util
DEVRANDOM_DESC= Use /dev/random or compatible
DEVELOPER_ONLY_DESC= I want to test apr2 not the maintainer
NO_STAGE= yes
.include <bsd.port.options.mk>
USES= iconv perl5

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: arduino-lib-glcd
# Date created: 03 Apr 2011
# Whom: Craig Leres <leres@ee.lbl.gov>
#
# Created by: Craig Leres <leres@ee.lbl.gov>
# $FreeBSD$
#
PORTNAME= arduino-glcd
PORTVERSION= 3.20111205
@ -38,6 +34,7 @@ FILES= \
glcd_Buildinfo.h \
glcd_Config.h \
glcd_Device.cpp \
NO_STAGE= yes
include \
readme.txt

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: arduino-irremote
# Date created: 02 Apr 2011
# Whom: Craig Leres <leres@ee.lbl.gov>
#
# Created by: Craig Leres <leres@ee.lbl.gov>
# $FreeBSD$
#
PORTNAME= arduino-irremote
PORTVERSION= 0.1
@ -30,6 +26,7 @@ PLIST_FILES= arduino/libraries/IRremote/IRremote.cpp \
arduino/libraries/IRremote/keywords.txt
PLIST_DIRS= arduino/libraries/IRremote
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXAMPLES}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: arduino-mk
# Date created: 27 Feb 2011
# Whom: Craig Leres <leres@ee.lbl.gov>
#
# Created by: Craig Leres <leres@ee.lbl.gov>
# $FreeBSD$
#
PORTNAME= arduino-mk
PORTVERSION= 0.10
@ -28,6 +24,7 @@ NO_BUILD= yes
OPTIONS_DEFINE+= DOCS EXAMPLES
NO_STAGE= yes
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MDOCS)

View file

@ -39,6 +39,7 @@ DOCS_DESC= Install the reference documents
INSLIST= arduino hardware lib libraries logo.png revisions.txt tools
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MATMEGA644P}

View file

@ -34,6 +34,7 @@ PORTDOCS= manual-${PORTVERSION}.pdf quickguide-${PORTVERSION}.pdf
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
DESKTOP_ENTRIES= "ArgoUML" \

View file

@ -23,6 +23,7 @@ PLIST_FILES= lib/libargp.la lib/libargp.a \
lib/libargp.so lib/libargp.so.0 \
include/argp.h
NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-configure:

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: argtable
# Date created: Dec 17, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= argtable
PORTVERSION= 2.13
@ -21,6 +16,7 @@ USE_LDCONFIG= yes
MAN3= argtable2.3
MLINKS= argtable2.3 argtable.3
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g ; \
s|^install-data-am: |install-data-am: #|g' ${WRKSRC}/Makefile.in

View file

@ -33,6 +33,7 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \
${PKGNAMEPREFIX}elfedit.1 ${PKGNAMEPREFIX}windmc.1 \
${PKGNAMEPREFIX}gprof.1
NO_STAGE= yes
post-install:
.for F in addr2line c++filt elfedit gprof objcopy objdump readelf size strings
${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \

View file

@ -10,4 +10,5 @@ BUILD_DEPENDS= arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils
RUN_DEPENDS= arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils
MASTERDIR= ${.CURDIR}/../cross-gcc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View file

@ -29,6 +29,7 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \
${PKGNAMEPREFIX}gprof.1
NO_STAGE= yes
post-install:
.for F in addr2line c++filt elfedit gprof objcopy objdump readelf size strings
${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: aros-sdk
# Date created: 11 Jan 2007
# Whom: Jona Joachim <walkingshadow@grummel.net>
#
# Created by: Jona Joachim <walkingshadow@grummel.net>
# $FreeBSD$
#
PORTNAME= aros-sdk
PORTVERSION= 0.20060207
@ -17,6 +13,7 @@ COMMENT= The Software development kit (SDK) for the AROS Operating System
USE_BZIP2= yes
USE_GMAKE= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
LD!= ${CC} -print-prog-name=ld

View file

@ -16,6 +16,7 @@ LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26
USES= gmake pkgconfig
NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${PREFIX}/bin

View file

@ -23,6 +23,7 @@ PLIST_FILES= bin/as31 %%X11%%bin/as31_gtk
OPTIONS_DEFINE= X11
OPTIONS_SUB= yes
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}

View file

@ -20,6 +20,7 @@ CII_DESC= libcii for use by generated C and C++ code
OPTIONS_DEFAULT= CII
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCII}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: asl
# Date created: 18 June 1997
# Whom: Thomas Gellekum <tg@freebsd.org>
#
# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= asl
PORTVERSION= 1.41r8
@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= i386 alpha amd64
MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1
NO_STAGE= yes
post-extract:
${CP} ${FILESDIR}/Makefile.def ${WRKSRC}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: asmutils
# Date created: 22 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
#
PORTNAME= asmutils
PORTVERSION= 0.18
@ -45,6 +41,7 @@ PLIST_FILES= ${BINS:S/^/bin\/asmutils\//:S/bonus\///} \
PLIST_DIRS= bin/asmutils lib/asmutils
PORTDOCS= *
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,^static ,,' ${WRKSRC}/lib/libm.c

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: asmx
# Date created: 28 October 2008
# Whom: elbarto
#
# Created by: elbarto
# $FreeBSD$
#
PORTNAME= asmx
PORTVERSION= 1.8.2
@ -34,6 +30,7 @@ USE_ZIP= yes
PORTDOCS= README.txt
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:M1802}

View file

@ -42,6 +42,7 @@ REINPLACE_ARGS= -i ""
OPTIONS_DEFINE= DOCS EXAMPLES
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})

View file

@ -19,6 +19,7 @@ USE_GCC= yes
WRKSRC= ${WRKDIR}/astyle/build/gcc
NO_STAGE= yes
pre-patch:
@${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,; s,g++,${CXX},;' ${WRKSRC}/Makefile

View file

@ -29,6 +29,7 @@ OPTIONS_DEFINE= TOOLS
OPTIONS_DEFAULT=TOOLS
TOOLS_DESC= Enable deprecated tools
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000021

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Atlas
# Date created: 3 February 2005
# Whom: Janni <jannisan@t-online.de>
#
# Created by: Janni <jannisan@t-online.de>
# $FreeBSD$
#
PORTNAME= Atlas
PORTVERSION= 0.6.2
@ -22,6 +18,7 @@ NO_LATEST_LINK= YES
CONFIGURE_ARGS+=--program-transform-name=
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Atlas
# Date created: 29 March 2001
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
#
# Created by: Oliver Lehmann <lehmann@ans-netz.de>
# $FreeBSD$
#
PORTNAME= Atlas
PORTVERSION= 0.5.2
@ -20,6 +16,7 @@ USE_LDCONFIG= YES
USE_BZIP2= YES
USES= pathfix
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's| install-docDATA | |g' ${WRKSRC}/Makefile.in

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ats-contrib-testing
# Date created: 2011-10-11
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
#
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
# $FreeBSD$
#
PORTNAME= testing
PORTVERSION= ${ATS_VER}
@ -17,5 +13,6 @@ COMMENT= Facilitating construction of testing code for ATS language
NO_BUILD= yes
ATS_CTRB= testing
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ats/bsd.ats.mk"
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: autobook
# Date created: 13 December 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
#
PORTNAME= autobook
PORTVERSION= 1.5
@ -15,6 +11,7 @@ COMMENT= GNU autoconf, automake, and libtool - The Book
NO_BUILD= yes # it's only text!
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/doc/autobook
${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: autoconf-archive
# Date Created: 18 October 2006
# Whom: Martin Kammerhofer
#
# Created by: Martin Kammerhofer
# $FreeBSD$
#
PORTNAME= autoconf-archive
PORTVERSION= 0.${DISTDATE:C/-/./g}
@ -21,4 +17,5 @@ INFO= ${PORTNAME}
PLIST_SUB= MACRODIR=share/aclocal
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -15,6 +15,7 @@ NO_BUILD= YES
TOOL?= AUTOCONF
WRAPPED_TOOLS?= autoconf autoheader autom4te autoreconf autoscan \
autoupdate ifnames
NO_STAGE= yes
.include <bsd.port.pre.mk>
TOOLS_CASE!= ${ECHO_CMD} ${WRAPPED_TOOLS} | ${TR} ' ' '|'

View file

@ -35,6 +35,7 @@ GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \
MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub
MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g}
NO_STAGE= yes
post-patch:
@(cd ${WRKSRC}/man && \
for file in *.[1x]; do \

View file

@ -32,6 +32,7 @@ INFO= autoconf-${BUILD_VERSION}
STRIP= # none
NO_STAGE= yes
post-patch:
@${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true

View file

@ -46,6 +46,7 @@ MAN3= Autodia.3 autodia.3 \
Autodia::Handler::umbrello.3
PORTDOCS= CHANGES CREDITS DEVELOP FAQ INSTALL MANIFEST README TODO
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGRAPHVIZ}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: autodist
# Date created: 2007-02-21
# Whom: Peter Johnson <johnson.peter@gmail.com>
#
# Created by: Peter Johnson <johnson.peter@gmail.com>
# $FreeBSD$
#
PORTNAME= autodist
PORTVERSION= 1.5
@ -21,6 +17,7 @@ USE_GMAKE= yes
MAN1= autodist.1
INFO= autodist
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View file

@ -35,4 +35,5 @@ MAN3= ao_string_tokenize.3 configFileLoad.3 optionFileLoad.3 \
INFO= autogen
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -10,4 +10,5 @@ PKGDIR= ${.CURDIR}
TOOL= AUTOMAKE
WRAPPED_TOOLS= aclocal automake
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View file

@ -28,6 +28,7 @@ MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \
automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \
automake-${BUILD_VERSION}.1
NO_STAGE= yes
post-patch:
@${RM} ${WRKSRC}/doc/*.info

View file

@ -30,6 +30,7 @@ INFO= automake-${BUILD_VERSION}
STRIP= # none
NO_STAGE= yes
post-patch:
@${RM} ${WRKSRC}/*.info*
@${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake-${BUILD_VERSION}.texi

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: automoc4
# Date created: today
# Whom: miwi
#
# Created by: miwi
# $FreeBSD$
PORTNAME= automoc4
@ -20,4 +17,5 @@ USE_BZIP2= yes
USES= cmake iconv
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: autotools
# Date created: 14th April 2007
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= autotools
@ -26,6 +23,7 @@ PLIST_FILES= share/${PORTNAME}
NO_BUILD= yes
NO_FETCH= yes
NO_STAGE= yes
do-install:
@${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES}

View file

@ -27,6 +27,7 @@ PORTDOCS= api basics.html cop cvs-usage.html dependencies.html images \
JARFILES= ${PORTNAME}.jar ${PORTNAME}-api.jar ${PORTNAME}-impl.jar
PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,}
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}/..."
.for jarfile in ${JARFILES}

View file

@ -22,4 +22,5 @@ GNU_CONFIGURE= yes
MAN1= avarice.1 ice-gdb.1 ice-insight.1
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -21,6 +21,7 @@ PLIST_FILES= bin/avcimport bin/avcexport bin/avcdelete \
PORTDOCS= avce00.html
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: avltree
# Date created: 13 January 2000
# Whom: Bill Ross <bross@nas.nasa.gov>
#
# Created by: Bill Ross <bross@nas.nasa.gov>
# $FreeBSD$
PORTNAME= avltree
@ -16,4 +13,5 @@ COMMENT= An in-memory index w/ binary and string keys and key counts
MAN3= avltree.3
MANCOMPRESSED= yes
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,4 +1,4 @@
# Created by: Joerg Wunsch <joerg@freebsd.org>
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
# $FreeBSD$
PORTNAME= binutils
@ -47,6 +47,7 @@ MAN1= \
INFO= as binutils gprof ld bfd standards configure
INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info
NO_STAGE= yes
add-plist-post:
@${ECHO_CMD} "@unexec rm %D/${INFO_PATH}/dir 2> /dev/null || true" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec rmdir %D/${INFO_PATH} 2> /dev/null || true" >> ${TMPPLIST}

View file

@ -1,4 +1,4 @@
# Created by: Joerg Wunsch <joerg@freebsd.org>
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
# $FreeBSD$
PORTNAME= gcc
@ -38,6 +38,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
USES= bison gettext gmake perl5
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if (${ARCH} == "amd64")

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: avr-gdb
# Date created: 3 Sep 2002
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
#
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= gdb
PORTVERSION= 7.3.1
@ -22,6 +18,7 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls
NO_STAGE= yes
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo

View file

@ -1,4 +1,4 @@
# Created by: Joerg Wunsch <joerg@freebsd.org>
# Created by: Joerg Wunsch <joerg@FreeBSD.org>
# $FreeBSD$
PORTNAME= avr-libc
@ -23,6 +23,7 @@ RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MDOCS}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: tavrasm
# Date created: 12 December 2003
# Whom: Wes Peters <@FreeBSD.org>
#
# Created by: Wes Peters <@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= avra
PORTVERSION= 1.3.0
@ -27,6 +23,7 @@ PORTDOCS= *
PORTEXAMPLES= *
PLIST_FILES= bin/avra
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/avra ${PREFIX}/bin
.if !defined(NOPORTDOCS)

View file

@ -20,4 +20,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -17,6 +17,7 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c
NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-configure:
@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \

View file

@ -21,4 +21,5 @@ USE_PYTHON= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -20,6 +20,7 @@ PYTHON_DESC= Install Python library
OPTIONS_DEFAULT=C CPP PYTHON
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MC}

View file

@ -22,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.9.0:${PORTSDIR}/devel/py-bcdoc \
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 270

View file

@ -17,6 +17,7 @@ USE_BZIP2= yes
PLIST_FILES= bin/bam
NO_STAGE= yes
do-build:
.if defined(CC) && ${CC:T:Mclang}
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix_clang.sh

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: baz
# Date created: 11 October 2005
# Whom: Ulf Lilleengen
#
# Created by: Ulf Lilleengen
# $FreeBSD$
#
PORTNAME= baz
PORTVERSION= 1.4.2
@ -38,6 +34,7 @@ PATCH_WRKSRC= ${BASEWRKDIR}
LDFLAGS+= -L ${LOCALBASE}/lib
CFLAGS+= -I ${LOCALBASE}/include ${LDFLAGS}
NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-patch:

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bcc
# Date created: 26 March 1995
# Whom: joerg
#
# Created by: joerg
# $FreeBSD$
#
PORTNAME= bcc
PORTVERSION= 1995.03.12
@ -19,4 +15,5 @@ MAN1= as86.1 bcc.1 bcc-cc1.1 ld86.1
MANCOMPRESSED= yes
.endif
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -17,6 +17,7 @@ MAKEFILE= makefile
CFLAGS+= -DBCPP_CONFIG_DIR=\\\"${PREFIX}/etc/${PORTNAME}\\\"
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: beautifyphp
# Date created: 03 August 2005
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= beautifyphp
PORTVERSION= 0.5.0
@ -23,6 +19,7 @@ PLIST_FILES= bin/beautify_php share/${PORTNAME}/beautify_php.php \
share/pear/beautify_php.class.inc
PLIST_DIRS= share/${PORTNAME}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's,/usr/bin/php,${LOCALBASE}/bin/php,g' ${WRKSRC}/beautify_php
@${FIND} ${WRKSRC} -name "*.bak" -or -name "*.orig" -delete

View file

@ -26,6 +26,7 @@ PLIST_FILES= bin/bgdc bin/bgdi \
libexec/bgdc libexec/bgdi \
lib/libbgdrtm.a lib/libbgdrtm.la lib/libbgdrtm.so
NO_STAGE= yes
post-extract:
@${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh

View file

@ -26,6 +26,7 @@ USE_DOS2UNIX= *.c
WRKSRC= ${WRKDIR}/bennugd/${PORTNAME}
NO_STAGE= yes
post-extract:
@${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh

View file

@ -28,6 +28,7 @@ MAN1= cli-generate.1
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: cuecat
# Date created: 18 October 2000
# Whom: mwm@mired.org
#
# Created by: mwm@mired.org
# $FreeBSD$
#
PORTNAME= bicyclerepair
PORTVERSION= 0.9
@ -22,6 +18,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/pymacs-services:${PORTSDIR}/devel/pymacs
.endif
.if !defined(NOPORTDOCS)
NO_STAGE= yes
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ide-integration/bike.vim ${DOCSDIR}

View file

@ -20,6 +20,7 @@ CONFLICTS= bcc-[0-9]* dev86-[0-9]*
BINS= as/as86 ld/ld86 ld/objchop ld/catimage ld/objdump86
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"

View file

@ -64,6 +64,7 @@ INFO= as \
configure \
ld
NO_STAGE= yes
.include <bsd.port.options.mk>
# Actual earliest version may differ slightly

View file

@ -25,6 +25,7 @@ CONFIGURE_ARGS+=--disable-yacc
MAN1= bison.1
INFO= bison
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View file

@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION}
USE_GCC= 4.6
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View file

@ -14,4 +14,5 @@ GNU_CONFIGURE= yes
MAN1= blame.1
PLIST_FILES= bin/blame
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -22,6 +22,7 @@ MAN1= bmake.1
post-patch: .SILENT
${REINPLACE_CMD} 's/^\.Nx/NetBSD/' ${WRKDIR}/bmake/bmake.1
NO_STAGE= yes
do-build:
${SETENV} ${MAKE_ENV} ${SH} ${WRKDIR}/bmake/boot-strap \
--with-default-sys-path='.../share/mk:${PREFIX}/share/mk' \

View file

@ -1,11 +1,5 @@
# New ports collection makefile for: bmkdep
# Date created: 29 November 2011
# Whom: trociny
#
# Created by: trociny
# $FreeBSD$
#
# This port is self contained in the src directory.
#
PORTNAME= bmkdep
PORTVERSION= 20120114
@ -22,4 +16,5 @@ MAN1= bmkdep.1
MANCOMPRESSED= yes
PLIST_FILES= bin/bmkdep
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bncsutil
# Date created: 2011-02-13
# Whom: <ports@c0decafe.net>
#
# Created by: <ports@c0decafe.net>
# $FreeBSD$
#
PORTNAME= bncsutil
PORTVERSION= 1.3.2
@ -27,4 +23,5 @@ WRKSRC= ${WRKDIR}/ghost/bncsutil/src/bncsutil
USE_GMAKE= yes
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bnf
# Date created: 22 May 2003
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
#
# Created by: Frerich Raabe <frerich.raabe@gmx.de>
# $FreeBSD$
#
PORTNAME= bnf
PORTVERSION= 1.6.10
@ -20,4 +16,5 @@ GNU_CONFIGURE= yes
INFO= bnf
PLIST_FILES= bin/bnf
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: boa-constructor
# Date created: 15 December 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= boaconstructor
PORTVERSION= 0.6.1
@ -25,6 +21,7 @@ USE_WX= 2.6
WX_COMPS= python
DATADIR= ${PREFIX}/share/Boa
NO_STAGE= yes
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -x zoa ${WRKSRC}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -x zoa ${WRKSRC}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: boehm-gc-redirect
# Date created: 12/17/2009
# Whom: stas
#
# Created by: stas
# $FreeBSD$
#
PORTNAME= boehm-gc
PORTVERSION= 7.1
@ -32,6 +28,7 @@ OPTIONS_DEFINE= DEBUG
PLIST_FILES= ${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so.${SOVER},g} \
${INSTLIBS:S,^,lib/lib,g:S,$,-${GC_VARIANT}.so,g}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"

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