summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-09-20 15:58:09 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-09-20 15:58:09 +0000
commit70b553e5129d9e59ca05048a9fee1af1d442311f (patch)
tree3310e381bea8ad1402bd438c7348400bcb76a66b
parente0e72501367000f88aed7526756db60bf23087f3 (diff)
downloadFreeBSD-ports-70b553e5129d9e59ca05048a9fee1af1d442311f.zip
FreeBSD-ports-70b553e5129d9e59ca05048a9fee1af1d442311f.tar.gz
- Add NO_STAGE until validated to be safe for upcoming staging support
-rw-r--r--devel/ccache/Makefile1
-rw-r--r--devel/checkbashisms/Makefile1
-rw-r--r--devel/cppunit/Makefile1
-rw-r--r--devel/privman/Makefile1
-rw-r--r--devel/valgrind-snapshot/Makefile1
-rw-r--r--devel/valgrind/Makefile1
-rw-r--r--irc/gseen.mod/Makefile1
-rw-r--r--irc/rbot/Makefile1
-rw-r--r--mail/qmail-conf/Makefile1
-rw-r--r--mail/qmail-contrib/Makefile1
-rw-r--r--mail/qmail-dk/Makefile1
-rw-r--r--mail/qmail-ldap/Makefile1
-rw-r--r--mail/qmail-mysql/Makefile1
-rw-r--r--mail/qmail-spamcontrol/Makefile2
-rw-r--r--mail/qmail-tls/Makefile1
-rw-r--r--mail/qmail/Makefile1
-rw-r--r--mail/qmailadmin/Makefile1
-rw-r--r--mail/qmailanalog/Makefile2
-rw-r--r--mail/qmhandle/Makefile1
-rw-r--r--mail/qtools/Makefile1
-rw-r--r--mail/queue-fix/Makefile2
-rw-r--r--mail/queue-repair/Makefile1
-rw-r--r--mail/serialmail/Makefile1
-rw-r--r--mail/spamdyke/Makefile1
-rw-r--r--mail/vpopmail/Makefile1
-rw-r--r--math/miracl/Makefile1
-rw-r--r--net-mgmt/bandwidthd/Makefile1
-rw-r--r--ports-mgmt/portmaster/Makefile1
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile1
-rw-r--r--ports-mgmt/portupgrade/Makefile1
-rw-r--r--security/openssh-portable-base/Makefile1
-rw-r--r--security/openssh-portable/Makefile1
-rw-r--r--sysutils/beadm-devel/Makefile1
-rw-r--r--sysutils/beadm/Makefile1
-rw-r--r--sysutils/cronolog/Makefile1
-rw-r--r--sysutils/daemontools/Makefile2
-rw-r--r--sysutils/zfstools/Makefile1
37 files changed, 39 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index d8fe070..ff36b2b 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -14,6 +14,7 @@ COMMENT= Tool to minimize the compile time of C/C++ programs
LICENSE= GPLv3
GNU_CONFIGURE= yes
+NO_STAGE= yes
HOWTO= ccache-howto-freebsd.txt
CCLINKDIR= libexec/ccache
diff --git a/devel/checkbashisms/Makefile b/devel/checkbashisms/Makefile
index 486e035..217423f 100644
--- a/devel/checkbashisms/Makefile
+++ b/devel/checkbashisms/Makefile
@@ -18,6 +18,7 @@ USES= perl5
USE_PERL5= run
NO_BUILD= yes
NO_WRKSUBDIR= yes
+NO_STAGE= yes
PLIST_FILES= bin/${DISTNAME}
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index f255010..b23a079 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -12,6 +12,7 @@ COMMENT= C++ port of the JUnit framework for unit testing
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+NO_STAGE= yes
.if defined(WITH_DOXYGEN)
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
diff --git a/devel/privman/Makefile b/devel/privman/Makefile
index f066966..b9a4af7 100644
--- a/devel/privman/Makefile
+++ b/devel/privman/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
+NO_STAGE= yes
MLINKS= priv_pam.3 priv_pam_acct_mgmt.3 \
priv_pam.3 priv_pam_authenticate.3 \
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile
index dcaf9e56..e2d1d26 100644
--- a/devel/valgrind-snapshot/Makefile
+++ b/devel/valgrind-snapshot/Makefile
@@ -44,6 +44,7 @@ USES= pathfix pkgconfig gmake perl5
USE_PERL5= build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+NO_STAGE= yes
PORTDOCS= html
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile
index 67a2a6a..eeb785b 100644
--- a/devel/valgrind/Makefile
+++ b/devel/valgrind/Makefile
@@ -42,6 +42,7 @@ USES= pathfix pkgconfig gmake perl5
USE_PERL5= build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+NO_STAGE= yes
PORTDOCS= html
diff --git a/irc/gseen.mod/Makefile b/irc/gseen.mod/Makefile
index 8c6fd6f..43d9877 100644
--- a/irc/gseen.mod/Makefile
+++ b/irc/gseen.mod/Makefile
@@ -18,6 +18,7 @@ BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop
RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop
USE_TCL= 85+
+NO_STAGE= yes
WRKSRC= ${WRKDIR}/eggdrop
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index ad7f2827..8008c6b 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -14,6 +14,7 @@ COMMENT= Ruby IRC bot similar to infobot
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext
+NO_STAGE= yes
USE_RUBY= yes
USE_RUBY_SETUP= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile
index 9a474e9..a2f3d7c 100644
--- a/mail/qmail-conf/Makefile
+++ b/mail/qmail-conf/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Configure various qmail services to run under daemontools
USES= qmail:vars
+NO_STAGE= yes
ALL_TARGET= it
INSTALL_TARGET= setup check
diff --git a/mail/qmail-contrib/Makefile b/mail/qmail-contrib/Makefile
index 0415d07..ea9b031 100644
--- a/mail/qmail-contrib/Makefile
+++ b/mail/qmail-contrib/Makefile
@@ -18,6 +18,7 @@ OPTIONS_DEFINE= DOCS
USES= qmail:run
+NO_STAGE= yes
ALL_TARGET= it
INSTALL_TARGET= setup
diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile
index f34e5d5..6089412 100644
--- a/mail/qmail-dk/Makefile
+++ b/mail/qmail-dk/Makefile
@@ -18,6 +18,7 @@ PATCH_SITES= ${MASTER_SITE_QMAIL}
PATCHFILES= qmail-1.03-dk-0.54.patch
USES= qmail
+NO_STAGE= yes
PREFIX?= ${QMAIL_PREFIX}
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile
index 9ebb0de..2fb8191 100644
--- a/mail/qmail-ldap/Makefile
+++ b/mail/qmail-ldap/Makefile
@@ -18,6 +18,7 @@ CONFLICTS= emboss-[0-9]* digest-[0-9]* qmail-[0-9]* qmail-mysql-[0-9]* \
EXTRA_PATCHES+= ${MASTERDIR}/files/patch-Makefile \
${MASTERDIR}/files/patch-auto_uids-c-dist
+NO_STAGE= yes
USE_OPENLDAP= yes
SLAVE_LDAP= yes
diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile
index ea731e0..10a0a73 100644
--- a/mail/qmail-mysql/Makefile
+++ b/mail/qmail-mysql/Makefile
@@ -16,6 +16,7 @@ MYSQL_PATCH_VERSION= 1.1.15
SLAVE_MYSQL= yes
USE_MYSQL= yes
+NO_STAGE= yes
MASTERDIR= ${.CURDIR}/../qmail
DESCR= ${.CURDIR}/pkg-descr
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile
index 2ce0553..bd0bb65 100644
--- a/mail/qmail-spamcontrol/Makefile
+++ b/mail/qmail-spamcontrol/Makefile
@@ -15,6 +15,8 @@ COMMENT= Qmail MTA with SpamControl patches
CONFLICTS= qmail-[0-9]* qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-tls-[0-9]*
+NO_STAGE= yes
+
EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \
${MASTERDIR}/files/patch-Makefile \
${MASTERDIR}/files/patch-auto_uids-c-dist
diff --git a/mail/qmail-tls/Makefile b/mail/qmail-tls/Makefile
index 9c561a2..af19340 100644
--- a/mail/qmail-tls/Makefile
+++ b/mail/qmail-tls/Makefile
@@ -15,6 +15,7 @@ SLAVE_TLS= yes
TLS_PATCH_DATE= 20021228
+NO_STAGE= yes
USE_OPENSSL= yes
# Local overrides
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index edb6f7b..5e284ac 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -19,6 +19,7 @@ CONFLICTS?= qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-spamcontrol-[0-9]* qmail-
CONFLICTS+= qmail-vida-[0-9]*
USES= qmail:vars
+NO_STAGE= yes
PREFIX?= ${QMAIL_PREFIX}
MAKE_JOBS_UNSAFE= yes
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile
index dd27ea0..0d9f565 100644
--- a/mail/qmailadmin/Makefile
+++ b/mail/qmailadmin/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= \
autorespond:${PORTSDIR}/mail/autorespond \
${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
+NO_STAGE= yes
USES= qmail:vars gmake
CONFLICTS= qmailadmin-devel-1.*
diff --git a/mail/qmailanalog/Makefile b/mail/qmailanalog/Makefile
index 1d7a01d..1914687 100644
--- a/mail/qmailanalog/Makefile
+++ b/mail/qmailanalog/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Tools to analyze qmail-send's activity
USES= qmail:run
-
+NO_STAGE= yes
ALL_TARGET= it
INSTALL_TARGET= setup
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile
index 4a15e4f..8c553e2 100644
--- a/mail/qmhandle/Makefile
+++ b/mail/qmhandle/Makefile
@@ -16,6 +16,7 @@ OPTIONS_DEFINE= DOCS
USES= qmail:run perl5
+NO_STAGE= yes
NO_BUILD= yes
USE_BZIP2= yes
diff --git a/mail/qtools/Makefile b/mail/qtools/Makefile
index 8e75a78..9a6f273 100644
--- a/mail/qtools/Makefile
+++ b/mail/qtools/Makefile
@@ -13,6 +13,7 @@ COMMENT= Tools to use in .qmail files
RUN_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-weed:${PORTSDIR}/mail/ezmlm
USES= qmail:vars
+NO_STAGE= yes
ALL_TARGET= it
INSTALL_TARGET= setup check
diff --git a/mail/queue-fix/Makefile b/mail/queue-fix/Makefile
index 114a4d8..852acfc 100644
--- a/mail/queue-fix/Makefile
+++ b/mail/queue-fix/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Repairs or generates a qmail queue structure
USES= qmail:run
-
+NO_STAGE= yes
PREFIX?= ${QMAIL_PREFIX}
diff --git a/mail/queue-repair/Makefile b/mail/queue-repair/Makefile
index 130a2cd..1cfd1cb 100644
--- a/mail/queue-repair/Makefile
+++ b/mail/queue-repair/Makefile
@@ -12,6 +12,7 @@ COMMENT= Qmail queue diagnostic and repair tool
LICENSE= GPLv2
+NO_STAGE= yes
USE_PYTHON= yes
OPTIONS_DEFINE= DOCS QMAIL_PORT
diff --git a/mail/serialmail/Makefile b/mail/serialmail/Makefile
index fe11f34..906d2a3 100644
--- a/mail/serialmail/Makefile
+++ b/mail/serialmail/Makefile
@@ -17,6 +17,7 @@ RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
UCSPI_SSL_RUN_DEPENDS= sslclient:${PORTSDIR}/sysutils/ucspi-ssl
USES= qmail:run
+NO_STAGE= yes
OPTIONS_SUB= yes
RESTRICTED= Unsure of DJB license
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile
index 00820c2..7406174 100644
--- a/mail/spamdyke/Makefile
+++ b/mail/spamdyke/Makefile
@@ -17,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke
USES= qmail
+NO_STAGE= yes
GNU_CONFIGURE= yes
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index 99937a54..e937944 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
PATCH_STRIP= -p1
+NO_STAGE= yes
USES= qmail gmake
CONFLICTS= vpopmail-devel-5.*
diff --git a/math/miracl/Makefile b/math/miracl/Makefile
index 94cc26f..aed326b 100644
--- a/math/miracl/Makefile
+++ b/math/miracl/Makefile
@@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386 amd64
USE_ZIP= yes
USE_LDCONFIG= yes
+NO_STAGE= yes
EXTRACT_BEFORE_ARGS= -j -aa -L -q
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile
index 09f7ca4..0b1c5d3 100644
--- a/net-mgmt/bandwidthd/Makefile
+++ b/net-mgmt/bandwidthd/Makefile
@@ -16,6 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
USE_CSTD= gnu89
+NO_STAGE= yes
GNU_CONFIGURE= YES
USES= iconv gmake
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 3aaae5b..1882c36 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -13,6 +13,7 @@ COMMENT= Manage your ports without external databases or languages
LICENSE= BSD
+NO_STAGE= yes
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_COMMIT= 7359019
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index fd96463..ee5922a 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/portupgrade-devel/Makefile
@@ -17,6 +17,7 @@ LICENSE= BSD
CONFLICTS_INSTALL= portupgrade-[0-9]*
+NO_STAGE= yes
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_PROJECT= portupgrade
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 44dade52..03b9f51 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS
CONFLICTS_INSTALL= portupgrade-devel-*
+NO_STAGE= yes
DIST_SUBDIR= ${PORTNAME}
USE_BZIP2= yes
USE_RUBY= yes
diff --git a/security/openssh-portable-base/Makefile b/security/openssh-portable-base/Makefile
index e2463c2..3d3995f 100644
--- a/security/openssh-portable-base/Makefile
+++ b/security/openssh-portable-base/Makefile
@@ -6,5 +6,6 @@ PKGNAMESUFFIX= -portable-base
MASTERDIR= ${.CURDIR}/../openssh-portable
OPTIONS_SLAVE= OVERWRITE_BASE
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 30ec7cf..eb4b96b 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -30,6 +30,7 @@ USES= perl5
USE_PERL5= build
USE_AUTOTOOLS= autoconf autoheader
USE_OPENSSL= yes
+NO_STAGE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_strnvis=no
CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
diff --git a/sysutils/beadm-devel/Makefile b/sysutils/beadm-devel/Makefile
index 81e281d..23702a5 100644
--- a/sysutils/beadm-devel/Makefile
+++ b/sysutils/beadm-devel/Makefile
@@ -10,6 +10,7 @@ COMMENT= Solaris-like utility to manage Boot Environments on ZFS
LICENSE= BSD
+NO_STAGE= yes
USE_GITHUB= yes
GH_ACCOUNT= vermaden
GH_COMMIT= d7d7cd3
diff --git a/sysutils/beadm/Makefile b/sysutils/beadm/Makefile
index 2a4d05c..69edd56 100644
--- a/sysutils/beadm/Makefile
+++ b/sysutils/beadm/Makefile
@@ -14,6 +14,7 @@ USE_GITHUB= yes
GH_ACCOUNT= vermaden
GH_COMMIT= a7c1c73
+NO_STAGE= yes
NO_BUILD= YES
CONFLICTS_INSTALL= beadm-devel-*
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile
index f7c9fde..05ed3e2 100644
--- a/sysutils/cronolog/Makefile
+++ b/sysutils/cronolog/Makefile
@@ -17,6 +17,7 @@ CONFLICTS_INSTALL= cronolog-devel-[0-9]*
INFO= cronolog
MAN1= cronolog.1m cronosplit.1m
+NO_STAGE= yes
GNU_CONFIGURE= yes
OPTIONS_DEFINE= SETUID_PATCH
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile
index 4f63cc6..d77993e 100644
--- a/sysutils/daemontools/Makefile
+++ b/sysutils/daemontools/Makefile
@@ -31,6 +31,8 @@ OPTIONS_SINGLE_SEQ= S_EARLY S_NORMAL
OPTIONS_DEFAULT= MAN S_NORMAL TESTS
+NO_STAGE= yes
+
.include <bsd.port.options.mk>
. if ${PORT_OPTIONS:MS_EARLY}
diff --git a/sysutils/zfstools/Makefile b/sysutils/zfstools/Makefile
index 99ddb2f..e0dbe57 100644
--- a/sysutils/zfstools/Makefile
+++ b/sysutils/zfstools/Makefile
@@ -12,6 +12,7 @@ COMMENT= OpenSolaris-compatible auto snapshotting for ZFS
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+NO_STAGE= yes
USE_GITHUB= yes
GH_ACCOUNT= bdrewery
GH_COMMIT= 05b95b5
OpenPOWER on IntegriCloud