aboutsummaryrefslogtreecommitdiff
path: root/devel/bison20/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't install own copy of charset.alias - use one from libiconv instead. BumpMaxim Sobolev2002-04-301-13/+14
| | | | | | | PORTREVISION. Notes: svn path=/head/; revision=58356
* Upgrade to 1.35.Dmitry Sivachenko2002-04-061-2/+1
| | | | Notes: svn path=/head/; revision=57383
* USE_BZIP2Dmitry Sivachenko2002-03-241-0/+1
| | | | 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-161-2/+1
| | | | 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-131-7/+7
| | | | | | | | | XXX Explicitly build with included libintl for now. PR: 35653 Notes: svn path=/head/; revision=55973
* Update to version 1.33.David E. O'Brien2002-02-171-2/+2
| | | | | | | | | | 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-111-3/+2
| | | | | | | | | 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-101-2/+2
| | | | | | | | 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-291-1/+1
| | | | | | | | 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-231-5/+1
| | | | | | | | | | | | | | | | | * 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
* Add Russian messages.Dmitry Sivachenko2001-07-161-0/+3
| | | | | | | 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
* 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
* Comment out second MAINTAINER line.Satoshi Asami2000-01-191-1/+1
| | | | Notes: svn path=/head/; revision=24837
* With Bison being shown the door in 4.0-CURRENT, we need the Bison port back.David E. O'Brien2000-01-171-0/+29
| | | | 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-061-28/+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-111-3/+3
| | | | | | | | PR: 13054 Submitted by: maintainer Notes: svn path=/head/; revision=20649
* Initial import of bison version 1.27.Steve Price1999-05-031-0/+28
GNU's YACCalike parser generator. PR: 10839 Submitted by: Jerry Hicks <wghicks@bellsouth.net> Notes: svn path=/head/; revision=18385