summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-30 22:58:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-30 22:58:42 +0000
commit8d0ce0109f9af31bacd4fbb9ec3fb07609584362 (patch)
tree5dde577bbb911a857329482ebfc00a4211d923a9 /news
parento Apply a security patch that fixes couple of remote-exploitable bugs. (diff)
Remove superfluous NO_PACKAGE. Mark BROKEN on 5.x (does not build)
Notes
Notes: svn path=/head/; revision=85972
Diffstat (limited to 'news')
-rw-r--r--news/trn4/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile
index a05fed3a4046..c65c36eadde1 100644
--- a/news/trn4/Makefile
+++ b/news/trn4/Makefile
@@ -16,10 +16,15 @@ MAINTAINER= mph@freebsd.org
COMMENT= Version 4.0 of the threaded readnews newsreader
NO_LATEST_LINK= yes
-NO_PACKAGE= "Too many questions"
IS_INTERACTIVE= yes
MAN1= trn.1 Pnews.1 Rnmail.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
@${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}"
@${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \
@@ -27,4 +32,4 @@ pre-configure:
${WRKDIR}/preconf.new
@sh ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>