From edwin@mavetju.org  Mon Nov 14 10:41:44 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 7983016A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:41:44 +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 4B79143D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:41:43 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail3out.barnet.com.au (Postfix, from userid 27)
	id 84CA3877CCF; Mon, 14 Nov 2005 21:41:42 +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 572D8877CB8
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:41:42 +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 94076877CA9
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:41:41 +1100 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 268C564CE; Mon, 14 Nov 2005 21:41:25 +1100 (EST)
Message-Id: <20051114104125.268C564CE@k7.mavetju>
Date: Mon, 14 Nov 2005 21:41:25 +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 security/zebedee
X-Send-Pr-Version: 3.113
X-GNATS-Notify: greg@hewgill.com

>Number:         88987
>Category:       ports
>Synopsis:       [patch] remove /usr/bin/bzip2 from security/zebedee
>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:14 GMT 2005
>Closed-Date:    Wed Nov 30 11:57:34 GMT 2005
>Last-Modified:  Wed Nov 30 11:57:34 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/security/zebedee/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	20 Sep 2005 17:15:59 -0000	1.17
+++ Makefile	14 Nov 2005 10:41:13 -0000
@@ -14,10 +14,6 @@
 MAINTAINER=	greg@hewgill.com
 COMMENT=	Encrypted, secure compressed TCP tunnel
 
-.if defined(${BATCH}) || !exists(/usr/bin/bzip2)
-LIB_DEPENDS=	bz2.1:${PORTSDIR}/archivers/bzip2
-.endif
-
 USE_OPENSSL=	YES
 USE_PERL5_BUILD=YES
 
>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: greg@hewgill.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/88987: [patch] remove /usr/bin/bzip2 from security/zebedee
Date: Mon, 14 Nov 2005 10:51:47 UT

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

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

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

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