Revision: 26206 http://sourceforge.net/p/gar/code/26206 Author: dmichelsen Date: 2017-05-11 15:00:54 +0000 (Thu, 11 May 2017) Log Message: ----------- libfastjson/trunk: Update to 0.99.6
Modified Paths: -------------- csw/mgar/pkg/libfastjson/trunk/Makefile csw/mgar/pkg/libfastjson/trunk/checksums Modified: csw/mgar/pkg/libfastjson/trunk/Makefile =================================================================== --- csw/mgar/pkg/libfastjson/trunk/Makefile 2017-05-11 13:42:47 UTC (rev 26205) +++ csw/mgar/pkg/libfastjson/trunk/Makefile 2017-05-11 15:00:54 UTC (rev 26206) @@ -2,23 +2,32 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libfastjson -VERSION = 0.99.2 +VERSION = 0.99.6 GARTYPE = v2 DESCRIPTION = A fork of the json-c library optimized for liblognorm MASTER_SITES += http://download.rsyslog.com/libfastjson/ +DISTNAME = $(NAME)-$(VERSION) DISTFILES += $(DISTNAME).tar.gz -PACKAGES += CSWlibfastjson3 -PKGFILES_CSWlibfastjson3 += $(call pkgfiles_lib,libfastjson.so.3) -SPKG_DESC_CSWlibfastjson3 += $(DESCRIPTION), libfastjson.so.3 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 +PKGFORMAT-5.11 = svr4 + +PACKAGES += CSWlibfastjson4 +PKGFILES_CSWlibfastjson4 += $(call pkgfiles_lib,libfastjson.so.4) +SPKG_DESC_CSWlibfastjson4 += $(DESCRIPTION), libfastjson.so.4 +RUNTIME_DEP_PKGS_CSWlibfastjson4 += CSWlibgcc-s1 + PACKAGES += CSWlibfastjson-dev -SPKG_DESC_CSWlibfastjson-dev += Development files for libfastjson.so.3 +SPKG_DESC_CSWlibfastjson-dev += Development files for libfastjson.so.4 # PKGFILES is catchall -RUNTIME_DEP_PKGS_CSWlibfastjson-dev += CSWlibfastjson3 +RUNTIME_DEP_PKGS_CSWlibfastjson-dev += CSWlibfastjson4 +GARCOMPILER = GNU + BUILD64 = 1 include gar/category.mk Modified: csw/mgar/pkg/libfastjson/trunk/checksums =================================================================== --- csw/mgar/pkg/libfastjson/trunk/checksums 2017-05-11 13:42:47 UTC (rev 26205) +++ csw/mgar/pkg/libfastjson/trunk/checksums 2017-05-11 15:00:54 UTC (rev 26206) @@ -1 +1 @@ -5e95590422d26b22eb8e9efb073b9b83 libfastjson-0.99.2.tar.gz +f3ade90408eab335bf8fa5782622b423 libfastjson-0.99.6.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.