Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2004 23:30:16 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63877: Update port: graphics/zimg to 4.22.0
Message-ID:  <20040307233016.0d4beffb.tkato@prontomail.com>
Resent-Message-ID: <200403071440.i27EeDDC071106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63877
>Category:       ports
>Synopsis:       Update port: graphics/zimg to 4.22.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 07 06:40:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 4.22.0

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/zimg/Makefile graphics/zimg/Makefile
--- /usr/ports/graphics/zimg/Makefile	Tue Aug 19 01:56:02 2003
+++ graphics/zimg/Makefile	Wed Mar  3 18:51:38 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	zimg
-PORTVERSION=	4.19.1
-PORTREVISION=	2
+PORTVERSION=	4.22.0
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,12 +16,16 @@
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
+USE_GETOPT_LONG=	yes
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-dynaload-cc="${CC}" \
-		--with-dynaload-cflags="${CFLAGS} -shared"
+		--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
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/zimg/distinfo graphics/zimg/distinfo
--- /usr/ports/graphics/zimg/distinfo	Thu Jan 29 20:26:55 2004
+++ graphics/zimg/distinfo	Sun Feb 15 21:21:59 2004
@@ -1,2 +1,2 @@
-MD5 (zimg-4.19.1.tar.gz) = 9ba4c079d45abcffc8ee06b45fc8d6d3
-SIZE (zimg-4.19.1.tar.gz) = 253340
+MD5 (zimg-4.22.0.tar.gz) = 61af1f7fdb32e099f8a0346afa35430e
+SIZE (zimg-4.22.0.tar.gz) = 378824
diff -urN /usr/ports/graphics/zimg/pkg-plist graphics/zimg/pkg-plist
--- /usr/ports/graphics/zimg/pkg-plist	Fri Nov  8 21:24:22 2002
+++ graphics/zimg/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1,2 +0,0 @@
-include/zimg.h
-bin/zimg
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040307233016.0d4beffb.tkato>