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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

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

Deleted ports which required this port:

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