svn commit: r340106 - head/lang/lua52

Antoine Brodin antoine at FreeBSD.org
Fri Jan 17 20:52:02 UTC 2014


Author: antoine
Date: Fri Jan 17 20:52:01 2014
New Revision: 340106
URL: http://svnweb.freebsd.org/changeset/ports/340106
QAT: https://qat.redports.org/buildarchive/r340106/

Log:
  Set the soname of liblua, it helps ports using cmake to link against it
  (otherwise they do not have the correct DT_NEEDED entry)
  
  Approved by:	lua (bapt)

Modified:
  head/lang/lua52/Makefile

Modified: head/lang/lua52/Makefile
==============================================================================
--- head/lang/lua52/Makefile	Fri Jan 17 20:45:42 2014	(r340105)
+++ head/lang/lua52/Makefile	Fri Jan 17 20:52:01 2014	(r340106)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lua
 PORTVERSION=	5.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.lua.org/ftp/
 PKGNAMESUFFIX=	52
@@ -35,6 +35,7 @@ MAKE_ARGS+=	MYCFLAGS="${CFLAGS} -DLUA_US
 		LUAC_T=luac52 \
 		LUA_A=liblua-${LUA_VER}.a \
 		LUA_SO=liblua-${LUA_VER}.so \
+		LUA_SONAME=liblua-${LUA_VER}.so \
 		TO_BIN="lua52 luac52" \
 		TO_LIB="liblua-${LUA_VER}.a liblua-${LUA_VER}.so" \
 		INSTALL_TOP=${STAGEDIR}${PREFIX} \


More information about the svn-ports-all mailing list