ports/107926: Maintainer update of devel/lua-filename
Andrew Turner
andrew+ports at fubar.geek.nz
Sun Jan 14 20:30:25 UTC 2007
>Number: 107926
>Category: ports
>Synopsis: Maintainer update of devel/lua-filename
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 14 20:30:23 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Andrew Turner
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD hermies.int.fubar.geek.nz 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Sat Sep 23 07:25:49 NZST 2006 root at hermies.int.fubar.geek.nz:/usr/obj/srctrees/RELENG_6/sys/GENERIC i386
>Description:
The attached patch fixes the dependencies of devel/lua-filename to add Lua back. It also removes an extra debugging line from the Makefile.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: devel/lua-filename/Makefile
===================================================================
RCS file: /cvsroot/ports/devel/lua-filename/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- devel/lua-filename/Makefile 30 Nov 2006 10:49:04 -0000 1.4
+++ devel/lua-filename/Makefile 10 Jan 2007 23:39:38 -0000
@@ -17,7 +17,7 @@
COMMENT= Filename-manipulating functions for Lua 5
USE_LUA?= 5.1
-LUA_COMPS= posix
+LUA_COMPS= lua posix
.if ${USE_LUA} == 5.0
LUA_COMPS+= compat51
.endif
@@ -27,7 +27,6 @@
PLIST_FILES= %%LUA_MODSHAREDIR%%/filename.lua
post-extract:
- echo ${LV}
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/filename.lua
do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list