Date: Sun, 30 Jan 2000 00:27:51 -0800 (PST) From: kiss@gizzywump.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16469: lang/lua port update Message-ID: <200001300827.AAA28285@kalamalka.gizzywump.com>
next in thread | raw e-mail | index | archive | help
>Number: 16469 >Category: ports >Synopsis: Update to /usr/ports/lang/lua port by maintainer. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 30 00:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Richard Kiss >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: Update to /usr/ports/lang/lua port, from 3.1 to 3.2. >How-To-Repeat: >Fix: diff -ruN lua/Makefile lua-kiss/Makefile --- lua/Makefile Tue Sep 7 23:19:28 1999 +++ lua-kiss/Makefile Sun Jan 30 00:16:03 2000 @@ -3,10 +3,10 @@ # Date created: 27 June 1999 # Whom: Richard Kiss <richard@homemail.com> # -# $FreeBSD: ports/lang/lua/Makefile,v 1.3 1999/08/25 06:34:53 obrien Exp $ +# $Id$ # -DISTNAME= lua-3.1 +DISTNAME= lua-3.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ ftp://csg.uwaterloo.ca/pub/lhf/lua/ \ diff -ruN lua/files/md5 lua-kiss/files/md5 --- lua/files/md5 Mon Jul 5 18:28:27 1999 +++ lua-kiss/files/md5 Sat Jan 29 23:59:11 2000 @@ -1 +1 @@ -MD5 (lua-3.1.tar.gz) = d677f3827167eefdefc7b211397cfdfb +MD5 (lua-3.2.tar.gz) = 47264a1978df49fc1dea6ffcddb05b21 diff -ruN lua/patches/patch-aa lua-kiss/patches/patch-aa --- lua/patches/patch-aa Mon Jul 5 18:28:28 1999 +++ lua-kiss/patches/patch-aa Sun Jan 30 00:08:00 2000 @@ -1,17 +1,18 @@ ---- config.orig Tue Jul 6 18:17:42 1999 -+++ config Tue Jul 6 18:18:03 1999 -@@ -3,7 +3,7 @@ - # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ====================== +--- config.orig Sun Jan 30 00:05:20 2000 ++++ config Thu Jul 8 06:32:37 1999 +@@ -18,7 +18,7 @@ + # ------------------------------------------------------------------ C compiler # you need an ANSI C compiler. gcc is a popular one. -CC= gcc +CC?= gcc WARN= -ansi -Wall - # on SGI's, cc is ANSI. -@@ -51,4 +51,4 @@ + # on IRIX, cc is a good ANSI compiler. +@@ -64,5 +64,5 @@ INCS= -I$(INC) $(EXTRA_INCS) - DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRA_DEFS) + DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRALIB) $(EXTRA_DEFS) ++CFLAGS= $(WARN) $(INCS) $(DEFS) -CFLAGS= -O2 $(WARN) $(INCS) $(DEFS) -+CFLAGS+= $(WARN) $(INCS) $(DEFS) + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001300827.AAA28285>