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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2024Q1
bison Parser generator from FSF, (mostly) compatible with Yacc
3.8.2_2,1 devel on this many watch lists=488 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.8.2_2,1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-07-10 04:57:24
Commit Hash: c7c4c9e
People watching this port, also watch:: gmake, m4, libiconv, expat, gettext
License: GPLv3+
WWW:
https://www.gnu.org/software/bison/
https://savannah.gnu.org/projects/bison/
Description:
Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. As an experimental feature, Bison can also generate IELR(1) or canonical LR(1) parser tables. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C or C++ programming in order to use Bison. Java is also supported as an experimental feature.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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

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

Deleted ports which required this port:

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