Thu Apr 13 00:41:02 2017 UTC ()
Update DeforaOS libSystem to version 0.3.1

This release brings:
- build fixes with OBJDIR
- minor API update in <System/string.h>
- support for SOURCE_DATE_EPOCH in tests
- minor fixes and improvements


(khorben)
diff -r1.17 -r1.18 pkgsrc/devel/deforaos-libsystem/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/deforaos-libsystem/PLIST
diff -r1.4 -r1.5 pkgsrc/devel/deforaos-libsystem/buildlink3.mk
diff -r1.11 -r1.12 pkgsrc/devel/deforaos-libsystem/distinfo
diff -r1.4 -r1.5 pkgsrc/devel/deforaos-libsystem/patches/patch-tests_tests.sh

cvs diff -r1.17 -r1.18 pkgsrc/devel/deforaos-libsystem/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-libsystem/Makefile 2016/12/22 12:51:16 1.17
+++ pkgsrc/devel/deforaos-libsystem/Makefile 2017/04/13 00:41:02 1.18
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.17 2016/12/22 12:51:16 maya Exp $ 1# $NetBSD: Makefile,v 1.18 2017/04/13 00:41:02 khorben Exp $
2# 2#
3 3
4DISTNAME= libSystem-0.3.0 4DISTNAME= libSystem-0.3.1
5PKGNAME= deforaos-libsystem-0.3.0 5PKGNAME= deforaos-libsystem-0.3.1
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= http://www.defora.org/os/download/download/4392/ 7MASTER_SITES= http://www.defora.org/os/download/download/4446/
8 8
9MAINTAINER= khorben@defora.org 9MAINTAINER= khorben@defora.org
10HOMEPAGE= http://www.defora.org/ 10HOMEPAGE= http://www.defora.org/
11COMMENT= DeforaOS core system library 11COMMENT= DeforaOS core system library
12LICENSE= gnu-lgpl-v3 12LICENSE= gnu-lgpl-v3
13 13
14MAKE_FLAGS+= PREFIX=${PREFIX} 14MAKE_FLAGS+= PREFIX=${PREFIX}
15MAKE_FLAGS+= DESTDIR=${DESTDIR} 15MAKE_FLAGS+= DESTDIR=${DESTDIR}
16MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} 16MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
17MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} 17MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
18MAKE_FLAGS+= INSTALL=${INSTALL:Q} 18MAKE_FLAGS+= INSTALL=${INSTALL:Q}
19AUTO_MKDIRS= yes 19AUTO_MKDIRS= yes
20 20

cvs diff -r1.6 -r1.7 pkgsrc/devel/deforaos-libsystem/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-libsystem/PLIST 2016/02/19 20:32:04 1.6
+++ pkgsrc/devel/deforaos-libsystem/PLIST 2017/04/13 00:41:02 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2016/02/19 20:32:04 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.7 2017/04/13 00:41:02 khorben Exp $
2bin/configctl 2bin/configctl
3include/System.h 3include/System.h
4include/System/array.h 4include/System/array.h
5include/System/buffer.h 5include/System/buffer.h
6include/System/config.h 6include/System/config.h
7include/System/error.h 7include/System/error.h
8include/System/event.h 8include/System/event.h
9include/System/file.h 9include/System/file.h
10include/System/hash.h 10include/System/hash.h
11include/System/license.h 11include/System/license.h
12include/System/mutator.h 12include/System/mutator.h
13include/System/object.h 13include/System/object.h
14include/System/parser.h 14include/System/parser.h

cvs diff -r1.4 -r1.5 pkgsrc/devel/deforaos-libsystem/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-libsystem/buildlink3.mk 2016/02/19 20:32:04 1.4
+++ pkgsrc/devel/deforaos-libsystem/buildlink3.mk 2017/04/13 00:41:02 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.4 2016/02/19 20:32:04 khorben Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2017/04/13 00:41:02 khorben Exp $
2 2
3BUILDLINK_TREE+= deforaos-libsystem 3BUILDLINK_TREE+= deforaos-libsystem
4 4
5.if !defined(DEFORAOS_LIBSYSTEM_BUILDLINK3_MK) 5.if !defined(DEFORAOS_LIBSYSTEM_BUILDLINK3_MK)
6DEFORAOS_LIBSYSTEM_BUILDLINK3_MK:= 6DEFORAOS_LIBSYSTEM_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.deforaos-libsystem+= deforaos-libsystem>=0.3.0 8BUILDLINK_API_DEPENDS.deforaos-libsystem+= deforaos-libsystem>=0.3.1
9BUILDLINK_PKGSRCDIR.deforaos-libsystem?= ../../devel/deforaos-libsystem 9BUILDLINK_PKGSRCDIR.deforaos-libsystem?= ../../devel/deforaos-libsystem
10 10
11.endif # DEFORAOS_LIBSYSTEM_BUILDLINK3_MK 11.endif # DEFORAOS_LIBSYSTEM_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -deforaos-libsystem 13BUILDLINK_TREE+= -deforaos-libsystem

cvs diff -r1.11 -r1.12 pkgsrc/devel/deforaos-libsystem/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-libsystem/distinfo 2016/02/19 20:32:05 1.11
+++ pkgsrc/devel/deforaos-libsystem/distinfo 2017/04/13 00:41:02 1.12
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.11 2016/02/19 20:32:05 khorben Exp $ 1$NetBSD: distinfo,v 1.12 2017/04/13 00:41:02 khorben Exp $
2 2
3SHA1 (libSystem-0.3.0.tar.gz) = b737a058b8971fadb39d36f83db1b27727e9bb97 3SHA1 (libSystem-0.3.1.tar.gz) = e527a54f24d2f1ab350c1e5610ba83cf00c67cdc
4RMD160 (libSystem-0.3.0.tar.gz) = cd8c310468f610f0f0065cb03e4a03c6e6b6c8e1 4RMD160 (libSystem-0.3.1.tar.gz) = 9b73f5849325fc656763f770e6c516101cd1007e
5SHA512 (libSystem-0.3.0.tar.gz) = f21ac214a7b7a1380c625967be7c9f2289d05c47f7b0738a6c094a9c949d6582acab9cb6f810c855d47b1313d3ff07d263d9f0def7f88a95b93d242c95418c24 5SHA512 (libSystem-0.3.1.tar.gz) = 667b6b2bf27be420fea2718b04aa4ce86a87f388a626b21371ec3c39b7e7d8ea4600b340d81b2a51c7317306dce7d4cd0f8a1281f07091ad1ad7b2cc3e28b4e4
6Size (libSystem-0.3.0.tar.gz) = 67696 bytes 6Size (libSystem-0.3.1.tar.gz) = 70735 bytes
7SHA1 (patch-tests_tests.sh) = 35612dd5bebab5b0749b24be2bb1992f02838a67 7SHA1 (patch-tests_tests.sh) = a8904b992794dea31fb29cef858e17d761f2293f

cvs diff -r1.4 -r1.5 pkgsrc/devel/deforaos-libsystem/patches/patch-tests_tests.sh (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-libsystem/patches/patch-tests_tests.sh 2015/10/17 17:57:28 1.4
+++ pkgsrc/devel/deforaos-libsystem/patches/patch-tests_tests.sh 2017/04/13 00:41:02 1.5
@@ -1,25 +1,18 @@ @@ -1,25 +1,18 @@
1$NetBSD: patch-tests_tests.sh,v 1.4 2015/10/17 17:57:28 khorben Exp $ 1$NetBSD: patch-tests_tests.sh,v 1.5 2017/04/13 00:41:02 khorben Exp $
2 2
3Avoid building the (experimental) Python binding. 3Avoid building the (experimental) Python binding.
4Use LD_LIBRARY_PATH to find pre-installed libraries. 4Use LD_LIBRARY_PATH to find pre-installed libraries.
5 5
6--- tests/tests.sh.orig 2015-10-14 23:30:20.000000000 +0000 6--- tests/tests.sh.orig 2017-04-13 00:29:45.000000000 +0000
7+++ tests/tests.sh 7+++ tests/tests.sh
8@@ -42,7 +42,7 @@ _run() 8@@ -114,8 +114,8 @@ failures=
9 echo -n "$test:" 1>&2 9
10 (echo 10 if $PKGCONFIG --exists python-2.7; then
11 echo "Testing: $test" "$@" 11 tests="$tests python.sh"
12- LD_LIBRARY_PATH="$OBJDIR../src" "$OBJDIR$test" "$@") 2>&1 12-else
13+ env LD_LIBRARY_PATH="$OBJDIR../src" "$OBJDIR$test" "$@") 2>&1 13- failures="$failures python.sh"
14 res=$? 14+#else
15 if [ $res -ne 0 ]; then 15+# failures="$failures python.sh"
16 echo "Test: $test$sep$@: FAIL (error $res)" 16 fi
17@@ -107,7 +107,7 @@ _test "includes" 17
18 _test "string" 18 $DATE > "$target"
19 _test "variable" 
20 echo "Expected failures:" 1>&2 
21-_fail "python.sh" 
22+#_fail "python.sh" 
23 if [ -n "$FAILED" ]; then 
24 echo "Failed tests:$FAILED" 1>&2 
25 exit 2