diff options
author | khorben <khorben@pkgsrc.org> | 2015-10-17 17:57:28 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-10-17 17:57:28 +0000 |
commit | 708a0a24d7b86fdda2179644fda283661f39cc80 (patch) | |
tree | 0c2d5312473907cf736d0d58407fd0a971dafdf3 /devel | |
parent | 97cb8c5275d1532c454d7ef9d8be6d1dc435b53e (diff) | |
download | pkgsrc-708a0a24d7b86fdda2179644fda283661f39cc80.tar.gz |
Package DeforaOS libSystem 0.2.3
This release brings:
- fixes for memory leaks in the Config and Plugin classes
- fix for memory corruption in the Event class
- improvements to configctl(1)
- additional test for the Event class
- portability fixes (build...)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/deforaos-libsystem/Makefile | 8 | ||||
-rw-r--r-- | devel/deforaos-libsystem/distinfo | 12 | ||||
-rw-r--r-- | devel/deforaos-libsystem/patches/patch-src_Makefile | 17 | ||||
-rw-r--r-- | devel/deforaos-libsystem/patches/patch-tests_tests.sh | 10 |
4 files changed, 15 insertions, 32 deletions
diff --git a/devel/deforaos-libsystem/Makefile b/devel/deforaos-libsystem/Makefile index adcb8c4c2e5..f38a057efba 100644 --- a/devel/deforaos-libsystem/Makefile +++ b/devel/deforaos-libsystem/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2015/08/26 22:34:03 khorben Exp $ +# $NetBSD: Makefile,v 1.14 2015/10/17 17:57:28 khorben Exp $ # -DISTNAME= libSystem-0.2.2 -PKGNAME= deforaos-libsystem-0.2.2 +DISTNAME= libSystem-0.2.3 +PKGNAME= deforaos-libsystem-0.2.3 CATEGORIES= devel -MASTER_SITES= http://www.defora.org/os/download/download/4359/ +MASTER_SITES= http://www.defora.org/os/download/download/4379/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ diff --git a/devel/deforaos-libsystem/distinfo b/devel/deforaos-libsystem/distinfo index 3af8d4af5e5..3064641d460 100644 --- a/devel/deforaos-libsystem/distinfo +++ b/devel/deforaos-libsystem/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2015/08/23 14:40:57 khorben Exp $ +$NetBSD: distinfo,v 1.8 2015/10/17 17:57:28 khorben Exp $ -SHA1 (libSystem-0.2.2.tar.gz) = faea622043ea4b5c1a65ff9d92d47ae9e3939867 -RMD160 (libSystem-0.2.2.tar.gz) = f7fc7329c61f69893c646fe61f62855c04f1ee50 -Size (libSystem-0.2.2.tar.gz) = 65486 bytes -SHA1 (patch-src_Makefile) = 8c2a2c7c453bc91b1acce3f47a94f0503810a97a -SHA1 (patch-tests_tests.sh) = b28b5557303cec42c1b24a6c5328fbca9b763366 +SHA1 (libSystem-0.2.3.tar.gz) = 8921aa07721e47b3b5ae5584432bdba3bed7c665 +RMD160 (libSystem-0.2.3.tar.gz) = 7df7078fc1f280c723a4db746f26dc2fdaa091f2 +SHA512 (libSystem-0.2.3.tar.gz) = 471fc8ab17a24df42c579bd3ac2e0088a46956f28d16bd11f3aa8517f2cd35e59bb736a9520a70e72136ed1e6522ee8a91d42b7b0533b94e9a03ac6f6c6dc86a +Size (libSystem-0.2.3.tar.gz) = 66568 bytes +SHA1 (patch-tests_tests.sh) = 35612dd5bebab5b0749b24be2bb1992f02838a67 diff --git a/devel/deforaos-libsystem/patches/patch-src_Makefile b/devel/deforaos-libsystem/patches/patch-src_Makefile deleted file mode 100644 index 318f96b0894..00000000000 --- a/devel/deforaos-libsystem/patches/patch-src_Makefile +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-src_Makefile,v 1.3 2015/08/23 14:40:57 khorben Exp $ - -Always force -fPIC when compiling library code - ---- src/Makefile.orig 2015-08-10 23:56:33.000000000 +0000 -+++ src/Makefile -@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib - CC = cc - CPPFLAGSF= -I ../include - CPPFLAGS= --CFLAGSF = --CFLAGS = -W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all -+CFLAGSF = -fPIC -+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all - LDFLAGSF= - AR = ar - RANLIB = ranlib diff --git a/devel/deforaos-libsystem/patches/patch-tests_tests.sh b/devel/deforaos-libsystem/patches/patch-tests_tests.sh index a54ad19cbbe..ec55db173b2 100644 --- a/devel/deforaos-libsystem/patches/patch-tests_tests.sh +++ b/devel/deforaos-libsystem/patches/patch-tests_tests.sh @@ -1,20 +1,20 @@ -$NetBSD: patch-tests_tests.sh,v 1.3 2015/05/20 23:08:37 khorben Exp $ +$NetBSD: patch-tests_tests.sh,v 1.4 2015/10/17 17:57:28 khorben Exp $ Avoid building the (experimental) Python binding. Use LD_LIBRARY_PATH to find pre-installed libraries. ---- tests/tests.sh.orig 2015-05-10 22:00:47.000000000 +0000 +--- tests/tests.sh.orig 2015-10-14 23:30:20.000000000 +0000 +++ tests/tests.sh @@ -42,7 +42,7 @@ _run() echo -n "$test:" 1>&2 (echo echo "Testing: $test" "$@" -- "$OBJDIR$test" "$@") 2>&1 -+ env LD_LIBRARY_PATH="../src" "$OBJDIR$test" "$@") 2>&1 +- LD_LIBRARY_PATH="$OBJDIR../src" "$OBJDIR$test" "$@") 2>&1 ++ env LD_LIBRARY_PATH="$OBJDIR../src" "$OBJDIR$test" "$@") 2>&1 res=$? if [ $res -ne 0 ]; then echo "Test: $test$sep$@: FAIL (error $res)" -@@ -105,7 +105,7 @@ _test "includes" +@@ -107,7 +107,7 @@ _test "includes" _test "string" _test "variable" echo "Expected failures:" 1>&2 |