
CVS log for pkgsrc/devel/flex/distinfo
Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / flex
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jan 31 17:10:08 2010 UTC (2 years, 3 months ago) by spz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
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,
HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
The comment above the code patch in the new patch file says:
"This is a Hail Mary situation. It seems to work."
It doesn't reliably on NetBSD-5 or -current; namely, it makes flex
spit out a "Broken pipe" when presented with an input file on stdin.
Finding the problem area and suggesting a workaround kudos mlelstv.
There are better ways to fix it properly, which will be employed
in Due Time.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed May 21 12:54:32 2008 UTC (4 years ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
Also add malloc.c as required by configure.
Reported in SF.net bug # 1899047
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 8 00:08:42 2008 UTC (4 years, 2 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -5
lines
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.9: download - view: text, markup, annotated - select for diffs
Fri Feb 22 22:13:33 2008 UTC (4 years, 2 months ago) by tnn
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
- 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.8: download - view: text, markup, annotated - select for diffs
Thu Feb 21 18:57:46 2008 UTC (4 years, 3 months ago) by tnn
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1
lines
Add GNU realloc.c, needed because of AC_FUNC_REALLOC.
Will file a bug upstream.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 21 18:26:05 2008 UTC (4 years, 3 months ago) by tnn
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4
lines
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.6: download - view: text, markup, annotated - select for diffs
Mon Jan 15 06:14:48 2007 UTC (5 years, 4 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -6
lines
Updated flex to 2.5.33.
Changes since 2.5.4a (10 years ago) are too many to be listed here.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:45:22 2005 UTC (6 years, 7 months ago) by reed
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
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.4: download - view: text, markup, annotated - select for diffs
Wed Feb 23 22:24:13 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Add RMD160 digests.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 11 12:11:41 2003 UTC (8 years, 7 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
use `basename ${MAKE}...` in configure to avoid bad substitution
error.
from mlh at goathill dot org in PR pkg/22920.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 21 00:44:17 2001 UTC (11 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH001,
buildlink2-base,
buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
Move to sha1 digests, and/or add distfile sizes.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 11:06:25 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
NetBSD-CVSweb <admin[at]NetBSD[dot]se>