pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lua-unbound



Module Name:    pkgsrc
Committed By:   tm
Date:           Sun Feb  4 12:26:15 UTC 2024

Modified Files:
        pkgsrc/net/lua-unbound: distinfo
Added Files:
        pkgsrc/net/lua-unbound/patches: patch-GNUmakefile

Log Message:
lua-unbound: Build fix for Darwin and illumos based distributions

Remove CC variable in Makefile to use CC provided by pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/lua-unbound/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/lua-unbound/patches/patch-GNUmakefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/lua-unbound/distinfo
diff -u pkgsrc/net/lua-unbound/distinfo:1.1 pkgsrc/net/lua-unbound/distinfo:1.2
--- pkgsrc/net/lua-unbound/distinfo:1.1 Sun May  8 20:32:14 2022
+++ pkgsrc/net/lua-unbound/distinfo     Sun Feb  4 12:26:14 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/05/08 20:32:14 khorben Exp $
+$NetBSD: distinfo,v 1.2 2024/02/04 12:26:14 tm Exp $
 
 BLAKE2s (luaunbound-1.0.0.tar.gz) = 08251412c865dfcff3ed42d53cdf926970fa34a1eded889b2c2ffc4bc979729b
 SHA512 (luaunbound-1.0.0.tar.gz) = 9fab77481e7c84409d9ceb79156d06cb9ac2b2d7df53349e0f1b6c118022c9b1c22481e9413efedda41cc9acb1640d3d30cc4e0f9b7ed7fd6ed2511192a69d3c
 Size (luaunbound-1.0.0.tar.gz) = 6366 bytes
+SHA1 (patch-GNUmakefile) = c860f05b9779b5e30eb1b7dd2359bccafe9b4b1b

Added files:

Index: pkgsrc/net/lua-unbound/patches/patch-GNUmakefile
diff -u /dev/null pkgsrc/net/lua-unbound/patches/patch-GNUmakefile:1.1
--- /dev/null   Sun Feb  4 12:26:15 2024
+++ pkgsrc/net/lua-unbound/patches/patch-GNUmakefile    Sun Feb  4 12:26:15 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-GNUmakefile,v 1.1 2024/02/04 12:26:15 tm Exp $
+
+Remove CC variable to support different compilers and correct naming.
+
+--- GNUmakefile.orig    2021-07-10 20:22:54.000000000 +0000
++++ GNUmakefile
+@@ -6,7 +6,6 @@ LUA_VERSION = 5.2
+ LUA_PC      = lua-$(LUA_VERSION)
+ LUA_LIBDIR  = $(shell pkg-config --variable=INSTALL_CMOD $(LUA_PC))
+
+-CC          = c99
+ CFLAGS     += -fPIC $(shell pkg-config --cflags $(LUA_PC)) -Wall -Wextra -pedantic -ggdb
+ LDLIBS     += -lunbound
+ LDFLAGS    += -shared



Home | Main Index | Thread Index | Old Index