From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 10 10:00:10 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 B3884106566C for ; Thu, 10 Sep 2009 10:00:10 +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 875E28FC15 for ; Thu, 10 Sep 2009 10:00:10 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8AA09xp034385 for ; Thu, 10 Sep 2009 10:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8AA09Y0034384; Thu, 10 Sep 2009 10:00:09 GMT (envelope-from gnats) Resent-Date: Thu, 10 Sep 2009 10:00:09 GMT Resent-Message-Id: <200909101000.n8AA09Y0034384@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, "Radim Kolar SF.NET" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28904106566C for ; Thu, 10 Sep 2009 09:56:01 +0000 (UTC) (envelope-from hsn@sendmail.cz) Received: from smtp-out3.iol.cz (smtp-out3.iol.cz [194.228.2.91]) by mx1.freebsd.org (Postfix) with ESMTP id AE8678FC0A for ; Thu, 10 Sep 2009 09:55:59 +0000 (UTC) Received: from antivir5.iol.cz (unknown [192.168.30.212]) by smtp-out3.iol.cz (Postfix) with ESMTP id 1E025BC827B; Thu, 10 Sep 2009 09:55:58 +0000 (UTC) Received: from localhost (antivir5.iol.cz [127.0.0.1]) by antivir5.iol.cz (Postfix) with ESMTP id 0F4F72812C; Thu, 10 Sep 2009 11:55:58 +0200 (CEST) Received: from antivir5.iol.cz ([127.0.0.1]) by localhost (antivir5.iol.cz [127.0.0.1]) (amavisd-new, port 10224) with LMTP id k-S1U8+IAcXW; Thu, 10 Sep 2009 11:55:57 +0200 (CEST) Received: from port4.iol.cz (unknown [192.168.30.94]) by antivir5.iol.cz (Postfix) with ESMTP id E4BD52812A; Thu, 10 Sep 2009 11:55:57 +0200 (CEST) Received: from 205.83.broadband7.iol.cz (HELO sanatana.dharma) ([88.102.83.205]) by port4.iol.cz with ESMTP; 10 Sep 2009 11:55:57 +0200 Received: from hsn-sf@localhost by sanatana.dharma (Exim 4.69_4 FreeBSD) id 1MlgNe-0000L6-Rh ; Thu, 10 Sep 2009 11:55:54 +0200 Message-Id: Date: Thu, 10 Sep 2009 11:55:54 +0200 From: "Radim Kolar SF.NET" Sender: "Radim Kolar SF.NET" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: beat@FreeBSD.org, hsn-sf@sD.iol.cz Subject: ports/138699: [PATCH] www/elinks: fsplib .a file name changed 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: Thu, 10 Sep 2009 10:00:10 -0000 >Number: 138699 >Category: ports >Synopsis: [PATCH] www/elinks: fsplib .a file name changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 10 10:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Radim Kolar SF.NET >Release: FreeBSD 6.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD sanatana.dharma 6.4-RELEASE-p4 FreeBSD 6.4-RELEASE-p4 #1: Tue Jun 9 11:43:11 CEST >Description: FSPLIB archive name changed. FSP support now builds. Bump portversion Port maintainer (beat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- elinks-0.11.7_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/elinks/Makefile /home/hsn/hacked/elinks/Makefile --- /usr/ports/www/elinks/Makefile 2009-08-25 09:48:03.000000000 +0200 +++ /home/hsn/hacked/elinks/Makefile 2009-09-10 11:40:00.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ @@ -121,8 +122,8 @@ .endif .if defined(WITH_FSP) -RUN_DEPENDS+= ${LOCALBASE}/lib/libfsp.a:${PORTSDIR}/net/fsplib -BUILD_DEPENDS+= ${LOCALBASE}/lib/libfsp.a:${PORTSDIR}/net/fsplib +RUN_DEPENDS+= ${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib +BUILD_DEPENDS+= ${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib CONFIGURE_ARGS+= --enable-fsp .else CONFIGURE_ARGS+= --disable-fsp --- elinks-0.11.7_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: