Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2007 17:59:58 +0800 (CST)
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/112832: [PATCH] Remove spurious bzip2 dependency from www/lighttpd
Message-ID:  <200705210959.l4L9xwd8070593@tarsier.delphij.net>
Resent-Message-ID: <200705211010.l4LAA4tq021767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112832
>Category:       ports
>Synopsis:       [PATCH] Remove spurious bzip2 dependency from www/lighttpd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 21 10:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705210959.l4L9xwd8070593>