From owner-ports-jp@jp.freebsd.org  Mon Aug 23 05:50:25 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id FAA22469;
	Mon, 23 Aug 1999 05:50:25 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from dolphin.be.to (point1.be.to [210.235.212.29])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id FAA22464
	for <ports-jp@jp.freebsd.org>; Mon, 23 Aug 1999 05:50:24 +0900 (JST)
	(envelope-from okazaki@be.to)
Received: from acidrain (ppp19-Mobara1.mtci.ne.jp [210.172.1.221])
	by dolphin.be.to (8.8.8+3.0Wbeta13/BETO.1.6-1999081300000000) with SMTP id FAA29722
	for <ports-jp@jp.freebsd.org>; Mon, 23 Aug 1999 05:50:22 +0900
Received: (qmail 29791 invoked from network); 22 Aug 1999 20:48:33 -0000
Received: from localhost (HELO acidrain.localnet) (127.0.0.1)
  by localhost with SMTP; 22 Aug 1999 20:48:33 -0000
Date: Mon, 23 Aug 1999 05:48:30 +0900
Message-ID: <14272.25118.570286.26482Z@dolphin.be.to>
From: OKAZAKI Tetsurou <okazaki@be.to>
To: nacai@iname.com
Cc: ports-jp@jp.freebsd.org
User-Agent: Wanderlust/2.1.2 (Rico Suave) SEMI/1.13.5 (=?ISO-8859-4?Q?Meih?=
 =?ISO-8859-4?Q?=F2?=) FLIM/1.13.1 (Tawaramoto) Emacs/20.4 (i386--freebsd)
 MULE/4.0 (HANANOEN)
Organization: Personal.
MIME-Version: 1.0 (generated by SEMI 1.13.5 -
 =?ISO-8859-4?Q?=22Meih=F2=22?=)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Aug_23_05:48:30_1999-1"
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: ports-jp 7301
Subject: [ports-jp 7301] devel/gettext minor patch
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: okazaki@be.to

--Multipart_Mon_Aug_23_05:48:30_1999-1
Content-Type: text/plain; charset=ISO-2022-JP

$B2,:j$G$9!#(B

ports-current $B$N(B devel/gettext $B$KBP$9$k(B minor patch $B$G$9!#(B

$BJQ99E@(B:

1) gettext-0.10.35 $B$,@5<0%j%j!<%9(B(?)$B$5$l$?$_$?$$$J$N$G!"(B
   MASTER_SITES $B$rJQ99$7!"(BMASTER_SITE_SUBDIR $B$rDI2C$7$^$7$?!#(B
   $B%"!<%+%$%V$N(B md5 $BCM$OJQ$o$j$^$;$s!#(B

2) port $B$N(B Makefile $B$G(B USE_LIBTOOL $B$rDj5A$7$F$$$k(B
   (==> ${LOCALBASE}/bin/libtool $B$,;H$o$l$k(B)$B$N$G(B
   patch-ag $B$OMW$i$J$=$&$G$9!#(B


--Multipart_Mon_Aug_23_05:48:30_1999-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="gettext-port.diff"
Content-Transfer-Encoding: 7bit

diff -urN /usr/ports/devel/gettext/Makefile gettext/Makefile
--- /usr/ports/devel/gettext/Makefile	Wed Jun  9 15:49:37 1999
+++ gettext/Makefile	Mon Aug 23 02:40:11 1999
@@ -8,8 +8,8 @@
 
 DISTNAME=	gettext-0.10.35
 CATEGORIES=	devel
-MASTER_SITES=	ftp://alpha.gnu.ai.mit.edu/gnu/ \
-		ftp://alpha.gnu.org/pub/gnu/
+MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR=	gettext
 
 MAINTAINER=	nacai@iname.com
 
diff -urN /usr/ports/devel/gettext/patches/patch-ag gettext/patches/patch-ag
--- /usr/ports/devel/gettext/patches/patch-ag	Tue Mar  9 10:08:51 1999
+++ gettext/patches/patch-ag	Thu Jan  1 09:00:00 1970
@@ -1,55 +0,0 @@
---- ltmain.sh.orig	Mon Apr 27 23:22:35 1998
-+++ ltmain.sh	Wed Feb 17 01:53:42 1999
-@@ -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	Mon Apr 27 23:22:35 1998
-+++ ltconfig	Wed Feb 17 01:55:13 1999
-@@ -777,7 +777,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
-@@ -1123,10 +1123,21 @@
-   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*)
-+freebsd2*)
-   version_type=sunos
--  library_names_spec='${libname}${release}.so.$versuffix $libname.so'
--  finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
-+  library_names_spec='$libname.so.$versuffix $libname.so'
-+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-+  shlibpath_var=LD_LIBRARY_PATH
-+  ;;
-+
-+freebsd*)
-+  version_type=freebsd
-+  library_names_spec='$libname.so.$versuffix $libname.so'
-+  if [ $PORTOBJFORMAT = elf ]; then
-+  finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="$PORTOBJFORMAT" ldconfig -m $libdir'
-+  else
-+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-+  fi
-   shlibpath_var=LD_LIBRARY_PATH
-   ;;
- 

--Multipart_Mon_Aug_23_05:48:30_1999-1
Content-Type: text/plain; charset=ISO-2022-JP

-- 
$B2,:j(B $BE/O/(B
--Multipart_Mon_Aug_23_05:48:30_1999-1--
