From edwin@mavetju.org  Mon Nov 14 10:45:46 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 2237716A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:45:46 +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 992C543D49
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:45:45 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail3out.barnet.com.au (Postfix, from userid 27)
	id D866D877CB0; Mon, 14 Nov 2005 21:45:44 +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 B439E877C28
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:45:44 +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 4B8D4877C26
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:45:44 +1100 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 270EB63C1; Mon, 14 Nov 2005 21:45:43 +1100 (EST)
Message-Id: <20051114104543.270EB63C1@k7.mavetju>
Date: Mon, 14 Nov 2005 21:45:43 +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 net/librsync
X-Send-Pr-Version: 3.113
X-GNATS-Notify: steve@ion.lu

>Number:         88993
>Category:       ports
>Synopsis:       [patch] remove /usr/bin/bzip2 from net/librsync
>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:20 GMT 2005
>Closed-Date:    Wed Nov 30 11:57:27 GMT 2005
>Last-Modified:  Wed Nov 30 11:57:27 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/net/librsync/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	12 Apr 2005 13:19:58 -0000	1.15
+++ Makefile	14 Nov 2005 10:45:28 -0000
@@ -17,9 +17,6 @@
 COMMENT=	Library for delta compression of streams
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
-.if !exists(/usr/bin/bzip2)
-LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
-.endif
 
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: steve@ion.lu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/88993: [patch] remove /usr/bin/bzip2 from net/librsync
Date: Mon, 14 Nov 2005 10:54:30 UT

 Maintainer of net/librsync,
 
 Please note that PR ports/88993 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/88993
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Mon Nov 14 13:45:25 GMT 2005 
State-Changed-Why:  
Ask for maintainer approval. 

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

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

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