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

Deleted ports which required this port:

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

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.8.2_2,1
15 Apr 2024 10:04:36
commit hash: 2d80d8f4cc61d66f614154e9891c7b346e5fbd90commit hash: 2d80d8f4cc61d66f614154e9891c7b346e5fbd90commit hash: 2d80d8f4cc61d66f614154e9891c7b346e5fbd90commit hash: 2d80d8f4cc61d66f614154e9891c7b346e5fbd90 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
devel/bison: fix wrong dependency on readline

While the port claim a dependency on readline, it is actually never
linked to it.

While removing the dependency on readline encure via CONFIGURE_ENV
that readline never gets picked by accident.

Revealed by testing the new autodeps feature

PR:	278324
3.8.2_1,1
13 Apr 2024 13:03:19
commit hash: 62ed19575439e1d279d6736acd96ff58c4246599commit hash: 62ed19575439e1d279d6736acd96ff58c4246599commit hash: 62ed19575439e1d279d6736acd96ff58c4246599commit hash: 62ed19575439e1d279d6736acd96ff58c4246599 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
3.8.2_1,1
21 Feb 2024 15:06:20
commit hash: 54d59e5c1a2191f67bcb5e41fbb8f1b93b815581commit hash: 54d59e5c1a2191f67bcb5e41fbb8f1b93b815581commit hash: 54d59e5c1a2191f67bcb5e41fbb8f1b93b815581commit hash: 54d59e5c1a2191f67bcb5e41fbb8f1b93b815581 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/bison: Sort PLIST after 177a9962c553d443c7871bef5767861ae4bead1c
3.8.2_1,1
26 Jan 2024 15:56:33
commit hash: 177a9962c553d443c7871bef5767861ae4bead1ccommit hash: 177a9962c553d443c7871bef5767861ae4bead1ccommit hash: 177a9962c553d443c7871bef5767861ae4bead1ccommit hash: 177a9962c553d443c7871bef5767861ae4bead1c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/bison: Moved man to share/man

Approved by:    portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.8.2,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.8.2,1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.8.2,1
25 Mar 2022 17:19:23
commit hash: f7d0a21275024aa0d41c7560127be5eb0bb90ad2commit hash: f7d0a21275024aa0d41c7560127be5eb0bb90ad2commit hash: f7d0a21275024aa0d41c7560127be5eb0bb90ad2commit hash: f7d0a21275024aa0d41c7560127be5eb0bb90ad2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/bison: Remove unneeded USES=makeinfo
3.8.2,1
25 Mar 2022 13:38:02
commit hash: e36d72335812d16c3e6aa8046d12fc2807bb99cccommit hash: e36d72335812d16c3e6aa8046d12fc2807bb99cccommit hash: e36d72335812d16c3e6aa8046d12fc2807bb99cccommit hash: e36d72335812d16c3e6aa8046d12fc2807bb99cc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Author: Matthias Andree
devel/bison: Parallelize make test

PR:		259577
3.8.2,1
07 Mar 2022 18:10:55
commit hash: 5726e1d60f8a3d92891ced1d34c1cf814517a318commit hash: 5726e1d60f8a3d92891ced1d34c1cf814517a318commit hash: 5726e1d60f8a3d92891ced1d34c1cf814517a318commit hash: 5726e1d60f8a3d92891ced1d34c1cf814517a318 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/bison: Update to 3.8.2

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		262252
Exp-run by:	antoine
3.7.6,1
13 Nov 2021 10:45:26
commit hash: e3d0156e5555db9686c365fa89633811e5bf3090commit hash: e3d0156e5555db9686c365fa89633811e5bf3090commit hash: e3d0156e5555db9686c365fa89633811e5bf3090commit hash: e3d0156e5555db9686c365fa89633811e5bf3090 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
Revert "devel/bison: Update to 3.8.2"

This reverts commit 09a2196b7a5ad825caac29f37ef8233317a62855.
This wasn't approved by the maintainer and may require more testing.

@sunpoet: My apologies for not rebasing/rearranging the mailman commits.
3.8.2,1
13 Nov 2021 10:00:52
commit hash: 09a2196b7a5ad825caac29f37ef8233317a62855commit hash: 09a2196b7a5ad825caac29f37ef8233317a62855commit hash: 09a2196b7a5ad825caac29f37ef8233317a62855commit hash: 09a2196b7a5ad825caac29f37ef8233317a62855 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
devel/bison: Update to 3.8.2

While here, parallelize tests
 - MAKE_ARGS lacks ${_MAKE_JOBS} <https://bugs.freebsd.org/259576>
 - USES+=gmake because the test driver only parallelizes the 700 tests
   with GNU make, but not with BSD make.

