aboutsummaryrefslogtreecommitdiff
path: root/lang/lua/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:25:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:25:42 +0000
commit659ecbd0b85666c9f90f3ec9bf1b60763cb10708 (patch)
tree79200077da0be7ee614bbdb9c81973930d11dab4 /lang/lua/files
parentc558673f0bec6616efdfc5b86b5a243ba44e7a50 (diff)
downloadports-659ecbd0b85666c9f90f3ec9bf1b60763cb10708.tar.gz
ports-659ecbd0b85666c9f90f3ec9bf1b60763cb10708.zip
- Update to 5.1
PR: ports/96449 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer)
Notes
Notes: svn path=/head/; revision=161275
Diffstat (limited to 'lang/lua/files')
-rw-r--r--lang/lua/files/patch-ab8
-rw-r--r--lang/lua/files/patch-config11
2 files changed, 4 insertions, 15 deletions
diff --git a/lang/lua/files/patch-ab b/lang/lua/files/patch-ab
index 5a24cd697f27..f6db9372a79d 100644
--- a/lang/lua/files/patch-ab
+++ b/lang/lua/files/patch-ab
@@ -1,6 +1,6 @@
---- src/lib/lmathlib.c.orig Tue Mar 11 21:30:37 2003
-+++ src/lib/lmathlib.c Fri May 9 02:32:59 2003
-@@ -170,7 +170,7 @@
+--- src/lmathlib.c.orig Thu Apr 27 23:42:51 2006
++++ src/lmathlib.c Thu Apr 27 23:43:27 2006
+@@ -181,7 +181,7 @@
static int math_random (lua_State *L) {
/* the `%' avoids the (rare) case of r==1, and is needed also because on
some systems (SunOS!) `rand()' may return a value larger than RAND_MAX */
@@ -9,7 +9,7 @@
switch (lua_gettop(L)) { /* check number of arguments */
case 0: { /* no arguments */
lua_pushnumber(L, r); /* Number between 0 and 1 */
-@@ -196,7 +196,7 @@
+@@ -207,7 +207,7 @@
static int math_randomseed (lua_State *L) {
diff --git a/lang/lua/files/patch-config b/lang/lua/files/patch-config
deleted file mode 100644
index af26d8b26550..000000000000
--- a/lang/lua/files/patch-config
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.orig Fri Apr 11 16:00:41 2003
-+++ config Wed Jul 6 00:09:46 2005
-@@ -6,7 +6,7 @@
- LOADLIB=
- DLLIB=
- NUMBER=
--POPEN=
-+POPEN= -DUSE_POPEN=1
- TMPNAM=
- DEGREES=
- USERCONF=