From steve@mouf.net  Wed Feb 22 03:52:34 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BCB9B106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2012 03:52:34 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 17EE18FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2012 03:52:34 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q1M3qTtJ099049
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 21 Feb 2012 22:52:30 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1M3qTvC038494;
	Tue, 21 Feb 2012 22:52:29 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202220352.q1M3qTvC038494@meatwad.mouf.net>
Date: Tue, 21 Feb 2012 22:52:29 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: glewis@freebsd.org
Subject: [PATCH] x11-wm/afterstep-stable: migrate from libungif to giflib
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165383
>Category:       ports
>Synopsis:       [PATCH] x11-wm/afterstep-stable: migrate from libungif to giflib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 22 04:00:20 UTC 2012
>Closed-Date:    Sat Feb 25 18:11:04 UTC 2012
>Last-Modified:  Sat Feb 25 18:20:12 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
See patch, which makes this use giflib instead of libungif. The two were
recently made to conflict and giflib is the prefered one. Also, mark
MAKE_JOBS_UNSAFE since this failed for me with MAKE_JOBS enabled. Also, pacify
portlint by removing the blank line between MASTER_SITES and DISTNAME.

Port maintainer (glewis@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- afterstep-2.2.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-wm/afterstep-stable/Makefile,v
retrieving revision 1.95
diff -u -u -r1.95 Makefile
--- Makefile	23 Sep 2011 22:26:35 -0000	1.95
+++ Makefile	22 Feb 2012 03:51:14 -0000
@@ -10,7 +10,6 @@
 CATEGORIES=	x11-wm afterstep
 MASTER_SITES=	ftp://ftp.afterstep.org/stable/ \
 		SF/${PORTNAME}/AfterStep/${PORTVERSION}
-
 DISTNAME=	AfterStep-${PORTVERSION}
 
 MAINTAINER=	glewis@FreeBSD.org
@@ -24,7 +23,7 @@
 		rplay.1:${PORTSDIR}/audio/rplay \
 		rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \
 		tiff.4:${PORTSDIR}/graphics/tiff \
-		ungif.5:${PORTSDIR}/graphics/libungif
+		gif.5:${PORTSDIR}/graphics/giflib
 RUN_DEPENDS=	xli:${PORTSDIR}/graphics/xli
 
 USE_BZIP2=	yes
@@ -32,6 +31,7 @@
 USE_ICONV=	yes
 USE_XORG+=	ice sm x11 xcursor xext xfixes xi xinerama xrandr xrender
 GNU_CONFIGURE=	yes
+MAKE_JOBS_UNSAFE=	yes
 CONFIGURE_ARGS+=--disable-ascp \
 		--enable-i18n \
 		--disable-send-postcard-to-developer \
--- afterstep-2.2.11.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 22 04:00:36 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165383 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Sat Feb 25 18:11:02 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165383 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165383: commit references a PR
Date: Sat, 25 Feb 2012 18:11:02 +0000 (UTC)

 glewis      2012-02-25 18:10:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-wm/afterstep-stable Makefile 
   Log:
   . Change gif dependency from libungif to giflib due to the latter being the
     preferred library of the two.  I actually think this is superfluous as
     this library is never linked in (nor is the inbuilt version used).  I'll
     investigate this further.
   . Mark as MAKE_JOBS_UNSAFE.
   . Pet portlint.
   
   PR:             165383
   Submitted by:   swills@
   
   Revision  Changes    Path
   1.96      +2 -2      ports/x11-wm/afterstep-stable/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
