From b9833cd0a0f93b9672c733c82e0582f59c3ec4aa Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Fri, 19 Jan 2007 11:05:14 +0000 Subject: - Update to 2.25.6 - Add patches to fix build on gcc 4.x - Update WWW --- chinese/vflib/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chinese/vflib/Makefile') diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile index 7da99e542603..a4e8102d498f 100644 --- a/chinese/vflib/Makefile +++ b/chinese/vflib/Makefile @@ -23,7 +23,7 @@ COMMENT= Vector font library with free vector font, BIG5 and GB supported BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} -VFLIB_VERSION= 2.25.1 +VFLIB_VERSION= 2.25.6 PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} DATADIR= ${TARGETDIR}/share/VFlib @@ -34,6 +34,7 @@ CONFIGURE_ARGS= --with-freetype \ USE_FREETYPE= yes USE_XLIB= yes USE_LDCONFIG= yes +USE_GETTEXT= yes .include @@ -42,16 +43,15 @@ pre-patch: post-patch: ${REINPLACE_CMD} -e "s,varargs.h,stdarg.h," ${WRKSRC}/tools/disol.c + ${REINPLACE_CMD} -e "s,^vflib2_version=.*,vflib2_version='${VFLIB_VERSION}'," ${WRKSRC}/configure -pre-install: +post-install: @(cd ${WRKSRC}/tools; \ ${INSTALL_SCRIPT} fmtest disol kban vfperf vftest ${TARGETDIR}/bin) @(cd ${WRKSRC}; \ ${MKDIR} ${DATADIR}/${VFLIB_VERSION} ;\ ${CP} COPYING COPYING.LIB README.txt.JP_EUC \ ${DATADIR}/${VFLIB_VERSION}) - -post-install: ${MV} ${DATADIR}/${VFLIB_VERSION}/VF.h ${TARGETDIR}/include .include -- cgit v1.2.3