1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

Lunchboxify by upgrading to lua 3.2.2 (distfile had the same name), and

respect CFLAGS

Noticed by:	bento
This commit is contained in:
Kris Kennaway 2000-02-27 07:54:40 +00:00
parent d00ec2a494
commit 6b74776e0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26333
9 changed files with 27 additions and 21 deletions

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: lua
# Version required: 3.1
# Version required: 3.2.2
# Date created: 27 June 1999
# Whom: Richard Kiss <richard@homemail.com>
#
@ -7,6 +7,7 @@
#
DISTNAME= lua-3.2
PKGNAME= lua-3.2.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
ftp://csg.uwaterloo.ca/pub/lhf/lua/ \

View File

@ -1 +1 @@
MD5 (lua-3.2.tar.gz) = 47264a1978df49fc1dea6ffcddb05b21
MD5 (lua-3.2.tar.gz) = 374ba5c4839709922de40b8d10382705

View File

@ -1,5 +1,5 @@
--- config.orig Sun Jan 30 00:05:20 2000
+++ config Thu Jul 8 06:32:37 1999
--- config.orig Thu Jul 8 06:32:37 1999
+++ config Sat Feb 26 23:51:52 2000
@@ -18,7 +18,7 @@
# ------------------------------------------------------------------ C compiler
@ -9,10 +9,11 @@
WARN= -ansi -Wall
# on IRIX, cc is a good ANSI compiler.
@@ -64,5 +64,5 @@
@@ -64,5 +64,6 @@
INCS= -I$(INC) $(EXTRA_INCS)
DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRALIB) $(EXTRA_DEFS)
+CFLAGS= $(WARN) $(INCS) $(DEFS)
-CFLAGS= -O2 $(WARN) $(INCS) $(DEFS)
+CFLAGS?= -O2
+CFLAGS+= $(WARN) $(INCS) $(DEFS)

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: lua
# Version required: 3.1
# Version required: 3.2.2
# Date created: 27 June 1999
# Whom: Richard Kiss <richard@homemail.com>
#
@ -7,6 +7,7 @@
#
DISTNAME= lua-3.2
PKGNAME= lua-3.2.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
ftp://csg.uwaterloo.ca/pub/lhf/lua/ \

View File

@ -1 +1 @@
MD5 (lua-3.2.tar.gz) = 47264a1978df49fc1dea6ffcddb05b21
MD5 (lua-3.2.tar.gz) = 374ba5c4839709922de40b8d10382705

View File

@ -1,5 +1,5 @@
--- config.orig Sun Jan 30 00:05:20 2000
+++ config Thu Jul 8 06:32:37 1999
--- config.orig Thu Jul 8 06:32:37 1999
+++ config Sat Feb 26 23:51:52 2000
@@ -18,7 +18,7 @@
# ------------------------------------------------------------------ C compiler
@ -9,10 +9,11 @@
WARN= -ansi -Wall
# on IRIX, cc is a good ANSI compiler.
@@ -64,5 +64,5 @@
@@ -64,5 +64,6 @@
INCS= -I$(INC) $(EXTRA_INCS)
DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRALIB) $(EXTRA_DEFS)
+CFLAGS= $(WARN) $(INCS) $(DEFS)
-CFLAGS= -O2 $(WARN) $(INCS) $(DEFS)
+CFLAGS?= -O2
+CFLAGS+= $(WARN) $(INCS) $(DEFS)

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: lua
# Version required: 3.1
# Version required: 3.2.2
# Date created: 27 June 1999
# Whom: Richard Kiss <richard@homemail.com>
#
@ -7,6 +7,7 @@
#
DISTNAME= lua-3.2
PKGNAME= lua-3.2.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
ftp://csg.uwaterloo.ca/pub/lhf/lua/ \

View File

@ -1 +1 @@
MD5 (lua-3.2.tar.gz) = 47264a1978df49fc1dea6ffcddb05b21
MD5 (lua-3.2.tar.gz) = 374ba5c4839709922de40b8d10382705

View File

@ -1,5 +1,5 @@
--- config.orig Sun Jan 30 00:05:20 2000
+++ config Thu Jul 8 06:32:37 1999
--- config.orig Thu Jul 8 06:32:37 1999
+++ config Sat Feb 26 23:51:52 2000
@@ -18,7 +18,7 @@
# ------------------------------------------------------------------ C compiler
@ -9,10 +9,11 @@
WARN= -ansi -Wall
# on IRIX, cc is a good ANSI compiler.
@@ -64,5 +64,5 @@
@@ -64,5 +64,6 @@
INCS= -I$(INC) $(EXTRA_INCS)
DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRALIB) $(EXTRA_DEFS)
+CFLAGS= $(WARN) $(INCS) $(DEFS)
-CFLAGS= -O2 $(WARN) $(INCS) $(DEFS)
+CFLAGS?= -O2
+CFLAGS+= $(WARN) $(INCS) $(DEFS)