Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2003 20:14:03 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54540: Update port: graphics/gd2
Message-ID:  <20030716201403.7ca36faa.tkato@prontomail.com>
Resent-Message-ID: <200307161120.h6GBK3SU098211@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54540
>Category:       ports
>Synopsis:       Update port: graphics/gd2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 04:20:03 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030716201403.7ca36faa.tkato>