summaryrefslogtreecommitdiff
path: root/news/trn4
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2003-07-30 23:59:48 +0000
committerMatthew Hunt <mph@FreeBSD.org>2003-07-30 23:59:48 +0000
commit7d38f8f1ff0cdbc05ab3033aefb1011430b398f8 (patch)
tree9b4cf3fd907d1a9db02532199224dc5b7fb73506 /news/trn4
parentEnable full functionality -- mng-writing was disabled. (diff)
Do not use "union wait" (deprecated). Remove BROKEN for 5.0.
Notes
Notes: svn path=/head/; revision=85981
Diffstat (limited to 'news/trn4')
-rw-r--r--news/trn4/Makefile4
-rw-r--r--news/trn4/scripts/preconf6
2 files changed, 3 insertions, 7 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile
index c65c36eadde1..908d48fb12c6 100644
--- a/news/trn4/Makefile
+++ b/news/trn4/Makefile
@@ -21,10 +21,6 @@ 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):" \
diff --git a/news/trn4/scripts/preconf b/news/trn4/scripts/preconf
index 3d564f2f8835..442a4b9ab77d 100644
--- a/news/trn4/scripts/preconf
+++ b/news/trn4/scripts/preconf
@@ -97,7 +97,7 @@ d_dirnamlen=''
d_eunice='undef'
d_ftime='undef'
d_genauth='define'
-d_getcwd='undef'
+d_getcwd='define'
d_getdname='undef'
d_gethname='define'
d_getpwent='define'
@@ -136,8 +136,8 @@ d_strstr='define'
d_uname='undef'
d_usendir='undef'
d_usgnames='undef'
-d_uwait3=''
-d_uwait='define'
+d_uwait3='undef'
+d_uwait='undef'
d_vfork='define'
d_voidsig='define'
d_voidtty=''