From edwin@mavetju.org  Mon Nov 14 10:43:11 2005
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3B32816A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:43:11 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A84FF43D55
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:43:09 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail3out.barnet.com.au (Postfix, from userid 27)
	id E7FE7877C51; Mon, 14 Nov 2005 21:43:08 +1100 (EST)
Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK))
	by mail3.barnet.com.au (Postfix) with ESMTP id C49F0877C44
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:43:08 +1100 (EST)
Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified))
	by mail3-auth.barnet.com.au (Postfix) with ESMTP id 720C9877C2E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:43:08 +1100 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id D479463C1; Mon, 14 Nov 2005 21:43:06 +1100 (EST)
Message-Id: <20051114104306.D479463C1@k7.mavetju>
Date: Mon, 14 Nov 2005 21:43:06 +1100 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] remove /usr/bin/bzip2 from graphics/autotrace
X-Send-Pr-Version: 3.113
X-GNATS-Notify: kanou@khdd.net

>Number:         88989
>Category:       ports
>Synopsis:       [patch] remove /usr/bin/bzip2 from graphics/autotrace
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 10:50:19 GMT 2005
>Closed-Date:    Wed Nov 30 11:57:02 GMT 2005
>Last-Modified:  Wed Nov 30 11:57:02 GMT 2005
>Originator:     Edwin Groothuis
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386


>Description:

	/usr/bin/bzip2 has been part of the base system since 4.4,
	therefor it's not necessary to explicitely check for it.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/autotrace/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	20 Apr 2005 11:19:00 -0000	1.26
+++ Makefile	14 Nov 2005 10:42:53 -0000
@@ -19,9 +19,6 @@
 		ming.3:${PORTSDIR}/graphics/ming \
 		Magick.8:${PORTSDIR}/graphics/ImageMagick \
 		pstoedit.0:${PORTSDIR}/graphics/pstoedit
-.if !exists(/usr/bin/bzip2)
-LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
-.endif
 
 INSTALLS_SHLIB=	yes
 USE_INC_LIBTOOL_VER=13
>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kanou@khdd.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/88989: [patch] remove /usr/bin/bzip2 from graphics/autotrace
Date: Mon, 14 Nov 2005 10:54:19 UT

 Maintainer of graphics/autotrace,
 
 Please note that PR ports/88989 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88989
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Mon Nov 14 13:45:16 GMT 2005 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88989 
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Mon Nov 14 13:46:05 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88989 
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Wed Nov 30 11:57:00 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88989 
>Unformatted:
