pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/leveldb



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Apr 27 17:04:56 UTC 2017

Modified Files:
        pkgsrc/databases/leveldb: distinfo
Added Files:
        pkgsrc/databases/leveldb/patches: patch-build__detect__platform

Log Message:
Don't hard-code -lgcc_s on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/leveldb/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/databases/leveldb/patches/patch-build__detect__platform

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

Modified files:

Index: pkgsrc/databases/leveldb/distinfo
diff -u pkgsrc/databases/leveldb/distinfo:1.1 pkgsrc/databases/leveldb/distinfo:1.2
--- pkgsrc/databases/leveldb/distinfo:1.1       Tue Mar 14 13:12:28 2017
+++ pkgsrc/databases/leveldb/distinfo   Thu Apr 27 17:04:56 2017
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1 2017/03/14 13:12:28 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/04/27 17:04:56 joerg Exp $
 
 SHA1 (leveldb-1.20.tar.gz) = df11440c30deed5987263730180225db98de9f57
 RMD160 (leveldb-1.20.tar.gz) = 9cc7db3d8c80e11659bafe02e3efe7a03f98369d
 SHA512 (leveldb-1.20.tar.gz) = c59258f2f58ce2d5680e9ab3da4ab0923d91cd4648dcf63cdaa26cdde92bf45e094544539ad11d8e09a4a4813435286143ed0e86c21c6c31a0596903ed4744d2
 Size (leveldb-1.20.tar.gz) = 223141 bytes
 SHA1 (patch-aa) = 66a727ab380538bf01f4d472cdad0eeccddff544
+SHA1 (patch-build__detect__platform) = 6e1b8d93b3c5ae6d521222fa0c53375fb528a08a

Added files:

Index: pkgsrc/databases/leveldb/patches/patch-build__detect__platform
diff -u /dev/null pkgsrc/databases/leveldb/patches/patch-build__detect__platform:1.1
--- /dev/null   Thu Apr 27 17:04:56 2017
+++ pkgsrc/databases/leveldb/patches/patch-build__detect__platform      Thu Apr 27 17:04:56 2017
@@ -0,0 +1,13 @@
+$NetBSD: patch-build__detect__platform,v 1.1 2017/04/27 17:04:56 joerg Exp $
+
+--- build_detect_platform.orig 2017-04-22 23:02:04.756517625 +0000
++++ build_detect_platform
+@@ -113,7 +113,7 @@ case "$TARGET_OS" in
+     NetBSD)
+         PLATFORM=OS_NETBSD
+         COMMON_FLAGS="$MEMCMP_FLAG -D_REENTRANT -DOS_NETBSD"
+-        PLATFORM_LIBS="-lpthread -lgcc_s"
++        PLATFORM_LIBS="-lpthread"
+         PORT_FILE=port/port_posix.cc
+         PORT_SSE_FILE=port/port_posix_sse.cc
+         ;;



Home | Main Index | Thread Index | Old Index