Replace bulky and dynamic Makefile.in patch by systematic edit.
3.7.6,1
21 Sep 2021 03:35:11
commit hash: 11e71f6720afed2d932861e421548b79b7b6a96dcommit hash: 11e71f6720afed2d932861e421548b79b7b6a96dcommit hash: 11e71f6720afed2d932861e421548b79b7b6a96dcommit hash: 11e71f6720afed2d932861e421548b79b7b6a96d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/bison: Cosmetic change
3.7.6,1
29 Aug 2021 11:32:15
commit hash: 1b9e4d7d9ad86667425f6091515f8554d5129937commit hash: 1b9e4d7d9ad86667425f6091515f8554d5129937commit hash: 1b9e4d7d9ad86667425f6091515f8554d5129937commit hash: 1b9e4d7d9ad86667425f6091515f8554d5129937 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
devel/bison: Add CPE information

Approved by:	portmgr (blanket)
3.7.6,1
18 Apr 2021 05:41:54
commit hash: fc3915d914c04009c4e5ba8afd0968c0e04702fecommit hash: fc3915d914c04009c4e5ba8afd0968c0e04702fecommit hash: fc3915d914c04009c4e5ba8afd0968c0e04702fecommit hash: fc3915d914c04009c4e5ba8afd0968c0e04702fe files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/bison: Update to 3.7.6

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
3.7.5,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.7.5,1
07 Mar 2021 22:10:34
Revision:567613Original commit files touched by this commit
sunpoet search for other commits by this committer
Convert REINPLACE_CMD to patch files
3.7.5,1
30 Jan 2021 12:18:43
Revision:563294Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.7.5

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
3.7.4,1
26 Jan 2021 13:58:55
Revision:562664Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.7.4

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		248911
Exp-run by:	antoine
3.6.4,1
30 Jul 2020 09:49:52
Revision:543740Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
3.6.4,1
19 Jun 2020 16:04:41
Revision:539625Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.4

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
3.6.3,1
14 Jun 2020 14:22:24
Revision:538748Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.3

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
3.6.2,1
25 May 2020 18:25:13
Revision:536492Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.2

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		246388
Exp-run by:	antoine
3.5.4,1
08 Apr 2020 02:21:14
Revision:531052Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.5.4

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
3.5.3,1
28 Mar 2020 12:45:19
Revision:529338Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.5.3

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
3.5.2,1
14 Feb 2020 19:43:25
Revision:526136Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.5.2

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
3.5.1,1
22 Jan 2020 17:27:01
Revision:523821Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/bison: fix build on GCC architectures

Use newer GCC on GCC architectures:
src/parse-gram.y:1007: error: #pragma GCC diagnostic not allowed inside
functions
3.5.1,1
22 Jan 2020 05:36:05
Revision:523766Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.5.1

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS

Exp-run by:	antoine
3.5,1
20 Jan 2020 20:09:40
Revision:523651Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.5

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		243326
Exp-run by:	antoine
3.4.2,1
13 Nov 2019 14:32:07
Revision:517376Original commit files touched by this commit
jbeich search for other commits by this committer
Drop workaround for qemu-user-static hang after r517350

GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an
emulated application but no longer hangs. While the behavior differs
from real hardware it matches the one from before r456518 that was
hardcoded as gl_cv_func_printf_enomem=no workaround.

PR:		224740
3.4.2,1
25 Sep 2019 20:40:13
Revision:512814Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.4.2

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		240583
Exp-run by:	antoine
3.4.1,1
26 Jun 2019 17:26:24
Revision:505162Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.4.1

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		238141
Exp-run by:	antoine
3.3.2,1
07 Feb 2019 23:13:52
Revision:492390Original commit files touched by this commit
sunpoet search for other commits by this committer
Update devel/bison to 3.3.2

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		235259
Exp-run by:	antoine
3.2.2,1
03 Dec 2018 18:52:00
Revision:486526Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.2

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		233641
Exp-run by:	antoine
3.1_1,1
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
3.1,1
30 Sep 2018 19:40:42
Revision:480970Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.1

Changes:	https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		231626
Exp-run by:	antoine
3.0.5,1
05 Sep 2018 21:54:52
Revision:479044Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.5

Changes:	http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
PR:		231006
Exp-run by:	antoine
3.0.4,1
15 Jan 2018 07:35:04
Revision:459020Original commit files touched by this commit
antoine search for other commits by this committer
Skip ENOMEM check for printf when building with qemu, this makes
configure hang

