diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2001-01-21 03:06:20 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2001-01-21 03:06:20 +0000 |
commit | b743e6df03903c6124b1e8c38eff66e232da64f3 (patch) | |
tree | 98b383abfea21d3ae6d000cd69f74a69562ba79d /japanese | |
parent | 5eb6f93aa031b533f2f1b90baef11aac330a95ce (diff) | |
download | ports-b743e6df03903c6124b1e8c38eff66e232da64f3.tar.gz ports-b743e6df03903c6124b1e8c38eff66e232da64f3.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vflib/Makefile | 6 | ||||
-rw-r--r-- | japanese/vflib/distinfo | 2 | ||||
-rw-r--r-- | japanese/vflib/pkg-plist | 2 | ||||
-rw-r--r-- | japanese/vfxdvi300/files/patch-aa | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 54d916254995..a9f642ab10ee 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -13,11 +13,11 @@ DISTNAME= VFlib2-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ watanabe-vf.tar.Z -MAINTAINER= mita@jp.FreeBSD.org +MAINTAINER= mita@FreeBSD.org BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 -VFLIB_VERSION= 2.25.1 +VFLIB_VERSION= 2.25.2 PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} GNU_CONFIGURE= yes @@ -26,7 +26,7 @@ USE_XLIB= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-freetype \ - --with-freetype-includedir=${PREFIX}/include \ + --with-freetype-includedir=${PREFIX}/include/freetype \ --with-freetype-libdir=${PREFIX}/lib pre-install: diff --git a/japanese/vflib/distinfo b/japanese/vflib/distinfo index d8a6f043617b..4c6ba26cb12e 100644 --- a/japanese/vflib/distinfo +++ b/japanese/vflib/distinfo @@ -1,2 +1,2 @@ -MD5 (VFlib2-2.25.1.tar.gz) = 533bd3b39e1e2b883b5a6b5c14443c93 +MD5 (VFlib2-2.25.2.tar.gz) = f0e211d05bdeb5ce59f7a8d70f9082d3 MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13 diff --git a/japanese/vflib/pkg-plist b/japanese/vflib/pkg-plist index e9337986bca6..4491f652aa40 100644 --- a/japanese/vflib/pkg-plist +++ b/japanese/vflib/pkg-plist @@ -9,7 +9,7 @@ bin/ttindex bin/vfperf bin/vftest include/VF.h -lib/libVFlib2.so.24.1 +lib/libVFlib2.so.24 @exec /bin/ln -fs %D/%F %D/lib/libVFlib2.so @unexec /bin/rm -f %D/lib/libVFlib2.so lib/libVFlib2.la diff --git a/japanese/vfxdvi300/files/patch-aa b/japanese/vfxdvi300/files/patch-aa index 5e7773e3a7f7..295b953cd3bc 100644 --- a/japanese/vfxdvi300/files/patch-aa +++ b/japanese/vfxdvi300/files/patch-aa @@ -396,7 +396,7 @@ #endif #ifdef Use_ZEIT -! DEFAULT_FONTCONFDIR=/usr/local/share/VFlib/2.25.1 +! DEFAULT_FONTCONFDIR=/usr/local/share/VFlib/2.25.2 ! DEFAULT_FONTCONF=$(DEFAULT_FONTCONFDIR)/vfontcap #ifdef Use_NTTZEIT ZEIT_DEFS=-DUSE_ZEIT -DNTTZEIT -DDEFAULT_FONTCONF=\"$(DEFAULT_FONTCONF)\" |