SF.net SVN: gar:[27045] csw/mgar/pkg/libunistring/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Jan 9 15:57:21 CET 2024
Revision: 27045
http://sourceforge.net/p/gar/code/27045
Author: dmichelsen
Date: 2024-01-09 14:57:20 +0000 (Tue, 09 Jan 2024)
Log Message:
-----------
libunistring/trunk: Update to 1.1
Modified Paths:
--------------
csw/mgar/pkg/libunistring/trunk/Makefile
csw/mgar/pkg/libunistring/trunk/checksums
Modified: csw/mgar/pkg/libunistring/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libunistring/trunk/Makefile 2024-01-04 19:27:02 UTC (rev 27044)
+++ csw/mgar/pkg/libunistring/trunk/Makefile 2024-01-09 14:57:20 UTC (rev 27045)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = libunistring
-VERSION = 0.9.10
+VERSION = 1.1
GARTYPE = v2
DESCRIPTION = Provides functions for manipulating Unicode strings
@@ -12,20 +12,21 @@
MASTER_SITES = $(GNU_MIRROR)
DISTFILES = $(DISTNAME).tar.xz
-PACKAGING_PLATFORMS += solaris9-sparc
-PACKAGING_PLATFORMS += solaris9-i386
+# There is no stdbool.h on Solaris 9
+#PACKAGING_PLATFORMS += solaris9-sparc
+#PACKAGING_PLATFORMS += solaris9-i386
PACKAGING_PLATFORMS += solaris10-sparc
PACKAGING_PLATFORMS += solaris10-i386
-PACKAGES += CSWlibunistring2
-SPKG_DESC_CSWlibunistring2 = Provides functions for manipulating Unicode strings, libunistring.so.2
-PKGFILES_CSWlibunistring2 += $(call pkgfiles_lib,libunistring.so.2)
-RUNTIME_DEP_PKGS_CSWlibunistring2 += CSWlibiconv2
+PACKAGES += CSWlibunistring5
+SPKG_DESC_CSWlibunistring5 = Provides functions for manipulating Unicode strings, libunistring.so.5
+PKGFILES_CSWlibunistring5 += $(call pkgfiles_lib,libunistring.so.5)
+RUNTIME_DEP_PKGS_CSWlibunistring5 += CSWlibiconv2
PACKAGES += CSWlibunistring-dev
-SPKG_DESC_CSWlibunistring-dev = Development files for libunistring.so.2
+SPKG_DESC_CSWlibunistring-dev = Development files for libunistring.so.5
# PKGFILES is catchall
-RUNTIME_DEP_PKGS_CSWlibunistring-dev += CSWlibunistring2
+RUNTIME_DEP_PKGS_CSWlibunistring-dev += CSWlibunistring5
# These are just docs, override for now
#CHECKPKG_OVERRIDES_CSWlibunistring-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libunistring/libunistring_15.html
@@ -38,6 +39,8 @@
BUILD64_5.10_i386 = 1
BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))
+CC_EXTRA += -D_STDC_C99=
+
EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/charset\.alias
include gar/category.mk
Modified: csw/mgar/pkg/libunistring/trunk/checksums
===================================================================
--- csw/mgar/pkg/libunistring/trunk/checksums 2024-01-04 19:27:02 UTC (rev 27044)
+++ csw/mgar/pkg/libunistring/trunk/checksums 2024-01-09 14:57:20 UTC (rev 27045)
@@ -1 +1 @@
-db08bb384e81968957f997ec9808926e libunistring-0.9.10.tar.xz
+0dfba19989ae06b8e7a49a7cd18472a1 libunistring-1.1.tar.xz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list