From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 28 11:40:14 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 051EF10656FB for ; Sun, 28 Jun 2009 11:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD538FC16 for ; Sun, 28 Jun 2009 11:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5SBe62B072139 for ; Sun, 28 Jun 2009 11:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5SBe6e0072138; Sun, 28 Jun 2009 11:40:06 GMT (envelope-from gnats) Resent-Date: Sun, 28 Jun 2009 11:40:06 GMT Resent-Message-Id: <200906281140.n5SBe6e0072138@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 495F8106564A; Sun, 28 Jun 2009 11:34:49 +0000 (UTC) (envelope-from mm@mail.vx.sk) Received: from mail.vx.sk (core.vx.sk [188.40.32.143]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9848FC16; Sun, 28 Jun 2009 11:34:48 +0000 (UTC) (envelope-from mm@mail.vx.sk) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 50D6A2A7BB; Sun, 28 Jun 2009 13:34:48 +0200 (CEST) Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8FqPov4-Ntd2; Sun, 28 Jun 2009 13:34:45 +0200 (CEST) Received: by mail.vx.sk (Postfix, from userid 1001) id C9FB22A7B3; Sun, 28 Jun 2009 13:34:45 +0200 (CEST) Message-Id: <20090628113445.C9FB22A7B3@mail.vx.sk> Date: Sun, 28 Jun 2009 13:34:45 +0200 (CEST) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mnag@FreeBSD.org Subject: ports/136125: [PATCH] www/lighttpd 1.4.23: fix autotools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2009 11:40:15 -0000 >Number: 136125 >Category: ports >Synopsis: [PATCH] www/lighttpd 1.4.23: fix autotools >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: Sun Jun 28 11:40:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 7.2-STABLE 8-CURRENT >Description: My patch in ports/136026 does not work properly on many existing installations. This requires a fix of USE_AUTOTOOLS and add pkgconfig to USE_GNOME to work properly. Tinderbox tested + tested on several 7-STABLE and 8-CURRENT systems. Please consider commiting as soon as possible. >How-To-Repeat: Try to upgrade lighttpd on existing installations. >Fix: --- lighttpd-1.4.23_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/lighttpd/Makefile,v retrieving revision 1.72 diff -u -r1.72 Makefile --- Makefile 28 Jun 2009 05:07:13 -0000 1.72 +++ Makefile 28 Jun 2009 11:11:52 -0000 @@ -7,6 +7,7 @@ PORTNAME= lighttpd PORTVERSION= 1.4.23 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://mirrors.cat.pdx.edu/lighttpd/ @@ -17,9 +18,10 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= aclocal:110 autoconf:262 autoheader:262 automake:110 libtool:15 +ACLOCAL_ARGS= --force GNU_CONFIGURE= yes -USE_GNOME= lthack +USE_GNOME= lthack pkgconfig USE_RC_SUBR= lighttpd.sh CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd --- lighttpd-1.4.23_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: