FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 4:48 PM BST
Port details
bison 2.5,1 devel on this many watch lists=519 search for ports that depend on this port
A parser generator from FSF, (mostly) compatible with Yacc
Maintained by: johans@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


Bison is a tool used to write parsers, such as the parser for GNU cc.
It is similar to Yacc, which is included in the base FreeBSD system.

The main difference between Bison and Yacc that I know of is that
Bison supports the @N construction, which gives you access to
the starting and ending line number and character number associated
with any of the symbols in the current rule.

Also, Bison supports the command `%expect N' which says not to mention
the conflicts if there are N shift/reduce conflicts and no reduce/reduce
conflicts.

The differences in the algorithms stem mainly from the horrible
kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11.

Also, Bison uses a faster but less space-efficient encoding for the
parse tables (see Corbett's PhD thesis from Berkeley, "Static
Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD
85/251), and more modern technique for generating the lookahead sets.
(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer
and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982.  Their
technique is the standard one now.)
CVSWeb : Sources : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/m4
Required To Run: devel/m4
Required Libraries: devel/gettext

Required by:
for Build
audio/csound cad/brlcad cad/openscad databases/drizzle databases/postgis databases/postgresql82-contrib databases/postgresql83-contrib databases/postgresql84-contrib databases/postgresql90-contrib databases/postgresql91-contrib databases/slony1 databases/slony1v2 devel/avr-gcc devel/binutils devel/doxygen devel/gecode devel/gobject-introspection devel/kdevelop-pg-qt devel/msp430-gcc devel/ptlib devel/ptlib26 devel/pwlib dns/knot editors/libreoffice editors/libreoffice-legacy editors/openoffice-3 editors/openoffice-3-devel editors/openoffice.org-3 editors/openoffice.org-3-RC editors/openoffice.org-3-devel emulators/nonpareil emulators/wine emulators/wine-devel games/flobopuyo games/noegnud-littlehack games/noegnud-nethack games/noegnud-nethack-deet games/noegnud-slashem games/quakeforge games/stonesoup games/stonesoup-sdl games/warzone2100 games/windstille graphics/aqsis graphics/dri graphics/gthumb graphics/libGL graphics/libGLU graphics/libGLw graphics/libglut graphics/libosmesa graphics/ming graphics/p5-ming graphics/picviz graphics/py-ming graphics/qgis japanese/ming lang/gcc lang/gcc42 lang/gcc44 lang/gcc46 lang/gcc47 lang/gcc48 lang/harbour lang/mono lang/parrot lang/pike76 lang/pike78 lang/rakudo mail/evolution math/cvc3 math/graphthing multimedia/gstreamer-qt4 multimedia/libaacs multimedia/moonlight net/asterisk net/asterisk10 net/asterisk14 net/asterisk16 net/bird net/bird-devel net/bird6 net/daq net/freeswitch-core net/yate net/yate-devel net-mgmt/argus net-mgmt/argus-clients net-mgmt/ettercap net-p2p/amule net-p2p/amule-devel print/lilypond security/ike security/nessus-libnasl security/nessus-libraries shells/bash shells/bash-static sysutils/monit www/chromium www/elinks www/webkit-gtk2 x11-toolkits/libwnck x11-toolkits/py-vte x11-toolkits/vte x11-wm/i3 Contract depends

for Run

To install the port: cd /usr/ports/devel/bison/ && make install clean
To add the package: pkg_add -r bison


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/bison/
ftp://ftp.gnu.org/gnu/bison/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/bison/
http://mirrors.usc.edu/pub/gnu/bison/
ftp://ftp.kddlabs.co.jp/GNU/bison/
ftp://ftp.dti.ad.jp/pub/GNU/bison/
http://ring.nict.go.jp/archives/GNU/bison/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/bison/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/bison/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/bison/
http://ftp.funet.fi/pub/gnu/prep/bison/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 65

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
30 Jan 2012 19:30:19
Original commit files touched by this commit  2.5,1
johans search for other commits by this committer
Update bison to 2.5 release
Thanks to miwi for testing it on an exp-run

PR:     ports/157769
07 Nov 2011 03:25:29
Original commit files touched by this commit  2.4.3,1
miwi search for other commits by this committer
- Get rid FreeBSD 6.x support
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.4.3,1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 14:59:23
Original commit files touched by this commit  2.4.3,1
ohauer search for other commits by this committer
-remove MD5
16 Aug 2010 20:17:24
Original commit files touched by this commit  2.4.3,1
johans search for other commits by this committer
Update bison to 2.4.3

PR:             ports/144916
Tested by:      exp-run by pav
31 May 2010 02:01:56
Original commit files touched by this commit  2.4.1_1,1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
23 Feb 2010 18:03:45
Original commit files touched by this commit  2.4.1,1
johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
10 Apr 2009 09:06:25
Original commit files touched by this commit  2.4.1,1
johans search for other commits by this committer
Don't update charset.alias if WITHOUT_NLS is set

Reported by:    pgollucci
06 Mar 2009 12:04:11
Original commit files touched by this commit  2.4.1,1
johans search for other commits by this committer
- Update bison to 2.4.1, see announcements for important changes:
  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)
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.3_4,1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 13:21:59
Original commit files touched by this commit  2.3_4,1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
18 Oct 2007 02:28:45
Original commit files touched by this commit  2.3_3,1
ade search for other commits by this committer
Restore PORTEPOCH.  My feelings on this particular knob are rated
*at least* NC-17.

Submitted by:   many
17 Oct 2007 10:13:01
Original commit files touched by this commit  2.3_3
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
14 Nov 2005 03:05:47
Original commit files touched by this commit  1.75_2,1
ade search for other commits by this committer
Add SHA256
04 Sep 2005 18:33:15
Original commit files touched by this commit  1.75_2,1
ade search for other commits by this committer
A few more cleanups after recent events with bison

* 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
04 Sep 2005 10:45:23
Original commit files touched by this commit  1.75_2,1
pav search for other commits by this committer
- Back out update to 2.0

Requested by:   ade
02 Sep 2005 08:02:04
Original commit files touched by this commit  2.0
pav search for other commits by this committer
- Update to 2.0

PR:             ports/84709
Submitted by:   Frerich Raabe <frerich@athame.co.uk>
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.75_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.75_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
16 Dec 2004 05:49:27
Original commit files touched by this commit  1.75_2
kris search for other commits by this committer
Clean up handling of locale directories at deinstall-time:

* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
24 Nov 2004 22:25:30
Original commit files touched by this commit  1.75_2
kris search for other commits by this committer
Clean up locale directory after ourselves
03 Sep 2004 16:13:57
Original commit files touched by this commit  1.75_2
leeym search for other commits by this committer
- add version in CONFLICTS, otherwise it will conflict with itself.

Pointy hat to:  leeym
03 Sep 2004 15:19:20
Original commit files touched by this commit  1.75_2
leeym search for other commits by this committer
- use shell meta-characters for pattern matching
28 Mar 2004 16:26:57
Original commit files touched by this commit  1.75_2
krion search for other commits by this committer
- Support INFO
- Support DATADIR

PR:             ports/64853
Submitted by:   Ports Fury
04 Feb 2004 18:02:08
Original commit files touched by this commit  1.75_2
marcus search for other commits by this committer
Switch to USE_GETTEXT.

PR:             62351
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
04 Feb 2004 04:36:30
Original commit files touched by this commit  1.75_2
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.75_1
trevor search for other commits by this committer
SIZEify.
23 Jan 2004 18:12:26
Original commit files touched by this commit  1.75_1
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
01 Sep 2003 03:30:08
Original commit files touched by this commit  1.75_1
seanc search for other commits by this committer
Add CONFLICTS for bison/bison1875.

PR:             ports/56242
Submitted by:   Thierry Thomas <thierry@pompo.net>
26 Aug 2003 20:25:58
Original commit files touched by this commit  1.75_1
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 05:41:38
Original commit files touched by this commit  1.75
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
29 Jul 2003 06:35:27
Original commit files touched by this commit  1.75
daichi search for other commits by this committer
update devel/bison: add WITHOUT_NLS support
  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>
20 Feb 2003 17:07:10
Original commit files touched by this commit  1.75
knu search for other commits by this committer
De-pkg-comment.
16 Nov 2002 00:48:39
Original commit files touched by this commit  1.75
marcus search for other commits by this committer
Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports.

Approved by:    kris
Discussed on    ports
29 Oct 2002 14:59:36
Original commit files touched by this commit  1.75
cy search for other commits by this committer
Remove empty patch file.
24 Oct 2002 20:04:48
Original commit files touched by this commit  1.75
will search for other commits by this committer
Add dependency on GNU m4 for the build.  Found by portbuild.
24 Oct 2002 13:55:31
Original commit files touched by this commit  1.75
dwcjr search for other commits by this committer
Update to 1.75

PR:             44223
Submitted by:   tkato@prontomail.com
14 Sep 2002 13:32:07
Original commit files touched by this commit  1.35_1
sobomax search for other commits by this committer
Due to popular demant into each port which might be inserted into dependency
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.)
30 Apr 2002 08:29:55
Original commit files touched by this commit  1.35_1
sobomax search for other commits by this committer
Don't install own copy of charset.alias - use one from libiconv instead. Bump
PORTREVISION.
06 Apr 2002 19:30:17
Original commit files touched by this commit  1.35
demon search for other commits by this committer
Upgrade to 1.35.
24 Mar 2002 16:06:54
Original commit files touched by this commit  1.34_2
demon search for other commits by this committer
USE_BZIP2
19 Mar 2002 10:18:35
Original commit files touched by this commit  1.34_2
ache search for other commits by this committer
Remove iconv->giconv hack
18 Mar 2002 10:27:58
Original commit files touched by this commit  1.34_2
knu search for other commits by this committer
Bump PORTREVISION to reflect the (lib)iconv upgrade.
18 Mar 2002 09:46:46
Original commit files touched by this commit  1.34_2
sobomax search for other commits by this committer
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
16 Mar 2002 12:19:56
Original commit files touched by this commit  1.34
demon search for other commits by this committer
Upgrade to 1.34.
14 Mar 2002 16:05:31
Original commit files touched by this commit
naddy search for other commits by this committer
Limit s/iconv/giconv/ to the actually used files in order to avoid
triggering an auto* build cascade.
13 Mar 2002 19:34:39
Original commit files touched by this commit
knu search for other commits by this committer
Bump PORTREVISION for the last fix.
13 Mar 2002 01:23:26
Original commit files touched by this commit
naddy search for other commits by this committer
This requires ngettext().

XXX Explicitly build with included libintl for now.

PR:             35653
17 Feb 2002 21:39:39
files touched by this commit
obrien search for other commits by this committer
Embellish the package list.    
17 Feb 2002 03:54:31
files touched by this commit
obrien search for other commits by this committer
Update to version 1.33.    
17 Feb 2002 03:52:38
files touched by this commit
obrien search for other commits by this committer
Update to version 1.33.    
11 Dec 2001 01:58:33
files touched by this commit
obrien search for other commits by this committer
This PORTEPOCH for life crap is stupid.   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.    
10 Dec 2001 10:25:54
files touched by this commit
sobomax search for other commits by this committer
Bump PORTEPOCH because PORTVERSION was recently lowered.    
10 Dec 2001 04:41:18
files touched by this commit
obrien search for other commits by this committer
Back this down to version 1.28 until the Bison developers can acutally   do some
regression tests on their later releases.   Versions 1.29 and 1.30 seg fault
where 1.28 did not.    
02 Dec 2001 07:37:57
files touched by this commit
sobomax search for other commits by this committer
Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs a  
different semantics than our bsd.port.mk provides.    
29 Nov 2001 15:24:04
files touched by this commit
obrien search for other commits by this committer
Upgrade to Bison 1.30.   Version 1.29 had several problems that I believe 1.30
fixes (looking at the   ChangeLog).    
23 Sep 2001 07:40:35
files touched by this commit
sf search for other commits by this committer
unify info files (no revision bump needed).    
23 Sep 2001 01:21:23
files touched by this commit
obrien search for other commits by this committer
Update to 1.29    
20 Jul 2001 19:29:24
files touched by this commit
demon search for other commits by this committer
Remove obsoleted entries.    
20 Jul 2001 19:27:36
files touched by this commit
demon search for other commits by this committer
Update for bison-1.28    
16 Jul 2001 19:04:52
files touched by this commit
demon search for other commits by this committer
Add Russian messages.    
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
12 Jun 2000 11:12:45
files touched by this commit
sobomax search for other commits by this committer
Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't  
bother to do it.    
12 Jun 2000 11:00:36
files touched by this commit
sobomax search for other commits by this committer
Use installed libintl instead of the port's own version.    
03 Jun 2000 01:49:25
files touched by this commit
asami search for other commits by this committer
Remove empty directories.    

Number of commits found: 65

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 11
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.187 seconds.