PR:		224740
Reported by:	pkg-fallout
MFH:		2018Q1
With hat:	portmgr
3.0.4,1
08 Oct 2017 13:48:57
Revision:451535Original commit files touched by this commit
sunpoet search for other commits by this committer
Change PORTDATA=*, PORTDOCS=* and PORTEXAMPLES=* to PLIST entries
3.0.4,1
13 Jan 2017 07:21:04
Revision:431345Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.4

- Add LICENSE
- Use USES=localbase
- Use PORTDATA
- Sort PLIST

Changes:	http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
Differential Revision:	https://reviews.FreeBSD.org/D9073
PR:		215840
Exp-run by:	antoine
2.7.1_1,1
26 Dec 2016 18:45:01
Revision:429564Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add TEST_TARGET
2.7.1_1,1
26 Dec 2016 16:43:23
Revision:429539Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change from post-extract: to post-patch:
- Cosmetic change
- Update WWW
2.7.1_1,1
15 Dec 2016 00:07:48
Revision:428599Original commit files touched by this commit
sunpoet search for other commits by this committer
- Take maintainership
2.7.1_1,1
14 Dec 2016 21:48:10
Revision:428596Original commit files touched by this commit
johans search for other commits by this committer
Stepping down as maintainer for some ports.
2.7.1_1,1
08 Dec 2016 19:52:20
Revision:428152Original commit files touched by this commit
tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2.7.1,1
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2.7.1,1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.7.1,1
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
2.7.1,1
25 Jun 2014 11:50:32
Revision:359223Original commit files touched by this commit
bapt search for other commits by this committer
Fix build without texinfo in base
2.7.1,1
03 Jun 2014 13:00:17
Revision:356355Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Convert USE_XZ to USES

Approved by:	portmgr blanket
2.7.1,1
27 Jan 2014 13:35:11
Revision:341404Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
Use options helpers
2.7.1,1
29 Dec 2013 14:33:43
Revision:337993Original commit files touched by this commit
tijl search for other commits by this committer
Add EXAMPLES and NLS option.
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
2.7.1,1
16 Sep 2013 10:28:33
Revision:327376Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2.7.1,1
30 Apr 2013 16:06:28
Revision:316946Original commit files touched by this commit
johans search for other commits by this committer
Explicitly list minimal version of GNU M4 to use (1.4.16);
may avoid issues for people who haven't updated m4 in over 2 years
2.7.1,1
29 Apr 2013 20:33:11
Revision:316846Original commit files touched by this commit
johans search for other commits by this committer
Update bison to 2.7.1 (bugfix release)
http://lists.gnu.org/archive/html/help-bison/2013-04/msg00013.html
2.7,1
29 Apr 2013 12:59:35
Revision:316813Original commit files touched by this commit
bapt search for other commits by this committer
Remove latest references to USE_BISON
2.7,1
26 Apr 2013 10:44:29
Revision:316596Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
2.7,1
18 Mar 2013 11:40:04
Revision:314556Original commit files touched by this commit
bapt search for other commits by this committer
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.

Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.

Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)

Approved by:	kwm (gnome)
Exp-run by:	miwi
2.7,1
24 Feb 2013 17:46:09
Revision:312885Original commit files touched by this commit
johans search for other commits by this committer
Update bison to 2.7
http://lists.gnu.org/archive/html/help-bison/2012-12/msg00008.html

PR:             ports/173606
Exp-run by:     miwi
2.5.1,1
16 Jul 2012 20:42:39
Original commit files touched by this commit
johans search for other commits by this committer
- Check for EXAMPLES rather than DOCS options to determine examples installation
- Fix plist in case examples are not installed

Submitted by:	flo
2.5.1,1
27 Jun 2012 22:21:02
Original commit files touched by this commit
johans search for other commits by this committer
Add distinfo and pkg-plist files for the bison update
that got lost with the previous commit.

Reported by:    Herbert J. Skuhra <h.skuhra@gmail.com>
2.5.1,1
27 Jun 2012 21:06:00
Original commit files touched by this commit
johans search for other commits by this committer
 - Update bison to 2.5.1
   http://lists.gnu.org/archive/html/info-gnu/2012-06/msg00004.html
   Thanks to pav for testing it on an exp-run

PR:             ports/169156
2.5,1
27 Jun 2012 20:58:20
Original commit files touched by this commit
johans search for other commits by this committer
Convert to new options framework
2.5,1
30 Jan 2012 19:30:19
Original commit files touched by this commit
johans search for other commits by this committer
Update bison to 2.5 release
Thanks to miwi for testing it on an exp-run

