From nobody@FreeBSD.org  Mon Jun 11 09:18:51 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 7B98D37B403
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Jun 2001 09:18:51 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.3/8.11.3) id f5BGIpt81692;
	Mon, 11 Jun 2001 09:18:51 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200106111618.f5BGIpt81692@freefall.freebsd.org>
Date: Mon, 11 Jun 2001 09:18:51 -0700 (PDT)
From: tkato@prontomail.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: graphics/gifsicle to 1.29
X-Send-Pr-Version: www-1.0

>Number:         28049
>Category:       ports
>Synopsis:       Update port: graphics/gifsicle to 1.29
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 11 09:20:02 PDT 2001
>Closed-Date:    Sun Jun 17 11:23:34 PDT 2001
>Last-Modified:  Sun Jun 17 11:24:07 PDT 2001
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.29

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/gifsicle/Makefile graphics/gifsicle/Makefile
--- /usr/ports/graphics/gifsicle/Makefile	Mon Feb 26 13:51:37 2001
+++ graphics/gifsicle/Makefile	Thu May 24 02:41:18 2001
@@ -6,19 +6,28 @@
 #
 
 PORTNAME=	gifsicle
-PORTVERSION=	1.25
+PORTVERSION=	1.29
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.lcdf.org/gifsicle/
 
 MAINTAINER=	bradh@uunet.co.za
 
-USE_XLIB=	yes
 GNU_CONFIGURE=	yes
 
-MAN1=		gifdiff.1 gifsicle.1 gifview.1
+MAN1=		gifdiff.1 gifsicle.1
 
 .if !defined(HAVE_UNISYS_LICENSE)
 CONFIGURE_ARGS+=	--enable-ungif
+.endif
+
+.if defined(WITHOUT_X11)
+PKGNAMESUFFIX=	-nox11
+CONFIGURE_ARGS+=	--without-x --disable-gifview
+PLIST_SUB=	X11='@comment '
+.else
+USE_XLIB=	yes
+MAN1+=		gifview.1
+PLIST_SUB=	X11=''
 .endif
 
 post-install:
diff -urN /usr/ports/graphics/gifsicle/distinfo graphics/gifsicle/distinfo
--- /usr/ports/graphics/gifsicle/distinfo	Mon Feb 26 13:51:37 2001
+++ graphics/gifsicle/distinfo	Thu May 24 02:44:50 2001
@@ -1 +1 @@
-MD5 (gifsicle-1.25.tar.gz) = 945f38b108846ed4c5c03198db15b76f
+MD5 (gifsicle-1.29.tar.gz) = 194e6f5f8018a15574b95b63a3fba316
diff -urN /usr/ports/graphics/gifsicle/pkg-plist graphics/gifsicle/pkg-plist
--- /usr/ports/graphics/gifsicle/pkg-plist	Mon Feb 26 13:51:37 2001
+++ graphics/gifsicle/pkg-plist	Thu Apr 26 05:55:25 2001
@@ -1,5 +1,5 @@
 bin/gifdiff
 bin/gifsicle
-bin/gifview
+%%X11%%bin/gifview
 %%PORTDOCS%%share/doc/gifsicle/README
 %%PORTDOCS%%@dirrm share/doc/gifsicle

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Jun 17 11:23:34 PDT 2001 
State-Changed-Why:  
Update committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28049 
>Unformatted:
