mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Mark as broken on 5.x (varargs). Pacify portlint.
This commit is contained in:
parent
1a8e716bf0
commit
2d578ee383
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95206
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user