summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorcube <cube>2004-10-02 20:54:59 +0000
committercube <cube>2004-10-02 20:54:59 +0000
commit607533628262379a4bb06844da14241e482018c6 (patch)
tree16b4474844ee399999394ca8e6646b4e7407623d /lang
parentd70a1c9b331f4f55237891f60676e4be53df215d (diff)
downloadpkgsrc-607533628262379a4bb06844da14241e482018c6.tar.gz
o Unconditionally enable popen() support.
o Enable pkgviews installation (hi cube, the one from pkgsrcCon 2004 who forgot to commit this) Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/lua/Makefile5
-rw-r--r--lang/lua/distinfo4
-rw-r--r--lang/lua/patches/patch-aa13
3 files changed, 17 insertions, 5 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile
index 6850011ab74..068539a2c6a 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2004/06/12 03:02:27 grant Exp $
+# $NetBSD: Makefile,v 1.17 2004/10/02 20:54:59 cube Exp $
DISTNAME= lua-5.0.2
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
ftp://ftp.ntua.gr/pub/lang/lua/ \
@@ -19,6 +20,8 @@ MAINTAINER= pkgsrc@bjan.freeshell.org
HOMEPAGE= http://www.lua.org/
COMMENT= Powerful light-weight language for extending applications
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
ALL_TARGET= all so
INSTALL_TARGET= install soinstall
diff --git a/lang/lua/distinfo b/lang/lua/distinfo
index 2ea652c1e88..a31ffb2633a 100644
--- a/lang/lua/distinfo
+++ b/lang/lua/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2004/06/12 03:01:59 grant Exp $
+$NetBSD: distinfo,v 1.9 2004/10/02 20:54:59 cube Exp $
SHA1 (lua-5.0.2.tar.gz) = a200cfd20a9a4c7da1206ae45dddf26186a9e0e7
Size (lua-5.0.2.tar.gz) = 190442 bytes
-SHA1 (patch-aa) = 5fd7d380a3171eaed37039e649a50f7bf2725e14
+SHA1 (patch-aa) = 0b3f82f2c510ef1fc0b3071fbdb16db91dcd7faf
SHA1 (patch-ab) = 788834909e1b1ef990805c334071d9ad8761c36f
diff --git a/lang/lua/patches/patch-aa b/lang/lua/patches/patch-aa
index cd85532d66c..6afb86acead 100644
--- a/lang/lua/patches/patch-aa
+++ b/lang/lua/patches/patch-aa
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.7 2004/06/12 03:01:59 grant Exp $
+$NetBSD: patch-aa,v 1.8 2004/10/02 20:54:59 cube Exp $
---- config.orig 2003-04-12 00:00:41.000000000 +1000
+--- config.orig 2003-04-11 16:00:41.000000000 +0200
+++ config
+@@ -6,7 +6,7 @@
+ LOADLIB=
+ DLLIB=
+ NUMBER=
+-POPEN=
++POPEN= -DUSE_POPEN=1
+ TMPNAM=
+ DEGREES=
+ USERCONF=
@@ -25,7 +25,7 @@ USERCONF=
# interface (e.g., Linux, Solaris, IRIX, BSD, AIX, HPUX, and probably others),
# uncomment the next two lines.