From delphij@tarsier.delphij.net  Mon May 21 10:00:16 2007
Return-Path: <delphij@tarsier.delphij.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6887516A49C;
	Mon, 21 May 2007 10:00:16 +0000 (UTC)
	(envelope-from delphij@tarsier.delphij.net)
Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229])
	by mx1.freebsd.org (Postfix) with ESMTP id 06C9413C489;
	Mon, 21 May 2007 10:00:14 +0000 (UTC)
	(envelope-from delphij@tarsier.delphij.net)
Received: from localhost (tarsier.geekcn.org [210.51.165.229])
	by tarsier.geekcn.org (Postfix) with ESMTP id 9D209EB0BCD;
	Mon, 21 May 2007 18:00:12 +0800 (CST)
Received: from tarsier.geekcn.org ([210.51.165.229])
	by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024)
	with ESMTP id mnjs54sMuDT0; Mon, 21 May 2007 18:00:06 +0800 (CST)
Received: from tarsier.delphij.net (tarsier.geekcn.org [210.51.165.229])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by tarsier.geekcn.org (Postfix) with ESMTP id 5A20DEB0BA4;
	Mon, 21 May 2007 18:00:04 +0800 (CST)
Received: from tarsier.delphij.net (localhost [127.0.0.1])
	by tarsier.delphij.net (8.13.8/8.13.8) with ESMTP id l4LA032W070597;
	Mon, 21 May 2007 18:00:03 +0800 (CST)
	(envelope-from delphij@tarsier.delphij.net)
Received: (from delphij@localhost)
	by tarsier.delphij.net (8.13.8/8.13.8/Submit) id l4L9xwd8070593;
	Mon, 21 May 2007 17:59:58 +0800 (CST)
	(envelope-from delphij)
Message-Id: <200705210959.l4L9xwd8070593@tarsier.delphij.net>
Date: Mon, 21 May 2007 17:59:58 +0800 (CST)
From: Xin LI <delphij@freebsd.org>
Reply-To: Xin LI <delphij@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mnag@freebsd.org
Subject: [PATCH] Remove spurious bzip2 dependency from www/lighttpd
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112832
>Category:       ports
>Synopsis:       [PATCH] Remove spurious bzip2 dependency from www/lighttpd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 21 10:10:04 GMT 2007
>Closed-Date:    Fri May 25 17:55:19 GMT 2007
>Last-Modified:  Fri May 25 18:00:13 GMT 2007
>Originator:     Xin LI
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD tarsier.delphij.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 07:03:45 CST 2007 delphij@tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386


>Description:
	bzip2 is contained in the base system, therefore, depending
on libbz2.so is not necessary.
>How-To-Repeat:
	Choose "BZIP2" from configuration menu and do "make clean"
>Fix:


--- patch-lighttpd.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.50
diff -u -p -u -r1.50 Makefile
--- Makefile	14 Apr 2007 14:41:53 -0000	1.50
+++ Makefile	21 May 2007 09:55:57 -0000
@@ -55,7 +55,6 @@ CONFIGURE_ARGS+=	--with-openssl \
 .endif
 
 .if defined(WITH_BZIP2)
-LIB_DEPENDS+=		bz2:${PORTSDIR}/archivers/bzip2
 CONFIGURE_ARGS+=	--with-bzip2
 .endif
 
--- patch-lighttpd.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 21 10:10:10 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112832 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Fri May 25 17:55:17 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112832: commit references a PR
Date: Fri, 25 May 2007 17:55:20 +0000 (UTC)

 mnag        2007-05-25 17:55:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/lighttpd         Makefile 
   Log:
   - Remove spurious bzip2 dependency
   
   PR:             112832
   Submitted by:   delphij
   
   Revision  Changes    Path
   1.51      +0 -1      ports/www/lighttpd/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:
