Index: head/graphics/zimg/Makefile =================================================================== --- head/graphics/zimg/Makefile (revision 141393) +++ head/graphics/zimg/Makefile (revision 141394) @@ -1,31 +1,33 @@ # New ports collection makefile for: zimg # Date created: 20 Feb 2000 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= zimg -PORTVERSION= 4.22.0 +PORTVERSION= 5.0.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ --with-dynaload-cflags="${CFLAGS} -shared" \ --with-gd-includes="${LOCALBASE}/include" \ --with-gd-lib="${LOCALBASE}/lib" MAN1= zimg.1 PLIST_FILES= include/zimg.h bin/zimg + +CFLAGS+= -DHAVE_GD_FREETYPE .include Property changes on: head/graphics/zimg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/graphics/zimg/distinfo =================================================================== --- head/graphics/zimg/distinfo (revision 141393) +++ head/graphics/zimg/distinfo (revision 141394) @@ -1,2 +1,2 @@ -MD5 (zimg-4.22.0.tar.gz) = 61af1f7fdb32e099f8a0346afa35430e -SIZE (zimg-4.22.0.tar.gz) = 378824 +MD5 (zimg-5.0.0.tar.gz) = 8522d35be806f6f10fea5a9bee11410c +SIZE (zimg-5.0.0.tar.gz) = 384858 Property changes on: head/graphics/zimg/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/graphics/zimg/files/patch-zimg.c =================================================================== --- head/graphics/zimg/files/patch-zimg.c (nonexistent) +++ head/graphics/zimg/files/patch-zimg.c (revision 141394) @@ -0,0 +1,22 @@ +--- zimg.c.orig Sat Aug 27 21:46:20 2005 ++++ zimg.c Sat Aug 27 23:04:13 2005 +@@ -2147,6 +2147,8 @@ + + for (current = z.label; current; current = current->next) { + ++ int width, height; ++ + int x = current->x; + int y = current->y; + +@@ -2160,8 +2162,8 @@ + continue; + } + +- int width = brect[2] - brect[6]; +- int height = brect[3] - brect[7]; ++ width = brect[2] - brect[6]; ++ height = brect[3] - brect[7]; + + /* if label.x or label.y are positive, do NOT make any + * check, if the text will be entirely on the image */ Property changes on: head/graphics/zimg/files/patch-zimg.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property