SF.net SVN: gar:[26533] csw/mgar/pkg/flex/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue May 21 11:00:40 CEST 2019


Revision: 26533
          http://sourceforge.net/p/gar/code/26533
Author:   dmichelsen
Date:     2019-05-21 09:00:35 +0000 (Tue, 21 May 2019)
Log Message:
-----------
flex/trunk: Update to 2.6.4

Modified Paths:
--------------
    csw/mgar/pkg/flex/trunk/Makefile
    csw/mgar/pkg/flex/trunk/checksums

Modified: csw/mgar/pkg/flex/trunk/Makefile
===================================================================
--- csw/mgar/pkg/flex/trunk/Makefile	2019-05-20 20:30:41 UTC (rev 26532)
+++ csw/mgar/pkg/flex/trunk/Makefile	2019-05-21 09:00:35 UTC (rev 26533)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = flex
-VERSION = 2.6.0
+VERSION = 2.6.4
 GARTYPE = v2
 
 DESCRIPTION = A tool for generating text-scanning programs
@@ -13,8 +13,8 @@
   new features such as exclusive start conditions.
 endef
 
-MASTER_SITES += $(SF_MIRRORS)
-DISTFILES += $(DISTNAME).tar.xz
+MASTER_SITES += https://github.com/westes/flex/files/981163/
+DISTFILES += $(DISTNAME).tar.gz
 
 VENDOR_URL = http://flex.sourceforge.net/
 
@@ -21,9 +21,8 @@
 PACKAGES += CSWflex
 SPKG_DESC_CSWflex = A tool for generating text-scanning programs
 # PKGFILES is catchall
-RUNTIME_DEP_PKGS_CSWflex += CSWlibfl-pic2
 RUNTIME_DEP_PKGS_CSWflex += CSWlibfl2
-RUNTIME_DEP_PKGS_CSWflex += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWflex += CSWlibintl9
 
 # Previously the default flex was 2.5.4a and 2.5.35 was in /opt/csw/libexec/flex-2.5.35/bin
 OBSOLETED_BY_CSWflex += CSWflex-new
@@ -34,12 +33,13 @@
 SPKG_DESC_CSWlibfl2 = Library for Flex, libfl.so.2
 PKGFILES_CSWlibfl2 += $(call pkgfiles_lib,libfl.so.2)
 
-PACKAGES += CSWlibfl-pic2
-SPKG_DESC_CSWlibfl-pic2 = Library for Flex, libfl_pic.so.2
-PKGFILES_CSWlibfl-pic2 += $(call pkgfiles_lib,libfl_pic.so.2)
+OBSOLETED_BY_CSWlibfl2 += CSWlibfl-pic2
 
 BUILD64 = 1
 
+# We need stdbool.h
+EXTRA_CFLAGS += -xc99
+
 # Must use GNU diff for option '-q' or two tests fail due to bailing out Sun diff
 TEST_ENV_PATH = $(prefix)/gnu:$(PATH)
 

Modified: csw/mgar/pkg/flex/trunk/checksums
===================================================================
--- csw/mgar/pkg/flex/trunk/checksums	2019-05-20 20:30:41 UTC (rev 26532)
+++ csw/mgar/pkg/flex/trunk/checksums	2019-05-21 09:00:35 UTC (rev 26533)
@@ -1 +1 @@
-3cbbfa1554d0b75fad9f8100732454de  flex-2.6.0.tar.xz
+2882e3179748cc9f9c23ec593d6adc8d  flex-2.6.4.tar.gz

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