Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc also use -bundle



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ccea510bb58
branches:  trunk
changeset: 435669:0ccea510bb58
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 11 14:48:57 2020 +0000

description:
also use -bundle

diffstat:

 databases/lua-lsqlite3/Makefile |  4 ++--
 devel/lua-bit32/Makefile        |  4 ++--
 devel/lua-compat53/Makefile     |  4 ++--
 devel/lua-event/Makefile        |  4 ++--
 devel/lua-filesystem/Makefile   |  4 ++--
 devel/lua-posix/Makefile        |  4 ++--
 devel/lua-term/Makefile         |  4 ++--
 textproc/lua-lyaml/Makefile     |  4 ++--
 textproc/lua-utf8/Makefile      |  4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diffs (162 lines):

diff -r c49bce328097 -r 0ccea510bb58 databases/lua-lsqlite3/Makefile
--- a/databases/lua-lsqlite3/Makefile   Sat Jul 11 14:35:13 2020 +0000
+++ b/databases/lua-lsqlite3/Makefile   Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:05 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/11 14:48:57 nia Exp $
 
 DISTNAME=      lsqlite3_fsl09y
 PKGNAME=       ${LUA_PKGPREFIX}-lsqlite3-0.9.5
@@ -11,7 +11,7 @@
 COMMENT=       Binding for Lua to the SQLite3 database library
 LICENSE=       mit
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 INSTALLATION_DIRS+=    ${LUA_CDIR} ${LUA_LDIR}
 INSTALLATION_DIRS+=    ${LUA_DOCDIR}/examples
diff -r c49bce328097 -r 0ccea510bb58 devel/lua-bit32/Makefile
--- a/devel/lua-bit32/Makefile  Sat Jul 11 14:35:13 2020 +0000
+++ b/devel/lua-bit32/Makefile  Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:05 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/11 14:48:57 nia Exp $
 
 # Keep versioning in sync with the luarocks rockspec.
 DISTNAME=      lua-compat53-0.9
@@ -16,7 +16,7 @@
 CONFLICTS+=    ${LUA_PKGPREFIX}-bitlib-[0-9]*
 SUPERSEDES+=   ${LUA_PKGPREFIX}-bitlib-[0-9]*
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 INSTALLATION_DIRS+=    ${LUA_CDIR}
 
diff -r c49bce328097 -r 0ccea510bb58 devel/lua-compat53/Makefile
--- a/devel/lua-compat53/Makefile       Sat Jul 11 14:35:13 2020 +0000
+++ b/devel/lua-compat53/Makefile       Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/07/11 14:20:06 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/07/11 14:48:57 nia Exp $
 
 DISTNAME=      lua-compat53-0.9
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua-//1}
@@ -14,7 +14,7 @@
 
 PLIST_SUBST+=  LUA_INCDIR=${LUA_INCDIR}
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 PRINT_PLIST_AWK+=      /^${LUA_INCDIR:S|/|\\/|g}/ \
                        { gsub(/${LUA_INCDIR:S|/|\\/|g}/, "$${LUA_INCDIR}") }
diff -r c49bce328097 -r 0ccea510bb58 devel/lua-event/Makefile
--- a/devel/lua-event/Makefile  Sat Jul 11 14:35:13 2020 +0000
+++ b/devel/lua-event/Makefile  Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:06 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/11 14:48:57 nia Exp $
 
 DISTNAME=      luaevent-0.4.6
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua//1}
@@ -14,7 +14,7 @@
 
 BUILD_DIRS+=   src
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 INSTALLATION_DIRS+=    ${LUA_DOCDIR}
 INSTALLATION_DIRS+=    ${LUA_DOCDIR}/modules
diff -r c49bce328097 -r 0ccea510bb58 devel/lua-filesystem/Makefile
--- a/devel/lua-filesystem/Makefile     Sat Jul 11 14:35:13 2020 +0000
+++ b/devel/lua-filesystem/Makefile     Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/07/11 14:32:15 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/07/11 14:48:58 nia Exp $
 #
 
 DISTNAME=              luafilesystem-1.8.0
@@ -25,7 +25,7 @@
 MAKE_FLAGS+=           CFLAGS="${CFLAGS} -fPIC"
 MAKE_FLAGS+=           LUA_VERSION=${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 .include "../../lang/lua/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c49bce328097 -r 0ccea510bb58 devel/lua-posix/Makefile
--- a/devel/lua-posix/Makefile  Sat Jul 11 14:35:13 2020 +0000
+++ b/devel/lua-posix/Makefile  Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/07/11 14:34:22 nia Exp $
+# $NetBSD: Makefile,v 1.21 2020/07/11 14:48:58 nia Exp $
 
 DISTNAME=      luaposix-34.1.1
 PKGNAME=       ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
@@ -27,7 +27,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"
-LIBFLAG+=      ${LDFLAGS} -shared -fPIC -undefined dynamic_lookup
+LIBFLAG+=      ${LDFLAGS} -fPIC -bundle -undefined dynamic_lookup
 .else
 LIBFLAG+=      ${LDFLAGS} -shared -fPIC
 .endif
diff -r c49bce328097 -r 0ccea510bb58 devel/lua-term/Makefile
--- a/devel/lua-term/Makefile   Sat Jul 11 14:35:13 2020 +0000
+++ b/devel/lua-term/Makefile   Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/07/11 14:35:13 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/07/11 14:48:58 nia Exp $
 
 DISTNAME=      lua-term-0.07
 PKGNAME=       ${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
@@ -19,7 +19,7 @@
 MAKE_FLAGS+=   LUA_LIBDIR=${PREFIX}/${LUA_CDIR}/term
 MAKE_FLAGS+=   LUA_SHARE=${PREFIX}/${LUA_LDIR}/term
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 .include "../../lang/lua/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c49bce328097 -r 0ccea510bb58 textproc/lua-lyaml/Makefile
--- a/textproc/lua-lyaml/Makefile       Sat Jul 11 14:35:13 2020 +0000
+++ b/textproc/lua-lyaml/Makefile       Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:06 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/11 14:48:57 nia Exp $
 
 DISTNAME=      lyaml-6.2.5
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@
 
 MAKE_FLAGS+=   PKGVERSION=${PKGVERSION}
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 INSTALLATION_DIRS+=    ${LUA_DOCDIR}
 INSTALLATION_DIRS+=    ${LUA_CDIR}
diff -r c49bce328097 -r 0ccea510bb58 textproc/lua-utf8/Makefile
--- a/textproc/lua-utf8/Makefile        Sat Jul 11 14:35:13 2020 +0000
+++ b/textproc/lua-utf8/Makefile        Sat Jul 11 14:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:06 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/11 14:48:57 nia Exp $
 
 DISTNAME=      lua-utf8-0.1.2
 PKGNAME=       ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1}
@@ -13,7 +13,7 @@
 
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 
-LDFLAGS.Darwin+=       -undefined dynamic_lookup
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
 
 INSTALLATION_DIRS+=    ${LUA_CDIR}
 



Home | Main Index | Thread Index | Old Index