diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-29 17:17:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-29 17:17:47 +0000 |
commit | a2ab8e1b3479275fabead7bb84fd9f9b5e67764a (patch) | |
tree | 60511ebd585af7ccc17ea36c9fb7fcb56b316182 | |
parent | 1a56e084244262cb5805329cb13bea3afade70b0 (diff) | |
download | ports-a2ab8e1b3479275fabead7bb84fd9f9b5e67764a.tar.gz ports-a2ab8e1b3479275fabead7bb84fd9f9b5e67764a.zip |
Notes
-rw-r--r-- | graphics/gd1/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-GD1/Makefile | 3 | ||||
-rw-r--r-- | japanese/gd1/Makefile | 3 | ||||
-rw-r--r-- | russian/gd/Makefile | 3 |
4 files changed, 13 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 diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile index 181911b1cfb7..c2ecb35f020a 100644 --- a/japanese/gd1/Makefile +++ b/japanese/gd1/Makefile @@ -12,6 +12,9 @@ COMMENT= A graphics library for fast image creation with Japanese support MASTERDIR= ${.CURDIR}/../../graphics/gd1 +DEPRECATED= ancient, gd2 should be API compatible +EXPIRATION_DATE= 2004-05-01 + LATEST_LINK= ja-gd1 CPPFLAGS+= -DJISX0208 diff --git a/russian/gd/Makefile b/russian/gd/Makefile index 7b8cdd135dd9..e1019dbc74dc 100644 --- a/russian/gd/Makefile +++ b/russian/gd/Makefile @@ -17,6 +17,9 @@ COMMENT= Graphics library for fast PNG creation (uses fonts in KOI8-R encoding) LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +DEPRECATED= ancient, gd2 should be API compatible +EXPIRATION_DATE= 2004-05-01 + USE_REINPLACE= yes INSTALLS_SHLIB= yes |