PR:     ports/157769
2.4.3,1
07 Nov 2011 03:25:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Get rid FreeBSD 6.x support
2.4.3,1
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
2.4.3,1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
2.4.3,1
16 Aug 2010 20:17:24
Original commit files touched by this commit
johans search for other commits by this committer
Update bison to 2.4.3

PR:             ports/144916
Tested by:      exp-run by pav
2.4.1_1,1
31 May 2010 02:01:56
Original commit files touched by this commit
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
2.4.1,1
23 Feb 2010 18:03:45
Original commit files touched by this commit
johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
2.4.1,1
10 Apr 2009 09:06:25
Original commit files touched by this commit
johans search for other commits by this committer
Don't update charset.alias if WITHOUT_NLS is set

Reported by:    pgollucci
2.4.1,1
06 Mar 2009 12:04:11
Original commit files touched by this commit
johans search for other commits by this committer
- Update bison to 2.4.1, see announcements for important changes:
  http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
  http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
  Replace %{ .. %} with %code { .. } where required
  and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat

PR:             ports/131640
Approved by:    portmgr (pav)
2.3_4,1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3_4,1
06 Jun 2008 13:21:59
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2.3_3,1
18 Oct 2007 02:28:45
Original commit files touched by this commit
ade search for other commits by this committer
Restore PORTEPOCH.  My feelings on this particular knob are rated
*at least* NC-17.

Submitted by:   many
2.3_3
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
1.75_2,1
14 Nov 2005 03:05:47
Original commit files touched by this commit
ade search for other commits by this committer
Add SHA256
1.75_2,1
04 Sep 2005 18:33:15
Original commit files touched by this commit
ade search for other commits by this committer
A few more cleanups after recent events with bison

* lose the bison175 port, it's not needed for now and will
  only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports

Approved by:    portmgr
1.75_2,1
04 Sep 2005 10:45:23
Original commit files touched by this commit
pav search for other commits by this committer
- Back out update to 2.0

Requested by:   ade
2.0
02 Sep 2005 08:02:04
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.0

PR:             ports/84709
Submitted by:   Frerich Raabe <frerich@athame.co.uk>
1.75_2
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
1.75_2
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
1.75_2
16 Dec 2004 05:49:27
Original commit files touched by this commit
kris search for other commits by this committer
Clean up handling of locale directories at deinstall-time:

* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
1.75_2
24 Nov 2004 22:25:30
Original commit files touched by this commit
kris search for other commits by this committer
Clean up locale directory after ourselves
1.75_2
03 Sep 2004 16:13:57
Original commit files touched by this commit
leeym search for other commits by this committer
- add version in CONFLICTS, otherwise it will conflict with itself.

Pointy hat to:  leeym
1.75_2
03 Sep 2004 15:19:20
Original commit files touched by this commit
leeym search for other commits by this committer
- use shell meta-characters for pattern matching
1.75_2
28 Mar 2004 16:26:57
Original commit files touched by this commit
krion search for other commits by this committer
- Support INFO
- Support DATADIR

PR:             ports/64853
Submitted by:   Ports Fury
1.75_2
04 Feb 2004 18:02:08
Original commit files touched by this commit
marcus search for other commits by this committer
Switch to USE_GETTEXT.

PR:             62351
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
1.75_2
04 Feb 2004 04:36:30
Original commit files touched by this commit
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
1.75_1
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.75_1
23 Jan 2004 18:12:26
Original commit files touched by this commit
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
1.75_1
01 Sep 2003 03:30:08
Original commit files touched by this commit
seanc search for other commits by this committer
Add CONFLICTS for bison/bison1875.

PR:             ports/56242
Submitted by:   Thierry Thomas <thierry@pompo.net>
1.75_1
26 Aug 2003 20:25:58
Original commit files touched by this commit
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
1.75
25 Aug 2003 05:41:38
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
1.75
29 Jul 2003 06:35:27
Original commit files touched by this commit
daichi search for other commits by this committer
update devel/bison: add WITHOUT_NLS support
  The patch allows bison to be compiled without gettext support,
  for use when space is tight or the gettext dependency is not desired.

PR:             48824
Submitted by:   Matthias Andree <matthias.andree@web.de>
1.75
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.75
16 Nov 2002 00:48:39
Original commit files touched by this commit
marcus search for other commits by this committer
Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports.

Approved by:    kris
Discussed on    ports
1.75
29 Oct 2002 14:59:36
Original commit files touched by this commit
cy search for other commits by this committer
Remove empty patch file.
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.

Number of commits found: 129 (showing only 100 on this page)

1 | 2  »