From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 31 22:01:00 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E94F316A403 for ; Tue, 31 Oct 2006 22:00:59 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FBB43D8A for ; Tue, 31 Oct 2006 22:00:45 +0000 (GMT) (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 k9VM0jBP000169 for ; Tue, 31 Oct 2006 22:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9VM0jbv000168; Tue, 31 Oct 2006 22:00:45 GMT (envelope-from gnats) Resent-Date: Tue, 31 Oct 2006 22:00:45 GMT Resent-Message-Id: <200610312200.k9VM0jbv000168@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, Andrew Turner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380EB16A403 for ; Tue, 31 Oct 2006 21:51:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE5E43D46 for ; Tue, 31 Oct 2006 21:51:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9VLpEdY073120 for ; Tue, 31 Oct 2006 21:51:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k9VLpEEw073119; Tue, 31 Oct 2006 21:51:14 GMT (envelope-from nobody) Message-Id: <200610312151.k9VLpEEw073119@www.freebsd.org> Date: Tue, 31 Oct 2006 21:51:14 GMT From: Andrew Turner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/104990: Maintainer update: devel/lua50-posix 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: Tue, 31 Oct 2006 22:01:00 -0000 >Number: 104990 >Category: ports >Synopsis: Maintainer update: devel/lua50-posix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 31 22:00:45 GMT 2006 >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@hermies.int.fubar.geek.nz:/usr/obj/srctrees/RELENG_6/sys/GENERIC i386 >Description: Update the devel/lua50-posix port to support both lua 5.0 and 5.1. The attached patch adds a new port, devel/lua-posix. This is becomes a master port while the devel/lua50-posix port is the slave. >How-To-Repeat: >Fix: Repo-copy devel/lua50-posix to devel/lua-posix and apply the attached patch Patch attached with submission follows: Index: devel/lua-posix/Makefile =================================================================== RCS file: /cvsroot/ports/devel/lua50-posix/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/lua-posix/Makefile 15 Sep 2006 08:17:06 -0000 1.4 +++ devel/lua-posix/Makefile 16 Sep 2006 11:29:37 -0000 @@ -15,7 +15,7 @@ MAINTAINER= andrew+ports@fubar.geek.nz COMMENT= A POSIX layer for Lua -USE_LUA= 5.0 +USE_LUA?= 5.1 WRKSRC= ${WRKDIR}/posix PLIST_FILES= %%LUA_MODSHAREDIR%%/posix.lua \ Index: devel/lua50-posix/Makefile =================================================================== RCS file: /cvsroot/ports/devel/lua50-posix/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/lua50-posix/Makefile 15 Sep 2006 08:17:06 -0000 1.4 +++ devel/lua50-posix/Makefile 16 Sep 2006 11:21:41 -0000 @@ -5,24 +5,8 @@ # $FreeBSD: ports/devel/lua50-posix/Makefile,v 1.4 2006/09/15 08:17:06 linimon Exp $ # -PORTNAME= posix -PORTVERSION= 5.0 -CATEGORIES= devel -MASTER_SITES= http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.0/ -PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -DISTFILES= lposix.tar.gz - -MAINTAINER= andrew+ports@fubar.geek.nz -COMMENT= A POSIX layer for Lua - USE_LUA= 5.0 -WRKSRC= ${WRKDIR}/posix - -PLIST_FILES= %%LUA_MODSHAREDIR%%/posix.lua \ - %%LUA_MODLIBDIR%%/lposix.so -do-install: - @${INSTALL_DATA} ${WRKSRC}/posix.lua ${LUA_MODSHAREDIR} - @${INSTALL_PROGRAM} ${WRKSRC}/lposix.so ${LUA_MODLIBDIR} +MASTERDIR= ${.CURDIR}/../lua-posix -.include +.include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: