notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
There is a known issue with processing of security/vuxml data. As a results, the "Lastest Vulnerabilities" box is out of date and new entries after 2025-Sep-02 are not shown.
Port details on branch 2025Q3
bison Parser generator from FSF, (mostly) compatible with Yacc
3.8.2_2,1 devel on this many watch lists=488 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.8.2_2,1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-07-10 04:57:24
Commit Hash: c7c4c9e
People watching this port, also watch:: gmake, m4, libiconv, gettext, expat
License: GPLv3+
WWW:
https://www.gnu.org/software/bison/
https://savannah.gnu.org/projects/bison/
Description:
Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. As an experimental feature, Bison can also generate IELR(1) or canonical LR(1) parser tables. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C or C++ programming in order to use Bison. Java is also supported as an experimental feature.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (202 items)
Collapse this list.
  1. /usr/local/share/licenses/bison-3.8.2_2,1/catalog.mk
  2. /usr/local/share/licenses/bison-3.8.2_2,1/LICENSE
  3. /usr/local/share/licenses/bison-3.8.2_2,1/GPLv3+
  4. bin/bison
  5. share/aclocal/bison-i18n.m4
  6. share/bison/README.md
  7. share/bison/bison-default.css
  8. share/bison/m4sugar/foreach.m4
  9. share/bison/m4sugar/m4sugar.m4
  10. share/bison/skeletons/bison.m4
  11. share/bison/skeletons/c++-skel.m4
  12. share/bison/skeletons/c++.m4
  13. share/bison/skeletons/c-like.m4
  14. share/bison/skeletons/c-skel.m4
  15. share/bison/skeletons/c.m4
  16. share/bison/skeletons/d-skel.m4
  17. share/bison/skeletons/d.m4
  18. share/bison/skeletons/glr.c
  19. share/bison/skeletons/glr.cc
  20. share/bison/skeletons/glr2.cc
  21. share/bison/skeletons/java-skel.m4
  22. share/bison/skeletons/java.m4
  23. share/bison/skeletons/lalr1.cc
  24. share/bison/skeletons/lalr1.d
  25. share/bison/skeletons/lalr1.java
  26. share/bison/skeletons/location.cc
  27. share/bison/skeletons/stack.hh
  28. share/bison/skeletons/traceon.m4
  29. share/bison/skeletons/variant.hh
  30. share/bison/skeletons/yacc.c
  31. share/bison/xslt/bison.xsl
  32. share/bison/xslt/xml2dot.xsl
  33. share/bison/xslt/xml2text.xsl
  34. share/bison/xslt/xml2xhtml.xsl
  35. share/doc/bison/AUTHORS
  36. share/doc/bison/COPYING
  37. share/doc/bison/NEWS
  38. share/doc/bison/README
  39. share/doc/bison/THANKS
  40. share/doc/bison/TODO
  41. share/doc/bison/examples/c/glr/Makefile
  42. share/doc/bison/examples/c/glr/README.md
  43. share/doc/bison/examples/c/glr/c++-types.y
  44. share/doc/bison/examples/d/calc/Makefile
  45. share/doc/bison/examples/d/calc/calc.y
  46. share/doc/bison/examples/d/simple/Makefile
  47. share/doc/bison/examples/d/simple/calc.y
  48. share/examples/bison/README.md
  49. share/examples/bison/c++/Makefile
  50. share/examples/bison/c++/README.md
  51. share/examples/bison/c++/calc++/Makefile
  52. share/examples/bison/c++/calc++/README.md
  53. share/examples/bison/c++/calc++/calc++.cc
  54. share/examples/bison/c++/calc++/driver.cc
  55. share/examples/bison/c++/calc++/driver.hh
  56. share/examples/bison/c++/calc++/parser.yy
  57. share/examples/bison/c++/calc++/scanner.ll
  58. share/examples/bison/c++/simple.yy
  59. share/examples/bison/c++/variant-11.yy
  60. share/examples/bison/c++/variant.yy
  61. share/examples/bison/c/README.md
  62. share/examples/bison/c/bistromathic/Makefile
  63. share/examples/bison/c/bistromathic/README.md
  64. share/examples/bison/c/bistromathic/parse.y
  65. share/examples/bison/c/calc/Makefile
  66. share/examples/bison/c/calc/README.md
  67. share/examples/bison/c/calc/calc.y
  68. share/examples/bison/c/lexcalc/Makefile
  69. share/examples/bison/c/lexcalc/README.md
  70. share/examples/bison/c/lexcalc/parse.y
  71. share/examples/bison/c/lexcalc/scan.l
  72. share/examples/bison/c/mfcalc/Makefile
  73. share/examples/bison/c/mfcalc/calc.h
  74. share/examples/bison/c/mfcalc/mfcalc.y
  75. share/examples/bison/c/pushcalc/Makefile
  76. share/examples/bison/c/pushcalc/README.md
  77. share/examples/bison/c/pushcalc/calc.y
  78. share/examples/bison/c/reccalc/Makefile
  79. share/examples/bison/c/reccalc/README.md
  80. share/examples/bison/c/reccalc/parse.y
  81. share/examples/bison/c/reccalc/scan.l
  82. share/examples/bison/c/rpcalc/Makefile
  83. share/examples/bison/c/rpcalc/rpcalc.y
  84. share/examples/bison/d/README.md
  85. share/examples/bison/java/README.md
  86. share/examples/bison/java/calc/Calc.y
  87. share/examples/bison/java/calc/Makefile
  88. share/examples/bison/java/simple/Calc.y
  89. share/examples/bison/java/simple/Makefile
  90. share/locale/af/LC_MESSAGES/bison-gnulib.mo
  91. share/locale/ast/LC_MESSAGES/bison-runtime.mo
  92. share/locale/be/LC_MESSAGES/bison-gnulib.mo
  93. share/locale/bg/LC_MESSAGES/bison-gnulib.mo
  94. share/locale/bg/LC_MESSAGES/bison-runtime.mo
  95. share/locale/bg/LC_MESSAGES/bison.mo
  96. share/locale/ca/LC_MESSAGES/bison-gnulib.mo
  97. share/locale/ca/LC_MESSAGES/bison-runtime.mo
  98. share/locale/ca/LC_MESSAGES/bison.mo
  99. share/locale/cs/LC_MESSAGES/bison-gnulib.mo
  100. share/locale/da/LC_MESSAGES/bison-gnulib.mo
  101. share/locale/da/LC_MESSAGES/bison-runtime.mo
  102. share/locale/da/LC_MESSAGES/bison.mo
  103. share/locale/de/LC_MESSAGES/bison-gnulib.mo
  104. share/locale/de/LC_MESSAGES/bison-runtime.mo
  105. share/locale/de/LC_MESSAGES/bison.mo
  106. share/locale/el/LC_MESSAGES/bison-gnulib.mo
  107. share/locale/el/LC_MESSAGES/bison-runtime.mo
  108. share/locale/el/LC_MESSAGES/bison.mo
  109. share/locale/eo/LC_MESSAGES/bison-gnulib.mo
  110. share/locale/eo/LC_MESSAGES/bison-runtime.mo
  111. share/locale/eo/LC_MESSAGES/bison.mo
  112. share/locale/es/LC_MESSAGES/bison-gnulib.mo
  113. share/locale/es/LC_MESSAGES/bison-runtime.mo
  114. share/locale/es/LC_MESSAGES/bison.mo
  115. share/locale/et/LC_MESSAGES/bison-gnulib.mo
  116. share/locale/et/LC_MESSAGES/bison-runtime.mo
  117. share/locale/et/LC_MESSAGES/bison.mo
  118. share/locale/eu/LC_MESSAGES/bison-gnulib.mo
  119. share/locale/fi/LC_MESSAGES/bison-gnulib.mo
  120. share/locale/fi/LC_MESSAGES/bison-runtime.mo
  121. share/locale/fi/LC_MESSAGES/bison.mo
  122. share/locale/fr/LC_MESSAGES/bison-gnulib.mo
  123. share/locale/fr/LC_MESSAGES/bison-runtime.mo
  124. share/locale/fr/LC_MESSAGES/bison.mo
  125. share/locale/ga/LC_MESSAGES/bison-gnulib.mo
  126. share/locale/ga/LC_MESSAGES/bison-runtime.mo
  127. share/locale/ga/LC_MESSAGES/bison.mo
  128. share/locale/gl/LC_MESSAGES/bison-gnulib.mo
  129. share/locale/gl/LC_MESSAGES/bison-runtime.mo
  130. share/locale/hr/LC_MESSAGES/bison-runtime.mo
  131. share/locale/hr/LC_MESSAGES/bison.mo
  132. share/locale/hu/LC_MESSAGES/bison-gnulib.mo
  133. share/locale/hu/LC_MESSAGES/bison-runtime.mo
  134. share/locale/ia/LC_MESSAGES/bison-runtime.mo
  135. share/locale/id/LC_MESSAGES/bison-runtime.mo
  136. share/locale/id/LC_MESSAGES/bison.mo
  137. share/locale/it/LC_MESSAGES/bison-gnulib.mo
  138. share/locale/it/LC_MESSAGES/bison-runtime.mo
  139. share/locale/it/LC_MESSAGES/bison.mo
  140. share/locale/ja/LC_MESSAGES/bison-gnulib.mo
  141. share/locale/ja/LC_MESSAGES/bison-runtime.mo
  142. share/locale/ja/LC_MESSAGES/bison.mo
  143. share/locale/ko/LC_MESSAGES/bison-gnulib.mo
  144. share/locale/ky/LC_MESSAGES/bison-runtime.mo
  145. share/locale/lt/LC_MESSAGES/bison-runtime.mo
  146. share/locale/lv/LC_MESSAGES/bison-runtime.mo
  147. share/locale/ms/LC_MESSAGES/bison-gnulib.mo
  148. share/locale/ms/LC_MESSAGES/bison-runtime.mo
  149. share/locale/ms/LC_MESSAGES/bison.mo
  150. share/locale/nb/LC_MESSAGES/bison-gnulib.mo
  151. share/locale/nb/LC_MESSAGES/bison-runtime.mo
  152. share/locale/nb/LC_MESSAGES/bison.mo
  153. share/locale/nl/LC_MESSAGES/bison-gnulib.mo
  154. share/locale/nl/LC_MESSAGES/bison-runtime.mo
  155. share/locale/nl/LC_MESSAGES/bison.mo
  156. share/locale/pl/LC_MESSAGES/bison-gnulib.mo
  157. share/locale/pl/LC_MESSAGES/bison-runtime.mo
  158. share/locale/pl/LC_MESSAGES/bison.mo
  159. share/locale/pt/LC_MESSAGES/bison-gnulib.mo
  160. share/locale/pt/LC_MESSAGES/bison-runtime.mo
  161. share/locale/pt/LC_MESSAGES/bison.mo
  162. share/locale/pt_BR/LC_MESSAGES/bison-gnulib.mo
  163. share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo
  164. share/locale/pt_BR/LC_MESSAGES/bison.mo
  165. share/locale/ro/LC_MESSAGES/bison-gnulib.mo
  166. share/locale/ro/LC_MESSAGES/bison-runtime.mo
  167. share/locale/ro/LC_MESSAGES/bison.mo
  168. share/locale/ru/LC_MESSAGES/bison-gnulib.mo
  169. share/locale/ru/LC_MESSAGES/bison-runtime.mo
  170. share/locale/ru/LC_MESSAGES/bison.mo
  171. share/locale/rw/LC_MESSAGES/bison-gnulib.mo
  172. share/locale/sk/LC_MESSAGES/bison-gnulib.mo
  173. share/locale/sl/LC_MESSAGES/bison-gnulib.mo
  174. share/locale/sl/LC_MESSAGES/bison-runtime.mo
  175. share/locale/sq/LC_MESSAGES/bison-runtime.mo
  176. share/locale/sr/LC_MESSAGES/bison-gnulib.mo
  177. share/locale/sr/LC_MESSAGES/bison-runtime.mo
  178. share/locale/sr/LC_MESSAGES/bison.mo
  179. share/locale/sv/LC_MESSAGES/bison-gnulib.mo
  180. share/locale/sv/LC_MESSAGES/bison-runtime.mo
  181. share/locale/sv/LC_MESSAGES/bison.mo
  182. share/locale/ta/LC_MESSAGES/bison-runtime.mo
  183. share/locale/th/LC_MESSAGES/bison-runtime.mo
  184. share/locale/tr/LC_MESSAGES/bison-gnulib.mo
  185. share/locale/tr/LC_MESSAGES/bison-runtime.mo
  186. share/locale/tr/LC_MESSAGES/bison.mo
  187. share/locale/uk/LC_MESSAGES/bison-gnulib.mo
  188. share/locale/uk/LC_MESSAGES/bison-runtime.mo
  189. share/locale/uk/LC_MESSAGES/bison.mo
  190. share/locale/vi/LC_MESSAGES/bison-gnulib.mo
  191. share/locale/vi/LC_MESSAGES/bison-runtime.mo
  192. share/locale/vi/LC_MESSAGES/bison.mo
  193. share/locale/zh_CN/LC_MESSAGES/bison-gnulib.mo
  194. share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo
  195. share/locale/zh_CN/LC_MESSAGES/bison.mo
  196. share/locale/zh_TW/LC_MESSAGES/bison-gnulib.mo
  197. share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
  198. share/locale/zh_TW/LC_MESSAGES/bison.mo
  199. share/man/man1/bison.1.gz
  200. @owner
  201. @group
  202. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • bison>0:devel/bison
To install the port:
cd /usr/ports/devel/bison/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/bison
  • pkg install bison
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: bison
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1632690789 SHA256 (bison-3.8.2.tar.xz) = 9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2 SIZE (bison-3.8.2.tar.xz) = 2817324

Packages (timestamps in pop-ups are UTC):
bison
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.8.2_2,13.8.2_2,13.6.4,13.8.2_2,13.8.2_2,1-3.6.4,1-
FreeBSD:13:quarterly3.8.2_2,13.8.2_2,13.8.2,13.8.2_2,13.8.2_2,13.8.2,13.8.2,13.8.2,1
FreeBSD:14:latest3.8.2_2,13.8.2_2,13.8.2,13.8.2_2,13.8.2_2,13.8.2,1-3.8.2,1
FreeBSD:14:quarterly3.8.2_2,13.8.2_2,1-3.8.2_2,13.8.2_2,13.8.2,13.8.2,13.8.2,1
FreeBSD:15:latest3.8.2_2,13.8.2_2,1n/a3.8.2_2,1n/a3.8.2_1,13.8.2_1,13.8.2_1,1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. m4>=1.4.16,1 : devel/m4
  2. indexinfo : print/indexinfo
  3. libtextstyle>=0.21 : devel/libtextstyle
  4. gmake>=4.4.1 : devel/gmake
  5. gettext-runtime>=0.22_1 : devel/gettext-runtime
  6. msgfmt : devel/gettext-tools
  7. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. m4>=1.4.16,1 : devel/m4
  2. indexinfo : print/indexinfo
Library dependencies:
  1. libtextstyle.so : devel/libtextstyle
  2. libintl.so : devel/gettext-runtime
This port is required by:
for Build
  1. astro/kosmindoormap
  2. audio/csound
  3. audio/linuxsampler
  4. audio/rezound
  5. benchmarks/iorate
  6. biology/sra-tools
  7. biology/viennarna
Expand this list (657 items / 650 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. cad/adms
  3. cad/cascade-compiler
  4. cad/cvc
  5. cad/gmsh
  6. cad/iverilog
  7. cad/openroad
  8. cad/openscad
  9. cad/openscad-devel
  10. cad/qucs-s
  11. cad/qucsator
  12. cad/verilator
  13. cad/xschem
  14. cad/xyce
  15. cad/yosys
  16. comms/cyclonedds
  17. converters/bibtexconv
  18. databases/libmemcached
  19. databases/mariadb1011-client
  20. databases/mariadb1011-server
  21. databases/mariadb106-client
  22. databases/mariadb106-server
  23. databases/mariadb114-client
  24. databases/mariadb114-server
  25. databases/mariadb118-client
  26. databases/mariadb118-server
  27. databases/mdbtools
  28. databases/mysql80-client
  29. databases/mysql80-server
  30. databases/mysql84-client
  31. databases/mysql84-server
  32. databases/mysql91-client
  33. databases/mysql91-server
  34. databases/postgresql-plproxy
  35. databases/postgresql13-contrib
  36. databases/postgresql14-contrib
  37. databases/postgresql15-contrib
  38. databases/postgresql16-contrib
  39. databases/postgresql17-client
  40. databases/postgresql17-contrib
  41. databases/postgresql17-docs
  42. databases/postgresql17-plperl
  43. databases/postgresql17-plpython
  44. databases/postgresql17-pltcl
  45. databases/postgresql17-server
  46. databases/postgresql18-client
  47. databases/postgresql18-contrib
  48. databases/postgresql18-docs
  49. databases/postgresql18-plperl
  50. databases/postgresql18-plpython
  51. databases/postgresql18-pltcl
  52. databases/postgresql18-server
  53. databases/slony1v2
  54. databases/xtrabackup80
  55. databases/xtrabackup84
  56. deskutils/recoll
  57. devel/avr-gcc
  58. devel/babeltrace
  59. devel/bitkeeper
  60. devel/cbmc
  61. devel/cdecl
  62. devel/clixon
  63. devel/doxygen
  64. devel/eclipse-titan
  65. devel/electron34
  66. devel/electron35
  67. devel/electron36
  68. devel/electron37
  69. devel/fbthrift
  70. devel/ffs
  71. devel/fhist
  72. devel/gaa
  73. devel/gcc-msp430-ti-toolchain
  74. devel/gobject-introspection
  75. devel/hp48cc
  76. devel/intel-graphics-compiler
  77. devel/ispc
  78. devel/kdevelop-pg-qt
  79. devel/kf5-kservice
  80. devel/kf5-solid
  81. devel/kf6-solid
  82. devel/kopeninghours
  83. devel/libexplain
  84. devel/libgraphqlparser
  85. devel/msitools
  86. devel/nsgenbind
  87. devel/pire
  88. devel/rgbds
  89. devel/template-glib
  90. devel/thrift
  91. devel/thrift-c_glib
  92. devel/thrift-cpp
  93. devel/tigcc
  94. devel/xtensa-esp-elf
  95. editors/libreoffice
  96. editors/openoffice-4
  97. editors/openoffice-devel
  98. editors/xcoral
  99. emulators/qemu-devel
  100. emulators/qemu-powernv
  101. emulators/qemu-user-static
  102. emulators/qemu-user-static-devel
  103. emulators/wine
  104. emulators/wine-devel
  105. emulators/wine-proton
  106. emulators/xen-kernel
  107. filesystems/libblkid
  108. filesystems/lkl
  109. finance/beancount
  110. french/aster
  111. games/dreamchess
  112. games/flobopuyo
  113. games/gnubg
  114. games/quakeforge
  115. games/stonesoup
  116. games/vultures-eye
  117. games/warzone2100
  118. graphics/cfdg
  119. graphics/cptutils
  120. graphics/digikam
  121. graphics/flasm
  122. graphics/graphviz
  123. graphics/gthumb
  124. graphics/igt-gpu-tools
  125. graphics/kseexpr
  126. graphics/libosmesa
  127. graphics/mesa-devel
  128. graphics/mesa-dri
  129. graphics/mesa-gallium-va
  130. graphics/mesa-gallium-vdpau
  131. graphics/mesa-gallium-xa
  132. graphics/mesa-libs
  133. graphics/nip2
  134. graphics/opendx
  135. graphics/openshadinglanguage
  136. graphics/pixie
  137. graphics/py-openshadinglanguage
  138. graphics/qgis
  139. graphics/qgis-ltr
  140. graphics/seexpr
  141. graphics/sswf
  142. graphics/tikzit
  143. graphics/tumble
  144. java/openjfx14
  145. lang/basic256
  146. lang/clover
  147. lang/gnat12
  148. lang/gnat13
  149. lang/hla
  150. lang/lfortran
  151. lang/maude
  152. lang/mono5.10
  153. lang/mono5.20
  154. lang/mono6.8
  155. lang/php85
  156. lang/ptoc
  157. lang/sdcc
  158. lang/vala
  159. lang/yabasic
  160. mail/filtermail
  161. mail/libcmime
  162. mail/mairix
  163. mail/rmilter
  164. math/asymptote
  165. math/chuffed
  166. math/eukleides
  167. math/freefem++
  168. math/gecode
  169. math/igraph
  170. math/jags
  171. math/kalk
  172. math/labplot
  173. math/minizinc
  174. math/mpsolve
  175. math/openturns
  176. math/pari
  177. math/pcalc
  178. math/py-igraph
  179. math/rumur
  180. math/scipoptsuite
  181. math/stp
  182. math/zimpl
  183. misc/adios2
  184. misc/boxes
  185. misc/libuuid
  186. misc/lifelines
  187. misc/ola
  188. multimedia/gstreamer1
  189. multimedia/gstreamer1-editing-services
  190. multimedia/gstreamer1-libav
  191. multimedia/gstreamer1-rtsp-server
  192. multimedia/gstreamer1-vaapi
  193. multimedia/libaacs
  194. net/apinger
  195. net/asterisk18
  196. net/asterisk20
  197. net/asterisk22
  198. net/bird2
  199. net/bird3
  200. net/daq
  201. net/dictd
  202. net/freediameter
  203. net/frr10
  204. net/frr8
  205. net/frr9
  206. net/glusterfs
  207. net/kamailio
  208. net/kf5-kcalendarcore
  209. net/lambdamoo
  210. net/libpcap
  211. net/ntpsec
  212. net/olsrd
  213. net/packetdrill
  214. net/samba416
  215. net/samba419
  216. net/samba420
  217. net/tac_plus4
  218. net/tcptrace
  219. net/tcpview
  220. net/yate
  221. net/yptransitd
  222. net-mgmt/argus3
  223. net-mgmt/argus3-clients
  224. net-mgmt/docsis
  225. net-mgmt/ettercap
  226. net-mgmt/icinga2
  227. net-mgmt/irrtoolset
  228. net-p2p/amule
  229. print/lilypond
  230. print/lilypond-devel
  231. print/miktex
  232. science/code_saturne
  233. science/dynare
  234. science/mcstas
  235. science/mcxtrace
  236. science/minc2
  237. science/py-mmcif
  238. science/qcl
  239. science/rdkit
  240. security/aide
  241. security/libreswan
  242. security/oidentd
  243. security/opencryptoki
  244. security/openvas
  245. security/pkcs11-tools
  246. security/snort
  247. security/zeek
  248. shells/bash
  249. shells/bash-static
  250. shells/bashc
  251. sysutils/am-utils
  252. sysutils/dtc
  253. sysutils/fluent-bit
  254. sysutils/grub2-bhyve
  255. sysutils/grub2-efi
  256. sysutils/grub2-pcbsd
  257. sysutils/kf6-kuserfeedback
  258. sysutils/monit
  259. sysutils/nix
  260. sysutils/u-boot-a13-olinuxino
  261. sysutils/u-boot-a64-olinuxino
  262. sysutils/u-boot-bananapi
  263. sysutils/u-boot-bananapi-r2-pro
  264. sysutils/u-boot-bananapim2
  265. sysutils/u-boot-beaglebone
  266. sysutils/u-boot-bhyve-arm64
  267. sysutils/u-boot-bhyve-riscv
  268. sysutils/u-boot-chip
  269. sysutils/u-boot-clearfog
  270. sysutils/u-boot-cubieboard
  271. sysutils/u-boot-cubieboard2
  272. sysutils/u-boot-cubox-hummingboard
  273. sysutils/u-boot-firefly-rk3399
  274. sysutils/u-boot-master
  275. sysutils/u-boot-nanopi-a64
  276. sysutils/u-boot-nanopi-m1plus
  277. sysutils/u-boot-nanopi-neo
  278. sysutils/u-boot-nanopi-neo-air
  279. sysutils/u-boot-nanopi-neo2
  280. sysutils/u-boot-nanopi-r2s
  281. sysutils/u-boot-nanopi-r4s
  282. sysutils/u-boot-nanopi-r5s
  283. sysutils/u-boot-nanopi-r6s
  284. sysutils/u-boot-olimex-a20-som-evb
  285. sysutils/u-boot-olinuxino-lime
  286. sysutils/u-boot-olinuxino-lime2
  287. sysutils/u-boot-olinuxino-lime2-emmc
  288. sysutils/u-boot-orangepi-one
  289. sysutils/u-boot-orangepi-pc
  290. sysutils/u-boot-orangepi-pc-plus
  291. sysutils/u-boot-orangepi-pc2
  292. sysutils/u-boot-orangepi-plus-2e
  293. sysutils/u-boot-orangepi-r1
  294. sysutils/u-boot-orangepi-zero
  295. sysutils/u-boot-orangepi-zero-plus
  296. sysutils/u-boot-pcduino3
  297. sysutils/u-boot-pine-h64
  298. sysutils/u-boot-pine64
  299. sysutils/u-boot-pine64-lts
  300. sysutils/u-boot-pinebook
  301. sysutils/u-boot-pinebookpro
  302. sysutils/u-boot-qemu-arm
  303. sysutils/u-boot-qemu-arm64
  304. sysutils/u-boot-qemu-riscv64
  305. sysutils/u-boot-quartz64-a
  306. sysutils/u-boot-quartz64-b
  307. sysutils/u-boot-radxa-zero3
  308. sysutils/u-boot-riotboard
  309. sysutils/u-boot-rock-pi-4
  310. sysutils/u-boot-rock64
  311. sysutils/u-boot-rockpro64
  312. sysutils/u-boot-rpi
  313. sysutils/u-boot-rpi-0-w
  314. sysutils/u-boot-rpi-arm64
  315. sysutils/u-boot-rpi2
  316. sysutils/u-boot-rpi3
  317. sysutils/u-boot-rpi3-32
  318. sysutils/u-boot-rpi4
  319. sysutils/u-boot-sifive-fu540
  320. sysutils/u-boot-sifive-fu740
  321. sysutils/u-boot-sinovoip-bpi-m3
  322. sysutils/u-boot-sopine
  323. sysutils/u-boot-sopine-spi
  324. sysutils/u-boot-starfive-visionfive2
  325. sysutils/u-boot-tools
  326. sysutils/u-boot-wandboard
  327. sysutils/xen-guest-tools
  328. sysutils/xen-tools
  329. textproc/dict
  330. textproc/htmltolatex
  331. textproc/kmflcomp
  332. textproc/libcue
  333. textproc/xxdiff
  334. www/chromium
  335. www/h2o
  336. www/iridium
  337. www/mod_auth_gssapi
  338. www/mod_php85
  339. www/netsurf
  340. www/qt5-webengine
  341. www/qt6-webengine
  342. www/ungoogled-chromium
  343. www/webkit2-gtk
  344. x11/gnome-desktop
  345. x11/libxkbcommon
  346. x11/rofi
  347. x11/rofi-wayland
  348. x11-clocks/buici-clock
  349. x11-toolkits/libwnck
  350. x11-toolkits/libwnck3
  351. x11-wm/wlmaker
  352. Collapse this list.

Deleted ports which required this port:

Expand this list of 300 deleted ports
  1. audio/csound6*
  2. biology/chemeq*
  3. cad/opensta*
  4. cad/qucs*
  5. databases/drizzle*
  6. databases/firebird20-client*
  7. databases/firebird20-server*
  8. databases/firebird21-client*
  9. databases/firebird21-server*
  10. databases/mariadb100-client*
  11. databases/mariadb100-server*
  12. databases/mariadb101-client*
  13. databases/mariadb101-server*
  14. databases/mariadb102-client*
  15. databases/mariadb102-server*
  16. databases/mariadb103-client*
  17. databases/mariadb103-server*
  18. databases/mariadb104-client*
  19. databases/mariadb104-server*
  20. databases/mariadb105-client*
  21. databases/mariadb105-server*
  22. databases/mariadb114-connector-c*
  23. databases/monetdb*
  24. databases/mysql56-client*
  25. databases/mysql56-server*
  26. databases/mysql57-client*
  27. databases/mysql57-server*
  28. databases/mysql81-client*
  29. databases/mysql81-server*
  30. databases/mysql90-client*
  31. databases/mysql90-server*
  32. databases/mysqlwsrep56-server*
  33. databases/mysqlwsrep57-server*
  34. databases/percona-pam-for-mysql*
  35. databases/percona55-client*
  36. databases/percona55-server*
  37. databases/percona56-client*
  38. databases/percona56-server*
  39. databases/percona57-client*
  40. databases/percona57-pam-for-mysql*
  41. databases/percona57-server*
  42. databases/postgis*
  43. databases/postgresql10-contrib*
  44. databases/postgresql11-contrib*
  45. databases/postgresql12-contrib*
  46. databases/postgresql82-contrib*
  47. databases/postgresql83-contrib*
  48. databases/postgresql84-contrib*
  49. databases/postgresql90-contrib*
  50. databases/postgresql91-contrib*
  51. databases/postgresql92-contrib*
  52. databases/postgresql93-contrib*
  53. databases/postgresql94-contrib*
  54. databases/postgresql95-contrib*
  55. databases/postgresql96-contrib*
  56. databases/slony1*
  57. databases/xtrabackup*
  58. databases/xtrabackup8*
  59. databases/xtrabackup81*
  60. deskutils/kdepim3*
  61. deskutils/kuserfeedback*
  62. devel/aegis*
  63. devel/anjuta*
  64. devel/arm-eabi-gcc*
  65. devel/arm-rtems-gcc*
  66. devel/as31*
  67. devel/avr-gcc-3*
  68. devel/avr-gcc-devel*
  69. devel/cloudabi-binutils*
  70. devel/cloudabi-binutils-aarch64*
  71. devel/cloudabi-binutils-x86_64*
  72. devel/cross-gcc*
  73. devel/electron11*
  74. devel/electron12*
  75. devel/electron13*
  76. devel/electron17*
  77. devel/electron18*
  78. devel/electron19*
  79. devel/electron21*
  80. devel/electron22*
  81. devel/electron23*
  82. devel/electron24*
  83. devel/electron25*
  84. devel/electron26*
  85. devel/electron27*
  86. devel/electron28*
  87. devel/electron29*
  88. devel/electron30*
  89. devel/electron31*
  90. devel/electron32*
  91. devel/electron33*
  92. devel/electron4*
  93. devel/electron5*
  94. devel/electron6*
  95. devel/electron7*
  96. devel/electron9*
  97. devel/i386-linux-binutils*
  98. devel/i386-rtems-gcc*
  99. devel/kdevelop-pg-qt-kde4*
  100. devel/kscope*
  101. devel/libbonobo*
  102. devel/m68k-rtems-gcc*
  103. devel/mingw32-gcc*
  104. devel/mips-rtems-gcc*
  105. devel/msp430-gcc*
  106. devel/pinba_engine*
  107. devel/powerpc-rtems-gcc*
  108. devel/ptlib26*
  109. devel/pwlib*
  110. devel/py-bison*
  111. devel/ruby-rbison*
  112. devel/rubygem-ripper*
  113. devel/sdts++*
  114. devel/sfslite*
  115. devel/sfslite-dbg*
  116. devel/sfslite-noopt*
  117. devel/sh-rtems-gcc*
  118. devel/sparc-rtems-gcc*
  119. devel/xtensa-esp32-elf*
  120. devel/yosys*
  121. dns/knot*
  122. dns/knot1*
  123. dns/powerdns-devel*
  124. editors/lfhex*
  125. editors/libreoffice-legacy*
  126. editors/libreoffice4*
  127. editors/libreoffice6*
  128. editors/openoffice-3*
  129. editors/openoffice-3-devel*
  130. editors/openoffice.org-3*
  131. editors/openoffice.org-3-RC*
  132. editors/openoffice.org-3-devel*
  133. editors/openoffice.org-vcltesttool*
  134. editors/xmleditor*
  135. emulators/nonpareil*
  136. emulators/qemu-sbruno*
  137. emulators/qemu2*
  138. emulators/qemu30*
  139. emulators/qemu31*
  140. emulators/qemu40*
  141. emulators/qemu41*
  142. emulators/qemu42*
  143. emulators/qemu5*
  144. emulators/qemu50*
  145. emulators/wine-compholio*
  146. emulators/wine-staging*
  147. emulators/wine7*
  148. emulators/wine8*
  149. games/goldencheetah*
  150. games/kaid*
  151. games/noegnud-littlehack*
  152. games/noegnud-nethack*
  153. games/noegnud-nethack-deet*
  154. games/noegnud-slashem*
  155. games/secretmaryochronicles*
  156. games/stonesoup-sdl*
  157. games/windstille*
  158. graphics/aqsis*
  159. graphics/dri*
  160. graphics/ender*
  161. graphics/fractorama*
  162. graphics/gbm*
  163. graphics/kipi-plugin-panorama*
  164. graphics/libEGL*
  165. graphics/libGL*
  166. graphics/libglapi*
  167. graphics/libglesv2*
  168. graphics/libglut*
  169. graphics/libxatracker*
  170. graphics/luxrays*
  171. graphics/luxrender*
  172. graphics/luxrender14*
  173. graphics/ming*
  174. graphics/p5-ming*
  175. graphics/picviz*
  176. graphics/sketch*
  177. graphics/vkd3d*
  178. japanese/ming*
  179. japanese/xjtext*
  180. java/jmp*
  181. java/openjfx8-devel*
  182. lang/gcc34*
  183. lang/gcc42*
  184. lang/gdc*
  185. lang/gnat*
  186. lang/harbour*
  187. lang/hiphop-php*
  188. lang/hugs*
  189. lang/llvm-gcc4*
  190. lang/ohugs*
  191. lang/parrot*
  192. lang/phantomjs*
  193. lang/pike76*
  194. lang/pike78*
  195. lang/q*
  196. lang/qore*
  197. lang/rakudo*
  198. lang/rubinius*
  199. lang/spl*
  200. lang/vala-vapigen*
  201. mail/esmtp*
  202. mail/libmapi*
  203. math/abakus*
  204. math/cvc3*
  205. math/foma*
  206. math/gcalctool*
  207. math/graphthing*
  208. math/gringo*
  209. math/py-python-igraph*
  210. misc/libmcal*
  211. multimedia/avinfo*
  212. multimedia/gstreamer*
  213. multimedia/gstreamer-qt4*
  214. multimedia/gstreamer1-qt*
  215. multimedia/gstreamer1-qt4*
  216. multimedia/gstreamer1-qt5*
  217. multimedia/moonlight*
  218. net/asterisk*
  219. net/asterisk10*
  220. net/asterisk11*
  221. net/asterisk13*
  222. net/asterisk14*
  223. net/asterisk15*
  224. net/asterisk16*
  225. net/bird*
  226. net/bird-devel*
  227. net/bird6*
  228. net/cphone*
  229. net/freeswitch-core*
  230. net/freeswitch-core-devel*
  231. net/frr*
  232. net/frr3*
  233. net/frr4*
  234. net/frr5*
  235. net/frr6*
  236. net/frr7*
  237. net/kcalcore*
  238. net/nfs-ganesha*
  239. net/ohphone*
  240. net/openh323*
  241. net/openmcu*
  242. net/opensips*
  243. net/twinkle*
  244. net/yate-devel*
  245. net-im/gtkyahoo*
  246. net-im/telepathy-logger-qt4*
  247. net-im/telepathy-logger-qt5*
  248. net-mgmt/argus*
  249. net-mgmt/argus-clients*
  250. net-mgmt/cflowd*
  251. net-mgmt/netmond*
  252. net-p2p/amule-devel*
  253. news/xrn*
  254. palm/gnome-pilot-conduits*
  255. print/libgnomeprint*
  256. russian/ircd-hybrid*
  257. security/bro*
  258. security/broccoli*
  259. security/fastd*
  260. security/fastd-devel*
  261. security/ike*
  262. security/nessus-libnasl*
  263. security/nessus-libraries*
  264. security/openvas-libnasl*
  265. security/openvas-libraries*
  266. security/openvas8-libraries*
  267. security/openvas9-libraries*
  268. security/pbc*
  269. shells/bash-devel*
  270. shells/bash-static-devel*
  271. shells/bash53*
  272. sysutils/fusefs-lkl*
  273. sysutils/grub2*
  274. sysutils/heartbeat*
  275. sysutils/lttng-tools*
  276. sysutils/syslog-ng-incubator*
  277. sysutils/syslog-ng-incubator03*
  278. sysutils/u-boot-duovero*
  279. sysutils/u-boot-pandaboard*
  280. sysutils/u-boot-zedboard*
  281. sysutils/u-boot-zybo*
  282. textproc/confetti*
  283. textproc/libpathan*
  284. textproc/mifluz*
  285. textproc/scrollkeeper*
  286. textproc/syck*
  287. www/egueb*
  288. www/h2o-devel*
  289. www/qt5-webkit*
  290. www/webkit-gtk2*
  291. www/webkit-gtk3*
  292. www/webkit-qt5*
  293. www/webkit2-gtk3*
  294. www/webkit2-gtk4*
  295. x11/libgnome*
  296. x11-toolkits/libgnomeprintui*
  297. x11-toolkits/libgnomeui*
  298. x11-toolkits/libmatewnck*
  299. x11-toolkits/libzvt*
  300. x11-toolkits/vte290*
  301. Collapse this list of deleted ports.
for Run
  1. devel/eclipse-titan

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. devel/py-bison*
  2. net/freeswitch-core*
  3. net/freeswitch-core-devel*
  4. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for bison-3.8.2_2,1: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples NLS=on: Native Language Support ===> Use 'make config' to modify these settings
Options name:
devel_bison
USES:
charsetfix compiler:c11 cpe gmake iconv localbase perl5 tar:xz gettext
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.fu-berlin.de/unix/gnu/bison/
  2. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/bison/
  3. ftp://mirrors.rit.edu/gnu/bison/
  4. http://ftp.halifax.rwth-aachen.de/gnu/bison/
  5. http://ftp.kddilabs.jp/GNU/gnu/bison/
  6. http://mirror.navercorp.com/gnu/bison/
  7. https://ftp.gnu.org/gnu/bison/
  8. https://ftpmirror.gnu.org/bison/
  9. https://mirror.netcologne.de/gnu/bison/
  10. https://mirrors.kernel.org/gnu/bison/
  11. https://www.nic.funet.fi/pub/gnu/gnu/bison/
Collapse this list.

There are no commits on branch 2025Q3 for this port