summaryrefslogtreecommitdiffstats
path: root/chinese/vflib
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-06 22:01:30 +0000
committerlinimon <linimon@FreeBSD.org>2003-12-06 22:01:30 +0000
commit2195f42ffa888d9d37038afe379ce567b8abc521 (patch)
treee9e65eeda9bb35442e7bbb2cc9e3d07ff4bc02ac /chinese/vflib
parent7b9aae69ca65f56468847801f13947cdaf12a906 (diff)
downloadFreeBSD-ports-2195f42ffa888d9d37038afe379ce567b8abc521.zip
FreeBSD-ports-2195f42ffa888d9d37038afe379ce567b8abc521.tar.gz
Mark as broken on 5.x (varargs). Pacify portlint.
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 7de42c7..a206aaf9 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 60e16fb..50112bc 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.
OpenPOWER on IntegriCloud