From owner-ports-jp@jp.freebsd.org  Mon Feb 12 20:14:09 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id UAA71153;
	Mon, 12 Feb 2001 20:14:09 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from mail.rdc1.kt.home.ne.jp (ha2.rdc1.kt.home.ne.jp [203.165.9.243])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id UAA71148
	for <ports-jp@jp.FreeBSD.org>; Mon, 12 Feb 2001 20:14:09 +0900 (JST)
	(envelope-from knu@iDaemons.org)
Received: from daemon.local.idaemons.org ([203.165.161.10])
          by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116)
          with ESMTP
          id <20010212111403.DLYF19464.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>;
          Mon, 12 Feb 2001 03:14:03 -0800
Received: by daemon.local.idaemons.org (8.11.1/3.7W) id f1CBE3v75404; Mon, 12 Feb 2001 20:14:03 +0900 (JST)
Date: Mon, 12 Feb 2001 20:14:03 +0900
Message-ID: <86u260b1c4.wl@archon.local.idaemons.org>
From: "Akinori MUSHA" <knu@iDaemons.org>
To: ichiro@ichiro.org
Cc: ports-jp@jp.FreeBSD.org
In-Reply-To: <86vgqgb1fk.wl@archon.local.idaemons.org>
References: <86vgqgb1fk.wl@archon.local.idaemons.org>
User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?=
 =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE
 XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd)
Organization: Associated I. Daemons
X-PGP-Public-Key: finger knu@FreeBSD.org
X-PGP-Fingerprint: 081D 099C 1705 861D 4B70  B04A 920B EFC7 9FD9 E1EE
MIME-Version: 1.0 (generated by SEMI 1.14.2 -
 =?ISO-8859-1?Q?=22Daish=F2ji=22?=)
Content-Type: text/plain; charset=ISO-2022-JP
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: ports-jp 10725
Subject: [ports-jp 10725] Re: making japanese/gd a slave port of graphics/gd
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: knu@iDaemons.org

$B!!(Bgraphics/gd $B$X$N%Q%C%A$rIU$1K:$l$^$7$?!#0J2<$NDL$j$G$9!#(B

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"We're only at home when we're on the run, on the wing, on the fly"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gd/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile	2001/02/12 09:34:33	1.31
+++ Makefile	2001/02/12 09:34:54
@@ -7,7 +7,7 @@
 
 PORTNAME=	gd
 PORTVERSION=	1.8.4
-CATEGORIES=	graphics
+CATEGORIES+=	graphics
 MASTER_SITES=	http://www.boutell.com/gd/http/ \
 		ftp://ftp.boutell.com/pub/boutell/gd/ \
 		${MASTER_SITE_RINGSERVER}
Index: files/patch-ac
===================================================================
RCS file: /home/ncvs/ports/graphics/gd/files/patch-ac,v
retrieving revision 1.12
diff -u -r1.12 patch-ac
--- files/patch-ac	2001/02/12 09:34:33	1.12
+++ files/patch-ac	2001/02/12 09:45:11
@@ -1,5 +1,5 @@
 --- Makefile.orig	Fri Feb  2 05:23:56 2001
-+++ Makefile	Sat Feb  3 09:24:57 2001
++++ Makefile	Mon Feb 12 18:44:56 2001
 @@ -3,11 +3,11 @@
  #If you do not have gcc, change the setting for COMPILER, but you must
  #use an ANSI standard C compiler (NOT the old SunOS 4.1.3 cc
@@ -14,7 +14,7 @@
  
  #If you don't have FreeType, libjpeg and/or Xpm installed, including the
  #header files, uncomment this (default). You really must install
-@@ -16,8 +16,10 @@
+@@ -16,8 +16,14 @@
  
  #If you do have FreeType, libjpeg and/or Xpm fully installed, uncomment a
  #variation of this and comment out the line above. See also LIBS below.
@@ -24,10 +24,14 @@
 +.if defined(WITH_X11)
 +CFLAGS+=-DHAVE_LIBXPM
 +.endif
++
++.if defined(JISX0208)
++CFLAGS+=-DJISX0208
++.endif
  
  #To use the old FreeType 1.x library, add this additional #define
  #to the line above
-@@ -30,13 +32,15 @@
+@@ -30,13 +36,15 @@
  #Some systems are very picky about link order. They don't all agree
  #on the right order, either.
  
@@ -45,7 +49,7 @@
  
  #Note: for Freetype 1.x, use DHAVE_LIBTTF and -lttf instead.
  
-@@ -45,7 +49,10 @@
+@@ -45,7 +53,10 @@
  #ensure that the version of gd you are installing is used, and not an 
  #older release in your directory tree somewhere.
  
@@ -57,7 +61,7 @@
  
  #Typical install locations for freetype, zlib, xpm and libpng libraries.
  #If yours are somewhere else, other than a standard location
-@@ -55,16 +62,19 @@
+@@ -55,16 +66,19 @@
  #on your system can't cause conflicts while building a new one.
  #This line shouldn't hurt if you don't actually have some of the
  #optional libraries and directories.
@@ -81,7 +85,7 @@
  
  #
  #
-@@ -74,34 +84,44 @@
+@@ -74,34 +88,44 @@
  
  VERSION=1.8.4
  
@@ -147,7 +151,7 @@
  
  gddemo: gddemo.o libgd.a
  	$(CC) gddemo.o -o gddemo	$(LIBDIRS) $(LIBS)
-@@ -138,18 +158,21 @@
+@@ -138,18 +162,21 @@
  gdtestttf: gdtestttf.o libgd.a
  	$(CC) --verbose gdtestttf.o -o gdtestttf $(LIBDIRS) $(LIBS)
  
