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

This commit is contained in:
Baptiste Daroussin 2013-09-20 18:44:49 +00:00
parent e9b2d1612d
commit f30824b2ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327736
135 changed files with 172 additions and 185 deletions

View file

@ -27,6 +27,7 @@ USE_RC_SUBR= anope
OPTIONS_DEFINE= MYSQL OPTIONS_DEFINE= MYSQL
OPTIONS_DEFAULT= MYSQL OPTIONS_DEFAULT= MYSQL
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
# XXX Add here other arch which needs -fPIC :-) # XXX Add here other arch which needs -fPIC :-)

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bip # Created by: Chess Griffin <chess@chessgriffin.com>
# Date created: 23 October 2007
# Whom: Chess Griffin <chess@chessgriffin.com>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= bip PORTNAME= bip
PORTVERSION= 0.8.8 PORTVERSION= 0.8.8
@ -33,6 +29,7 @@ PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO
PORTEXAMPLES= bip.conf bip.vim PORTEXAMPLES= bip.conf bip.vim
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-install: post-install:

View file

@ -34,6 +34,7 @@ PLUGINS_DESC= Build a handful of BitchX plugins
OPTIONS_DEFAULT=PLUGINS SSL OPTIONS_DEFAULT=PLUGINS SSL
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6} .if ${PORT_OPTIONS:MIPV6}

View file

@ -48,6 +48,7 @@ CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0
USERS= bitlbee USERS= bitlbee
GROUPS= bitlbee GROUPS= bitlbee
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG} .if ${PORT_OPTIONS:MDEBUG}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bnc # Created by: Bill Fumerola <billf@chc-chimes.com>
# Date created: 06 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= bnc PORTNAME= bnc
PORTVERSION= 2.9.4 PORTVERSION= 2.9.4
@ -22,6 +18,7 @@ DOCS= COPYING Changelog README example.conf
BINS= bnc mkpasswd BINS= bnc mkpasswd
SCRIPTS= bncchk bncsetup SCRIPTS= bncchk bncsetup
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch: post-patch:

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# New ports collection makefile for: bobot++
# Date created: Sep 7, 2001
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= bobotpp PORTNAME= bobotpp
PORTVERSION= 2.2.3 PORTVERSION= 2.2.3
@ -31,6 +26,7 @@ PLIST_FILES= bin/${PORTNAME}
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUILE} .if ${PORT_OPTIONS:MGUILE}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bopm # Created by: Evgueni V. Gavrilov <aquatique@rusunix.org>
# Date Created: 2004.08.06
# Whom: Evgueni V. Gavrilov <aquatique@rusunix.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= bopm PORTNAME= bopm
PORTVERSION= 3.1.3 PORTVERSION= 3.1.3
@ -31,6 +27,7 @@ SUB_LIST= LOGDIR=${LOGDIR}
USERS= bopm USERS= bopm
GROUPS= bopm GROUPS= bopm
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} \ @${REINPLACE_CMD} \
-e 's,data_DATA = bopm.conf.sample,data_DATA =,g' \ -e 's,data_DATA = bopm.conf.sample,data_DATA =,g' \

View file

@ -15,6 +15,7 @@ LICENSE= GPLv2
USES= perl5 USES= perl5
NO_BUILD= yes NO_BUILD= yes
NO_STAGE= yes
pre-install: pre-install:
@${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true @${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true

View file

@ -40,6 +40,7 @@ CONFIGURE_ARGS= --with-confdir=${ETCDIR} \
--with-moduledir=${DATADIR}/modules \ --with-moduledir=${DATADIR}/modules \
--enable-kqueue --enable-kqueue
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} .if ${PORT_OPTIONS:MDOCS}

View file

@ -1,10 +1,5 @@
# ex:ts=8 # Created by: ijliao
# Ports collection makefile for: ctrlproxy
# Date created: Oct 22, 2003
# Whom: ijliao
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= ctrlproxy PORTNAME= ctrlproxy
PORTVERSION= 3.0.8 PORTVERSION= 3.0.8
@ -30,6 +25,7 @@ MAN5= ctrlproxy_config.5
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-install: post-install:
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy_config.5 ${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy_config.5 ${MANPREFIX}/man/man5

View file

@ -17,6 +17,7 @@ BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat
USES= pkgconfig USES= pkgconfig
NO_STAGE= yes
post-patch: post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile ${WRKSRC}
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: dancer # Created by: Dominic Marks <dom@cus.org.uk>
# Date created: 02/01/2003
# Whom: Dominic Marks <dom@cus.org.uk>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= dancer PORTNAME= dancer
PORTVERSION= 4.16 PORTVERSION= 4.16
@ -22,6 +18,7 @@ LDFLAGS+= -lm
CPP= # CPP= #
USE_CSTD= gnu89 USE_CSTD= gnu89
NO_STAGE= yes
do-install: do-install:
@${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/

View file

@ -20,6 +20,7 @@ MANCOMPRESSED= yes
PORTDOCS= README PORTDOCS= README
PLIST_FILES= bin/darkbot %%ETCDIR%%/logs/.pkgcreate PLIST_FILES= bin/darkbot %%ETCDIR%%/logs/.pkgcreate
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-patch: post-patch:

View file

@ -26,6 +26,7 @@ LDFLAGS+= -pthread
PLIST_FILES= bin/dcc PLIST_FILES= bin/dcc
NO_STAGE= yes
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: dircproxy # Created by: George Reid <greid@ukug.uk.freebsd.org>
# Date created: 11 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= dircproxy PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1 DISTVERSION= 1.2.0-RC1
@ -25,6 +21,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
MAN1= dircproxy.1 dircproxy-crypt.1 MAN1= dircproxy.1 dircproxy-crypt.1
.endif .endif
NO_STAGE= yes
post-install: post-install:
.if !defined(NO_INSTALL_MANPAGES) .if !defined(NO_INSTALL_MANPAGES)
@cd ${WRKSRC}/doc && make install-man @cd ${WRKSRC}/doc && make install-man

View file

@ -29,6 +29,7 @@ NOTIFY_DESC= Libnotify support
PORTDOCS= README PORTDOCS= README
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -28,6 +28,7 @@ SUB_FILES= pkg-message
CONFLICTS= eggdrop-[0-9]* CONFLICTS= eggdrop-[0-9]*
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch: post-patch:

View file

@ -24,6 +24,7 @@ MAN1= eggdrop.1
SUB_FILES= pkg-message SUB_FILES= pkg-message
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-patch: post-patch:

View file

@ -29,6 +29,7 @@ OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS
OPTIONS_DEFAULT= TCL PERL SSL OPTIONS_DEFAULT= TCL PERL SSL
TERMCAP_DESC= Refuse to use terminfo/ncurses TERMCAP_DESC= Refuse to use terminfo/ncurses
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MIPV6} .if ! ${PORT_OPTIONS:MIPV6}

View file

@ -31,6 +31,7 @@ TERMCAP_DESC= Refuse to use terminfo/ncurses
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX} CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
USES= iconv USES= iconv
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MIPV6} .if ! ${PORT_OPTIONS:MIPV6}

View file

@ -24,6 +24,7 @@ OPTIONS_DEFINE= IPV6 CRYPT
OPTIONS_DEFAULT= CRYPT OPTIONS_DEFAULT= CRYPT
CRYPT_DESC= Enable Encryption CRYPT_DESC= Enable Encryption
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6} .if ${PORT_OPTIONS:MIPV6}

View file

@ -27,6 +27,7 @@ PLIST_SUB+= SSL=""
PLIST_SUB+= SSL="@comment " PLIST_SUB+= SSL="@comment "
.endif .endif
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
pre-everything:: pre-everything::

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: fisg # Created by: Pasi Hirvonen <psh@iki.fi>
# Date created: 29 Nov 2004
# Whom: Pasi Hirvonen <psh@iki.fi>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= fisg PORTNAME= fisg
PORTVERSION= 0.3.12 PORTVERSION= 0.3.12
@ -19,6 +15,7 @@ BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
PORTDOCS= README FAQ PORTDOCS= README FAQ
MAN1= fisg.1 MAN1= fisg.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX|PREFIX?|' \ @${REINPLACE_CMD} -e 's|^PREFIX|PREFIX?|' \
-e 's|^CC|CC?|' -e 's|^CFLAGS|CFLAGS?|' ${WRKSRC}/src/Makefile -e 's|^CC|CC?|' -e 's|^CFLAGS|CFLAGS?|' ${WRKSRC}/src/Makefile

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: gruftistats # Created by: Matthew West <mwest@uct.ac.za>
# Date created: 29 October 2001
# Whom: Matthew West <mwest@uct.ac.za>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= gruftistats PORTNAME= gruftistats
PORTVERSION= 0.2.4 PORTVERSION= 0.2.4
@ -23,6 +19,7 @@ MAKE_ARGS= NOPORTDOCS=1
MAN1= gruftistats.1 MAN1= gruftistats.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \
's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \ 's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \

View file

@ -62,6 +62,7 @@ DBUS_CONFIGURE_ENABLE= dbus
NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify
NOTIFY_CONFIGURE_ENABLE= libnotify NOTIFY_CONFIGURE_ENABLE= libnotify
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC} .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC}

View file

@ -29,6 +29,7 @@ GROUPS= ${USERS}
DAEMONTOOLS_RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools DAEMONTOOLS_RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools
DAEMONTOOLS_CONFIGURE_ENABLE= daemontools DAEMONTOOLS_CONFIGURE_ENABLE= daemontools
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-install: post-install:

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: icbirc # Created by: hrs
# Date created: 8 Feb 2004
# Whom: hrs
#
# $FreeBSD$ # $FreeBSD$
PORTNAME= icbirc PORTNAME= icbirc
@ -20,4 +17,5 @@ MANCOMPRESSED= maybe
PLIST_FILES= bin/icbirc PLIST_FILES= bin/icbirc
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -20,6 +20,7 @@ PORTEXAMPLES= query.sh
MAKE_ARGS= -E CC MAKE_ARGS= -E CC
.endif .endif
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
do-install: do-install:

View file

@ -13,6 +13,7 @@ COMMENT= Bot written in Perl with a rabid AI
USES= perl5 USES= perl5
NO_BUILD= yes NO_BUILD= yes
NO_STAGE= yes
do-install: do-install:
${MKDIR} ${DATADIR} ${MKDIR} ${DATADIR}
${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \ ${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \

View file

@ -58,6 +58,7 @@ SQLITE_DESC= Build m_sqlite3 module
PCRE_DESC= Build m_regex_pcre module PCRE_DESC= Build m_regex_pcre module
POSIX_DESC= Build m_regex_posix module POSIX_DESC= Build m_regex_posix module
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLDAPAUTH} .if ${PORT_OPTIONS:MLDAPAUTH}

View file

@ -60,6 +60,7 @@ POSIX_RE_DESC= Build m_regex_posix module
PCRE_DESC= Build m_regex_pcre module PCRE_DESC= Build m_regex_pcre module
TRE_DESC= Build m_regex_tre module TRE_DESC= Build m_regex_tre module
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6} .if ${PORT_OPTIONS:MIPV6}

View file

@ -1,4 +1,4 @@
# Created by: Alfred Perlstein <alfred@freebsd.org> # Created by: Alfred Perlstein <alfred@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= insub PORTNAME= insub
@ -21,6 +21,7 @@ USE_PERL5= run
SCRIPT= ${PORTNAME}.pl SCRIPT= ${PORTNAME}.pl
NO_STAGE= yes
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R} ${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R}
${MKDIR} ${PREFIX}/share/irssi/scripts/ ${MKDIR} ${PREFIX}/share/irssi/scripts/

View file

@ -28,6 +28,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
OPTIONS_DEFINE= IPV6 OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT=IPV6 OPTIONS_DEFAULT=IPV6
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6} .if ${PORT_OPTIONS:MIPV6}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: irc2dc # Created by: Maxim Ignatenko
# Date created: 24 May 2009
# Whom: Maxim Ignatenko
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= irc2dc PORTNAME= irc2dc
PORTVERSION= 0.1 PORTVERSION= 0.1
@ -21,4 +17,5 @@ USE_RC_SUBR= irc2dc
PLIST_FILES= bin/irc2dc \ PLIST_FILES= bin/irc2dc \
etc/irc2dc.conf.dist etc/irc2dc.conf.dist
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: IrcII Client # Created by: torstenb
# Date created: 18 Oct 1994
# Whom: torstenb
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= ircii PORTNAME= ircii
PORTVERSION= 20111115 PORTVERSION= 20111115
@ -22,4 +18,5 @@ MAN1= irc.1 ircII.1 ircbug.1
PLIST_SUB= VERSION="${PORTVERSION}" PLIST_SUB= VERSION="${PORTVERSION}"
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,6 +1,5 @@
# Created by: David Taylor <davidt@yadt.co.uk> # Created by: David Taylor <davidt@yadt.co.uk>
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= ircd-hybrid PORTNAME= ircd-hybrid
PORTVERSION= 8.0.4 PORTVERSION= 8.0.4
@ -59,6 +58,7 @@ CONFIGURE_ARGS+= \
--prefix=${LOCAL} \ --prefix=${LOCAL} \
--datarootdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION} --datarootdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION}
NO_STAGE= yes
pre-su-install: pre-su-install:
${MKDIR} ${PREFIX}/etc/ircd-hybrid ${PREFIX}/share/${PORTNAME}-${PORTVERSION} ${MKDIR} ${PREFIX}/etc/ircd-hybrid ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/ ${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/

View file

@ -57,6 +57,7 @@ SERVICES_DESC= ratbox-services compatibility code
#---------------------------------------------------------------------- #----------------------------------------------------------------------
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL} .if ${PORT_OPTIONS:MOPENSSL}

View file

@ -60,6 +60,7 @@ OPTIONS_EXCLUDE= NLS EXAMPLES
#---------------------------------------------------------------------- #----------------------------------------------------------------------
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL} .if ${PORT_OPTIONS:MOPENSSL}

View file

@ -33,6 +33,7 @@ AUTHMODULE_DESC= authmodule support
DNSBL_DESC= DNSBL support DNSBL_DESC= DNSBL support
SELECT_DESC= enable select I/O SELECT_DESC= enable select I/O
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
# irc.wenet.ru specific options # irc.wenet.ru specific options

View file

@ -44,6 +44,7 @@ PLIST_SUB= LISPDIR=${LISPDIR} \
ETCDIR=${ETCDIR} \ ETCDIR=${ETCDIR} \
XEMACS_ONLY=${XEMACS_ONLY} XEMACS_ONLY=${XEMACS_ONLY}
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-install: post-install:

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: irchat-pj (for xemacs21-mule) # Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
# Date Created: 4 May 2001
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
#
# $FreeBSD$ # $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../irchat-pj-emacs21 MASTERDIR= ${.CURDIR}/../irchat-pj-emacs21
@ -14,4 +10,5 @@ LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
ALL_TARGET= package ALL_TARGET= package
INSTALL_TARGET= install-package INSTALL_TARGET= install-package
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -30,6 +30,7 @@ OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG
MEMDEBUG_DESC= Enable memory debugging MEMDEBUG_DESC= Enable memory debugging
FDDEBUG_DESC= Enable file descriptor debugging FDDEBUG_DESC= Enable file descriptor debugging
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL} .if ${PORT_OPTIONS:MSSL}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: ircservices # Created by: Alex Dupre <sysadmin@alexdupre.com>
# Date created: Sun Oct 27 11:49:48 CET 2002
# Whom: Alex Dupre <sysadmin@alexdupre.com>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= ircservices PORTNAME= ircservices
PORTVERSION= 5.1.18 PORTVERSION= 5.1.18
@ -25,6 +21,7 @@ CONFIGURE_ARGS= -bindest ${PREFIX}/sbin -datdest ${PREFIX}/etc/ircservices -cfla
IRCSERVICES_LANG?= EN_US IRCSERVICES_LANG?= EN_US
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} > 700042 .if ${OSVERSION} > 700042

View file

@ -43,6 +43,7 @@ IROFFER_HTDOCS= iroffer-state.css robots.txt \
OPTIONS_DEFINE= CURL RUBY UPNP GEOIP OPTIONS_DEFINE= CURL RUBY UPNP GEOIP
OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCURL} .if ${PORT_OPTIONS:MCURL}

View file

@ -17,6 +17,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure CONFIGURE_SCRIPT= Configure
CONFLICTS= iroffer-1.* iroffer-dinoex-3.* CONFLICTS= iroffer-1.* iroffer-dinoex-3.*
NO_STAGE= yes
post-patch: post-patch:
${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \
${WRKSRC}/Configure ${WRKSRC}/Configure

View file

@ -1,4 +1,4 @@
# Created by: Donald Burr <dburr@FreeBSD.ORG> # Created by: Donald Burr <dburr@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= iroffer PORTNAME= iroffer
@ -17,6 +17,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure CONFIGURE_SCRIPT= Configure
CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.*
NO_STAGE= yes
post-patch: post-patch:
${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \
${WRKSRC}/Configure ${WRKSRC}/Configure

View file

@ -29,6 +29,7 @@ PLIST_DIRS= lib/irssi/modules/lib
CFLAGS+= -shared -fPIC -I${LOCALBASE}/include/irssi -I${LOCALBASE}/include/irssi/src -I${LOCALBASE}/include/irssi/src/core -I${LOCALBASE}/include/irssi/src/irc/core -I${LOCALBASE}/include/irssi/src/irc/dcc `pkg-config --cflags glib-2.0` CFLAGS+= -shared -fPIC -I${LOCALBASE}/include/irssi -I${LOCALBASE}/include/irssi/src -I${LOCALBASE}/include/irssi/src/core -I${LOCALBASE}/include/irssi/src/irc/core -I${LOCALBASE}/include/irssi/src/irc/dcc `pkg-config --cflags glib-2.0`
NO_STAGE= yes
do-extract: do-extract:
@${RM} -rf ${WRKDIR} @${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR} @${MKDIR} ${WRKDIR}

View file

@ -28,6 +28,7 @@ OPTIONS_DEFAULT= PERL IPV6 SSL
WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.16-rc1 WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.16-rc1
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
# Process options. # Process options.

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: irssi fish # Created by: Jens Holmqvist <zparta@hispan.se>
# Date created: Tue May 24 03:27:32 UTC 2005
# Whom: Jens Holmqvist <zparta@hispan.se>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= irssi-fish PORTNAME= irssi-fish
DISTVERSION= 1.00-RC5 DISTVERSION= 1.00-RC5
@ -25,6 +21,7 @@ USE_LDCONFIG= yes
PLIST_FILES= lib/irssi/modules/libfish.so PLIST_FILES= lib/irssi/modules/libfish.so
PORTDOCS= FiSH-irssi.txt FiSH-irssi_History.txt PORTDOCS= FiSH-irssi.txt FiSH-irssi_History.txt
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" .if ${ARCH} == "amd64"

View file

@ -28,4 +28,5 @@ PLIST_FILES= lib/irssi/modules/libotr.so \
%%DOCSDIR%%/LICENSE %%DOCSDIR%%/README %%DOCSDIR%%/LICENSE %%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%% PLIST_DIRS= %%DOCSDIR%%
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD= yes NO_BUILD= yes
NO_STAGE= yes
do-install: do-install:
${MKDIR} ${PREFIX}/share/irssi/scripts ${MKDIR} ${PREFIX}/share/irssi/scripts
${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.pl ${PREFIX}/share/irssi/scripts ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.pl ${PREFIX}/share/irssi/scripts

View file

@ -23,6 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/irssi
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

@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --disable-ssl
USE_OPENSSL= yes USE_OPENSSL= yes
.endif .endif
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
# Process options. # Process options.

View file

@ -16,6 +16,7 @@ MAN1= irssistats.1
ALL_TARGET= irssistats ALL_TARGET= irssistats
INSTALL_TARGET= install INSTALL_TARGET= install
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|/etc/irssistats.conf|${PREFIX}/etc/irssistats.conf|g' ${WRKSRC}/irssistats.c @${REINPLACE_CMD} -e 's|/etc/irssistats.conf|${PREFIX}/etc/irssistats.conf|g' ${WRKSRC}/irssistats.c

View file

@ -36,6 +36,7 @@ SHEBANG_FILES= keitairc
PLIST_FILES= bin/keitairc PLIST_FILES= bin/keitairc
NO_STAGE= yes
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/keitairc ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/keitairc ${PREFIX}/bin

View file

@ -25,6 +25,7 @@ NO_BUILD= yes
SHEBANG_FILES= keitairc SHEBANG_FILES= keitairc
NO_STAGE= yes
post-extract: post-extract:
${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} -rf ${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} -rf

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: konversation # Created by: Kirill Ponomarew <ponomarew@oberon.net>
# Date created: 15 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= konversation PORTNAME= konversation
PORTVERSION= 1.4 PORTVERSION= 1.4
@ -24,4 +20,5 @@ USES= cmake
USE_KDE4= kdeprefix pimlibs automoc4 USE_KDE4= kdeprefix pimlibs automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build USE_QT4= qmake_build moc_build rcc_build uic_build
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,9 +1,4 @@
# New ports collection makefile for: kvirc-qt4
# Date created: 2010-07-17
# Whom: Max Brazhnikov <makc@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PKGNAMESUFFIX= -qt4 PKGNAMESUFFIX= -qt4
@ -12,4 +7,5 @@ COMMENT= Qt4 based IRC client
CONFLICTS= kvirc-4.* CONFLICTS= kvirc-4.*
MASTERDIR= ${.CURDIR}/../kvirc MASTERDIR= ${.CURDIR}/../kvirc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -50,6 +50,7 @@ WEBKIT_DESC= Build with QtWebkit support
PLIST_SUB+= VER="${PORTVERSION:R}" PLIST_SUB+= VER="${PORTVERSION:R}"
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if defined(PKGNAMESUFFIX) .if defined(PKGNAMESUFFIX)

View file

@ -15,6 +15,7 @@ OPTIONS_DEFAULT= OPENSSL
BUILD_WRKSRC= ${WRKSRC}/src BUILD_WRKSRC= ${WRKSRC}/src
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL} .if ${PORT_OPTIONS:MOPENSSL}

View file

@ -25,6 +25,7 @@ MAN1= lostirc.1
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: miau # Created by: Oliver Eikemeier
# Date created: 23 Apr 2004
# Whom: Oliver Eikemeier
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= miau PORTNAME= miau
PORTVERSION= 0.6.6 PORTVERSION= 0.6.6
@ -39,6 +35,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --enable-ipv6
.endif .endif
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \ @${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}

View file

@ -42,6 +42,7 @@ PLIST_FILES= bin/minbif %%ETCDIR%%/minbif.conf-dist \
%%ETCDIR%%/minbif.motd-dist %%ETCDIR%%/minbif.motd-dist
PLIST_DIRS= %%ETCDIR%% PLIST_DIRS= %%ETCDIR%%
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCACA} .if ${PORT_OPTIONS:MCACA}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: muh # Created by: Bill Fumerola <billf@chc-chimes.com>
# Date created: 25 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= muh PORTNAME= muh
PORTVERSION= 2.2a PORTVERSION= 2.2a
@ -19,6 +15,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--enable-ipv6" CONFIGURE_ARGS= "--enable-ipv6"
.endif .endif
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check @${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Nefarious # Created by: Frank J. Laszlo <laszlof@FreeBSD.org>
# Date created: 12 August 2007
# Whom: Frank J. Laszlo <laszlof@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Nefarious PORTNAME= Nefarious
PORTVERSION= 1.2.0 PORTVERSION= 1.2.0
@ -26,6 +22,7 @@ USE_OPENSSL= yes
CONFIGURE_ARGS+= --enable-ssl CONFIGURE_ARGS+= --enable-ssl
.endif .endif
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if !defined(INSTALL_PREFIX) .if !defined(INSTALL_PREFIX)

View file

@ -20,4 +20,5 @@ USE_PERL5= configure
MAN1= nethirc.pl.1 MAN1= nethirc.pl.1
MAN3= NetHirc.3 MAN3= NetHirc.3
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -17,6 +17,7 @@ MAN1= netwalker.1
LDFLAGS+= -lncurses ${PTHREAD_LIBS} LDFLAGS+= -lncurses ${PTHREAD_LIBS}
CFLAGS?= -O2 -Wall CFLAGS?= -O2 -Wall
NO_STAGE= yes
post-patch: post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \
${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd ${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd

View file

@ -33,6 +33,7 @@ IDENT_DESC=Enable IDENT (AUTH) protocol support
SNIFFER_DESC=Enable IRC traffic sniffer SNIFFER_DESC=Enable IRC traffic sniffer
DEBUG_DESC=Show additional debug output DEBUG_DESC=Show additional debug output
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS) .if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS)

View file

@ -17,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes
LATEST_LINK= irc-ninja LATEST_LINK= irc-ninja
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e "s|%%IRCLIB%%|${DATADIR}|g" \ @${REINPLACE_CMD} -e "s|%%IRCLIB%%|${DATADIR}|g" \
${WRKSRC}/include/config.h.dist ${WRKSRC}/include/config.h.dist

View file

@ -12,6 +12,7 @@ COMMENT= A script that converts IRC logfiles into an HTML statistics page
USES= perl5 USES= perl5
NO_BUILD= YES NO_BUILD= YES
NO_STAGE= yes
do-install: do-install:
@if [ ! -d ${DATADIR} ]; then \ @if [ ! -d ${DATADIR} ]; then \
${MKDIR} ${DATADIR}; \ ${MKDIR} ${DATADIR}; \

View file

@ -22,4 +22,5 @@ MAN3= AnyEvent::IRC::Client.3 \
AnyEvent::IRC.3 \ AnyEvent::IRC.3 \
AnyEvent::IRC::Util.3 AnyEvent::IRC::Util.3
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -20,4 +20,5 @@ MAN3= Bot::BasicBot.3
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -33,4 +33,5 @@ MAN3= IRC::Bot::Hangman.3 \
USES= perl5 USES= perl5
USE_PERL5= modbuild USE_PERL5= modbuild
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -19,4 +19,5 @@ USE_PERL5= configure
MAN3= IRC::Utils.3 MAN3= IRC::Utils.3
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -20,6 +20,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Object.3 MAN3= POE::Component::IRC::Object.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTDOCS) .ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

View file

@ -25,6 +25,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::Blowfish.3 MAN3= POE::Component::IRC::Plugin::Blowfish.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

View file

@ -22,6 +22,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::Bollocks.3 MAN3= POE::Component::IRC::Plugin::Bollocks.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}

View file

@ -21,6 +21,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::CoreList.3 MAN3= POE::Component::IRC::Plugin::CoreList.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}

View file

@ -29,4 +29,5 @@ MAN1= irchailo-seed.1
MAN3= POE::Component::IRC::Plugin::Hailo.3 MAN3= POE::Component::IRC::Plugin::Hailo.3
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -25,4 +25,5 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::Karma.3 MAN3= POE::Component::IRC::Plugin::Karma.3
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -22,6 +22,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::POE::Knee.3 MAN3= POE::Component::IRC::Plugin::POE::Knee.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}

View file

@ -21,6 +21,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::QueryDNS.3 MAN3= POE::Component::IRC::Plugin::QueryDNS.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}

View file

@ -25,6 +25,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::QueryDNSBL.3 MAN3= POE::Component::IRC::Plugin::QueryDNSBL.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}

View file

@ -28,6 +28,7 @@ USE_PERL5= configure
MAN3= POE::Component::IRC::Plugin::RSS::Headlines.3 MAN3= POE::Component::IRC::Plugin::RSS::Headlines.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}

View file

@ -67,6 +67,7 @@ MAN3= POE::Component::IRC.3 \
POE::Filter::IRC.3 \ POE::Filter::IRC.3 \
POE::Filter::IRC::Compat.3 POE::Filter::IRC::Compat.3
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-install: post-install:

View file

@ -38,4 +38,5 @@ MAN3= POE::Component::Server::IRC.3 \
POE::Component::Server::IRC::Plugin::OperServ.3 \ POE::Component::Server::IRC::Plugin::OperServ.3 \
POE::Component::Server::IRC::Backend.3 POE::Component::Server::IRC::Backend.3
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -17,4 +17,5 @@ USES= perl5
USE_PERL5= configure USE_PERL5= configure
MAN3= POE::Filter::IRCD.3 MAN3= POE::Filter::IRCD.3
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -27,6 +27,7 @@ USE_PERL5= configure
MAN3= POE::Session::Irssi.3 MAN3= POE::Session::Irssi.3
NO_STAGE= yes
post-install: post-install:
.ifndef(NOPORTEXAMPLES) .ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

View file

@ -18,6 +18,7 @@ USE_PERL5= configure
MAN3= Parse::IRC.3 MAN3= Parse::IRC.3
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501600 .if ${PERL_LEVEL} < 501600

View file

@ -13,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes PEAR_AUTOINSTALL= yes
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: pircbot # Created by: Tim Bishop <tim@bishnet.net>
# Date created: 2 June 2002
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= pircbot PORTNAME= pircbot
PORTVERSION= 1.5.0 PORTVERSION= 1.5.0
@ -21,6 +17,7 @@ NO_BUILD= yes
USE_JAVA= yes USE_JAVA= yes
NO_STAGE= yes
do-install: do-install:
${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR}
.ifndef(NOPORTDOCS) .ifndef(NOPORTDOCS)

