aboutsummaryrefslogtreecommitdiff
path: root/devel/bison
Commit message (Collapse)AuthorAgeFilesLines
* Update bison to 2.4.3Johan van Selst2010-08-163-5/+11
| | | | | | | | PR: ports/144916 Tested by: exp-run by pav Notes: svn path=/head/; revision=259400
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250234
* Don't update charset.alias if WITHOUT_NLS is setJohan van Selst2009-04-101-0/+3
| | | | | | | Reported by: pgollucci Notes: svn path=/head/; revision=232004
* - Update bison to 2.4.1, see announcements for important changes:Johan van Selst2009-03-063-14/+34
| | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html - Take over bison maintainership - as approved by portmgr (marcus) - Add patches for ports to compile with new bison: Replace %{ .. %} with %code { .. } where required and accommodate stricter typing requirements Thanks to pav for an exp-run on pointyhat PR: ports/131640 Approved by: portmgr (pav) Notes: svn path=/head/; revision=229566
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Restore PORTEPOCH. My feelings on this particular knob are ratedAde Lovett2007-10-181-0/+1
| | | | | | | | | *at least* NC-17. Submitted by: many Notes: svn path=/head/; revision=201634
* Migration from bison 1.x to 2.xAde Lovett2007-10-173-16/+78
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Add SHA256Ade Lovett2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148191
* A few more cleanups after recent events with bisonAde Lovett2005-09-041-1/+1
| | | | | | | | | | | | * lose the bison175 port, it's not needed for now and will only confuse matters * clean up devel/Makefile, modules, and MOVED appropriately * take maintainership of the bison* ports Approved by: portmgr Notes: svn path=/head/; revision=141936
* - Back out update to 2.0Pav Lucistnik2005-09-043-14/+8
| | | | | | | Requested by: ade Notes: svn path=/head/; revision=141885
* - Update to 2.0Pav Lucistnik2005-09-023-7/+14
| | | | | | | | PR: ports/84709 Submitted by: Frerich Raabe <frerich@athame.co.uk> Notes: svn path=/head/; revision=141767
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-1/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Clean up locale directory after ourselvesKris Kennaway2004-11-241-0/+1
| | | | Notes: svn path=/head/; revision=122343
* - add version in CONFLICTS, otherwise it will conflict with itself.Yen-Ming Lee2004-09-031-1/+1
| | | | | | | Pointy hat to: leeym Notes: svn path=/head/; revision=118045
* - use shell meta-characters for pattern matchingYen-Ming Lee2004-09-031-1/+1
| | | | Notes: svn path=/head/; revision=118041
* - Support INFOKirill Ponomarev2004-03-282-23/+18
| | | | | | | | | | - Support DATADIR PR: ports/64853 Submitted by: Ports Fury Notes: svn path=/head/; revision=105526
* Switch to USE_GETTEXT.Joe Marcus Clarke2004-02-041-2/+4
| | | | | | | | PR: 62351 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> Notes: svn path=/head/; revision=99990
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Add CONFLICTS for bison/bison1875.Sean Chittenden2003-09-011-1/+2
| | | | | | | | PR: ports/56242 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=88234
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* update devel/bison: add WITHOUT_NLS supportDaichi GOTO2003-07-292-13/+21
| | | | | | | | | | | The patch allows bison to be compiled without gettext support, for use when space is tight or the gettext dependency is not desired. PR: 48824 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=85824
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports.Joe Marcus Clarke2002-11-161-1/+2
| | | | | | | | Approved by: kris Discussed on ports Notes: svn path=/head/; revision=70216
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Remove empty patch file.Cy Schubert2002-10-291-0/+0
| | | | Notes: svn path=/head/; revision=69106
* Add dependency on GNU m4 for the build. Found by portbuild.Will Andrews2002-10-241-0/+1
| | | | Notes: svn path=/head/; revision=68753
* Update to 1.75David W. Chapman Jr.2002-10-246-72/+15
| | | | | | | | PR: 44223 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=68733
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* 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