From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 9 14:10:03 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACCD116A41F for ; Sat, 9 Jun 2007 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8D88213C457 for ; Sat, 9 Jun 2007 14:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l59EA3mw002216 for ; Sat, 9 Jun 2007 14:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l59EA3OF002215; Sat, 9 Jun 2007 14:10:03 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jun 2007 14:10:03 GMT Resent-Message-Id: <200706091410.l59EA3OF002215@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, clemens fischer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66C8A16A400 for ; Sat, 9 Jun 2007 14:04:56 +0000 (UTC) (envelope-from root@spotteswoode.dnsalias.org) Received: from mail-out01.broadnet-mediascape.de (mail-out01.broadnet-mediascape.de [62.206.1.18]) by mx1.freebsd.org (Postfix) with SMTP id 0076F13C45A for ; Sat, 9 Jun 2007 14:04:55 +0000 (UTC) (envelope-from root@spotteswoode.dnsalias.org) Received: (qmail 13916 invoked by uid 113); 9 Jun 2007 14:04:54 -0000 Received: from 212.99.205.32 by mail-out01 (envelope-from , uid 106) with qmail-scanner-1.25 (trophie: 7.510-1002/521/20835. Clear:RC:1(212.99.205.32):. Processed in 0.250074 secs); 09 Jun 2007 14:04:54 -0000 Received: from d463cd20.datahighways.de (HELO spotteswoode.dnsalias.org) (212.99.205.32) by mail-out01.broadnet-mediascape.de with SMTP; 9 Jun 2007 14:04:53 -0000 Received: by spotteswoode.dnsalias.org (Postfix, from userid 0) id 9F9172A6F9; Sat, 9 Jun 2007 16:03:11 +0200 (CEST) Message-Id: <20070609140311.9F9172A6F9@spotteswoode.dnsalias.org> Date: Sat, 9 Jun 2007 16:03:11 +0200 (CEST) From: clemens fischer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clemens fischer Subject: ports/113498: www/elinks: lua scripting broken 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: Sat, 09 Jun 2007 14:10:03 -0000 >Number: 113498 >Category: ports >Synopsis: www/elinks: lua scripting broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 09 14:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: clemens fischer >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD spotteswoode.dnsalias.org 6.2-STABLE FreeBSD 6.2-STABLE #19: Sat May 26 19:53:56 CEST 2007 root@spotteswoode.dnsalias.org:/usr/obj/usr/src/sys/spott i386 >Description: after recent upgrades i noticed that www/elinks doesn't recognize lua scripting prerequisites anymore. the port has "USE_LUA=5.0", but this doesn't seem to work. >How-To-Repeat: cd /usr/ports/www/elinks && make WITH_{88COLORS,256COLORS,BITTORRENT,NNTP,FTP,FINGER,EXMODE,HIGHLIGHT,FASTMEM,LUASCRIPT,LOCAL_CGI,ICONV}=1 and watch. >Fix: the following is a workaround only! after "make ... configure", this patch gets me a lua-scriptable elinks, it is against ./work/elinks*/Makefile.config: # find . -name '*,v' -execdir rcsdiff --unified '{}' \; =================================================================== RCS file: Makefile.config,v retrieving revision 1.1 diff --unified -r1.1 Makefile.config --- Makefile.config 2007/06/09 13:24:16 1.1 +++ Makefile.config 2007/06/09 13:25:35 @@ -64,8 +64,8 @@ JW = LIBDIR = /usr/local/lib LOCALEDIR = /usr/local/share/locale -LUA_CFLAGS = -LUA_LIBS = -llua -llualib -lm +LUA_CFLAGS = -I /l/include/lua50 +LUA_LIBS = -L /l/lib/lua50 -llua -llualib -lm MKINSTALLDIRS = $(PATHPREFIX)config/mkinstalldirs MSGFMT = OPENSSL_CFLAGS = =================================================================== as you can see, the "USE_LUA=..." doesn't carry over correctly. regards, clemens >Release-Note: >Audit-Trail: >Unformatted: