diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-13 02:27:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-13 02:27:04 +0000 |
commit | 24d486e9aa974e8e91c6cf483d386a005230f545 (patch) | |
tree | b645a57b77edfe2dd6cff09f55c335de6ffbb2d7 /russian/gd | |
parent | Fix pkg-plist so the port can be unbroken (diff) |
Update to version 1.8.3.
The original PR stated about a distinfo update, but was actually
the copying of gd-1.8.3.tar.gz to gd-1.8.2.tar.gz by the author.
See http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gd/distinfo
for more information about this.
Freshly fetched from the master-site:
MD5 (/usr/ports/distfiles/gd-1.8.2.tar.gz) = ad0e7dd1dda2812dbaeaa9706c4be536
MD5 (/usr/ports/distfiles/gd-1.8.3.tar.gz) = ad0e7dd1dda2812dbaeaa9706c4be536
Implicit approval because the original tar-ball wasn't available anymore.
PR: ports/46220
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=71587
Diffstat (limited to 'russian/gd')
-rw-r--r-- | russian/gd/Makefile | 9 | ||||
-rw-r--r-- | russian/gd/distinfo | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/russian/gd/Makefile b/russian/gd/Makefile index 2bf073dd279c..52c07511093d 100644 --- a/russian/gd/Makefile +++ b/russian/gd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gd -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= russian graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ @@ -16,6 +16,13 @@ MAINTAINER= gsm@infosite.ru LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ + ${WRKSRC}/gdcache.h \ + ${WRKSRC}/gd.c + pre-install: ${MKDIR} ${PREFIX}/include/gd diff --git a/russian/gd/distinfo b/russian/gd/distinfo index 7cd70fe502d6..c49649bae22f 100644 --- a/russian/gd/distinfo +++ b/russian/gd/distinfo @@ -1 +1 @@ -MD5 (gd-1.8.2.tar.gz) = 92d69d3d70d9b29da74dd79f9c7e10ff +MD5 (gd-1.8.3.tar.gz) = ad0e7dd1dda2812dbaeaa9706c4be536 |