summaryrefslogtreecommitdiff
path: root/chinese/vflib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-06 22:01:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-06 22:01:30 +0000
commit2d578ee383801b53ab4b5c81871fe9f8944ee161 (patch)
tree2d505225e46c5b7a5702758e71fca5c9fbc76e35 /chinese/vflib
parentMark broken on 5.x (varargs). Informed maintainer. (diff)
Mark as broken on 5.x (varargs). Pacify portlint.
Notes
Notes: svn path=/head/; revision=95206
Diffstat (limited to 'chinese/vflib')
-rw-r--r--chinese/vflib/Makefile8
-rw-r--r--chinese/vflib/pkg-descr2
2 files changed, 8 insertions, 2 deletions
diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile
index 7de42c7b3d0a..a206aaf95c51 100644
--- a/chinese/vflib/Makefile
+++ b/chinese/vflib/Makefile
@@ -35,6 +35,12 @@ CONFIGURE_ARGS= --with-freetype \
--with-freetype-includedir=${PREFIX}/include/freetype1/freetype \
--with-freetype-libdir=${PREFIX}/lib
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (need to replace varargs.h with stdarg.h)"
+.endif
+
pre-patch:
@${SED} -e "s;%%LOCALBASE%%;${LOCALBASE};g" -e "s;%%X11BASE%%;${X11BASE};g" ${DISTDIR}/zh-vfontcap.in > ${WRKSRC}/vfontcap
@@ -49,4 +55,4 @@ pre-install:
post-install:
${MV} ${PREFIX}/share/VFlib/${VFLIB_VERSION}/VF.h ${PREFIX}/include
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/chinese/vflib/pkg-descr b/chinese/vflib/pkg-descr
index 60e16fb0da90..50112bcd593f 100644
--- a/chinese/vflib/pkg-descr
+++ b/chinese/vflib/pkg-descr
@@ -5,6 +5,6 @@ hinting information in TrueType, so clearer output is possible.
See /usr/local/lib/VFlib/doc/man.ps (in Japanese) or the following
URL for more details.
-http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
+WWW: http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
This port can use Chinese BIG5 and GB encoded fonts.