Revision: 26492 http://sourceforge.net/p/gar/code/26492 Author: dmichelsen Date: 2018-12-05 10:07:28 +0000 (Wed, 05 Dec 2018) Log Message: ----------- nettle/trunk: Update to 3.4.1
Modified Paths: -------------- csw/mgar/pkg/nettle/trunk/Makefile csw/mgar/pkg/nettle/trunk/checksums Modified: csw/mgar/pkg/nettle/trunk/Makefile =================================================================== --- csw/mgar/pkg/nettle/trunk/Makefile 2018-12-03 08:33:59 UTC (rev 26491) +++ csw/mgar/pkg/nettle/trunk/Makefile 2018-12-05 10:07:28 UTC (rev 26492) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = nettle -VERSION = 3.3 +VERSION = 3.4.1 GARTYPE = v2 DESCRIPTION = A low-level cryptographic library @@ -50,18 +50,22 @@ GARCOMPILER = GNU # Enable 64 bits, but not for Solaris 9 x86 -BUILD64_5.9_sparc = 1 -BUILD64_5.10_sparc = 1 -BUILD64_5.9_i386 = -BUILD64_5.10_i386 = 1 -BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH)) +BUILD64-5.9-sparc = 1 +BUILD64-5.10-sparc = 1 +BUILD64-5.9-i386 = +BUILD64-5.10-i386 = 1 +BUILD64 = $(BUILD64-$(GAROSREL)-$(GARCH)) CONFIGURE_ARGS += $(DIRPATHS) CONFIGURE_ARGS += --enable-shared # x86 assembly does not work with Sun Studio -# CONFIGURE_ARGS += --disable-assembler +CONFIGURE_ARGS-5.10-i386-64 += --disable-assembler +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(GAROSREL)-$(GARCH)-$(MEMORYMODEL)) +EXTRA_CFLAGS-5.10-i386-64 += -fPIC +EXTRA_CFLAGS += $(EXTRA_CFLAGS-$(GAROSREL)-$(GARCH)-$(MEMORYMODEL)) + # This is the default install location after configure CHECKPKG_OVERRIDES_CSWlibnettle-utils += file-with-bad-content|/usr/local|root/opt/csw/share/info/nettle.info Modified: csw/mgar/pkg/nettle/trunk/checksums =================================================================== --- csw/mgar/pkg/nettle/trunk/checksums 2018-12-03 08:33:59 UTC (rev 26491) +++ csw/mgar/pkg/nettle/trunk/checksums 2018-12-05 10:07:28 UTC (rev 26492) @@ -1 +1 @@ -10f969f78a463704ae73529978148dbe nettle-3.3.tar.gz +9bdebb0e2f638d3b9d91f7fc264b70c1 nettle-3.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.