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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 18 20:23:16 CET 2015


Revision: 25386
          http://sourceforge.net/p/gar/code/25386
Author:   dmichelsen
Date:     2015-11-18 19:23:16 +0000 (Wed, 18 Nov 2015)
Log Message:
-----------
flex/trunk: Update to 2.6.0

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

Removed Paths:
-------------
    csw/mgar/pkg/flex/trunk/files/0001-Allow-undefined-symbols-in-shared-libs.patch

Modified: csw/mgar/pkg/flex/trunk/Makefile
===================================================================
--- csw/mgar/pkg/flex/trunk/Makefile	2015-11-18 16:04:24 UTC (rev 25385)
+++ csw/mgar/pkg/flex/trunk/Makefile	2015-11-18 19:23:16 UTC (rev 25386)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = flex
-VERSION = 2.5.39
+VERSION = 2.6.0
 GARTYPE = v2
 
 DESCRIPTION = A tool for generating text-scanning programs
@@ -16,10 +16,6 @@
 MASTER_SITES += $(SF_MIRRORS)
 DISTFILES += $(DISTNAME).tar.xz
 
-# This is probably the same cause as the bug reported here:
-#   https://sourceforge.net/p/flex/bugs/170/
-PATCHFILES += 0001-Allow-undefined-symbols-in-shared-libs.patch
-
 VENDOR_URL = http://flex.sourceforge.net/
 
 PACKAGES += CSWflex
@@ -47,16 +43,6 @@
 # Must use GNU diff for option '-q' or two tests fail due to bailing out Sun diff
 TEST_ENV_PATH = $(prefix)/gnu:$(PATH)
 
-# There are two tests failing, this is a known issue:
-#    Executing test test-bison-yylloc
-#   Test test-bison-yylloc FAILED. See test-bison-yylloc/OUTPUT for details.
-#   Executing test test-bison-yylval
-#   Test test-bison-yylval FAILED. See test-bison-yylval/OUTPUT for details.
-# See for details
-#   https://sourceforge.net/p/flex/bugs/144/
-
-SKIPTEST ?= 1
-
 include gar/category.mk
 
 post-install:

Modified: csw/mgar/pkg/flex/trunk/checksums
===================================================================
--- csw/mgar/pkg/flex/trunk/checksums	2015-11-18 16:04:24 UTC (rev 25385)
+++ csw/mgar/pkg/flex/trunk/checksums	2015-11-18 19:23:16 UTC (rev 25386)
@@ -1 +1 @@
-477679c37ff8b28248a9b05f1da29a82  flex-2.5.39.tar.xz
+3cbbfa1554d0b75fad9f8100732454de  flex-2.6.0.tar.xz

Deleted: csw/mgar/pkg/flex/trunk/files/0001-Allow-undefined-symbols-in-shared-libs.patch
===================================================================
--- csw/mgar/pkg/flex/trunk/files/0001-Allow-undefined-symbols-in-shared-libs.patch	2015-11-18 16:04:24 UTC (rev 25385)
+++ csw/mgar/pkg/flex/trunk/files/0001-Allow-undefined-symbols-in-shared-libs.patch	2015-11-18 19:23:16 UTC (rev 25386)
@@ -1,31 +0,0 @@
-From a7dde1d6fa77d36ce1b6f87f48f5d0ed731a12be Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Mon, 5 May 2014 15:36:28 +0200
-Subject: [PATCH] Allow undefined symbols in shared libs
-
----
- Makefile.in | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 86e31c1..ec16e01 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -435,12 +435,12 @@ libfl_la_SOURCES = \
- 	libmain.c \
- 	libyywrap.c
- 
--libfl_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
-+libfl_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
- libfl_pic_la_SOURCES = \
- 	libmain.c \
- 	libyywrap.c
- 
--libfl_pic_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
-+libfl_pic_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
- noinst_HEADERS = \
- 	flexdef.h \
- 	flexint.h \
--- 
-1.8.4.1
-

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