diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-06 22:01:30 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-06 22:01:30 +0000 |
commit | 2195f42ffa888d9d37038afe379ce567b8abc521 (patch) | |
tree | e9e65eeda9bb35442e7bbb2cc9e3d07ff4bc02ac /chinese/vflib | |
parent | 7b9aae69ca65f56468847801f13947cdaf12a906 (diff) | |
download | FreeBSD-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/Makefile | 8 | ||||
-rw-r--r-- | chinese/vflib/pkg-descr | 2 |
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. |