diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-07 19:28:11 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-07 19:28:11 +0800 |
commit | 0c7a04a5e5b7a8b2465a53a34077359defc8218c (patch) | |
tree | 145310a16cb786106ba85f7dcea8fdd05d6783be /graphics/zimg | |
parent | b41e80497ea5737b72524c8e336d75baffd061ba (diff) | |
download | freebsd-ports-gnome-0c7a04a5e5b7a8b2465a53a34077359defc8218c.tar.gz freebsd-ports-gnome-0c7a04a5e5b7a8b2465a53a34077359defc8218c.tar.zst freebsd-ports-gnome-0c7a04a5e5b7a8b2465a53a34077359defc8218c.zip |
upgrade to 4.19.1
PR: 44975
Submitted by: Ports Fury
Diffstat (limited to 'graphics/zimg')
-rw-r--r-- | graphics/zimg/Makefile | 10 | ||||
-rw-r--r-- | graphics/zimg/distinfo | 2 | ||||
-rw-r--r-- | graphics/zimg/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/zimg/pkg-plist | 1 |
4 files changed, 9 insertions, 6 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index c8a40b376a6d..045c1b70ff5b 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -6,10 +6,10 @@ # PORTNAME= zimg -PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTVERSION= 4.19.1 CATEGORIES= graphics -MASTER_SITES= http://www.zellner.org/zimg/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -20,7 +20,9 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= -with-gd-includes=${LOCALBASE}/include/gd +CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ + --with-dynaload-cflags="${CFLAGS} -shared" \ + --with-gd-includes=${LOCALBASE}/include/gd MAN1= zimg.1 diff --git a/graphics/zimg/distinfo b/graphics/zimg/distinfo index 651f8b3ec543..54cc1f718a41 100644 --- a/graphics/zimg/distinfo +++ b/graphics/zimg/distinfo @@ -1 +1 @@ -MD5 (zimg-4.5.0.tar.gz) = 85bfcfde4e852ea9d35e16bad30180ba +MD5 (zimg-4.19.1.tar.gz) = 9ba4c079d45abcffc8ee06b45fc8d6d3 diff --git a/graphics/zimg/pkg-descr b/graphics/zimg/pkg-descr index aab7fdc009b6..88ca477f9123 100644 --- a/graphics/zimg/pkg-descr +++ b/graphics/zimg/pkg-descr @@ -3,7 +3,7 @@ graphics by reading simple ASCII input files filled with numbers. It can output in either EDF or PNG. It uses the GD library for image creation. -WWW: http://www.zellner.org/zimg/ +WWW: http://zimg.sourceforge.net/ Author: Johannes Zellner <johannes@zellner.org> - Will <andrews@technologist.com> diff --git a/graphics/zimg/pkg-plist b/graphics/zimg/pkg-plist index 0338a30a3d93..97d0a37f9f4f 100644 --- a/graphics/zimg/pkg-plist +++ b/graphics/zimg/pkg-plist @@ -1 +1,2 @@ +include/zimg.h bin/zimg |