summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /news
parent- Update to 3.02 (diff)
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes: svn path=/head/; revision=327804
Diffstat (limited to 'news')
-rw-r--r--news/c-nocem/Makefile3
-rw-r--r--news/cnews/Makefile3
-rw-r--r--news/fidogate/Makefile2
-rw-r--r--news/ifmail/Makefile3
-rw-r--r--news/knews/Makefile3
-rw-r--r--news/nntp/Makefile3
-rw-r--r--news/pgpmoose/Makefile3
-rw-r--r--news/suck-cnews/Makefile1
-rw-r--r--news/suck/Makefile2
9 files changed, 14 insertions, 9 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile
index 2901600d5ae4..27a7d5f3fffc 100644
--- a/news/c-nocem/Makefile
+++ b/news/c-nocem/Makefile
@@ -15,6 +15,8 @@ BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWS_PORT}:configur
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWS_PORT} \
gpgv:${PORTSDIR}/security/gnupg1
+NO_STAGE= yes
+
WRKSRC= ${WRKDIR}/c-nocem
CNEWS_PORT?= news/cnews
#CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWS_PORT}/work
@@ -27,5 +29,4 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK}
PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 1e869336becf..21fc4ece1e8f 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -34,7 +34,9 @@ COMMENT= An news server
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
MAKE_JOBS_UNSAFE= yes
+NO_STAGE= yes
USE_GCC= any
@@ -71,7 +73,6 @@ NEWSARTS?= ${VARBASE}/news
NEWSOV?= ${VARBASE}/news
PGPVERIFY?= pgpverify-1.12
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if make(makesum) || defined(FETCH_ALL)
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile
index 0333c2148aa6..9a9a689b7d29 100644
--- a/news/fidogate/Makefile
+++ b/news/fidogate/Makefile
@@ -14,6 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail
.endif
MAKE_JOBS_UNSAFE= yes
+NO_STAGE= yes
USES= gmake perl5
@@ -22,7 +23,6 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \
template.html fido howto misc rfc gatebau/msgid.sgml \
gatebau/msgid.tex gatebau/msgid.txt
-NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-configure:
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile
index 1d164721bfbf..db228169178d 100644
--- a/news/ifmail/Makefile
+++ b/news/ifmail/Makefile
@@ -10,6 +10,8 @@ MASTER_SITE_SUBDIR= system/fido
MAINTAINER= dinoex@FreeBSD.org
COMMENT= FidoNet(tm) support package for UN*X platform
+NO_STAGE= yes
+
MAN3= parsedate.3
MAN8= ifmail.8 iftoss.8
IFMAIL_RUNAS?= ifmail
@@ -17,7 +19,6 @@ PLIST_SUB+= IFMAIL_RUNAS="${IFMAIL_RUNAS}"
# USERS does not work here
#USERS= ifmail
-NO_STAGE= yes
pre-configure:
@${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.sed
${SED} -e "s/OWNER = ifmail/OWNER = ${IFMAIL_RUNAS}/" \
diff --git a/news/knews/Makefile b/news/knews/Makefile
index e4859a791a69..9d076074afa3 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -18,6 +18,8 @@ RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
LICENSE= GPLv2
+NO_STAGE= yes
+
USES= imake
USE_XORG= xmu xpm xt sm ice xext x11
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 CC="${CC}" \
@@ -27,5 +29,4 @@ MAKE_ARGS+= -j${MAKE_JOBS}
.endif
MAN1= knews.1
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/news/nntp/Makefile b/news/nntp/Makefile
index 624e73b7f08b..2de9846b1662 100644
--- a/news/nntp/Makefile
+++ b/news/nntp/Makefile
@@ -16,6 +16,8 @@ COMMENT= NNTP with NOV support
BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews
+NO_STAGE= yes
+
NO_WRKSUBDIR= yes
MAN1= nntpxmit.1
MAN8= nntpd.8c acttimes.8c
@@ -38,7 +40,6 @@ MAKE_ENV+= MANDIR="${LOCALBASE}/man"
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:
diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile
index 17d6f4a52f68..d213b5a45de9 100644
--- a/news/pgpmoose/Makefile
+++ b/news/pgpmoose/Makefile
@@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= dinoex@FreeBSD.org
COMMENT= PGP Moose - signatures for moderated newsgroups
+NO_STAGE= yes
+
MAN1= pmapp.1 pmcanon.1 pmcheck.1 pmnewsgroups.1 \
pmdaemon.1 pmcancel.1
BIN1= pmapp pmcanon pmcheck pmnewsgroups \
@@ -22,7 +24,6 @@ BIN1= pmapp pmcanon pmcheck pmnewsgroups \
NO_WRKSUBDIR= yes
NEWSCTL?= ${PREFIX}/news/lib
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e "s=/usr/local/news=${NEWSCTL}=" \
${WRKSRC}/pmapp
diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile
index 155a7b79ab63..0bb353b857cf 100644
--- a/news/suck-cnews/Makefile
+++ b/news/suck-cnews/Makefile
@@ -11,7 +11,6 @@ NEWSBIN?= ${PREFIX}/libexec/cnews
NEWSCTL?= ${VARBASE}/lib/news
.if exists(${.CURDIR}/Makefile.local)
-NO_STAGE= yes
.include "${.CURDIR}/Makefile.local"
.endif
diff --git a/news/suck/Makefile b/news/suck/Makefile
index 6f375bb5387f..f208124e3221 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Receives/sends news to/from localhost via NNTP
CONFLICTS?= suckblow-1.*
+NO_STAGE= yes
USES= gmake
GNU_CONFIGURE= yes
@@ -27,7 +28,6 @@ EX_DATA= suckkillfile.sample sucknewsrc.sample suckothermsgs.sample
OPTIONS_DEFINE= SSL EXAMPLES
OPTIONS_DEFAULT= SSL
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if defined(NEWSBIN) && !defined(SUCK_WITH_INN)