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

Deleted ports which required this port:

Expand this list of 296 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/electron33*
  87. devel/electron4*
  88. devel/electron5*
  89. devel/electron6*
  90. devel/electron7*
  91. devel/electron9*
  92. devel/i386-linux-binutils*
  93. devel/i386-rtems-gcc*
  94. devel/kdevelop-pg-qt-kde4*
  95. devel/kscope*
  96. devel/libbonobo*
  97. devel/m68k-rtems-gcc*
  98. devel/mingw32-gcc*
  99. devel/mips-rtems-gcc*
  100. devel/msp430-gcc*
  101. devel/pinba_engine*
  102. devel/powerpc-rtems-gcc*
  103. devel/ptlib26*
  104. devel/pwlib*
  105. devel/py-bison*
  106. devel/ruby-rbison*
  107. devel/rubygem-ripper*
  108. devel/sdts++*
  109. devel/sfslite*
  110. devel/sfslite-dbg*
  111. devel/sfslite-noopt*
  112. devel/sh-rtems-gcc*
  113. devel/sparc-rtems-gcc*
  114. devel/xtensa-esp32-elf*
  115. devel/yosys*
  116. dns/knot*
  117. dns/knot1*
  118. dns/powerdns-devel*
  119. editors/lfhex*
  120. editors/libreoffice-legacy*
  121. editors/libreoffice4*
  122. editors/libreoffice6*
  123. editors/openoffice-3*
  124. editors/openoffice-3-devel*
  125. editors/openoffice.org-3*
  126. editors/openoffice.org-3-RC*
  127. editors/openoffice.org-3-devel*
  128. editors/openoffice.org-vcltesttool*
  129. editors/xmleditor*
  130. emulators/nonpareil*
  131. emulators/qemu-sbruno*
  132. emulators/qemu2*
  133. emulators/qemu30*
  134. emulators/qemu31*
  135. emulators/qemu40*
  136. emulators/qemu41*
  137. emulators/qemu42*
  138. emulators/qemu5*
  139. emulators/qemu50*
  140. emulators/wine-compholio*
  141. emulators/wine-staging*
  142. emulators/wine7*
  143. emulators/wine8*
  144. games/goldencheetah*
  145. games/kaid*
  146. games/noegnud-littlehack*
  147. games/noegnud-nethack*
  148. games/noegnud-nethack-deet*
  149. games/noegnud-slashem*
  150. games/secretmaryochronicles*
  151. games/stonesoup-sdl*
  152. games/windstille*
  153. graphics/aqsis*
  154. graphics/dri*
  155. graphics/ender*
  156. graphics/fractorama*
  157. graphics/gbm*
  158. graphics/kipi-plugin-panorama*
  159. graphics/libEGL*
  160. graphics/libGL*
  161. graphics/libglapi*
  162. graphics/libglesv2*
  163. graphics/libglut*
  164. graphics/libxatracker*
  165. graphics/luxrays*
  166. graphics/luxrender*
  167. graphics/luxrender14*
  168. graphics/ming*
  169. graphics/p5-ming*
  170. graphics/picviz*
  171. graphics/sketch*
  172. graphics/vkd3d*
  173. japanese/ming*
  174. japanese/xjtext*
  175. java/jmp*
  176. java/openjfx8-devel*
  177. lang/gcc34*
  178. lang/gcc42*
  179. lang/gdc*
  180. lang/gnat*
  181. lang/harbour*
  182. lang/hiphop-php*
  183. lang/hugs*
  184. lang/llvm-gcc4*
  185. lang/ohugs*
  186. lang/parrot*
  187. lang/phantomjs*
  188. lang/pike76*
  189. lang/pike78*
  190. lang/q*
  191. lang/qore*
  192. lang/rakudo*
  193. lang/rubinius*
  194. lang/spl*
  195. lang/vala-vapigen*
  196. mail/esmtp*
  197. mail/libmapi*
  198. math/abakus*
  199. math/cvc3*
  200. math/foma*
  201. math/gcalctool*
  202. math/graphthing*
  203. math/gringo*
  204. math/py-python-igraph*
  205. misc/libmcal*
  206. multimedia/avinfo*
  207. multimedia/gstreamer*
  208. multimedia/gstreamer-qt4*
  209. multimedia/gstreamer1-qt*
  210. multimedia/gstreamer1-qt4*
  211. multimedia/gstreamer1-qt5*
  212. multimedia/moonlight*
  213. net/asterisk*
  214. net/asterisk10*
  215. net/asterisk11*
  216. net/asterisk13*
  217. net/asterisk14*
  218. net/asterisk15*
  219. net/asterisk16*
  220. net/bird*
  221. net/bird-devel*
  222. net/bird6*
  223. net/cphone*
  224. net/freeswitch-core*
  225. net/freeswitch-core-devel*
  226. net/frr*
  227. net/frr3*
  228. net/frr4*
  229. net/frr5*
  230. net/frr6*
  231. net/frr7*
  232. net/kcalcore*
  233. net/nfs-ganesha*
  234. net/ohphone*
  235. net/openh323*
  236. net/openmcu*
  237. net/opensips*
  238. net/twinkle*
  239. net/yate-devel*
  240. net-im/gtkyahoo*
  241. net-im/telepathy-logger-qt4*
  242. net-im/telepathy-logger-qt5*
  243. net-mgmt/argus*
  244. net-mgmt/argus-clients*
  245. net-mgmt/cflowd*
  246. net-mgmt/netmond*
  247. net-p2p/amule-devel*
  248. news/xrn*
  249. palm/gnome-pilot-conduits*
  250. print/libgnomeprint*
  251. russian/ircd-hybrid*
  252. security/bro*
  253. security/broccoli*
  254. security/fastd*
  255. security/fastd-devel*
  256. security/ike*
  257. security/nessus-libnasl*
  258. security/nessus-libraries*
  259. security/openvas-libnasl*
  260. security/openvas-libraries*
  261. security/openvas8-libraries*
  262. security/openvas9-libraries*
  263. security/pbc*
  264. shells/bash-devel*
  265. shells/bash-static-devel*
  266. shells/bash53*
  267. sysutils/fusefs-lkl*
  268. sysutils/grub2*
  269. sysutils/heartbeat*
  270. sysutils/lttng-tools*
  271. sysutils/syslog-ng-incubator*
  272. sysutils/syslog-ng-incubator03*
  273. sysutils/u-boot-duovero*
  274. sysutils/u-boot-pandaboard*
  275. sysutils/u-boot-zedboard*
  276. sysutils/u-boot-zybo*
  277. textproc/confetti*
  278. textproc/libpathan*
  279. textproc/mifluz*
  280. textproc/scrollkeeper*
  281. textproc/syck*
  282. textproc/xxdiff*
  283. www/egueb*
  284. www/h2o-devel*
  285. www/qt5-webkit*
  286. www/webkit-gtk2*
  287. www/webkit-gtk3*
  288. www/webkit-qt5*
  289. www/webkit2-gtk3*
  290. www/webkit2-gtk4*
  291. x11/libgnome*
  292. x11-toolkits/libgnomeprintui*
  293. x11-toolkits/libgnomeui*
  294. x11-toolkits/libmatewnck*
  295. x11-toolkits/libzvt*
  296. x11-toolkits/vte290*
  297. 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 2023Q3 for this port