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

Deleted ports which required this port:

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