Up to [cvs.NetBSD.org] / pkgsrc / devel / flex
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.64 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:37 2023 UTC (6 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.63 / (download) - annotate - [select for diffs], Wed Nov 10 22:59:50 2021 UTC (2 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.62: +4 -2
lines
Diff to previous 1.62 (colored)
flex: Needs c99 for stdbool.h, PR pkg/56488
Revision 1.62 / (download) - annotate - [select for diffs], Tue Sep 8 11:21:17 2020 UTC (3 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.61: +3 -9
lines
Diff to previous 1.61 (colored)
flex: Remove bash dependency. This was hidden behind a broken test section, and causing circular dependency problems on some OS with bash -> bison -> flex -> bash. The GNU make requirement is still valid, but the test suite no longer requires bash. Reported by Alver on IRC.
Revision 1.60.4.1 / (download) - annotate - [select for diffs], Mon Nov 6 19:01:44 2017 UTC (6 years, 1 month ago) by bsiegert
Branch: pkgsrc-2017Q3
Changes since 1.60: +4 -1
lines
Diff to previous 1.60 (colored) next main 1.61 (colored)
Pullup ticket #5605 - requested by sevan devel/flex: Linux build fix Revisions pulled up: - devel/flex/Makefile 1.61 --- Module Name: pkgsrc Committed By: triaxx Date: Fri Oct 20 06:22:24 UTC 2017 Modified Files: pkgsrc/devel/flex: Makefile Log Message: Add workaround for fixing build on Linux See https://github.com/westes/flex/issues/241 The problem is fixed in master branch and the workaround could be removed in the next version update.
Revision 1.61 / (download) - annotate - [select for diffs], Fri Oct 20 06:22:24 2017 UTC (6 years, 1 month ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.60: +4 -1
lines
Diff to previous 1.60 (colored)
Add workaround for fixing build on Linux See https://github.com/westes/flex/issues/241 The problem is fixed in master branch and the workaround could be removed in the next version update.
Revision 1.60 / (download) - annotate - [select for diffs], Mon Jul 24 14:34:49 2017 UTC (6 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base
Branch point for: pkgsrc-2017Q3
Changes since 1.59: +4 -1
lines
Diff to previous 1.59 (colored)
flex: add workaround for netbsd-8 which segfaults during the build
Revision 1.59 / (download) - annotate - [select for diffs], Mon Jul 24 14:19:06 2017 UTC (6 years, 4 months ago) by jakllsch
Branch: MAIN
Changes since 1.58: +2 -3
lines
Diff to previous 1.58 (colored)
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.
Revision 1.58 / (download) - annotate - [select for diffs], Mon Jul 24 10:07:44 2017 UTC (6 years, 4 months ago) by maya
Branch: MAIN
Changes since 1.57: +2 -2
lines
Diff to previous 1.57 (colored)
flex: apply upstream commit to avoid redefining yywrap. we are still redefining some. bump pkgrevision
Revision 1.57 / (download) - annotate - [select for diffs], Thu Jan 12 16:53:22 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.56: +2 -1
lines
Diff to previous 1.56 (colored)
Remove now unneeded patch, lilypond seems to build fine without it. Bump PKGREVISION.
Revision 1.56 / (download) - annotate - [select for diffs], Sun Jan 1 13:53:16 2017 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.55: +2 -3
lines
Diff to previous 1.55 (colored)
Updated flex to 2.6.3. * version 2.6.3 released 2016-12-30 ** scanner *** several bug fixes resolved problems introduced in recent flex versions regarding processing of comments, literals and various quoting scenarios. *** If the path to m4 was sufficiently long, a buffer overflow could occur. This has been resolved. The fix also removes dependence on the constant PATH_MAX. ** build *** A new configure option --disable-bootstrap changes the behavior of the build system when building flex. The default "--enable-bootstrap" behavior is to build flex, then to use that flex to build flex again. With --disable-bootstrap, the scanner is simply built by sedding the scanner source. This is friendlier to cross compilation. *** The compatibility functions in lib/ are no longer built as a library. Instead, they are built as $(LIBOBJ) objects. This is simpler and friendlier to cross compilation. *** It is now possible to build flex without building the accompanying libfl. This is friendlier to cross compilation. See the --disable-libfl option to configure. Resolves #99. *** the PIC version of libfl was not correctly built. It is no longer included in the build/installation targets of flex since it was unused. *** the distributed man page is only rebuilt when the relevant source files change or when the binary doesn't exist. In particular, this is friendlier to cross compilation. Resolves #108 ** test *** the shell scripts in the test suite are more portable across different shell implementations.
Revision 1.55 / (download) - annotate - [select for diffs], Tue Dec 13 20:51:42 2016 UTC (6 years, 11 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Revert "Pull in three commits from upstream" Modifying '.l' files creates a dependency on flex itself.
Revision 1.54 / (download) - annotate - [select for diffs], Tue Dec 13 17:07:22 2016 UTC (6 years, 11 months ago) by wiedi
Branch: MAIN
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Pull in three commits from upstream mainly related to https://github.com/westes/flex/issues/113 "v2.6.2 introduces behavior change that is incompatible with previous versions" This fixes at least doxygen
Revision 1.53 / (download) - annotate - [select for diffs], Fri Nov 11 08:14:54 2016 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -1
lines
Diff to previous 1.52 (colored)
Add workaround for fixing the build of lilypond-2.18.2. See https://github.com/westes/flex/issues/124 Bump PKGREVISION.
Revision 1.52 / (download) - annotate - [select for diffs], Sun Nov 6 21:31:38 2016 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.51: +8 -6
lines
Diff to previous 1.51 (colored)
Updated flex to 2.6.2. Slightly based on wip/flex by Makoto Fujiwara and Juraj Lutter. * version 2.6.2 released 2016-10-24 ** flex internals *** a segfalt involving yyrestart(NULL) has been fixed *** flex should now handle quoting when mixed with m4 processing correctly *** flex handles `[[' and `]]' correctly *** flex no longer generates non-ANSI code *** more compilation warnings were squashed in generated scanners *** prevented a buffer overflow that could occur when input buffers were the exact wrong size ** test suite *** input filenames on MSWindows are now calculated correctly *** general code cleanups in a number of tests now make the test suite compile much more cleanly ** build system *** the xz archive has been replaced with an lzip archive *** a new option to configure --enable-warnings to encapsulate passing of warning-related flags which is useful in testing flex *** make indent now works for out of source builds *** Portability warnings when generating Makefile.in files are now suppressed; they were just noise and the use of GNU extensions in Makefile.{am,in,} was intentional and well known. ** bugs *** resolved gh#67 ** new sv translation from the translation project * version 2.6.1 released 2016-03-01 ** flex resources *** The flex project is now hosted at github. Consider this a "period of transition". In particular, you should start at https://github.com/westes/flex for the flex codebase, issue tracking and pull requests. *** New releases of flex are to be found at https://github.com/westes/flex/releases. ** flex internals *** Flex now uses more modern and more standard names for variable types. There's more work to be done on that front yet, though. *** A number of compiler warnings have been remedied. *** Line directives should now work as expected and be absent when that is expected. ** test suite *** When running the test suite, c++ files are compiled with the c++ header inside the flex distribution, rather than relying on the build system's flex header , which might not be installed yet or which might be out of date with respect to what flex tests expect. *** Some portability fixes in the test suite such as opening files for reading in binary mode ** Building flex *** The file src/scan.c asdistributed with flex source is now built with the current version of flex. Occasionally this had to be done manually to pick up new flex features. It's now just a part of flex's build system. *** The pdf version of the manual is no longer distributed with flex, although if you have the texinfo package installed, you can still build it. *** lots of general build system cleanup *** the build system tries a bit harder to find libtoolize and texi2dvi. *** When help2man and texi2dvi are missing, the error messages are now much more helpful. ** bug fixes *** resolved github issues #53, #54, #55, #61. *** Resolved sf bugs #128, #129, #155, #160, #184, #187, #195.
Revision 1.51 / (download) - annotate - [select for diffs], Fri Aug 12 10:12:23 2016 UTC (7 years, 3 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.50: +6 -12
lines
Diff to previous 1.50 (colored)
Reverted devel/flex to 2.6.0
Revision 1.50 / (download) - annotate - [select for diffs], Thu Aug 11 03:23:44 2016 UTC (7 years, 4 months ago) by mef
Branch: MAIN
Changes since 1.49: +11 -5
lines
Diff to previous 1.49 (colored)
devel/flex updated to 2.6.1 --------------------------- * version 2.6.1 released 2016-03-01 ** flex resources *** The flex project is now hosted at github. Consider this a "period of transition". In particular, you should start at https://github.com/westes/flex for the flex codebase, issue tracking and pull requests. *** New releases of flex are to be found at https://github.com/westes/flex/releases. ** flex internals *** Flex now uses more modern and more standard names for variable types. There's more work to be done on that front yet, though. *** A number of compiler warnings have been remedied. *** Line directives should now work as expected and be absent when that is expected. ** test suite *** When running the test suite, c++ files are compiled with the c++ header inside the flex distribution, rather than relying on the build system's flex header , which might not be installed yet or which might be out of date with respect to what flex tests expect. *** Some portability fixes in the test suite such as opening files for reading in binary mode ** Building flex *** The file src/scan.c asdistributed with flex source is now built with the current version of flex. Occasionally this had to be done manually to pick up new flex features. It's now just a part of flex's build system. *** The pdf version of the manual is no longer distributed with flex, although if you have the texinfo package installed, you can still build it. *** lots of general build system cleanup *** the build system tries a bit harder to find libtoolize and texi2dvi. *** When help2man and texi2dvi are missing, the error messages are now much more helpful. ** bug fixes *** resolved github issues #53, #54, #55, #61. *** Resolved sf bugs #128, #129, #155, #160, #184, #187, #195. (pkgsrc changes) - Githubify - pre-configure: stage set for ./autogen.sh - Add patch-src_Makefile.am to generate parse.h before main.c is compiled (MAKE_JOBS_SAFE = no without this patch) - Drop (or convert) patches patch-src_filter.c -- upstream taken patch-src_Makefile.in -- file is gone patch-src_Makefile.am converted to the same name, different purpose patch-tests_Makefile.in converted to patch-tests_Makefile.am - Add BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
Revision 1.49 / (download) - annotate - [select for diffs], Thu Aug 11 00:41:54 2016 UTC (7 years, 4 months ago) by mef
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Correct for wrong command operation, sorry, 2.6.0 is the current version.
Revision 1.48 / (download) - annotate - [select for diffs], Thu Aug 11 00:38:10 2016 UTC (7 years, 4 months ago) by mef
Branch: MAIN
Changes since 1.47: +3 -3
lines
Diff to previous 1.47 (colored)
*** empty log message ***
Revision 1.47 / (download) - annotate - [select for diffs], Mon Jul 18 16:18:49 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Use github as HOMEPAGE, it has a newer version than the sourceforge page.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Feb 25 12:12:47 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.45: +2 -4
lines
Diff to previous 1.45 (colored)
Use OPSYSVARS.
Revision 1.45 / (download) - annotate - [select for diffs], Fri Jan 8 11:59:36 2016 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Disable bison tests to avoid bison dependency, since bison depends on flex.
Revision 1.44 / (download) - annotate - [select for diffs], Thu Jan 7 12:05:30 2016 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.43: +5 -4
lines
Diff to previous 1.43 (colored)
Update flex to 2.6.0. While here, send patches upstream. Changes: * version 2.6.0 released 2015-11-17 ** User Visible Changes *** C++ scanners now use references instead of pointers. See the manual for details. *** A number of compiler warnings were addressed, so flex generated scanners should be quieter under compiler warning scenarios. *** Allow error reporting routines to accept varying number of arguments *** Removed deprecated 'register' storage class specifier *** Changeed output formats from octal to hexadecimal *** check limits before using array index cclp; resolves sf-166 *** Suppress clang warning about empty @param paragraph; resolves sf#158 *** Fixed malloc/realloc replacement, resolves sf bug#151. *** Adjusted buffer sizes on ia64. *** various documentation and code clean up fixes: resolves sf bugs #167, #168, among other patches. ** Flex Internals *** flex is now organized into subdirectories. This keeps the tree neater at the top level and puts like things near each other and unlike things away from each other. *** The test suite has been reorganized and is now run with the parallel test suite harness from automake. *** Cleaned up the automake parts of the build system to better reflect what automake does on its own. Also added a call to libtoolize in autogen.sh because autoreconf gets confused without a prior run of libtoolize. *** po/Makefile now includes a rule to fetch the latest translations from the translation project. "make -f po/Makefile getpo" from the top level of the flex tree will fetch the files. *** New da translation from the translation project
Revision 1.43 / (download) - annotate - [select for diffs], Sat Aug 23 07:46:38 2014 UTC (9 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
Prevent libfi to be linked with libintl. Gettext is just used in flex tool, not in library. Bump PKGREVISION.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Aug 23 03:14:36 2014 UTC (9 years, 3 months ago) by obache
Branch: MAIN
Changes since 1.41: +3 -8
lines
Diff to previous 1.41 (colored)
Documentation handling fixes. Now, unwanted configure script timestamp update issue is resolved, and unwanted documentation regeneration will not be happened anymore. TeX related tools are not required in any case. Additionally, PDF document is already in distibution, so no reason to prevent installation. Bump PKGREVISION.
Revision 1.41 / (download) - annotate - [select for diffs], Thu Jul 17 12:53:49 2014 UTC (9 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.40: +5 -1
lines
Diff to previous 1.40 (colored)
Fix SCO OpenServer 5.0.7/3.2 build. libsocket is needed.
Revision 1.40 / (download) - annotate - [select for diffs], Thu Apr 17 16:44:30 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.39: +16 -15
lines
Diff to previous 1.39 (colored)
Clean-up; fixed linking on Darwin; added LICENSE; switched to .tar.xz.
Revision 1.39 / (download) - annotate - [select for diffs], Thu Apr 17 12:41:03 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.38: +7 -6
lines
Diff to previous 1.38 (colored)
Update to 2.5.39: * flex version 2.5.39 ** no user visible changes in this release * version 2.5.38 released 2014-02-14 ** internationalization *** add sr translation from the translation project *** update da, es, ko, nl, pt_BR, ro, ru, sv, tr, vi, zh_CN translations from the translation project *** rename zh_tw to its proper zh_TW name * version 2.5.37 released 2012-08-03 ** Import flex into git. See git://flex.git.sourceforge.net/gitroot/flex/flex. ** Fix make install target to not fail when the flex++ program is already installed ** New translations from the translation project: de, fi, pl, vi
Revision 1.38 / (download) - annotate - [select for diffs], Wed Oct 31 11:16:57 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.37: +1 -3
lines
Diff to previous 1.37 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.37 / (download) - annotate - [select for diffs], Wed Aug 1 13:12:36 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.36: +7 -5
lines
Diff to previous 1.36 (colored)
Do not build and install flex.pdf, too many dependencies for such a low-level package. Bump PKGREVISION.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jul 31 18:16:50 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (colored)
It seems pdftex is also needed, no idea why this wasn't detected earlier.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jul 29 19:42:21 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.34: +6 -6
lines
Diff to previous 1.34 (colored)
Update to 2.5.36. Add build dependencies on gtexinfo and two tex packages needed to build pdf documentation, since there is no configure option to disable it that I can see. If this leads to problems, we'll have to disable it with a patch. * version 2.5.36 ** various portability fixes that quiet compiler warnings on 64-bit hosts ** various manual fixes, including correcting the name of a %option and updating some simple examples to use ANSI C syntax ** various bug fixes that prevent certain error conditions from persisting when they should not persist ** improvements to the test suite so it behaves better when linking compiled files ** new translations from the translation project: ca, da, es, fi, fr, ga, ko, pt_br, ro, ru, sv, tr, zh_cn ** the flex distribution is now built with automake 1.10.1 and automake 2.61
Revision 1.34 / (download) - annotate - [select for diffs], Wed Jun 6 13:27:05 2012 UTC (11 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
bison is not required to build flex. resolve PR 46554.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:18 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 31 17:21:14 2010 UTC (13 years, 10 months ago) by spz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
bumping pkgrevision ought to have gone in with addition of patches/patch-ad
Revision 1.31 / (download) - annotate - [select for diffs], Wed Feb 25 21:03:01 2009 UTC (14 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.30: +5 -1
lines
Diff to previous 1.30 (colored)
turn on linux source compatibility for AIX - flex dumps core otherwise when try to allocate 0 bytes
Revision 1.30 / (download) - annotate - [select for diffs], Sun May 18 00:43:51 2008 UTC (15 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Update homepage.
Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 8 00:08:42 2008 UTC (15 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.28: +2 -10
lines
Diff to previous 1.28 (colored)
version 2.5.35 released 2008-02-26 * fixed bug that prevented flex from accepting certain comments in the scanner file (resolves bugs #1849809 and #1849805) * fix bug that prevented headers for all functions from being generated (resolves bug #1628314) * change yy_size_t to be size_t (resolves bug #1849812) * new de, nl, pl, pt_br, vi translations from the translation project
Revision 1.28 / (download) - annotate - [select for diffs], Fri Feb 22 22:13:33 2008 UTC (15 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.27: +11 -3
lines
Diff to previous 1.27 (colored)
- add a patch from debian that fixes a parser bug - do a "two stage" bootstrap: build flex, then regenerate the scanner and rebuild flex. - This should fix PR pkg/38084 - bump PKGREVISION.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Feb 21 18:26:05 2008 UTC (15 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.26: +2 -4
lines
Diff to previous 1.26 (colored)
Update to flex-2.5.34. Highlights from NEWS: * flex now provides for a libfl_pic.a compiled with position indep. code. * introduce yylex_init_extra (c.f. manual) * pattern language expanded (c.f. manual) * introduce %option extra-type="your_type *" * parse multiple short concatenated options * better checking after yyalloc/yyrealloc * Expose YY_BUF_SIZE in the header file. * better escape of filenames with special characters * memory leaks were plugged * support case-insensitive patterns * POSIX character classes may be negated in patterns * patterns may now use set difference, union operators * c++ scanner updates * updated translations
Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 25 10:03:52 2007 UTC (16 years, 2 months ago) by hira
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Back out previous. Pointed out by uebayasi@ and martti@.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Sep 25 08:31:53 2007 UTC (16 years, 2 months ago) by hira
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
ln -> ${LN}.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 3 22:57:25 2007 UTC (16 years, 6 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.23: +4 -2
lines
Diff to previous 1.23 (colored)
Added support for installation to DESTDIR.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 7 16:50:13 2007 UTC (16 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
IRIX has <alloca.h>.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Feb 5 19:54:36 2007 UTC (16 years, 10 months ago) by markd
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Needs makeinfo to build (at least on Solaris 10). Fixes PR pkg/35520.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 31 15:38:33 2007 UTC (16 years, 10 months ago) by dmcmahill
Branch: MAIN
Changes since 1.20: +4 -2
lines
Diff to previous 1.20 (colored)
Add missing gettext-lib/buildlink3.mk and fix PLIST.
Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 23 17:42:09 2007 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.19: +3 -2
lines
Diff to previous 1.19 (colored)
Needs a GNUish m4. Bump revision. No cookie for rillig.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 15 06:23:47 2007 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Solaris needs -lm.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 15 06:14:48 2007 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.17: +15 -6
lines
Diff to previous 1.17 (colored)
Updated flex to 2.5.33. Changes since 2.5.4a (10 years ago) are too many to be listed here.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:15 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 4 17:45:22 2005 UTC (18 years, 2 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Define CONFIGURE_HAS_MANDIR=NO since this old GNU_CONFIGURE configure script doesn't know --mandir. Also because of this, add patch to fix where installs manpage.
Revision 1.15 / (download) - annotate - [select for diffs], Sun May 22 20:07:50 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 24 15:17:54 2004 UTC (19 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.13: +2 -6
lines
Diff to previous 1.13 (colored)
replace /usr/bin/yacc test with USE_GNU_TOOLS+=yacc to provide a working yacc(1).
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 20 12:13:28 2004 UTC (19 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 19 01:34:13 2003 UTC (20 years, 1 month ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Add TEST_TARGET
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 23 22:55:34 2003 UTC (20 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.10: +7 -4
lines
Diff to previous 1.10 (colored)
Add dependency on bison if there is no yacc; addresses PR 20772. Add HOMEPAGE and remove ONLY_FOR_PLATFORMS (from the same PR).
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 21 16:43:21 2003 UTC (20 years, 4 months ago) by martti
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
COMMENT should start with a capital letter.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 21:30:28 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:51 2003 UTC (20 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 29 12:40:32 2003 UTC (20 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 22 16:33:16 2002 UTC (20 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Allow this package to be built on Linux too - from a nudge by Jeremy Reed in PR 19480. Let's not get into the debate about what versions come with "Linux"...
Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:24 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH001,
buildlink2-base,
buildlink2
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 13 22:53:27 2001 UTC (22 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.3: +3 -4
lines
Diff to previous 1.3 (colored)
Update master site list.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 28 05:18:43 1999 UTC (23 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
removed empty HOMEPAGE tag
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 2 08:46:51 1999 UTC (24 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001,
comdex-fall-1999
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
For packages that are in the NetBSD base system, but needed for Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 1 09:23:23 1999 UTC (24 years, 5 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of flex, the fast clone of lex(1), the lexical scanner generator, into the NetBSD packages collection. This package is only for Solaris - it is part of the base NetBSD system.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 1 09:23:23 1999 UTC (24 years, 5 months ago) by agc
Branch: MAIN
Initial revision