aboutsummaryrefslogtreecommitdiff
path: root/devel/bison2
Commit message (Collapse)AuthorAgeFilesLines
* Don't install own copy of charset.alias - use one from libiconv instead. BumpMaxim Sobolev2002-04-303-14/+37
| | | | | | | PORTREVISION. Notes: svn path=/head/; revision=58356
* Upgrade to 1.35.Dmitry Sivachenko2002-04-062-3/+2
| | | | Notes: svn path=/head/; revision=57383
* USE_BZIP2Dmitry Sivachenko2002-03-242-1/+2
| | | | Notes: svn path=/head/; revision=56539
* Remove iconv->giconv hackAndrey A. Chernov2002-03-191-3/+1
| | | | Notes: svn path=/head/; revision=56329
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Upgrade to 1.34.Dmitry Sivachenko2002-03-162-3/+2
| | | | Notes: svn path=/head/; revision=56203
* Limit s/iconv/giconv/ to the actually used files in order to avoidChristian Weisgerber2002-03-141-2/+2
| | | | | | | triggering an auto* build cascade. Notes: svn path=/head/; revision=56087
* Bump PORTREVISION for the last fix.Akinori MUSHA2002-03-131-0/+1
| | | | Notes: svn path=/head/; revision=56021
* This requires ngettext().Christian Weisgerber2002-03-132-11/+8
| | | | | | | | | XXX Explicitly build with included libintl for now. PR: 35653 Notes: svn path=/head/; revision=55973
* Embellish the package list.David E. O'Brien2002-02-171-0/+3
| | | | Notes: svn path=/head/; revision=54835
* Update to version 1.33.David E. O'Brien2002-02-171-0/+1
| | | | Notes: svn path=/head/; revision=54793
* Update to version 1.33.David E. O'Brien2002-02-174-25/+21
| | | | | | | | | | This version was tested locally by a few trusted committers & friends, and is believed to *actually* be as usable and stable as version 1.28. (unlike *cough*, *cough* other 1.3x versions which have caused no end of problems...) Notes: svn path=/head/; revision=54791
* This PORTEPOCH for life crap is stupid.David E. O'Brien2001-12-114-34/+34
| | | | | | | | | Back out the downgrade, I would have never agreed to it if I had know... This leaves a window of downgradededness 18 hours -- people can just live with that. Notes: svn path=/head/; revision=51321
* Bump PORTEPOCH because PORTVERSION was recently lowered.Maxim Sobolev2001-12-101-0/+1
| | | | Notes: svn path=/head/; revision=51308
* Back this down to version 1.28 until the Bison developers can acutallyDavid E. O'Brien2001-12-104-34/+33
| | | | | | | | do some regression tests on their later releases. Versions 1.29 and 1.30 seg fault where 1.28 did not. Notes: svn path=/head/; revision=51303
* Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs aMaxim Sobolev2001-12-021-0/+1
| | | | | | | different semantics than our bsd.port.mk provides. Notes: svn path=/head/; revision=50842
* Upgrade to Bison 1.30.David E. O'Brien2001-11-292-2/+2
| | | | | | | | Version 1.29 had several problems that I believe 1.30 fixes (looking at the ChangeLog). Notes: svn path=/head/; revision=50723
* unify info files (no revision bump needed).FUJISHIMA Satsuki2001-09-231-1/+5
| | | | Notes: svn path=/head/; revision=48112
* Update to 1.29David E. O'Brien2001-09-237-836/+38
| | | | | | | | | | | | | | | | | * Added `-g' and `--graph'. * Added `--locations' and `%locations'. * Added `-S' and `--skeleton'. * `%raw', `-r', `--raw' is disabled. * Special characters are escaped when output. This solves the problems * New directives. `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose', `%debug', `%source_extension' and `%header_extension'. * The input and the output files has automatically a similar extension. Submitted by: demon Notes: svn path=/head/; revision=48099
* Remove obsoleted entries.Dmitry Sivachenko2001-07-201-63/+0
| | | | Notes: svn path=/head/; revision=45294
* Update for bison-1.28Dmitry Sivachenko2001-07-201-220/+362
| | | | Notes: svn path=/head/; revision=45293
* Add Russian messages.Dmitry Sivachenko2001-07-164-0/+723
| | | | | | | Approved by: obrien Notes: svn path=/head/; revision=45169
* Explicitly add -lintl into LDFLAGS, because stupid configure script doesn'tMaxim Sobolev2000-06-121-1/+1
| | | | | | | bother to do it. Notes: svn path=/head/; revision=29539
* Use installed libintl instead of the port's own version.Maxim Sobolev2000-06-121-0/+5
| | | | Notes: svn path=/head/; revision=29538
* Remove empty directories.Satoshi Asami2000-06-031-0/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29134
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-8/+6
| | | | Notes: svn path=/head/; revision=25734
* add install-info (portlint)Michael Haro2000-02-051-0/+1
| | | | Notes: svn path=/head/; revision=25481
* Comment out second MAINTAINER line.Satoshi Asami2000-01-191-1/+1
| | | | Notes: svn path=/head/; revision=24837
* Add the Bison 1.25 bug-for-bug "broken-undeftoken-init" compatiblity optionDavid E. O'Brien2000-01-172-0/+40
| | | | | | | | taken from src/contrib/bison, as we will need this if one is buiding our older EGCS source base. Notes: svn path=/head/; revision=24790
* With Bison being shown the door in 4.0-CURRENT, we need the Bison port back.David E. O'Brien2000-01-175-0/+63
| | | | Notes: svn path=/head/; revision=24789
* The latest Bison is now in the base system (and has been for a while).David E. O'Brien1999-10-065-61/+0
| | | | | | | This port is no longer needed. Notes: svn path=/head/; revision=22200
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* The last commit cited a bogus PR. It was really:Chris Piazza1999-08-111-1/+1
| | | | | | | PR: 12936 Notes: svn path=/head/; revision=20651
* Update to version 1.28Chris Piazza1999-08-114-5/+9
| | | | | | | | PR: 13054 Submitted by: maintainer Notes: svn path=/head/; revision=20649
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-1/+0
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Add WWW: to some of the more recent imports...Tim Vanderhoek1999-05-031-2/+2
| | | | Notes: svn path=/head/; revision=18405
* Initial import of bison version 1.27.Steve Price1999-05-035-0/+58
GNU's YACCalike parser generator. PR: 10839 Submitted by: Jerry Hicks <wghicks@bellsouth.net> Notes: svn path=/head/; revision=18385