Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2001 09:18:51 -0700 (PDT)
From:      tkato@prontomail.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28049: Update port: graphics/gifsicle to 1.29
Message-ID:  <200106111618.f5BGIpt81692@freefall.freebsd.org>

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

>Number:         28049
>Category:       ports
>Synopsis:       Update port: graphics/gifsicle to 1.29
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 11 09:20:02 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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