mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
This commit is contained in:
parent
31f7b03b56
commit
85fbf21ec5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327776
2206 changed files with 2900 additions and 3985 deletions
|
@ -30,6 +30,7 @@ PGSQL_DESC= PostgreSQL database support[obsolete]
|
|||
SQLITE_DESC= SQLite3 database support[obsolete]
|
||||
SQLITE2_DESC= SQLite2 database support[obsolete]
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
DATADIR= www/data
|
||||
|
|
|
@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png
|
|||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,4 +15,5 @@ LICENSE= GPLv2
|
|||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,4 +23,5 @@ R_MOD_AUTOPLIST= yes
|
|||
|
||||
MAKE_ENV= MAKE=${GMAKE}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,4 +16,5 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \
|
|||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-httpuv>=1.1.0:${PORTSDIR}/www/R-cran-httpuv \
|
|||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -31,6 +31,7 @@ SHEBANG_FILES= utils/aub \
|
|||
utils/help2man \
|
||||
utils/make_dir_index.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${LOCALBASE}/bin/xlsfonts)
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: abyssws
|
||||
# Date created: 26 August 2007
|
||||
# Whom: Daniel Voisine <voisined@wit.edu>
|
||||
#
|
||||
# Created by: Daniel Voisine <voisined@wit.edu>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abyssws
|
||||
PORTVERSION= 2.6
|
||||
|
@ -22,6 +18,7 @@ NO_BUILD= yes
|
|||
|
||||
USE_RC_SUBR= abyssws
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700043
|
||||
|
|
|
@ -22,6 +22,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
|||
WWWDIR?= ${PREFIX}/www/${PORTNAME}
|
||||
|
||||
# Get rid of temp files packaged in the upstream distfile
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -type f -not -name .htaccess -a \
|
||||
-name .\* -delete
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: admuser
|
||||
# Date created: 18 December 2003
|
||||
# Whom: Jean Milanez Melo <jmelo@FreeBSD.org>
|
||||
#
|
||||
# Created by: Jean Milanez Melo <jmelo@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= admuser
|
||||
PORTVERSION= 2.3.2
|
||||
|
@ -19,6 +15,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/admuser \
|
|||
--enable-language=English \
|
||||
--enable-cgidir=${PREFIX}/www/cgi-bin \
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: adzap
|
||||
# Date created: 03 March 2001
|
||||
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
||||
#
|
||||
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= adzap
|
||||
|
@ -19,6 +16,7 @@ USE_PERL5= run
|
|||
SUB_FILES= adzap.conf pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
.for FILE in squid_redirect-nodata wrapzap zapchain
|
||||
${REINPLACE_CMD} -e "s:/usr/bin/perl:${PERL5}:g" \
|
||||
|
|
|
@ -18,6 +18,7 @@ DOS2UNIX_REGEX= .*\.php
|
|||
WANT_PHP_WEB= yes
|
||||
SUB_FILES= pkg-deinstall pkg-install pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${RM} -f ${WRKSRC}/plugins/gui.ajax/res/themes/vision/images/mimes/16/._users-folder.png
|
||||
@${MV} ${WRKSRC}/conf/bootstrap_conf.php ${WRKDIR}/bootstrap_conf.php.sample
|
||||
|
|
|
@ -40,6 +40,7 @@ PORTDOCS= \
|
|||
*
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -33,6 +33,7 @@ LIMGDIR?= www/data/images
|
|||
IMGDIR= ${PREFIX}/${LIMGDIR}
|
||||
PLIST_SUB= IMGDIR="${LIMGDIR}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: anyremote2html
|
||||
# Date created: 26 December 2008
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# Created by: Alexander Logvinov <ports@logvinov.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= anyremote2html
|
||||
PORTVERSION= 1.4
|
||||
|
@ -20,6 +16,7 @@ USE_PYTHON_RUN= yes
|
|||
|
||||
PORTDOCS= ChangeLog README COPYING AUTHORS
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME}
|
||||
.if defined(NOPORTDOCS)
|
||||
|
|
|
@ -25,6 +25,7 @@ USE_GCC= any
|
|||
ALL_TARGET= default_target
|
||||
PLIST_FILES= sbin/anytermd
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \
|
||||
${WRKSRC}/scripts/mimetype.sh
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: aolserver-xotcl
|
||||
# Date created: 28 February 2007
|
||||
# Whom: Martin Matuska <mm@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= www tcl
|
||||
PKGNAMEPREFIX= aolserver-
|
||||
|
@ -12,4 +8,5 @@ AOLSERVER_XOTCL= yes
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/xotcl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -49,6 +49,7 @@ HTMLDOCS_DESC= Install HTML documentation
|
|||
MANPAGES_DESC= Install manpages
|
||||
TESTS_DESC= Install tests in example directory
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
SUB_LIST+= MKDIR="${MKDIR}" ECHO_CMD="${ECHO_CMD}" \
|
||||
|
|
|
@ -33,6 +33,7 @@ ANT= ${DATADIR}/tools/ant/bin/ant
|
|||
ANT_TARGET= local-deploy
|
||||
PLUGINSDIR= ${DATADIR}/plugins/org.apache.forrest.plugin.output.pdf
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@for FILE in ${REPLACE_FILES}; do \
|
||||
${REINPLACE_CMD} -e "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/g" \
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: apache-mode.el
|
||||
# Date created: 15 Nov 2006
|
||||
# Whom: Max N. Boyarov <m.boyarov@bsd.by>
|
||||
#
|
||||
# Created by: Max N. Boyarov <m.boyarov@bsd.by>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= apache-mode.el
|
||||
|
@ -22,6 +19,7 @@ NO_BUILD= yes
|
|||
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
||||
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${EMACSLISPDIR}
|
||||
${MKDIR} ${XEMACSLISPDIR}
|
||||
|
|
|
@ -13,4 +13,5 @@ PORT_OPTIONS+= CGID
|
|||
OPTIONS_EXCLUDE= CGI
|
||||
OPTIONS_UNSET+= CGI
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -22,6 +22,7 @@ LATEST_LINK= apache22-${WITH_MPM}-mpm
|
|||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
MPM_ITK_VERSION?= 20110321-01
|
||||
NO_STAGE= yes
|
||||
|
||||
EXTRA_PATCHES+= ${.CURDIR}/files/mpm-itk-${MPM_ITK_VERSION}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Apache 2.2.X with peruser mpm 0.3.0-dc3
|
||||
# Peruser main url: http://telana.com/peruser.php
|
||||
# Peruser patches: http://source.kood.ee/
|
||||
|
@ -10,6 +10,7 @@ MASTERDIR= ${.CURDIR}/../apache22
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
WITH_MPM= peruser
|
||||
NO_STAGE= yes
|
||||
|
||||
LATEST_LINK= apache22-${WITH_MPM}-mpm
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
|
|
@ -13,4 +13,5 @@ PORT_OPTIONS+= CGID
|
|||
OPTIONS_EXCLUDE= CGI
|
||||
OPTIONS_UNSET+= CGI
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -42,6 +42,7 @@ APACHEDIR= ${MASTERDIR}
|
|||
WITH_MPM?= prefork # or worker, event, itk, peruser
|
||||
WITH_HTTP_PORT?= 80
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${APACHEDIR}/Makefile.options"
|
||||
.include <bsd.port.options.mk>
|
||||
.include "${APACHEDIR}/Makefile.doc"
|
||||
|
|
|
@ -44,6 +44,7 @@ APACHEDIR= ${MASTERDIR}
|
|||
WITH_HTTP_PORT?= 80
|
||||
WITH_SSL_PORT?= 443
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${APACHEDIR}/Makefile.options"
|
||||
.include "${APACHEDIR}/Makefile.options.desc"
|
||||
.include <bsd.port.options.mk>
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: apercu
|
||||
# Date created: Sep 21, 2006
|
||||
# Whom: mich
|
||||
#
|
||||
# Created by: mich
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= apercu
|
||||
PORTVERSION= 1.0.2
|
||||
|
@ -20,6 +15,7 @@ NO_BUILD= yes
|
|||
MAN1= apercu.1
|
||||
PLIST_FILES= bin/apercu
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
|
||||
PORTDOCS= README README.euc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -37,6 +37,7 @@ PLIST_DIRSTRY= man/ru/man1 \
|
|||
man/pt/man1 \
|
||||
man/pt
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCA_BUNDLE}
|
||||
|
|
|
@ -23,6 +23,7 @@ USE_QT4= gui moc_build qmake_build rcc_build uic_build
|
|||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
@(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS})
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ QMAKE_ARGS+= -unix -recursive PREFIX=${PREFIX}
|
|||
|
||||
MAN1= arora.1 arora-cacheinfo.1 arora-placesimport.1 htmlToXBel.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == ia64
|
||||
|
|
|
@ -16,6 +16,7 @@ MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS}"
|
|||
|
||||
PLIST_FILES= bin/asp2php
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgtk12}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: asql
|
||||
# Date created: 2008-10-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asql
|
||||
PORTVERSION= 1.7
|
||||
|
@ -22,4 +18,5 @@ NO_BUILD= yes
|
|||
PLIST_FILES= bin/asql
|
||||
USES= perl5
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -25,6 +25,7 @@ SUB_LIST+= ASTERISKDIR=${ASTERISKDIR}
|
|||
OPTIONS_DEFINE= PGSQL
|
||||
PGSQL_DESC= Use PostgreSQL instead of MySQL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGSQL}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: asWedit
|
||||
# Date created: 25 June 1997
|
||||
# Whom: brett@peloton.physics.montana.edu
|
||||
#
|
||||
# Created by: brett@peloton.physics.montana.edu
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asWedit
|
||||
PORTVERSION= 4.0.1
|
||||
|
@ -23,6 +19,7 @@ USE_LINUX= yes
|
|||
|
||||
WRKSRC= ${WRKDIR}/asWedit-4.0.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
${BRANDELF} -t Linux ${WRKSRC}/asWedit
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: ruby-aswiki
|
||||
# Date created: 13 June 2003
|
||||
# Whom: Makoto Matsushita <matusita@FreeBSD.org>
|
||||
#
|
||||
# Created by: Makoto Matsushita <matusita@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aswiki
|
||||
PORTVERSION= 1.0.4
|
||||
|
@ -24,6 +20,7 @@ USE_RUBY= YES
|
|||
RUBY_SHEBANG_FILES= aswiki.cgi
|
||||
USE_RUBY_FEATURES= strscan
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/setup.sh ${WRKSRC}
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= An Open Source Web-based Learning Content Management System (LCMS)
|
|||
USE_PHP= session mbstring zlib mysql
|
||||
WRKSRC= ${WRKDIR}/ATutor
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -25,6 +25,7 @@ USE_TK_WRAPPER= yes
|
|||
PORTDOCS= specchars.txt
|
||||
PLIST_FILES= bin/august
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/august
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: AutoIndex
|
||||
# Date created: 17 December 2004
|
||||
# Whom: Daniel Gerzo <danger@rulez.sk>
|
||||
#
|
||||
# Created by: Daniel Gerzo <danger@rulez.sk>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AutoIndex
|
||||
PORTVERSION= 2.2.4
|
||||
|
@ -25,6 +21,7 @@ NO_BUILD= yes
|
|||
|
||||
PLIST_SUB+= INSTALLDIR=${WWWDIR:S,^${PREFIX}/,,}
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-fetch:
|
||||
.if !defined(INSTALLDIR)
|
||||
@${ECHO_MSG} ""
|
||||
|
|
|
@ -36,6 +36,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
MAN1= awffull.1
|
||||
MAN5= awffull.conf.5
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGEOIP}
|
||||
|
|
|
@ -58,6 +58,7 @@ DEMO_DIRS+= zdemo
|
|||
#DEMO_DIRS+= hello_wsdl
|
||||
#DEMO_DIRS+= interoplab
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL}
|
||||
|
|
|
@ -45,6 +45,7 @@ CONF_ARGS+= prefix=${PREFIX}
|
|||
CONF_ARGS+= LPATH=${PREFIX}/lib
|
||||
CONF_ARGS+= ZPATH=/usr/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
###################
|
||||
|
|
|
@ -34,6 +34,7 @@ SUB_FILES= pkg-message
|
|||
|
||||
OPTIONS_DEFINE= DOCS IPV6
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6}
|
||||
|
|
|
@ -16,6 +16,7 @@ OPTIONS_SINGLE= AS
|
|||
OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7
|
||||
OPTIONS_DEFAULT= TOMCAT6
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MTOMCAT6}
|
||||
|
|
|
@ -21,6 +21,7 @@ OPTIONS_SINGLE= AS
|
|||
OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7
|
||||
OPTIONS_DEFAULT= TOMCAT6
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MTOMCAT6}
|
||||
|
|
|
@ -30,6 +30,7 @@ WARNING= ${PKGDIR}/pkg-warning
|
|||
OPTIONS_DEFINE= MYSQL
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
|
|
|
@ -22,6 +22,7 @@ OPTIONS_DEFAULT= PGSQL
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
|
||||
PORTNAME= baikal
|
||||
PORTVERSION= 0.2.4
|
||||
|
@ -24,6 +24,7 @@ SUB_FILES= pkg-install pkg-message
|
|||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
post-patch:
|
||||
${FIND} ${WRKSRC} -type f -not -name '*.php' -exec ${CHMOD} ${SHAREMODE} {} \;
|
||||
|
|
|
@ -25,6 +25,7 @@ CONFIG_FILES= bannerfilter.conf banners.data banners.local.data \
|
|||
|
||||
SHEBANG_FILES= redirector.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^;\ \(DATA\ =\ \).*|\1${PREFIX}/etc/${PORTNAME}/|' \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: bBlog
|
||||
# Date created: 2005-04-16
|
||||
# Whom: chinsan@mail2000.com.tw
|
||||
#
|
||||
# Created by: chinsan@mail2000.com.tw
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bBlog
|
||||
PORTVERSION= 0.7.6
|
||||
|
@ -31,6 +27,7 @@ OPTIONS_DEFINE= GD IMAGICK
|
|||
OPTIONS_DEFAULT=GD
|
||||
IMAGICK_DESC= ${IMAGEMAGICK_DESC}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGD}
|
||||
|
|
|
@ -77,6 +77,7 @@ SUB_LIST+= PORTNAME=${PORTNAME} \
|
|||
|
||||
SUB_FILES= pkg-message openoffice nginx.conf-dist bbb-conf
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMEETME} || ${PORT_OPTIONS:MKONFERENCE}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: bins
|
||||
# Date created: Sat Nov 23 01:17:35 UTC 2002
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bins
|
||||
PORTVERSION= 1.1.29
|
||||
|
@ -42,6 +38,7 @@ DOC_EXTS= html sgml xml
|
|||
|
||||
MAN1= bins-edit-gui.1 bins.1 bins_edit.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch::
|
||||
# perl PREFIX safeness
|
||||
@${FIND} ${WRKSRC} -type f | \
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: bk2site
|
||||
# Date created: Wed Dec 06, 2000
|
||||
# Whom: clive
|
||||
#
|
||||
# Created by: clive
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bk2site
|
||||
PORTVERSION= 1.1.9
|
||||
|
@ -15,6 +10,7 @@ MASTER_SITES= SF
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Transforms Netscape bookmarks into a Yahoo-like website
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
.if exists(${APXS})
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
|
|
|
@ -12,6 +12,7 @@ COMMENT= Netscape bookmarks.html converter
|
|||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \
|
||||
's|/usr/bin/perl|${PERL}|g ; \
|
||||
|
|
|
@ -35,6 +35,7 @@ PLIST_DIRSTRY= %%ETCDIR%%
|
|||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: blogsum
|
||||
# Date created: 2 November 2009
|
||||
# Whom: jhuldtgren
|
||||
#
|
||||
# Created by: jhuldtgren
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= blogsum
|
||||
PORTVERSION= 1.1
|
||||
|
@ -27,6 +23,7 @@ NO_BUILD= yes
|
|||
USE_PERL5= run
|
||||
USE_APACHE_RUN= 22+
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -34,6 +34,7 @@ CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \
|
|||
--without-gnome2_4-appreg \
|
||||
--with-icon-path=${PREFIX}/share/pixmaps
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(WITHOUT_WEBLINT)
|
||||
|
|
|
@ -40,6 +40,7 @@ WEBLINT_DESC= Include Weblint syntax and style checker
|
|||
|
||||
OPTIONS_DEFAULT= WEBLINT
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: boa
|
||||
# Date created: 21 May 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# Created by: Andrey Zakhvatov
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= boa
|
||||
PORTVERSION= 0.94.14.r21
|
||||
|
@ -24,6 +20,7 @@ MAN8= boa.8
|
|||
|
||||
PORTDOCS= boa.texi boa.html boa.txt boa_banner.png
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
|
||||
${WRKSRC}/examples/boa.conf ${WRKSRC}/src/defines.h
|
||||
|
|
|
@ -22,4 +22,5 @@ USE_AUTOTOOLS= aclocal automake autoconf
|
|||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,6 +23,7 @@ HTPASSWD_DESC= Enable htpassword support
|
|||
SSL_DESC= Enable SSL support
|
||||
CGI_DESC= Enable CGI support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MHTPASSWD}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: bugmenot-firefox
|
||||
# Date created: Tue May 24, 2005
|
||||
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
||||
#
|
||||
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bugmenot
|
||||
PORTVERSION= 1.3
|
||||
|
@ -19,5 +15,6 @@ XPI_ID= {987311C6-B504-4aa2-90BF-60CC49808D42}
|
|||
XPI_FILES= chrome/bugmenot.jar install.js install.rdf license.txt chrome.manifest
|
||||
XPI_DIRS= chrome
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= c-icap
|
||||
|
@ -28,6 +27,7 @@ CONFIGURE_ARGS+= --enable-static \
|
|||
--with-c-icap=${LOCALBASE} \
|
||||
--with-clamav=${LOCALBASE}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CP} -np ${PREFIX}/etc/c-icap/srv_url_check.conf.default \
|
||||
${PREFIX}/etc/c-icap/srv_url_check.conf || ${TRUE}
|
||||
|
|
|
@ -40,6 +40,7 @@ MAN8= c-icap-client.8 \
|
|||
CONFIGURE_ARGS+= --enable-static \
|
||||
--sysconfdir="${PREFIX}/etc/c-icap"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MBDB}
|
||||
|
|
|
@ -111,6 +111,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
|
|||
--disable-linux-tproxy \
|
||||
--disable-epoll
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800037
|
||||
|
|
|
@ -23,6 +23,7 @@ PLIST_FILES= bin/cadaver
|
|||
# Neither expat nor libneon are needed at all, but the configure
|
||||
# script breaks if it can not find the Makefile* in them. Exclude
|
||||
# them to be sure, a stray .h is not included instead of what's
|
||||
NO_STAGE= yes
|
||||
# found under PREFIX (installed by the neon port):
|
||||
EXTRACT_AFTER_ARGS= \
|
||||
--exclude '${PORTNAME}-${PORTVERSION}/lib/expat/*.[ch]' \
|
||||
|
|
|
@ -39,6 +39,7 @@ PLIST_SUB+= CONFDIR=${CONFDIR_REL}
|
|||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WITH_PHP_CGI?= /cgi-bin/php
|
||||
|
|
|
@ -47,6 +47,7 @@ MEMCACHE_DESC= Memcached caching engine client
|
|||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WITH_PHP_CGI?= /cgi-bin/php
|
||||
|
|
|
@ -48,6 +48,7 @@ MEMCACHE_DESC= Memcached caching engine client
|
|||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WITH_PHP_CGI?= /cgi-bin/php
|
||||
|
|
|
@ -54,6 +54,7 @@ MEMCACHE_DESC= Enable Memcached caching engine client
|
|||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WITH_PHP_CGI?= /cgi-bin/php
|
||||
|
|
|
@ -51,6 +51,7 @@ MEMCACHE_DESC= Enable Memcached caching engine client
|
|||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WITH_PHP_CGI?= /cgi-bin/php
|
||||
|
|
|
@ -49,6 +49,7 @@ MEMCACHE_DESC= Enable Memcached caching engine client
|
|||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WITH_PHP_CGI?= /cgi-bin/php
|
||||
|
|
|
@ -16,6 +16,7 @@ SHEBANG_FILES= calamaris
|
|||
|
||||
MAN1= calamaris.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1
|
||||
@ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin/calamaris
|
||||
|
|
|
@ -54,6 +54,7 @@ INSTALL_CAS_DATA_DESC= Install CAS data files
|
|||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG_MODE}
|
||||
|
|
|
@ -25,4 +25,5 @@ PLIST_FILES= bin/castget include/libcastget.h lib/libcastget.la lib/libcastget.s
|
|||
MAN1= castget.1
|
||||
MAN5= castgetrc.5
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -28,6 +28,7 @@ CPPFLAGS+= -I${WRKSRC}/src/cmods
|
|||
PLIST_SUB+= PIKEVERSION=${PIKEVERSION}
|
||||
CONFLICTS+= caudium12-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${SED} -e 's:@CAUDIUM_SERVERDIR@:${PREFIX}/caudium/server:' \
|
||||
-e 's:^#############$$:${ECHO} "$${caudium_enable}" | ${EGREP} -iq "^yes|^true" || exit:' \
|
||||
|
|
|
@ -23,6 +23,7 @@ PLIST_FILES= libexec/cblog.fcgi \
|
|||
|
||||
MAN1= cblog.fcgi.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s#^INCLUDES=.*#INCLUDES=-I${LOCALBASE}/include#g" \
|
||||
-e "s#^LIBDIR=.*#LIBDIR=-L${LOCALBASE}/lib#g" \
|
||||
|
|
|
@ -23,6 +23,7 @@ EXTRACT_AFTER_ARGS= > cgi-lib.pl
|
|||
INSTALL_BASE= ${SITE_PERL_REL}
|
||||
INSTALL_DIR= ${PREFIX}/${INSTALL_BASE}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
-${MKDIR} ${INSTALL_DIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/cgi-lib.pl ${INSTALL_DIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libcgi
|
||||
# Date created: 7 January 2000
|
||||
# Whom: Sergey Samoyloff <gonza@techline.ru>
|
||||
#
|
||||
# Created by: Sergey Samoyloff <gonza@techline.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cgi-lib
|
||||
PORTVERSION= 1.4
|
||||
|
@ -19,6 +15,7 @@ MAKEFILE= makefile
|
|||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/cgi-lib.a ${PREFIX}/lib/libcgi.a
|
||||
.for file in cgi-lib.h html-lib.h list-lib.h
|
||||
|
|
|
@ -18,6 +18,7 @@ MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
|
|||
|
||||
SHLIB_MAJOR= ${PORTVERSION:R}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -24,6 +24,7 @@ CXXFLAGS+= -Wno-unknown-pragmas
|
|||
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/CXXFLAGS/s|-pedantic||g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cgichk
|
||||
# Date created: Jun 8, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# Created by: Mark Pulford <mark@kyne.com.au>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cgichk
|
||||
PORTVERSION= 2.60
|
||||
|
@ -18,6 +14,7 @@ COMMENT= A web site vulnerability scanner
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= cgichk
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cgihtml
|
||||
# Date created: 3 Nov 1997
|
||||
# Whom: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
||||
#
|
||||
# Created by: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cgihtml
|
||||
PORTVERSION= 1.69
|
||||
|
@ -18,6 +14,7 @@ COMMENT= Library that simplifies the task of writing CGI programs in C
|
|||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist
|
||||
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
|
|
|
@ -16,6 +16,7 @@ MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3
|
|||
USE_LDCONFIG= yes
|
||||
CFLAGS+= "-fPIC"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -67,6 +67,7 @@ CONFIGURE_ARGS= --with-httpd-user=${WWWOWN} \
|
|||
--with-check-shell \
|
||||
--with-wall
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
##
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: checkbot
|
||||
# Date created: 2. Feb 1998
|
||||
# Whom: wosch@FreeBSD.org
|
||||
#
|
||||
# Created by: wosch@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= checkbot
|
||||
PORTVERSION= 1.80
|
||||
|
@ -32,4 +28,5 @@ USE_PERL5= configure
|
|||
PLIST_FILES= bin/checkbot ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
|
||||
PLIST_DIRS= ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: www/chems
|
||||
# Date created: 2008-12-28
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chems
|
||||
DISTVERSION= 0x04
|
||||
|
@ -19,6 +15,7 @@ USE_PHP= xml iconv gd
|
|||
SUB_FILES= pkg-message
|
||||
WWWDIR?= ${PREFIX}/www/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -54,6 +54,7 @@ INTPCRE_DESC= Use internal PCRE library
|
|||
RRDTOOL_DESC= Usage graphs support
|
||||
UWSGI_DESC= uWSGI support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MADMIN}
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|||
MAN1= chimera.1
|
||||
|
||||
# Call the port's configure script explicitly, since USES=imake masks it out
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Choqok
|
||||
# Date created: 15 Sep 2009
|
||||
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
#
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= choqok
|
||||
PORTVERSION= 1.3
|
||||
|
@ -29,4 +25,5 @@ USE_BZIP2= yes
|
|||
USES= cmake gettext
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,6 +17,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
|
|||
--enable-language=English \
|
||||
--enable-cgidir=${PREFIX}/www/cgi-bin
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/www/cgi-bin
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Created by: Florent Thoumie <flz@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
#TODO eadler: s/python/python2/g on a number of files, chromium does not build with python3
|
||||
|
@ -99,6 +98,7 @@ GCC_DESC= Build Chromium with GCC 4.6+
|
|||
|
||||
OPTIONS_DEFAULT= CODECS GCONF
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCODECS}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: chtml
|
||||
# Date created: 1 Aug 2001
|
||||
# Whom: David Bushong <david+ports@bushong.net>
|
||||
#
|
||||
# Created by: David Bushong <david+ports@bushong.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chtml
|
||||
PORTVERSION= 0.0
|
||||
|
@ -23,4 +19,5 @@ MAKE_ENV= SITE_PERL=${SITE_PERL}
|
|||
NO_WRKSUBDIR= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Created by: Joe Horn <joehorn@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CKEditor
|
||||
|
@ -16,6 +15,7 @@ LICENSE= MPL
|
|||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/ckeditor
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL} -d -m 0755 ${WWWDIR}
|
||||
@(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})
|
||||
|
|
|
@ -18,5 +18,6 @@ USE_ASDF_FASL= yes
|
|||
FASL_TARGET= clisp
|
||||
FASL_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,5 +18,6 @@ USE_ASDF_FASL= yes
|
|||
FASL_TARGET= sbcl
|
||||
FASL_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_ASDF= yes
|
|||
PORTDOCS= Makefile make.lisp readme.html readme.lml
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${ASDF_PATHNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME}
|
||||
|
|
|
@ -17,6 +17,7 @@ SUB_FILES= pkg-message
|
|||
OPTIONS_DEFINE= LDAP GD SSL
|
||||
OPTIONS_DEFAULT= GD
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGD}
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# New ports collection makefile for: clearsilver-python
|
||||
# Date Created: 20 April 2004
|
||||
# Whom: thinker <thinker@branda.to>
|
||||
# Whom: Rui Lopes <rui@ruilopes.com>
|
||||
#
|
||||
# Created by: thinker <thinker@branda.to>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
WITH_PYTHON= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../clearsilver
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# New ports collection makefile for: ClearSilver
|
||||
# Date created: 17 April 2004
|
||||
# Whom: thinker <thinker@branda.to>
|
||||
# Whom: Rui Lopes <rui@ruilopes.com>
|
||||
#
|
||||
# Created by: thinker <thinker@branda.to>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clearsilver
|
||||
PORTVERSION= 0.10.5
|
||||
|
@ -63,6 +58,7 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \
|
|||
skipDelete.3 skipFreeList.3 skipInsert.3 skipNewList.3 skipNext.3 \
|
||||
skipRelease.3 skipSearch.3 wdb_keys.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@# Remove CFLAGS when building the python module, pydistfile is used
|
||||
@# and will do the right thing.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue