1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p)

This commit is contained in:
Baptiste Daroussin 2013-09-20 22:28:25 +00:00
parent 985b201424
commit bb4b86e043
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327758
108 changed files with 134 additions and 140 deletions

View File

@ -63,6 +63,7 @@ PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt INSTALL README TODO \
FLEX?= ${LOCALBASE}/bin/flex
NO_STAGE= yes
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MDEBUG)

View File

@ -61,6 +61,7 @@ PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt INSTALL README TODO \
FLEX?= ${LOCALBASE}/bin/flex
NO_STAGE= yes
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MDEBUG)

View File

@ -44,6 +44,7 @@ SUB_FILES= ${PORTNAME}
SUB_LIST= LIBDIR="${LOCALBASE}/lib" JARFILE="${JARFILE}" \
SWTJAR="${JAVALIBDIR}/${SWT}.jar" JAVA="${LOCALBASE}/bin/java"
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSWTDEVEL}

View File

@ -35,6 +35,7 @@ CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR}
CXXFLAGS+= -Wno-invalid-offsetof
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11)

View File

@ -29,6 +29,7 @@ PORTDOCS= ChangeLog.txt README.txt README_IPv6.txt
OPTIONS_DEFINE= IPV6 EXAMPLES DOCS
OPTIONS_DEFAULT= IPV6
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6}

View File

@ -44,6 +44,7 @@ SUB_LIST= JARFILE="${PORTNAME}.jar" \
LIBDIR="${LOCALBASE}/lib" \
SWTJAR="${JAVAJARDIR}/${SWT}.jar"
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${ARCH} == "amd64"

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: bnbt
# Date created: Jan 31 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# Created by: Florent Thoumie <flz@xbsd.org>
# $FreeBSD$
#
PORTNAME= bnbt
PORTVERSION= 8.5
@ -33,6 +29,7 @@ USE_MYSQL= yes
ALL_TARGET= bnbt
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View File

@ -24,6 +24,7 @@ MAN1= btcli.1 \
PORTDOCS= README
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:

View File

@ -25,6 +25,7 @@ OPTIONS_DEFINE= PYXML
OPTIONS_DEFAULT= PYXML
PYXML_DESC= Add dependency on PyXML (needed for crawler only)
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYXML}

View File

@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}"
PLIST_FILES= bin/cDonkey
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/configure

View File

@ -16,6 +16,7 @@ USE_OPENSSL= yes
PLIST_FILES= bin/createtorrent
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

View File

@ -16,6 +16,7 @@ PLIST_FILES= bin/ctcs share/doc/ctcs/readme.txt
PLIST_DIRS= share/doc/ctcs
WRKSRC= ${WRKDIR}/ctcs-${PORTVERSION}
NO_STAGE= yes
do-install:
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 \
${WRKSRC}/ctcs ${PREFIX}/bin/ctcs

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ctorrent
# Date created: Jan 17 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# Created by: Florent Thoumie <flz@xbsd.org>
# $FreeBSD$
#
PORTNAME= ctorrent
PORTVERSION= 3.3.2
@ -22,6 +18,7 @@ PLIST_FILES= bin/ctorrent
PORTDOCS= README-DNH.TXT UserGuide
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}

View File

@ -1,5 +1,4 @@
# Created by: Sverrir Valgeirsson <e96sv@yahoo.se> and
# Amar Takhar <verm@drunkmonk.net> et al
# $FreeBSD$
PORTNAME= dclib
@ -22,6 +21,7 @@ USE_GNOME= libxml2
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000015

View File

@ -38,6 +38,7 @@ MAN1= deluge.1 deluge-console.1 deluge-gtk.1 deluge-web.1 deluged.1
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.pre.mk>
# things that happen when PREFIX differs from LOCALBASE

View File

@ -31,6 +31,7 @@ LDLIBS+= -lmd
MAKE_ARGS+= CFLAGS="${CFLAGS}"
MAKE_ENV+= LDLIBS="${LDLIBS}"
NO_STAGE= yes
post-extract:
${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}/

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: edonkey hash tool
# Date created: Wed Feb 20 18:03:49 BRT 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= edonkey
PORTVERSION= 0.4.0
@ -23,6 +19,7 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION}
NO_STAGE= yes
post-patch:
# respect CFLAGS
@${REINPLACE_CMD} -E -e \

View File

@ -25,6 +25,7 @@ USE_PERL5= run
MAN1= ${PORTNAME}.1
MANCOMPRESSED= no
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} "${WRKSRC}/${PORTNAME}/cli.pl" "${PREFIX}/bin/eiskaltdcpp-cli"
@${INSTALL_MAN} "${WRKSRC}/${PORTNAME}/eiskaltdcpp-cli.1" "${PREFIX}/man/man1/"

View File

@ -46,6 +46,7 @@ CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON
BUILD_WRKSRC= ${WRKSRC}/nasdc
INSTALL_WRKSRC= ${WRKSRC}/nasdc
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MXMLRPC}

View File

@ -26,6 +26,7 @@ EXAMPLES_DESC= Install script examples
LUASCRIPTS_DESC= Install lua script examples
SOUNDS_DESC= Install sound files
NO_STAGE= yes
.include <bsd.port.options.mk>
DATA_DIR= ${PREFIX}/share/eiskaltdcpp

View File

@ -44,6 +44,7 @@ CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib"
CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON
CMAKE_ARGS+= -DINSTALL_DATA:BOOL=OFF
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMINIUPNP}

View File

@ -28,6 +28,7 @@ OPTIONS_DEFINE= LUA PCRE IDN DHT
OPTIONS_DEFAULT= IDN DHT
DHT_DESC= DHT support
NO_STAGE= yes
.include <bsd.port.options.mk>
CMAKE_ARGS+= -DINSTALL_HEADERS:BOOL=ON

View File

@ -52,6 +52,7 @@ CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MASPELL}

View File

@ -60,6 +60,7 @@ DESKTOP_ENTRIES= "Frost" "Freenet Client" \
"frost" "P2P;Network;Java;" \
false
NO_STAGE= yes
pre-everything::
post-patch:

View File

@ -24,6 +24,7 @@ USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E \
-e 's|^(LFLAGS).*|\1 = ${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib|' \

View File

@ -1,7 +1,4 @@
# New ports collection makefile for: gnewtellium
# Date created: 9 April 2002
# Whom: haikal
#
# Created by: haikal
# $FreeBSD$
PORTNAME= gnewtellium
@ -24,4 +21,5 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm
PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -26,6 +26,7 @@ CONFIGURE_ARGS = --with-extractor=${LOCALBASE} \
MAN1= gnunet-fs-gtk.1
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@ -60,6 +60,7 @@ MAN1= gnunet-arm.1 gnunet-core.1 gnunet-directory.1 gnunet-download.1 \
GNUNET_DAEMON_DIR?= /var/lib/gnunet
PLIST_SUB= GNUNET_DAEMON_DIR=${GNUNET_DAEMON_DIR}
SUB_FILES= pkg-message
NO_STAGE= yes
.include <bsd.port.options.mk>

View File

@ -52,6 +52,7 @@ PORTABILITY_DESC= Use the PATH variable at run-time
ONLY_FOR_ARCHS= i386 amd64
NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= glib20 libxml2
USES= bison perl5 pkgconfig

View File

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

View File

@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \
MAN1= gtorrentviewer.1
DOCS= AUTHORS COPYING ChangeLog README
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/main.c

View File

@ -61,6 +61,7 @@ JETTY_DISTFILE= jetty-5.1.15.tgz
SUB_FILES= wrapper.sh
NO_STAGE= yes
post-extract:
@${MKDIR} ${WRKSRC}/apps/jetty/
@${CP} -f ${DISTDIR}/${JETTY_DISTFILE} ${WRKSRC}/apps/jetty/

View File

@ -28,6 +28,7 @@ OPTIONS_DEFAULT= BDB NLS
GUI_DESC= Build the gtk2 gui
BDB_DESC= Build with Berkeley DB support (for jigdo-file cache)
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUI}

View File

@ -30,6 +30,7 @@ PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \
CMAKE_ARGS+= -DENABLE_KIO_MAGNET=1
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,ktorrent,$${LIBKTORRENT_LIBRARIES},' \
${WRKSRC}/plugins/ipfilter/tests/CMakeLists.txt

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: libbt
# Date created: Feb 26 2004
# Whom: Florent Thoumie <flz@xbsd.org>
#
# Created by: Florent Thoumie <flz@xbsd.org>
# $FreeBSD$
#
PORTNAME= libbt
PORTVERSION= 1.05
@ -23,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= protocol-ext.txt protocol.txt
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: liberator
# Date created: Fri May 2 04:23:24 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= liberator
PORTVERSION= 2.0.2
@ -28,6 +24,7 @@ LIB_FILES= fcp.cma hlfi.cma asfi.cma fcp.cmxa hlfi.cmxa asfi.cmxa \
fcp.cmi hlfreenet.cmi asfreenet.cmi fieldset.cmi \
fstream.cmi
NO_STAGE= yes
post-patch:
@${SED} -e 's|%%PREFIX%%|${PREFIX}|; \
s|%%DATADIR%%|${DATADIR:S,^${PREFIX}/,,}|' \

View File

@ -24,4 +24,5 @@ SHLIB_VER= 5.0.1
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \
SHLIB_SHVER=${SHLIB_VER:R:R}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: libpdtp
# Date created: 5 Apr 2004
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libpdtp
PORTVERSION= 0.1.20040808
@ -19,6 +14,7 @@ HAS_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -fpic
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pdtp ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/libpdtp.* ${PREFIX}/lib

View File

@ -1,4 +1,3 @@
# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
PORTNAME= libtorrent-devel
@ -27,6 +26,7 @@ OPTIONS_DEFINE= KQUEUE IPV6
OPTIONS_DEFAULT= KQUEUE
KQUEUE_DESC= Use kqueue(2) support
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_OPENSSL_BASE)

View File

@ -20,6 +20,7 @@ PYDISTUTILS_PKGNAME= python_libtorrent
NOPORTDOCS= yes
NO_STAGE= yes
slave-post-patch:
@${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/bindings/python/setup.py.in

View File

@ -42,6 +42,7 @@ CONFIGURE_ARGS+= --disable-debug \
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" && defined(USE_PYTHON)

View File

@ -27,4 +27,5 @@ OPTIONS_EXCLUDE= DOCS EXAMPLES
CONFIGURE_ENV= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
PYTHON_VERSION="${PYTHON_VERSION}"
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -49,6 +49,7 @@ PORTEXAMPLES= *.cpp
OPTIONS_DEFINE= DOCS EXAMPLES
NO_STAGE= yes
.include <bsd.port.options.mk>
.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" && defined(USE_PYTHON)

View File

@ -27,6 +27,7 @@ OPTIONS_DEFINE= KQUEUE IPV6
OPTIONS_DEFAULT= KQUEUE
KQUEUE_DESC= Use kqueue(2) support
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_OPENSSL_BASE)

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: linux-jigdo
# Date created: 21 July 2002
# Whom: Udo Schweigert
#
# Created by: Udo Schweigert
# $FreeBSD$
#
PORTNAME= jigdo
PORTVERSION= 0.7.3
@ -30,6 +25,7 @@ SCRIPTS= jigdo-lite jigdo-mirror
MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1
NO_STAGE= yes
pre-install:
@${BRANDELF} -t Linux ${WRKSRC}/jigdo-file

View File

@ -26,4 +26,5 @@ SCONS_BUILDENV= ${SCONS_ENV}
SCONS_ARGS= debug=1
.endif
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -34,6 +34,7 @@ DBUS_DESC= Build with DBUS support
CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUPNP}

View File

@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= FLAC OGG ZLIB
OPTIONS_DEFAULT= FLAC OGG ZLIB
NO_STAGE= yes
.include <bsd.port.options.mk>
# --with-flac is on by default

View File

@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
USES= iconv
USE_GNOME= libxml2
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: minder
# Date created: Sun Jan 16 01:16:28 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= minder
PORTVERSION= 2.0.2
@ -28,6 +24,7 @@ PLIST_FILES= \
%%EXAMPLESDIR%%/minder.cfg \
bin/${PORTNAME}
NO_STAGE= yes
post-patch:
# CXX safeness
# CXXFLAGS safeness

View File

@ -24,6 +24,7 @@ THREADS_DESC= Enable support for pthreads
OPENSSL_DESC= Use OpenSSL for hashing
HASHCHECK_DESC= Verify file hashes
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTHREADS}

View File

@ -8,4 +8,5 @@ COMMENT= Client 'core' for the MLDonkey peer-to-peer network
MASTERDIR= ${.CURDIR}/../mldonkey
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -10,4 +10,5 @@ COMMENT= A OCAML/GTK GUI for the MLdonkey peer-to-peer network client
MASTERDIR= ${.CURDIR}/../mldonkey
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -20,6 +20,7 @@ SHEBANG_FILES$=${BINARY_NAME}
BINARY_NAME= perlreactor
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -i '' -e '1d' ${WRKSRC}/${BINARY_NAME}

View File

@ -20,6 +20,7 @@ SHEBANG_FILES= ${BINARY_NAME}
BINARY_NAME= mlurlslave
NO_STAGE= yes
post-extract:
@${GREP} '^#' ${WRKSRC}/${BINARY_NAME} | ${GREP} -v '/usr/bin/perl' > ${WRKDIR}/README

View File

@ -96,6 +96,7 @@ PORTDOCS= ${DOCFILES}
ALL_TARGET+= \
mld_hash
NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-everything::

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: mooseekd
# Date created: 2006-07-24
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= mooseekd
PORTVERSION= 0.05
@ -25,4 +21,5 @@ CXXFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
USE_FAM= yes
USES= iconv
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -30,6 +30,7 @@ PYMUCIPHER_DESC= Install python bindings for Mucipher
MURMUR_DESC= Install PyGTK client
MUCOUS_DESC= Install Curses Python client
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYMUCIPHER} || ${PORT_OPTIONS:MBINDINGS} || ${PORT_OPTIONS:MMURMUR} || ${PORT_OPTIONS:MCLIENTS} || ${PORT_OPTIONS:MMUCOUS}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: napshare
# Date created: 4 July 2001
# Whom: Mike Heffner <mikeh@FreeBSD.org>
#
# Created by: Mike Heffner <mikeh@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= napshare
PORTVERSION= 1.3
@ -18,4 +14,5 @@ USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

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

View File

@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
pre-install:
@${CHMOD} a+rx ${WRKSRC}/install-sh

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: opennap
# Date created: 26 July 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# Created by: Donald Burr <dburr@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= opennap
PORTVERSION= 0.44
@ -19,6 +15,7 @@ GNU_CONFIGURE= YES
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
NO_STAGE= yes
post-install:
(${ECHO_CMD} "" ; ${ECHO_CMD} "admin" ; ${ECHO_CMD} "opennap" ; ${ECHO_CMD} "") | ${WRKSRC}/setup
.if defined(NOPORTDOCS)

View File

