Revision: 26589 http://sourceforge.net/p/gar/code/26589 Author: dmichelsen Date: 2019-10-15 11:27:52 +0000 (Tue, 15 Oct 2019) Log Message: ----------- bison/trunk: Update to 3.4.2
Modified Paths: -------------- csw/mgar/pkg/bison/trunk/Makefile csw/mgar/pkg/bison/trunk/checksums Modified: csw/mgar/pkg/bison/trunk/Makefile =================================================================== --- csw/mgar/pkg/bison/trunk/Makefile 2019-10-15 08:15:20 UTC (rev 26588) +++ csw/mgar/pkg/bison/trunk/Makefile 2019-10-15 11:27:52 UTC (rev 26589) @@ -1,7 +1,7 @@ # $Id$ NAME = bison -VERSION = 3.0.4 +VERSION = 3.4.2 GARTYPE = v2 DESCRIPTION = GNU Project parser generator (yacc replacement) @@ -21,15 +21,16 @@ EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset\.alias +# Make sure to use a recent compiler, Sun Studio 12 produces compile time errors: +# https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00045.html +GARCOMPILER = SOS12U6 + +# We need 'seq' +TEST_ENV_PATH = /opt/csw/gnu:$(PATH) + # I guess we really need these CHECKPKG_OVERRIDES_CSWbison += surplus-dependency|CSWgm4 -# Tests 217-222 use zero-sized structs -EXTRA_CFLAGS += -features=extensions - -# Some GCJ tests are failing on x86 -SKIPTEST ?= 1 - include gar/category.mk CONFIGURE_ENV_TEST = /opt/csw/gnu:$(PATH) Modified: csw/mgar/pkg/bison/trunk/checksums =================================================================== --- csw/mgar/pkg/bison/trunk/checksums 2019-10-15 08:15:20 UTC (rev 26588) +++ csw/mgar/pkg/bison/trunk/checksums 2019-10-15 11:27:52 UTC (rev 26589) @@ -1 +1 @@ -a586e11cd4aff49c3ff6d3b6a4c9ccf8 bison-3.0.4.tar.gz +a6f6a617994f8906125abae57d71d5b5 bison-3.4.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.