summaryrefslogtreecommitdiff
path: root/devel/bison175 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't install own copy of charset.alias - use one from libiconv instead. BumpMaxim Sobolev2002-04-303-14/+37
| | | | PORTREVISION.
* Upgrade to 1.35.Dmitry Sivachenko2002-04-062-3/+2
|
* USE_BZIP2Dmitry Sivachenko2002-03-242-1/+2
|
* Remove iconv->giconv hackAndrey A. Chernov2002-03-191-3/+1
|
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | libiconv.
* Upgrade to 1.34.Dmitry Sivachenko2002-03-162-3/+2
|
* Limit s/iconv/giconv/ to the actually used files in order to avoidChristian Weisgerber2002-03-141-2/+2
| | | | triggering an auto* build cascade.
* Bump PORTREVISION for the last fix.Akinori MUSHA2002-03-131-0/+1
|
* This requires ngettext().Christian Weisgerber2002-03-132-11/+8
| | | | | | XXX Explicitly build with included libintl for now. PR: 35653
* Embellish the package list.David E. O'Brien2002-02-171-0/+3
|
* Update to version 1.33.David E. O'Brien2002-02-171-0/+1
|
* 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...)
* 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.
* Bump PORTEPOCH because PORTVERSION was recently lowered.Maxim Sobolev2001-12-101-0/+1
|
* 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.
* 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.
* 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).
* unify info files (no revision bump needed).FUJISHIMA Satsuki2001-09-231-1/+5
|
* 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
* Remove obsoleted entries.Dmitry Sivachenko2001-07-201-63/+0
|
* Update for bison-1.28Dmitry Sivachenko2001-07-201-220/+362
|
* Add Russian messages.Dmitry Sivachenko2001-07-164-0/+723
| | | | Approved by: obrien
* Explicitly add -lintl into LDFLAGS, because stupid configure script doesn'tMaxim Sobolev2000-06-121-1/+1
| | | | bother to do it.
* Use installed libintl instead of the port's own version.Maxim Sobolev2000-06-121-0/+5
|
* Remove empty directories.Satoshi Asami2000-06-031-0/+3
| | | | Submitted by: bento
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
|
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
|
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
|
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-8/+6
|
* add install-info (portlint)Michael Haro2000-02-051-0/+1
|
* Comment out second MAINTAINER line.Satoshi Asami2000-01-191-1/+1
|
* 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.
* With Bison being shown the door in 4.0-CURRENT, we need the Bison port back.David E. O'Brien2000-01-175-0/+63
|
* 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.
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* The last commit cited a bogus PR. It was really:Chris Piazza1999-08-111-1/+1
| | | | PR: 12936
* Update to version 1.28Chris Piazza1999-08-114-5/+9
| | | | | PR: 13054 Submitted by: maintainer
* 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.
* Add WWW: to some of the more recent imports...Tim Vanderhoek1999-05-031-2/+2
|
* 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>