From a2ab8e1b3479275fabead7bb84fd9f9b5e67764a Mon Sep 17 00:00:00 2001
From: Dirk Meyer <dinoex@FreeBSD.org>
Date: Mon, 29 Mar 2004 17:17:47 +0000
Subject: - mark DEPRECATED gd1 is ancient, gd2 should be API compatible

- set EXPIRATION_DATE to 2004-05-01

ports using gd1 directly:

graphics/p5-GD1
	(no maintainer)

japanese/gd1
	ichiro@ichiro.org, contacted 2004-03-24
	relay=sh2.ichiro.org. [210.150.177.50], dsn=2.0.0,
	stat=Sent (i2O55E112625 Message accepted for delivery)

	replacement: japanese/gd

russian/gd
	gsm@infosite.ru, contacted 2004-03-24
	relay=mx.infosite.ru. [195.19.227.84],
	dsn=5.1.1, stat=User unknown
	(now no maintainer)

	replacement: ukrainian/gd

optional dependencies: (WITH_GD1=yes)

graphics/ruby-gd
sysutils/pfstat
net-mgmt/mrtg
net-mgmt/nagios
---
 graphics/gd1/Makefile    | 5 ++++-
 graphics/p5-GD1/Makefile | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

(limited to 'graphics')

diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 2c27d5cea4c4..443ddedc702e 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		freetype.9:${PORTSDIR}/print/freetype2
 .if defined(WITH_XPM)
 .if defined(WITHOUT_X11)
-LIB_DEPENDS+=   Xpm:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS+=	Xpm:${PORTSDIR}/graphics/xpm
 CPPFLAGS+=	-I${X11BASE}/include/X11 -I${X11BASE}/include -DHAVE_LIBXPM
 LDFLAGS+=	-L${X11BASE}/lib -lXpm
 .else
@@ -31,6 +31,9 @@ LDFLAGS+=	-L${X11BASE}/lib -lXpm -lX11
 .endif
 .endif
 
+DEPRECATED=	ancient, gd2 should be API compatible
+EXPIRATION_DATE=	2004-05-01
+
 MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 LATEST_LINK?=	gd1
diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile
index 63176a56d964..e498bab0648f 100644
--- a/graphics/p5-GD1/Makefile
+++ b/graphics/p5-GD1/Makefile
@@ -18,6 +18,9 @@ COMMENT=	A perl5 interface to Gd Graphics Library
 
 LIB_DEPENDS=	gd1.2:${PORTSDIR}/graphics/gd1
 
+DEPRECATED=	ancient, gd2 should be API compatible
+EXPIRATION_DATE=	2004-05-01
+
 PERL_CONFIGURE=	yes
 USE_REINPLACE=	yes
 LATEST_LINK=	p5-GD1
-- 
cgit v1.2.3