From tkato@prontomail.com  Wed Jul 16 04:14:46 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3AF0337B405
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 16 Jul 2003 04:14:46 -0700 (PDT)
Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E59C43FB1
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 16 Jul 2003 04:14:45 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([218.222.54.194]) by hfep08.dion.ne.jp with SMTP
          id <20030716111442467.GRAY@hfep08.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Wed, 16 Jul 2003 20:14:42 +0900
Message-Id: <20030716201403.7ca36faa.tkato@prontomail.com>
Date: Wed, 16 Jul 2003 20:14:03 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/gd2

>Number:         54540
>Category:       ports
>Synopsis:       Update port: graphics/gd2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 04:20:03 PDT 2003
>Closed-Date:    Fri Sep 05 15:54:00 PDT 2003
>Last-Modified:  Fri Sep 05 15:54:00 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- WITHOUT_XPM -> WITH_XPM

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	graphics_gd-nox11.diff
#	graphics_gd2.diff
#
echo x - graphics_gd-nox11.diff
sed 's/^X//' >graphics_gd-nox11.diff << 'END-of-graphics_gd-nox11.diff'
Xdiff -urN /usr/ports/graphics/gd-nox11/Makefile graphics/gd-nox11/Makefile
X--- /usr/ports/graphics/gd-nox11/Makefile	Wed Jul  2 04:18:35 2003
X+++ graphics/gd-nox11/Makefile	Wed Jul 16 19:10:26 2003
X@@ -5,17 +5,10 @@
X # $FreeBSD: ports/graphics/gd-nox11/Makefile,v 1.3 2003/07/01 19:18:35 dinoex Exp $
X #
X 
X-CATEGORIES=	graphics
X-PKGNAMESUFFIX=		-nox11
X+MASTERDIR=	${.CURDIR}/../gd2
X 
X MAINTAINER=	dinoex@FreeBSD.org
X 
X-WITHOUT_X11=		yes
X-WITHOUT_XPM=		yes
X-MASTERDIR?=	${.CURDIR}/../gd2
X-
X-.if exists(${.CURDIR}/Makefile.local)
X-.include "${.CURDIR}/Makefile.local"
X-.endif
X+WITHOUT_X11=	yes
X 
X .include "${MASTERDIR}/Makefile"
END-of-graphics_gd-nox11.diff
echo x - graphics_gd2.diff
sed 's/^X//' >graphics_gd2.diff << 'END-of-graphics_gd2.diff'
Xdiff -urN /usr/ports/graphics/gd2/Makefile graphics/gd2/Makefile
X--- /usr/ports/graphics/gd2/Makefile	Fri Jul 11 23:19:23 2003
X+++ graphics/gd2/Makefile	Wed Jul 16 19:26:01 2003
X@@ -28,9 +28,9 @@
X 
X .include <bsd.port.pre.mk>
X 
X-.if defined(WITHOUT_X11) || defined(WITHOUT_XPM)
X+.if defined(WITHOUT_X11)
X PKGNAMESUFFIX=	-nox11
X-.if !defined(WITHOUT_XPM)
X+.if defined(WITH_XPM)
X LIB_DEPENDS+=	Xpm:${PORTSDIR}/graphics/xpm
X CPPFLAGS+=	-I${X11BASE}/include/X11 -I${X11BASE}/include -DHAVE_LIBXPM \
X 		-DXPM_NOX
END-of-graphics_gd2.diff
exit

>Release-Note:
>Audit-Trail:

From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/54540: Update port: graphics/gd2
Date: Thu, 17 Jul 2003 19:55:16 +0900

 Please wait for a moment. I'm thinking about another plan....
Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Thu Jul 17 04:01:13 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54540 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Fri Sep 5 15:53:47 PDT 2003 
State-Changed-Why:  
Fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54540 
>Unformatted:
