From owner-freebsd-ports Wed May 17 22:20:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A35237BAB5 for ; Wed, 17 May 2000 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA02875; Wed, 17 May 2000 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from micro.if.t.u-tokyo.ac.jp (micro.if.t.u-tokyo.ac.jp [133.11.94.143]) by hub.freebsd.org (Postfix) with ESMTP id A5DF537B685 for ; Wed, 17 May 2000 22:09:38 -0700 (PDT) (envelope-from jeux@micro.if.t.u-tokyo.ac.jp) Received: (from jeux@localhost) by micro.if.t.u-tokyo.ac.jp (8.9.3/8.9.3) id OAA52819; Thu, 18 May 2000 14:20:04 +0900 (JST) (envelope-from jeux) Message-Id: <200005180520.OAA52819@micro.if.t.u-tokyo.ac.jp> Date: Thu, 18 May 2000 14:20:04 +0900 (JST) From: MITA Yoshio Reply-To: MITA Yoshio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18637: japanese/vflib updated to 2.25.1 and japanese/vfxdvi300 followed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18637 >Category: ports >Synopsis: update to the latest version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 17 22:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MITA Yoshio >Release: FreeBSD 4.0-20000517-JPSNAP i386 >Organization: VLSI Design and Education Center, the University of TOKYO >Environment: ftp://current.jp.FreeBSD.org/pub/FreeBSD/snapshots/i386/4.0-20000517-JPSNAP >Description: VFlib was updated to 2.25.1. Ports follow. >How-To-Repeat: >Fix: After applying this patch, remove empty japanese/vflib/patches/patch-ac please. diff -ruN japanese/vflib.current/Makefile japanese/vflib/Makefile --- japanese/vflib.current/Makefile Thu Apr 13 19:13:42 2000 +++ japanese/vflib/Makefile Thu May 18 14:14:17 2000 @@ -17,7 +17,7 @@ LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype -VFLIB_VERSION= 2.24.2 +VFLIB_VERSION= 2.25.1 PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} GNU_CONFIGURE= yes diff -ruN japanese/vflib.current/files/md5 japanese/vflib/files/md5 --- japanese/vflib.current/files/md5 Mon Dec 27 20:16:04 1999 +++ japanese/vflib/files/md5 Thu May 18 10:02:45 2000 @@ -1,2 +1,2 @@ -MD5 (VFlib2-2.24.2.tar.gz) = bf76c1dbea1210fad8005f6e5910b842 +MD5 (VFlib2-2.25.1.tar.gz) = 34f3dcf401272eda1f9b09a6588342d7 MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13 diff -ruN japanese/vflib.current/patches/patch-ac japanese/vflib/patches/patch-ac --- japanese/vflib.current/patches/patch-ac Mon May 3 19:37:09 1999 +++ japanese/vflib/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,45 +0,0 @@ -# just copied from ${PORTSDIR}/print/freetype/patches/patch-ac, thanks! ---- ltmain.sh.orig Sat Sep 19 11:12:26 1998 -+++ ltmain.sh Sat Sep 19 11:19:06 1998 -@@ -967,6 +967,16 @@ - versuffix="$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix="$current" -+ else -+ versuffix="$current.$revision" -+ fi -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 ---- ltconfig.orig Sat Sep 19 11:12:21 1998 -+++ ltconfig Sat Sep 19 11:15:42 1998 -@@ -784,7 +784,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1130,10 +1130,10 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -- version_type=sunos -+freebsd*) -+ version_type=freebsd - library_names_spec='${libname}${release}.so.$versuffix $libname.so' -- finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$PORTOBJFORMAT"'" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - ;; - diff -ruN japanese/vflib.current/pkg/PLIST japanese/vflib/pkg/PLIST --- japanese/vflib.current/pkg/PLIST Wed Dec 23 20:17:11 1998 +++ japanese/vflib/pkg/PLIST Thu May 18 10:17:57 2000 @@ -405,8 +405,10 @@ share/VFlib/%%VFLIB_VERSION%%/jTeX/macros/Gen share/VFlib/%%VFLIB_VERSION%%/jTeX/macros/STYLE-SRC share/VFlib/%%VFLIB_VERSION%%/jTeX/README.euc +share/VFlib/%%VFLIB_VERSION%%/vfontcap.mgp share/VFlib/%%VFLIB_VERSION%%/vfontcap.comp2 share/VFlib/%%VFLIB_VERSION%%/vfontcap.bdf +share/VFlib/%%VFLIB_VERSION%%/vfontcap.ORG share/VFlib/%%VFLIB_VERSION%%/vfontcap share/VFlib/%%VFLIB_VERSION%%/QA.txt share/VFlib/%%VFLIB_VERSION%%/QA-english.tex diff -ruN japanese/vfxdvi300.current/patches/patch-aa japanese/vfxdvi300/patches/patch-aa --- japanese/vfxdvi300.current/patches/patch-aa Fri Jan 7 20:19:36 2000 +++ japanese/vfxdvi300/patches/patch-aa Thu May 18 11:08:17 2000 @@ -396,7 +396,7 @@ #endif #ifdef Use_ZEIT -! DEFAULT_FONTCONFDIR=/usr/local/share/VFlib/2.24.2 +! DEFAULT_FONTCONFDIR=/usr/local/share/VFlib/2.25.1 ! DEFAULT_FONTCONF=$(DEFAULT_FONTCONFDIR)/vfontcap #ifdef Use_NTTZEIT ZEIT_DEFS=-DUSE_ZEIT -DNTTZEIT -DDEFAULT_FONTCONF=\"$(DEFAULT_FONTCONF)\" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message