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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

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

Deleted ports which required this port:

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

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 2022Q2 for this port