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

Deleted ports which required this port:

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

Number of commits found: 130 (showing only 30 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.75
24 Oct 2002 20:04:48
Original commit files touched by this commit
will search for other commits by this committer
Add dependency on GNU m4 for the build.  Found by portbuild.
1.75
24 Oct 2002 13:55:31
Original commit files touched by this commit
dwcjr search for other commits by this committer
Update to 1.75

PR:             44223
Submitted by:   tkato@prontomail.com
1.35_1
14 Sep 2002 13:32:07
Original commit files touched by this commit
sobomax search for other commits by this committer
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
1.35_1
30 Apr 2002 08:29:55
Original commit files touched by this commit
sobomax search for other commits by this committer
Don't install own copy of charset.alias - use one from libiconv instead. Bump
PORTREVISION.
1.35
06 Apr 2002 19:30:17
Original commit files touched by this commit
demon search for other commits by this committer
Upgrade to 1.35.
1.34_2
24 Mar 2002 16:06:54
Original commit files touched by this commit
demon search for other commits by this committer
USE_BZIP2
1.34_2
19 Mar 2002 10:18:35
Original commit files touched by this commit
ache search for other commits by this committer
Remove iconv->giconv hack
1.34_2
18 Mar 2002 10:27:58
Original commit files touched by this commit
knu search for other commits by this committer
Bump PORTREVISION to reflect the (lib)iconv upgrade.
1.34_2
18 Mar 2002 09:46:46
Original commit files touched by this commit
sobomax search for other commits by this committer
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
1.34
16 Mar 2002 12:19:56
Original commit files touched by this commit
demon search for other commits by this committer
Upgrade to 1.34.
14 Mar 2002 16:05:31
Original commit files touched by this commit
naddy search for other commits by this committer
Limit s/iconv/giconv/ to the actually used files in order to avoid
triggering an auto* build cascade.
13 Mar 2002 19:34:39
Original commit files touched by this commit
knu search for other commits by this committer
Bump PORTREVISION for the last fix.
13 Mar 2002 01:23:26
Original commit files touched by this commit
naddy search for other commits by this committer
This requires ngettext().

XXX Explicitly build with included libintl for now.

PR:             35653
17 Feb 2002 21:39:39
commit hash: fp1.24853@dev.null.freshports.orgcommit hash: fp1.24853@dev.null.freshports.orgcommit hash: fp1.24853@dev.null.freshports.orgcommit hash: fp1.24853@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Embellish the package list.    
17 Feb 2002 03:54:31
commit hash: fp1.24816@dev.null.freshports.orgcommit hash: fp1.24816@dev.null.freshports.orgcommit hash: fp1.24816@dev.null.freshports.orgcommit hash: fp1.24816@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Update to version 1.33.    
17 Feb 2002 03:52:38
commit hash: fp1.24814@dev.null.freshports.orgcommit hash: fp1.24814@dev.null.freshports.orgcommit hash: fp1.24814@dev.null.freshports.orgcommit hash: fp1.24814@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Update to version 1.33.    
11 Dec 2001 01:58:33
commit hash: fp1.21843@dev.null.freshports.orgcommit hash: fp1.21843@dev.null.freshports.orgcommit hash: fp1.21843@dev.null.freshports.orgcommit hash: fp1.21843@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
This PORTEPOCH for life crap is stupid.   Back out the downgrade, I would have
never agreed to it if I had know...   This leaves a window of downgradededness
18 hours -- people can just live   with that.    
10 Dec 2001 10:25:54
commit hash: fp1.21833@dev.null.freshports.orgcommit hash: fp1.21833@dev.null.freshports.orgcommit hash: fp1.21833@dev.null.freshports.orgcommit hash: fp1.21833@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Bump PORTEPOCH because PORTVERSION was recently lowered.    
10 Dec 2001 04:41:18
commit hash: fp1.21830@dev.null.freshports.orgcommit hash: fp1.21830@dev.null.freshports.orgcommit hash: fp1.21830@dev.null.freshports.orgcommit hash: fp1.21830@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Back this down to version 1.28 until the Bison developers can acutally   do some
regression tests on their later releases.   Versions 1.29 and 1.30 seg fault
where 1.28 did not.    
02 Dec 2001 07:37:57
commit hash: fp1.21450@dev.null.freshports.orgcommit hash: fp1.21450@dev.null.freshports.orgcommit hash: fp1.21450@dev.null.freshports.orgcommit hash: fp1.21450@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs a  
different semantics than our bsd.port.mk provides.    
29 Nov 2001 15:24:04
commit hash: fp1.21351@dev.null.freshports.orgcommit hash: fp1.21351@dev.null.freshports.orgcommit hash: fp1.21351@dev.null.freshports.orgcommit hash: fp1.21351@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Upgrade to Bison 1.30.   Version 1.29 had several problems that I believe 1.30
fixes (looking at the   ChangeLog).    
23 Sep 2001 07:40:35
commit hash: fp1.19057@dev.null.freshports.orgcommit hash: fp1.19057@dev.null.freshports.orgcommit hash: fp1.19057@dev.null.freshports.orgcommit hash: fp1.19057@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
unify info files (no revision bump needed).    
23 Sep 2001 01:21:23
commit hash: fp1.19046@dev.null.freshports.orgcommit hash: fp1.19046@dev.null.freshports.orgcommit hash: fp1.19046@dev.null.freshports.orgcommit hash: fp1.19046@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Update to 1.29    
20 Jul 2001 19:29:24
commit hash: fp1.16330@dev.null.freshports.orgcommit hash: fp1.16330@dev.null.freshports.orgcommit hash: fp1.16330@dev.null.freshports.orgcommit hash: fp1.16330@dev.null.freshports.org files touched by this commit
demon search for other commits by this committer
Remove obsoleted entries.    
20 Jul 2001 19:27:36
commit hash: fp1.16329@dev.null.freshports.orgcommit hash: fp1.16329@dev.null.freshports.orgcommit hash: fp1.16329@dev.null.freshports.orgcommit hash: fp1.16329@dev.null.freshports.org files touched by this commit
demon search for other commits by this committer
Update for bison-1.28    
16 Jul 2001 19:04:52
commit hash: fp1.16216@dev.null.freshports.orgcommit hash: fp1.16216@dev.null.freshports.orgcommit hash: fp1.16216@dev.null.freshports.orgcommit hash: fp1.16216@dev.null.freshports.org files touched by this commit
demon search for other commits by this committer
Add Russian messages.    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
12 Jun 2000 11:12:45
commit hash: fp1.919@dev.null.freshports.orgcommit hash: fp1.919@dev.null.freshports.orgcommit hash: fp1.919@dev.null.freshports.orgcommit hash: fp1.919@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't  
bother to do it.    
12 Jun 2000 11:00:36
commit hash: fp1.918@dev.null.freshports.orgcommit hash: fp1.918@dev.null.freshports.orgcommit hash: fp1.918@dev.null.freshports.orgcommit hash: fp1.918@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Use installed libintl instead of the port's own version.    
03 Jun 2000 01:49:25
commit hash: fp1.519@dev.null.freshports.orgcommit hash: fp1.519@dev.null.freshports.orgcommit hash: fp1.519@dev.null.freshports.orgcommit hash: fp1.519@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Remove empty directories.    

Number of commits found: 130 (showing only 30 on this page)

«  1 | 2