@ -23,4 +23,5 @@ USE_PERL5= configure
MAN3= Net::BitTorrent::File.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -15,4 +15,5 @@ USE_PERL5= modbuild
MAN3= Net::BitTorrent::PeerPacket.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -35,5 +35,6 @@ MAN3= Net::BitTorrent.3 \
Net::BitTorrent::Util.3 \
Net::BitTorrent::Version.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -17,4 +17,5 @@ CC= ${CXX}
MAN3= Net::DirectConnect::TigerHash.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -30,4 +30,5 @@ USE_PERL5= configure
MAN1= dcget.1 dcshare.1
MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -18,4 +18,5 @@ USE_PERL5= configure
MAN3= WWW::BitTorrent.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -22,6 +22,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME}
PORTDOCS= Phex_other.htm \
Undocumented.htm
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${DATADIR}

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: py-fngrab
# Date created: Mar 23, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= fngrab
PORTVERSION= 0.0.4
@ -22,6 +17,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= FreenetGrab
NO_STAGE= yes
post-install:
@${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: kenosis
# Date created: Thu Jan 13 01:15:19 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= kenosis
PORTVERSION= 0.96
@ -22,6 +18,7 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYSETUP= ${PORTNAME}_setup.py
NO_STAGE= yes
post-extract:
# Avoid name collision and move ds inside kenosis package
# it is only used by kenosis anyway

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: py-py2play
# Date created: 2005-10-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
#
PORTNAME= py2play
PORTVERSION= 0.1.10
@ -21,6 +17,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Py2Play
EXAMPLESDIR= ${PREFIX}/share/examples/py-py2play
NO_STAGE= yes
post-install:
.ifndef NOPORTEXAMPLES
@${MKDIR} ${EXAMPLESDIR}

View File

@ -20,6 +20,7 @@ USE_PYDISTUTILS=easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: py-vertex
# Date created: 19 May 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
#
PORTNAME= vertex
PORTVERSION= 0.3.0
@ -27,4 +23,5 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Vertex
USE_TWISTED= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -15,4 +15,5 @@ MAN1= qbittorrent-nox.1
QB_NOX_SLAVE= true
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -36,6 +36,7 @@ PORTDOCS= AUTHORS Changelog README TODO
OPTIONS_DEFINE= DOCS DBUS
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDBUS}

View File

@ -48,6 +48,7 @@ OPTIONS_DEFAULT= PLUGINS
NOGUI_DESC= Install retroshare-nogui (CLI binary)
PLUGINS_DESC= Install plugins (LinksCloud, VoIP)
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPLUGINS}

View File

@ -17,6 +17,7 @@ OPTIONS_DEFAULTS= APACHE
BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE}

View File

@ -1,4 +1,3 @@
# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
PORTNAME= rtorrent-devel
@ -30,6 +29,7 @@ OPTIONS_DEFINE= XMLRPC IPV6 DOCS
OPTIONS_DEFAULT= XMLRPC IPV6
XMLRPC_DESC= Compile with xmlrpc-c support
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "arm"

View File

@ -28,6 +28,7 @@ OPTIONS_DEFINE= XMLRPC IPV6 DOCS
OPTIONS_DEFAULT= XMLRPC IPV6
XMLRPC_DESC= Compile with xmlrpc-c support
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "arm"

View File

@ -32,6 +32,7 @@ MAKEFILE= makefile
GNU_CONFIGURE= yes
CONFIGURE_ARGS=
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWARNINGS}

View File

@ -38,6 +38,7 @@ LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib
PLIST_FILES= bin/${BINARY}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWXGTK}

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: squall
# Date created: 5 Apr 2004
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= squall
PORTVERSION= 0.1.20040808
@ -18,6 +13,7 @@ HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
STRIP= # Keep empty for debugging.
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/squall/squall ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/squallhub/squallhub ${PREFIX}/sbin

View File

@ -31,6 +31,7 @@ PORTDOCS= *
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgtk12}!=""

View File

@ -16,6 +16,7 @@ NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= torrentsniff
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/torrentsniff ${LOCALBASE}/bin
${MKDIR} ${SITE_PERL}/BitTorrent

View File

@ -25,6 +25,7 @@ CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5*
OPTIONS_DEFINE= LITE
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${SLAVEPORT} != web

View File

