mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
parent
d4c8d33092
commit
1d0c6d6f85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392310
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lua
|
||||
PORTVERSION= 5.3.0
|
||||
PORTVERSION= 5.3.1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.lua.org/ftp/
|
||||
PKGNAMESUFFIX= 53
|
||||
@ -13,7 +13,7 @@ COMMENT= Small, compilable scripting language providing easy access to C code
|
||||
LICENSE= MIT
|
||||
|
||||
LUA_VER= 5.3
|
||||
LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit
|
||||
LIB_DEPENDS= libedit.so:${PORTSDIR}/devel/libedit
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
# Overriding __MAKE_CONF makes sure that we don't re-parse
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lua-5.3.0.tar.gz) = ae4a5eb2d660515eb191bfe3e061f2b8ffe94dce73d32cfd0de090ddcc0ddb01
|
||||
SIZE (lua-5.3.0.tar.gz) = 278045
|
||||
SHA256 (lua-5.3.1.tar.gz) = 072767aad6cc2e62044a66e8562f51770d941e972dc1e4068ba719cd8bffac17
|
||||
SIZE (lua-5.3.1.tar.gz) = 282401
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- ./src/liolib.c.orig 2013-01-05 22:46:54.000000000 +0100
|
||||
+++ ./src/liolib.c 2013-01-05 22:47:32.000000000 +0100
|
||||
@@ -19,6 +19,7 @@
|
||||
--- src/liolib.c.orig 2015-04-03 18:41:57 UTC
|
||||
+++ src/liolib.c
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#define liolib_c
|
||||
#define LUA_LIB
|
||||
#include "lua.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user