diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-30 01:17:47 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-30 01:17:47 +0800 |
commit | b12c097331cadfa0b6c0db21eed956c56ace4bca (patch) | |
tree | cadb3f4349a0b4af3da42e439969882e62ac6a0f /graphics | |
parent | 2a05500c27dc5505f6ed4cd83654f4cc4266c99c (diff) | |
download | freebsd-ports-gnome-b12c097331cadfa0b6c0db21eed956c56ace4bca.tar.gz freebsd-ports-gnome-b12c097331cadfa0b6c0db21eed956c56ace4bca.tar.zst freebsd-ports-gnome-b12c097331cadfa0b6c0db21eed956c56ace4bca.zip |
- 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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd1/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-GD1/Makefile | 3 |
2 files changed, 7 insertions, 1 deletions
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 |