pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/flex



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Mon Jul 24 14:19:06 UTC 2017

Modified Files:
        pkgsrc/devel/flex: Makefile distinfo
Removed Files:
        pkgsrc/devel/flex/patches: patch-src_main.c patch-tests_Makefile.am
            patch-tests_Makefile.in

Log Message:
Update flex to 2.6.4.

Upstream news:

* Noteworthy changes in release 2.6.4 (2017-05-06) [stable]

** build

*** The indent target now knows about flex's new (as of 2.6.0)
    layout. The indent rules it would apply are not correct and do
    need to be fixed.

*** The files included in the flex distribution are now built by the
    version of flex that is included in the distribution.

*** The configure script has a better idea of which headers are
    required to build flex. It will also error when missing functions
    are detected.

*** We have lowered the versions of automake and gettext that
    configure.ac lists as required for building flex. In autogen.sh,
    we now check for how to call libtoolize and use what we find in
    the rest of the script.

*** Since files in lib/ are picked up as needed by src/, we no longer
    generate a Makefile for that directory.

*** Flex can be cross compiled.

** documentation

*** Some typos were removed from the manual.

** scanner

*** Some minor performance enhancements.

*** We honor user defined yy_* macros again. We are also more careful
    to not leak macro definitions into header files.

*** A number of portability fixes were introduced so building flex is
    more reliable on more platforms. Additionally, outdated function
    calls were removed.

*** When building the flex executable itself, %# comments from
    flex.skl are removed when generating the C source code array. This
    reduces the size of flex.

** test suite

*** All scripts in the test suite are now run by $(SHELL) and the
    needed portability fixes have been included.

*** Test suite dependencies are handled much better. This only matters
    if you are actively developing flex or its test suite.

*** Tests that depend on platform dependent features now properly skip
    when those platforms are not present.

*** When running "make check", you can now pas V=0 to silence more of
    the build. This is useful when you're less connncerned about the
    details of building and linking the test programs themselves.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/flex/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/flex/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/flex/patches/patch-src_main.c
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/flex/patches/patch-tests_Makefile.am
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/flex/patches/patch-tests_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/flex/Makefile
diff -u pkgsrc/devel/flex/Makefile:1.58 pkgsrc/devel/flex/Makefile:1.59
--- pkgsrc/devel/flex/Makefile:1.58     Mon Jul 24 10:07:44 2017
+++ pkgsrc/devel/flex/Makefile  Mon Jul 24 14:19:06 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2017/07/24 10:07:44 maya Exp $
+# $NetBSD: Makefile,v 1.59 2017/07/24 14:19:06 jakllsch Exp $
 
-DISTNAME=      flex-2.6.3
-PKGREVISION=   2
+DISTNAME=      flex-2.6.4
 CATEGORIES=    devel lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=westes/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/devel/flex/distinfo
diff -u pkgsrc/devel/flex/distinfo:1.32 pkgsrc/devel/flex/distinfo:1.33
--- pkgsrc/devel/flex/distinfo:1.32     Mon Jul 24 10:07:44 2017
+++ pkgsrc/devel/flex/distinfo  Mon Jul 24 14:19:06 2017
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.32 2017/07/24 10:07:44 maya Exp $
+$NetBSD: distinfo,v 1.33 2017/07/24 14:19:06 jakllsch Exp $
 
-SHA1 (flex-2.6.3.tar.gz) = 8008eb0e4ccc634c334ac1d9e04716be2ba527a9
-RMD160 (flex-2.6.3.tar.gz) = 992f79f75e167bd062b8c8f00c783ea6349f9fd4
-SHA512 (flex-2.6.3.tar.gz) = f14b1af7ddd148660737991787fcf13d86cc0bef3859ed6c2135963373e76524d70382795c845cb6491b0435f8c40ba81e17f15267592b8d1656cfd4c3430b00
-Size (flex-2.6.3.tar.gz) = 1405560 bytes
-SHA1 (patch-src_main.c) = 39f1682a7809a8db308c92bb127780fd98d52b3e
-SHA1 (patch-tests_Makefile.am) = f30524f9b8c22a37cb04b4406ec142ea1ecb8e59
-SHA1 (patch-tests_Makefile.in) = 709d5f117418bbcbcc54926f582bc808daf12f3b
+SHA1 (flex-2.6.4.tar.gz) = fafece095a0d9890ebd618adb1f242d8908076e1
+RMD160 (flex-2.6.4.tar.gz) = 6439e82ff51698202a71a91f85d4eaad8a3fa10c
+SHA512 (flex-2.6.4.tar.gz) = e9785f3d620a204b7d20222888917dc065c2036cae28667065bf7862dfa1b25235095a12fd04efdbd09bfd17d3452e6b9ef953a8c1137862ff671c97132a082e
+Size (flex-2.6.4.tar.gz) = 1419096 bytes



Home | Main Index | Thread Index | Old Index