summaryrefslogtreecommitdiff
path: root/chinese/big5con
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:25:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:25:14 +0000
commitc2162ea77a5d01ddb0a8ebbc58039db968448bd0 (patch)
tree19e70e1da33bdd505347cb2ac6335efe528b3662 /chinese/big5con
parent- Update to 2010.03.16 (diff)
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251266
Diffstat (limited to 'chinese/big5con')
-rw-r--r--chinese/big5con/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile
index c07351449ef8..d7520a6d5707 100644
--- a/chinese/big5con/Makefile
+++ b/chinese/big5con/Makefile
@@ -15,6 +15,12 @@ COMMENT= Big5 Chinese console
ONLY_FOR_ARCHS= i386
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,/dev/vga,/dev/ttyv0,g' ${WRKSRC}/src/*c
@${REINPLACE_CMD} -e 's,GetShmem(),GetShmem(char),g' ${WRKSRC}/src/fnld.c
@@ -24,4 +30,4 @@ post-patch:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>