View file

@ -15,6 +15,7 @@ NO_BUILD= YES
OPTIONS_DEFINE= LOGCHARSET DOCS OPTIONS_DEFINE= LOGCHARSET DOCS
LOGCHARSET_DESC= Character set for logfiles LOGCHARSET_DESC= Character set for logfiles
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLOGCHARSET} .if ${PORT_OPTIONS:MLOGCHARSET}

View file

@ -20,6 +20,7 @@ PLIST_SUB= PSYBASE=${PSYBASE:S,^${PREFIX}/,,}
OPTIONS_DEFINE= MENUCONFIG OPTIONS_DEFINE= MENUCONFIG
MENUCONFIG_DESC=Configure using menu MENUCONFIG_DESC=Configure using menu
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMENUCONFIG} .if ${PORT_OPTIONS:MMENUCONFIG}

View file

@ -35,6 +35,7 @@ PLIST_SUB= PURELISP=${LISPDIR} \
XEMACS_ONLY=${XEMACS_ONLY} \ XEMACS_ONLY=${XEMACS_ONLY} \
PUREBIN=${PUREBIN} PUREBIN=${PUREBIN}
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \
's|CFLAGS=$$(CFLAGS)|| ; \ 's|CFLAGS=$$(CFLAGS)|| ; \

View file

@ -15,4 +15,5 @@ INSTALL_TARGET= install-package
PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure
MAKE_ENV= LANG=ja_JP.eucJP MAKE_ENV= LANG=ja_JP.eucJP
NO_STAGE= yes
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -26,6 +26,7 @@ MAN1= gozerbot.1
RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
post-install: post-install:

View file

@ -24,6 +24,7 @@ PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \
dccreceive.py dccsend.py dccreceive.py dccsend.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 270 .if ${PYTHON_REL} < 270

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: supybot-plugins # Created by: Radim Kolar
# Date created: 2005-07-12
# Whom: Radim Kolar
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= supybot-plugins PORTNAME= supybot-plugins
PORTVERSION= 20060723 PORTVERSION= 20060723
@ -21,6 +17,7 @@ RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot
USE_PYTHON= 2.5+ USE_PYTHON= 2.5+
USE_BZIP2= yes USE_BZIP2= yes
NO_STAGE= yes
post-extract: post-extract:
# Delete, because it now included in irc/py-supybot # Delete, because it now included in irc/py-supybot
.for data in BadWords Dunno Success _darcs .for data in BadWords Dunno Success _darcs

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: py-supybot # Created by: Tim Middleton <x@vex.net>
# Date created: 01 March 2004
# Whom: Tim Middleton <x@vex.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= supybot PORTNAME= supybot
PORTVERSION= 0.83.4.1 PORTVERSION= 0.83.4.1
@ -27,6 +23,7 @@ MANCOMPRESSED= no
MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \ MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \
supybot-plugin-create.1 supybot-plugin-doc.1 supybot-plugin-create.1 supybot-plugin-doc.1
NO_STAGE= yes
post-install: post-install:
.for f in ${MAN1} .for f in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/man/${f} ${MAN1PREFIX}/man/man1

View file

@ -31,6 +31,7 @@ CMAKE_ARGS+= -DWANT_MONO=${QUASSEL_MONO} \
-DWANT_QTCLIENT=${QUASSEL_CLIENT} \ -DWANT_QTCLIENT=${QUASSEL_CLIENT} \
-DWITH_LIBINDICATE=OFF -DWITH_LIBINDICATE=OFF
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

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