@ -25,4 +25,5 @@ EXTRA_CONF_ARGS=--disable-cli \
MAN1= transmission-daemon.1 transmission-remote.1
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -37,4 +37,5 @@ post-patch: general-patch
post-install: general-install
@-update-desktop-database
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -31,6 +31,7 @@ post-patch: general-patch
@${REINPLACE_CMD} -e 's|/share/man|/man|g ; /PKGCONFIG/s| openssl||g' \
${WRKSRC}/qt/qtr.pro
NO_STAGE= yes
post-build:
@(cd ${WRKSRC}/qt ; ${QMAKE} ${QMAKEFLAGS} qtr.pro ; ${GMAKE})

View File

@ -1,4 +1,4 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= transmission-remote-gui
@ -40,6 +40,7 @@ QT4_DESC= Use qt4 interface
OPTIONS_DEFAULT= GTK2
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGTK2}

View File

@ -18,6 +18,7 @@ CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.[56]*
NO_BUILD= yes
NO_STAGE= yes
do-install:
@${DO_NADA}

View File

@ -46,6 +46,7 @@ TRIBLER_DIR= ${PYTHONPREFIX_SITELIBDIR}/tribler
APSW_DISTNAME= apsw-3.7.14.1-r1
APSW_DISTFILE= ${APSW_DISTNAME}.zip
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:

View File

@ -27,6 +27,7 @@ MAKEFILE= ${WRKSRC}/GNUmakefile
OPTIONS_DEFINE= DEBUG OPENSSL
OPENSSL_DESC= Enable OpenSSL Support (experimental)
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: unworkable
# Date created: 06 Oct 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
#
PORTNAME= unworkable
PORTVERSION= 0.53
@ -24,6 +20,7 @@ PLIST_FILES= bin/unworkable
MAN1= unworkable.1
NO_STAGE= yes
post-extract:
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
${WRKSRC}/SConstruct

View File

@ -29,6 +29,7 @@ LDFLAGS+= -L${QT_LIBDIR}
QTCFGLIBS+= ${PTHREAD_LIBS}
CONFIGURE_ENV+= DCLIB_CFLAGS=-I${LOCALBASE}/include
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g;\
s|-D_XOPEN_SOURCE=500||g' \

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: verlihub-plugins-chatroom
# Date created: 3 May 2007
# Whom: Skylord
#
# Created by: Skylord
# $FreeBSD$
#
PORTNAME= chatroom
PORTVERSION= 1.1
@ -15,6 +11,7 @@ MAINTAINER= me@skylord.ru
PLUGIN_DESC= Chatroom
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
.include <bsd.port.post.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: verlihub-plugins-floodprotect
# Date created: 3 May 2007
# Whom: Skylord
#
# Created by: Skylord
# $FreeBSD$
#
PORTNAME= floodprotect
PORTVERSION= 1.6
@ -16,6 +12,7 @@ MAINTAINER= me@skylord.ru
PLUGIN_NAME= floodprot
PLUGIN_DESC= Floodprotect
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
DISTNAME= ${PLUGIN_NAME}

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: verlihub-plugins-forbid
# Date created: 3 May 2007
# Whom: Skylord
#
# Created by: Skylord
# $FreeBSD$
#
PORTNAME= forbid
PORTVERSION= 1.3
@ -15,6 +11,7 @@ MAINTAINER= me@skylord.ru
PLUGIN_DESC= ForbiddenWords
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
.include <bsd.port.post.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: verlihub-plugins-iplog
# Date created: 3 May 2007
# Whom: Skylord
#
# Created by: Skylord
# $FreeBSD$
#
PORTNAME= iplog
PORTVERSION= 1.1
@ -15,6 +11,7 @@ MAINTAINER= me@skylord.ru
PLUGIN_DESC= IPLog
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
.include <bsd.port.post.mk>

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: verlihub-plugins-isp
# Date created: 3 May 2007
# Whom: Skylord
#
# Created by: Skylord
# $FreeBSD$
#
PORTNAME= isp
PORTVERSION= 1.1
@ -16,6 +12,7 @@ PLUGIN_DESC= ISP
PLIST_FILES= share/verlihub/default_pi_isp.sql
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins"
.include <bsd.port.post.mk>

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