diff options
author | mita <mita@FreeBSD.org> | 2001-01-21 11:06:20 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2001-01-21 11:06:20 +0800 |
commit | 14029bc4386dafef372e634c4d8ae84e3ea82f9a (patch) | |
tree | 4ec3fc00b4877d78425dfd0f271c6f029eaf5ed7 | |
parent | 4c34b7c0c40efb6aeff72edf61ce041a9d44e305 (diff) | |
download | freebsd-ports-gnome-14029bc4386dafef372e634c4d8ae84e3ea82f9a.tar.gz freebsd-ports-gnome-14029bc4386dafef372e634c4d8ae84e3ea82f9a.tar.zst freebsd-ports-gnome-14029bc4386dafef372e634c4d8ae84e3ea82f9a.zip |
Maintainer's change.
japanese/vflib:
Followed freetype header files include directory change.
Version up to 2.25.2
japanese/vfxdvi300:
default vfontcap installation directory change
Reviewed by:ports-jp@jp.FreeBSD.org
-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)\" |