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
gcc13 GNU Compiler Collection 13
13.2.0_4 lang on this many watch lists=5 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 13.2.0_4Version of this port present on the latest quarterly branch.
Maintainer: salvadore@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-29 15:27:09
Last Update: 2024-02-03 09:57:04
Commit Hash: 41870b7
People watching this port, also watch:: rsync, git, smartmontools, pkg, sudo
License: GPLv3 GPLv3RLE
WWW:
https://gcc.gnu.org
Description:
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc13, g++13, and gfortran13, respectively.
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 (46 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/gcc13-13.2.0_4/catalog.mk
  3. /usr/local/share/licenses/gcc13-13.2.0_4/LICENSE
  4. /usr/local/share/licenses/gcc13-13.2.0_4/GPLv3
  5. /usr/local/share/licenses/gcc13-13.2.0_4/GPLv3RLE
  6. bin/x86_64-portbld-freebsd14.0-c++13
  7. bin/x86_64-portbld-freebsd14.0-g++13
  8. bin/x86_64-portbld-freebsd14.0-gcc13
  9. bin/x86_64-portbld-freebsd14.0-gcc-13.2.0
  10. bin/x86_64-portbld-freebsd14.0-gcc-ar13
  11. bin/x86_64-portbld-freebsd14.0-gcc-nm13
  12. bin/x86_64-portbld-freebsd14.0-gcc-ranlib13
  13. bin/x86_64-portbld-freebsd14.0-gfortran13
  14. bin/c++13
  15. bin/cpp13
  16. bin/g++13
  17. bin/gcc13
  18. bin/gcc-ar13
  19. bin/gcc-nm13
  20. bin/gcc-ranlib13
  21. bin/gcov13
  22. bin/gcov-dump13
  23. bin/gcov-tool13
  24. bin/gfortran13
  25. bin/lto-dump13
  26. include/gcc13/ISO_Fortran_binding.h
  27. include/libgccjit++.h
  28. include/libgccjit.h
  29. share/man/man1/cpp13.1.gz
  30. share/man/man1/g++13.1.gz
  31. share/man/man1/gcc13.1.gz
  32. share/man/man1/gcov13.1.gz
  33. share/man/man1/gcov-dump13.1.gz
  34. share/man/man1/gcov-tool13.1.gz
  35. share/man/man1/gfortran13.1.gz
  36. share/man/man1/lto-dump13.1.gz
  37. share/gcc-13.2.0/python/libstdcxx/__init__.py
  38. share/gcc-13.2.0/python/libstdcxx/v6/__init__.py
  39. share/gcc-13.2.0/python/libstdcxx/v6/printers.py
  40. share/gcc-13.2.0/python/libstdcxx/v6/xmethods.py
  41. @postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
  42. @postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
  43. @comment Insert PLIST.lib here
  44. @owner
  45. @group
  46. @mode
Collapse this list.
Dependency lines:
  • gcc13>0:lang/gcc13
Conflicts:
CONFLICTS:
  • gcc13-devel
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/lang/gcc13/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/gcc13
  • pkg install gcc13
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gcc13
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
distinfo:
TIMESTAMP = 1692015565 SHA256 (gcc-13.2.0.tar.xz) = e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da SIZE (gcc-13.2.0.tar.xz) = 87858592

Packages (timestamps in pop-ups are UTC):
gcc13
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest13.2.0_413.2.0_4-13.2.0_413.2.0_4---
FreeBSD:13:quarterly13.2.0_413.2.0_413.1.0_113.2.0_413.2.0_413.2.0_1-13.2.0_1
FreeBSD:14:latest13.2.0_413.2.0_4-13.2.0_413.2.0_4--13.1.0_1
FreeBSD:14:quarterly13.2.0_413.2.0_4-13.2.0_413.2.0_413.2.0_1-13.2.0_1
FreeBSD:15:latest13.2.0_413.2.0_4n/a13.2.0_4n/a13.2.0_3--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. as : devel/binutils
  2. gmake>=4.3 : devel/gmake
  3. makeinfo : print/texinfo
  4. as : devel/binutils
  5. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. as : devel/binutils
  2. indexinfo : print/indexinfo
Library dependencies:
  1. libgmp.so : math/gmp
  2. libmpfr.so : math/mpfr
  3. libmpc.so : math/mpc
This port is required by:
for Build
  1. benchmarks/octave-forge-benchmark
  2. biology/R-cran-BiocManager
  3. biology/star
  4. biology/treekin
  5. biology/viennarna
  6. cad/freecad
  7. cad/gmsh
Expand this list (306 items / 299 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. cad/xyce
  3. comms/wsjtz
  4. comms/xastir
  5. databases/R-cran-RSQLite
  6. databases/cockroach
  7. databases/gnats4
  8. databases/proxysql
  9. devel/R-cran-collapse
  10. devel/R-cran-data.table
  11. devel/R-cran-kit
  12. devel/R-cran-mlbench
  13. devel/R-cran-parallelly
  14. devel/R-cran-promises
  15. devel/R-cran-systemfonts
  16. devel/R-cran-tidyselect
  17. devel/alire
  18. devel/asfml
  19. devel/asmutils
  20. devel/dwarves
  21. devel/ga
  22. devel/json-fortran
  23. devel/kronosnet
  24. devel/ocaml-lacaml
  25. devel/papi
  26. devel/py-llvmlite
  27. devel/py-numba
  28. devel/py-tables
  29. editors/emacs-devel
  30. emulators/wine
  31. emulators/wine-devel
  32. emulators/wine-proton
  33. emulators/wine8
  34. ftp/R-cran-curl
  35. graphics/R-cran-magick
  36. graphics/R-cran-ragg
  37. graphics/R-cran-rgdal
  38. graphics/cimg
  39. graphics/enblend
  40. graphics/lightzone
  41. graphics/mahotas
  42. graphics/nurbs++
  43. graphics/p5-PGPLOT
  44. graphics/qgis
  45. graphics/qgis-ltr
  46. graphics/raster3d
  47. irc/ezbounce
  48. japanese/xtr
  49. java/openjdk11
  50. java/openjdk11-jre
  51. java/openjdk17
  52. java/openjdk17-jre
  53. java/openjdk21
  54. java/openjdk22
  55. lang/julia
  56. lang/nhc98
  57. lang/oo2c
  58. lang/spidermonkey102
  59. lang/spidermonkey78
  60. lang/spidermonkey91
  61. math/R
  62. math/R-cran-Amelia
  63. math/R-cran-RcppArmadillo
  64. math/R-cran-RcppEigen
  65. math/R-cran-VGAM
  66. math/R-cran-admisc
  67. math/R-cran-bdsmatrix
  68. math/R-cran-deldir
  69. math/R-cran-eRm
  70. math/R-cran-forecast
  71. math/R-cran-igraph
  72. math/R-cran-lme4
  73. math/R-cran-locfit
  74. math/R-cran-matrixStats
  75. math/R-cran-mclust
  76. math/R-cran-sf
  77. math/R-cran-slam
  78. math/R-cran-sp
  79. math/R-cran-terra
  80. math/SCIP
  81. math/algae
  82. math/arpack++
  83. math/blocksolve95
  84. math/casadi
  85. math/coinutils
  86. math/deal.ii
  87. math/dune-alugrid
  88. math/dune-common
  89. math/dune-fem
  90. math/dune-geometry
  91. math/dune-grid
  92. math/dune-grid-glue
  93. math/dune-istl
  94. math/dune-pdelab
  95. math/dune-polygongrid
  96. math/dune-uggrid
  97. math/dune-vtk
  98. math/elemental
  99. math/elpa
  100. math/flexiblas
  101. math/freefem++
  102. math/giacxcas
  103. math/gretl
  104. math/ipopt
  105. math/jags
  106. math/linpack
  107. math/moab
  108. math/octave
  109. math/octave-forge-actuarial
  110. math/octave-forge-audio
  111. math/octave-forge-automatic-differentiation
  112. math/octave-forge-bim
  113. math/octave-forge-bioinfo
  114. math/octave-forge-biosig
  115. math/octave-forge-bsltl
  116. math/octave-forge-cfitsio
  117. math/octave-forge-cgi
  118. math/octave-forge-civil-engineering
  119. math/octave-forge-coder
  120. math/octave-forge-communications
  121. math/octave-forge-control
  122. math/octave-forge-csg-toolkit
  123. math/octave-forge-data-smoothing
  124. math/octave-forge-database
  125. math/octave-forge-dataframe
  126. math/octave-forge-dicom
  127. math/octave-forge-divand
  128. math/octave-forge-doctest
  129. math/octave-forge-econometrics
  130. math/octave-forge-fda
  131. math/octave-forge-femoctave
  132. math/octave-forge-fenv
  133. math/octave-forge-fileio
  134. math/octave-forge-financial
  135. math/octave-forge-fits
  136. math/octave-forge-fpl
  137. math/octave-forge-fuzzy-logic-toolkit
  138. math/octave-forge-ga
  139. math/octave-forge-general
  140. math/octave-forge-generate_html
  141. math/octave-forge-geographiclib
  142. math/octave-forge-geometry
  143. math/octave-forge-gnuplot
  144. math/octave-forge-gsl
  145. math/octave-forge-ident
  146. math/octave-forge-image
  147. math/octave-forge-informationtheory
  148. math/octave-forge-integration
  149. math/octave-forge-internal-fluid-flow
  150. math/octave-forge-interval
  151. math/octave-forge-io
  152. math/octave-forge-irsa
  153. math/octave-forge-level-set
  154. math/octave-forge-linear-algebra
  155. math/octave-forge-lssa
  156. math/octave-forge-ltfat
  157. math/octave-forge-mapping
  158. math/octave-forge-matgeom
  159. math/octave-forge-mccabe-thiele
  160. math/octave-forge-mechanics
  161. math/octave-forge-miscellaneous
  162. math/octave-forge-missing-functions
  163. math/octave-forge-mpi
  164. math/octave-forge-mqtt
  165. math/octave-forge-msh
  166. math/octave-forge-multicore
  167. math/octave-forge-mvn
  168. math/octave-forge-nan
  169. math/octave-forge-ncarray
  170. math/octave-forge-netcdf
  171. math/octave-forge-nlwing2
  172. math/octave-forge-nnet
  173. math/octave-forge-nurbs
  174. math/octave-forge-oct2mat
  175. math/octave-forge-octave-pool
  176. math/octave-forge-octclip
  177. math/octave-forge-octproj
  178. math/octave-forge-odbc
  179. math/octave-forge-odebvp
  180. math/octave-forge-onsas
  181. math/octave-forge-optics
  182. math/octave-forge-optim
  183. math/octave-forge-optiminterp
  184. math/octave-forge-outliers
  185. math/octave-forge-parallel
  186. math/octave-forge-pde1dm
  187. math/octave-forge-pkg-octave-doc
  188. math/octave-forge-plot
  189. math/octave-forge-ponchon-savarit
  190. math/octave-forge-prompt
  191. math/octave-forge-psychrometrics
  192. math/octave-forge-pythonic
  193. math/octave-forge-quaternion
  194. math/octave-forge-queueing
  195. math/octave-forge-rtree
  196. math/octave-forge-secs1d
  197. math/octave-forge-secs2d
  198. math/octave-forge-secs3d
  199. math/octave-forge-signal
  200. math/octave-forge-simp
  201. math/octave-forge-sockets
  202. math/octave-forge-sole
  203. math/octave-forge-sparsersb
  204. math/octave-forge-specfun
  205. math/octave-forge-special-matrix
  206. math/octave-forge-splines
  207. math/octave-forge-sqlite
  208. math/octave-forge-statistics
  209. math/octave-forge-statistics-resampling
  210. math/octave-forge-stk
  211. math/octave-forge-strings
  212. math/octave-forge-struct
  213. math/octave-forge-symband
  214. math/octave-forge-symbolic
  215. math/octave-forge-tablicious
  216. math/octave-forge-tcl-octave
  217. math/octave-forge-timer
  218. math/octave-forge-tsa
  219. math/octave-forge-velas
  220. math/octave-forge-video
  221. math/octave-forge-websockets
  222. math/octave-forge-zenity
  223. math/octave-forge-zeromq
  224. math/osi
  225. math/py-cyipopt
  226. math/py-numpy
  227. math/py-rpy2
  228. math/py-scikit-umfpack
  229. math/py-slepc4py
  230. math/sage
  231. math/scilab
  232. math/slepc
  233. math/spfft
  234. math/sprng
  235. math/suitesparse-amd
  236. math/sundials
  237. misc/R-cran-xfun
  238. misc/caffe
  239. misc/py-pyEDFlib
  240. misc/urh
  241. misc/visp
  242. net/ipxe
  243. net/mpich
  244. net/mpifx
  245. net/nepenthes
  246. net/openmpi
  247. net/py-mpi4py-mpich
  248. net/yate
  249. net-mgmt/ipv6mon
  250. net-p2p/cpuminer
  251. print/R-cran-textshaping
  252. science/PETSc
  253. science/R-cran-Epi
  254. science/abinit
  255. science/conduit
  256. science/dftd4
  257. science/dirac
  258. science/dynare
  259. science/elk
  260. science/elmerfem
  261. science/getdp
  262. science/gnudatalanguage
  263. science/harminv
  264. science/hdf5
  265. science/lammps
  266. science/libxc
  267. science/liggghts
  268. science/mbdyn
  269. science/mpb
  270. science/mpqc
  271. science/multiwfn
  272. science/netcdf-fortran
  273. science/nwchem
  274. science/ocean
  275. science/octopus
  276. science/openmodelica
  277. science/paraview
  278. science/pnetcdf
  279. science/psi4
  280. science/py-PyNE
  281. science/py-obspy
  282. science/py-scikit-sparse
  283. science/quantum-espresso
  284. science/siconos
  285. science/spglib
  286. science/spheral
  287. science/tinker
  288. science/trilinos
  289. security/R-cran-digest
  290. security/R-cran-openssl
  291. security/seccure
  292. sysutils/grub2-pcbsd
  293. textproc/R-cran-htmltools
  294. textproc/R-cran-sass
  295. textproc/R-cran-stringi
  296. textproc/R-cran-yaml
  297. www/R-cran-httpuv
  298. www/kannel
  299. x11/i3lock-color
  300. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/libretto-config*
  2. Collapse this list of deleted ports.
for Run
  1. benchmarks/octave-forge-benchmark
  2. biology/R-cran-BiocManager
  3. biology/star
  4. biology/treekin
  5. biology/viennarna
  6. cad/freecad
  7. cad/gmsh
Expand this list (303 items / 296 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. cad/xyce
  3. comms/wsjtz
  4. comms/xastir
  5. databases/R-cran-RSQLite
  6. databases/cockroach
  7. databases/gnats4
  8. databases/proxysql
  9. devel/R-cran-collapse
  10. devel/R-cran-data.table
  11. devel/R-cran-kit
  12. devel/R-cran-mlbench
  13. devel/R-cran-parallelly
  14. devel/R-cran-promises
  15. devel/R-cran-systemfonts
  16. devel/R-cran-tidyselect
  17. devel/asmutils
  18. devel/dwarves
  19. devel/ga
  20. devel/json-fortran
  21. devel/kronosnet
  22. devel/ocaml-lacaml
  23. devel/papi
  24. devel/py-llvmlite
  25. devel/py-numba
  26. devel/py-tables
  27. editors/emacs-devel
  28. emulators/wine
  29. emulators/wine-devel
  30. emulators/wine-proton
  31. emulators/wine8
  32. ftp/R-cran-curl
  33. graphics/R-cran-magick
  34. graphics/R-cran-ragg
  35. graphics/R-cran-rgdal
  36. graphics/cimg
  37. graphics/enblend
  38. graphics/lightzone
  39. graphics/mahotas
  40. graphics/nurbs++
  41. graphics/p5-PGPLOT
  42. graphics/qgis
  43. graphics/qgis-ltr
  44. graphics/raster3d
  45. irc/ezbounce
  46. japanese/xtr
  47. java/openjdk11
  48. java/openjdk11-jre
  49. java/openjdk17
  50. java/openjdk17-jre
  51. java/openjdk21
  52. java/openjdk22
  53. lang/julia
  54. lang/nhc98
  55. lang/oo2c
  56. lang/spidermonkey102
  57. lang/spidermonkey78
  58. lang/spidermonkey91
  59. math/R
  60. math/R-cran-Amelia
  61. math/R-cran-RcppArmadillo
  62. math/R-cran-RcppEigen
  63. math/R-cran-VGAM
  64. math/R-cran-admisc
  65. math/R-cran-bdsmatrix
  66. math/R-cran-deldir
  67. math/R-cran-eRm
  68. math/R-cran-forecast
  69. math/R-cran-igraph
  70. math/R-cran-lme4
  71. math/R-cran-locfit
  72. math/R-cran-matrixStats
  73. math/R-cran-mclust
  74. math/R-cran-sf
  75. math/R-cran-slam
  76. math/R-cran-sp
  77. math/R-cran-terra
  78. math/SCIP
  79. math/algae
  80. math/arpack++
  81. math/blocksolve95
  82. math/casadi
  83. math/coinutils
  84. math/deal.ii
  85. math/dune-alugrid
  86. math/dune-common
  87. math/dune-fem
  88. math/dune-geometry
  89. math/dune-grid
  90. math/dune-grid-glue
  91. math/dune-istl
  92. math/dune-pdelab
  93. math/dune-polygongrid
  94. math/dune-uggrid
  95. math/dune-vtk
  96. math/elemental
  97. math/elpa
  98. math/flexiblas
  99. math/freefem++
  100. math/giacxcas
  101. math/gretl
  102. math/ipopt
  103. math/jags
  104. math/linpack
  105. math/moab
  106. math/octave
  107. math/octave-forge-actuarial
  108. math/octave-forge-audio
  109. math/octave-forge-automatic-differentiation
  110. math/octave-forge-bim
  111. math/octave-forge-bioinfo
  112. math/octave-forge-biosig
  113. math/octave-forge-bsltl
  114. math/octave-forge-cfitsio
  115. math/octave-forge-cgi
  116. math/octave-forge-civil-engineering
  117. math/octave-forge-coder
  118. math/octave-forge-communications
  119. math/octave-forge-control
  120. math/octave-forge-csg-toolkit
  121. math/octave-forge-data-smoothing
  122. math/octave-forge-database
  123. math/octave-forge-dataframe
  124. math/octave-forge-dicom
  125. math/octave-forge-divand
  126. math/octave-forge-doctest
  127. math/octave-forge-econometrics
  128. math/octave-forge-fda
  129. math/octave-forge-femoctave
  130. math/octave-forge-fenv
  131. math/octave-forge-fileio
  132. math/octave-forge-financial
  133. math/octave-forge-fits
  134. math/octave-forge-fpl
  135. math/octave-forge-fuzzy-logic-toolkit
  136. math/octave-forge-ga
  137. math/octave-forge-general
  138. math/octave-forge-generate_html
  139. math/octave-forge-geographiclib
  140. math/octave-forge-geometry
  141. math/octave-forge-gnuplot
  142. math/octave-forge-gsl
  143. math/octave-forge-ident
  144. math/octave-forge-image
  145. math/octave-forge-informationtheory
  146. math/octave-forge-integration
  147. math/octave-forge-internal-fluid-flow
  148. math/octave-forge-interval
  149. math/octave-forge-io
  150. math/octave-forge-irsa
  151. math/octave-forge-level-set
  152. math/octave-forge-linear-algebra
  153. math/octave-forge-lssa
  154. math/octave-forge-ltfat
  155. math/octave-forge-mapping
  156. math/octave-forge-matgeom
  157. math/octave-forge-mccabe-thiele
  158. math/octave-forge-mechanics
  159. math/octave-forge-miscellaneous
  160. math/octave-forge-missing-functions
  161. math/octave-forge-mpi
  162. math/octave-forge-mqtt
  163. math/octave-forge-msh
  164. math/octave-forge-multicore
  165. math/octave-forge-mvn
  166. math/octave-forge-nan
  167. math/octave-forge-ncarray
  168. math/octave-forge-netcdf
  169. math/octave-forge-nlwing2
  170. math/octave-forge-nnet
  171. math/octave-forge-nurbs
  172. math/octave-forge-oct2mat
  173. math/octave-forge-octave-pool
  174. math/octave-forge-octclip
  175. math/octave-forge-octproj
  176. math/octave-forge-odbc
  177. math/octave-forge-odebvp
  178. math/octave-forge-onsas
  179. math/octave-forge-optics
  180. math/octave-forge-optim
  181. math/octave-forge-optiminterp
  182. math/octave-forge-outliers
  183. math/octave-forge-parallel
  184. math/octave-forge-pde1dm
  185. math/octave-forge-pkg-octave-doc
  186. math/octave-forge-plot
  187. math/octave-forge-ponchon-savarit
  188. math/octave-forge-prompt
  189. math/octave-forge-psychrometrics
  190. math/octave-forge-pythonic
  191. math/octave-forge-quaternion
  192. math/octave-forge-queueing
  193. math/octave-forge-rtree
  194. math/octave-forge-secs1d
  195. math/octave-forge-secs2d
  196. math/octave-forge-secs3d
  197. math/octave-forge-signal
  198. math/octave-forge-simp
  199. math/octave-forge-sockets
  200. math/octave-forge-sole
  201. math/octave-forge-sparsersb
  202. math/octave-forge-specfun
  203. math/octave-forge-special-matrix
  204. math/octave-forge-splines
  205. math/octave-forge-sqlite
  206. math/octave-forge-statistics
  207. math/octave-forge-statistics-resampling
  208. math/octave-forge-stk
  209. math/octave-forge-strings
  210. math/octave-forge-struct
  211. math/octave-forge-symband
  212. math/octave-forge-symbolic
  213. math/octave-forge-tablicious
  214. math/octave-forge-tcl-octave
  215. math/octave-forge-timer
  216. math/octave-forge-tsa
  217. math/octave-forge-velas
  218. math/octave-forge-video
  219. math/octave-forge-websockets
  220. math/octave-forge-zenity
  221. math/octave-forge-zeromq
  222. math/osi
  223. math/py-cyipopt
  224. math/py-numpy
  225. math/py-rpy2
  226. math/py-scikit-umfpack
  227. math/py-slepc4py
  228. math/sage
  229. math/scilab
  230. math/slepc
  231. math/spfft
  232. math/sprng
  233. math/suitesparse-amd
  234. math/sundials
  235. misc/R-cran-xfun
  236. misc/caffe
  237. misc/py-pyEDFlib
  238. misc/urh
  239. misc/visp
  240. net/mpich
  241. net/mpifx
  242. net/nepenthes
  243. net/openmpi
  244. net/py-mpi4py-mpich
  245. net/yate
  246. net-mgmt/ipv6mon
  247. net-p2p/cpuminer
  248. print/R-cran-textshaping
  249. science/PETSc
  250. science/R-cran-Epi
  251. science/abinit
  252. science/conduit
  253. science/dftd4
  254. science/dirac
  255. science/dynare
  256. science/elk
  257. science/elmerfem
  258. science/getdp
  259. science/gnudatalanguage
  260. science/harminv
  261. science/hdf5
  262. science/lammps
  263. science/libxc
  264. science/liggghts
  265. science/mbdyn
  266. science/mpb
  267. science/mpqc
  268. science/multiwfn
  269. science/netcdf-fortran
  270. science/nwchem
  271. science/ocean
  272. science/octopus
  273. science/openmodelica
  274. science/paraview
  275. science/pnetcdf
  276. science/psi4
  277. science/py-PyNE
  278. science/py-obspy
  279. science/py-scikit-sparse
  280. science/quantum-espresso
  281. science/siconos
  282. science/spglib
  283. science/spheral
  284. science/tinker
  285. science/trilinos
  286. security/R-cran-digest
  287. security/R-cran-openssl
  288. security/seccure
  289. sysutils/grub2-pcbsd
  290. textproc/R-cran-htmltools
  291. textproc/R-cran-sass
  292. textproc/R-cran-stringi
  293. textproc/R-cran-yaml
  294. www/R-cran-httpuv
  295. www/kannel
  296. x11/i3lock-color
  297. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/libretto-config*
  2. 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 gcc13-13.2.0_4: GRAPHITE=off: Support for Graphite loop optimizations MULTILIB=on: Build support for 32-bit and 64-bit targets ====> Options available for the radio BOOTSTRAP: you can only select none or one of them LTO_BOOTSTRAP=off: Build using a full LTO bootstrap STANDARD_BOOTSTRAP=on: Build using a full bootstrap without LTO ===> Use 'make config' to modify these settings
Options name:
lang_gcc13
USES:
compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (8 items)
Collapse this list.
  1. http://ftp.ntua.gr/pub/gnu/gcc/releases/gcc-13.2.0/
  2. http://gcc.gnu.org/pub/gcc/releases/gcc-13.2.0/
  3. http://mirror.koddos.net/gcc/releases/gcc-13.2.0/
  4. https://ftp-stud.hs-esslingen.de/pub/Mirrors/sourceware.org/gcc/releases/gcc-13.2.0/
  5. https://ftp.funet.fi/pub/mirrors/sourceware.org/pub/gcc/releases/gcc-13.2.0/
  6. https://ftp.mpi-inf.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/releases/gcc-13.2.0/
  7. https://mirrors.kernel.org/sourceware/gcc/releases/gcc-13.2.0/
  8. https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-13.2.0/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
13.2.0_4
03 Feb 2024 09:57:04
commit hash: 41870b7b7d042523cff7d8fe3abde24f5a394804commit hash: 41870b7b7d042523cff7d8fe3abde24f5a394804commit hash: 41870b7b7d042523cff7d8fe3abde24f5a394804commit hash: 41870b7b7d042523cff7d8fe3abde24f5a394804 files touched by this commit
Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc{12,13}: Switch back to standard bootstrap

Switch back to STANDARD_BOOTSTRAP on i386, amd64 and aarch64 as default
option instead of LTO_BOOTSTRAP, forwarding the changes already commited
in the devel ports (commits daf12c76bd531335f58e7602afd3bc8da8fc5c33,
872d61f8ead10a6d935117876cf60057a46770ff, and
da4cb11216a7ed594d5dc453deb4693b48c3c7e9) and in lang/gcc11 (commit
3e0fc5e7607d30400bfb3d5a7b3d1b77e1a6699a)

Users wanting to use LTO_BOOTSTRAP can still enable the option manually.

PR:		273397
Tested by:	exp-run (antoine)
13.2.0_3
28 Jan 2024 13:39:27
commit hash: 9b0ad9222d4ebe8dc862f49142ef50d5cd580016commit hash: 9b0ad9222d4ebe8dc862f49142ef50d5cd580016commit hash: 9b0ad9222d4ebe8dc862f49142ef50d5cd580016commit hash: 9b0ad9222d4ebe8dc862f49142ef50d5cd580016 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/gcc13: Moved man to share/man

Approved by:    portmgr (blanket)
13.2.0_2
13 Jan 2024 08:18:34
commit hash: 11e18f525a8390fda31c44838bde003e23176b95commit hash: 11e18f525a8390fda31c44838bde003e23176b95commit hash: 11e18f525a8390fda31c44838bde003e23176b95commit hash: 11e18f525a8390fda31c44838bde003e23176b95 files touched by this commit
Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc13: Fix Address sanitizer

Software compiled with -fsanitize=address fails to run with the error
message "ASan runtime does not come first in initial library list; you
should either link runtime to your application or manually preload it
with LD_PRELOAD".

This commit fixes the issue by ignoring the [vdso] loaded shared library
instead of linux-vdso.so.

To successfully run the software compiled with -fsanitize=address it is
still necessary to disable ASLR.

PR:		267751
Reported by:	yuri

Co-authored-by:	Andreas Tobler <andreast@gcc.gnu.org>
13.2.0_1
05 Jan 2024 21:03:48
commit hash: ac46ecbfdcc0db7c51ae946bfe350976a522659dcommit hash: ac46ecbfdcc0db7c51ae946bfe350976a522659dcommit hash: ac46ecbfdcc0db7c51ae946bfe350976a522659dcommit hash: ac46ecbfdcc0db7c51ae946bfe350976a522659d files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
lang/gcc13: drop ELFv1 support
13.2.0_1
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
13.2.0_1
15 Dec 2023 20:36:59
commit hash: a4831f4933d006071d96a861506ff0db44d1d3accommit hash: a4831f4933d006071d96a861506ff0db44d1d3accommit hash: a4831f4933d006071d96a861506ff0db44d1d3accommit hash: a4831f4933d006071d96a861506ff0db44d1d3ac files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
lang/gcc12 lang/gcc12-devel lang/gcc13 lang/gcc13-devel lang/gcc14-devel: fix
build without bootstrap

When more recent gcc ports are built without bootstrap, compiling libcc1
plugins results in errors similar to:

  In file included from
/wrkdirs/share/dim/ports/lang/gcc13/work/gcc-13.2.0/libcc1/libcc1plugin.cc:72:
  In file included from /usr/include/c++/v1/vector:321:
  In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
  In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
  /usr/include/c++/v1/locale:289:36: error: attempt to use a poisoned identifier
    289 |         __status = (unsigned char*)malloc(__nkw);
        |                                    ^
  /usr/include/c++/v1/locale:1584:28: error: attempt to use a poisoned
identifier
   1584 |         __ob =
(char_type*)malloc(2*static_cast<size_t>(__nc)*sizeof(char_type));
        |                            ^
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13.2.0_1
05 Dec 2023 18:11:27
commit hash: 510dbd1e2012877cbbdc37a38f6189ce7b38d1bacommit hash: 510dbd1e2012877cbbdc37a38f6189ce7b38d1bacommit hash: 510dbd1e2012877cbbdc37a38f6189ce7b38d1bacommit hash: 510dbd1e2012877cbbdc37a38f6189ce7b38d1ba files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
lang/gcc12+: forward the installation of ISO_Fortran_binding.h in a separate dir

PR:		275431
Approved by:	salvadore@ (maintainer)
13.2.0
14 Oct 2023 20:38:33
commit hash: 3dcacae36ff804f6e9edf5c7cf538cfaa68bc800commit hash: 3dcacae36ff804f6e9edf5c7cf538cfaa68bc800commit hash: 3dcacae36ff804f6e9edf5c7cf538cfaa68bc800commit hash: 3dcacae36ff804f6e9edf5c7cf538cfaa68bc800 files touched by this commit
Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc13: Update to 13.2.0

Changes: https://gcc.gnu.org/gcc-13/changes.html#13.2
13.1.0_1
12 Oct 2023 05:06:22
commit hash: a05177f62a5a0e74b5df871069ea42400c0ed90acommit hash: a05177f62a5a0e74b5df871069ea42400c0ed90acommit hash: a05177f62a5a0e74b5df871069ea42400c0ed90acommit hash: a05177f62a5a0e74b5df871069ea42400c0ed90a files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
lang/gcc13: disable LTO on powerpc to fix build

cc1plus: out of memory allocating 48749344 bytes after a total of 0 bytes
13.1.0_1
06 Oct 2023 17:48:53
commit hash: b7833e78f7bdf5b00b5b0d25ed983f1b8d413e32commit hash: b7833e78f7bdf5b00b5b0d25ed983f1b8d413e32commit hash: b7833e78f7bdf5b00b5b0d25ed983f1b8d413e32commit hash: b7833e78f7bdf5b00b5b0d25ed983f1b8d413e32 files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
lang/gcc10 lang/gcc11 lang/gcc11-devel lang/gcc12 lang/gcc12-devel lang/gcc13
lang/gcc13-devel lang/gcc14-devel: fix build with libc++ 17

When building relatively recent gcc ports (with C++ in them) against
libc++ 17, you get errors similar to:

  In file included from
/wrkdirs/usr/ports/lang/gcc12/work/gcc-12.2.0/gcc/cp/module.cc:208:
  In file included from
/wrkdirs/usr/ports/lang/gcc12/work/gcc-12.2.0/gcc/system.h:239:
  In file included from /usr/include/c++/v1/vector:321:
  In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
  In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
  In file included from /usr/include/c++/v1/locale:202:
  /usr/include/c++/v1/__locale:546:5: error: '__abi_tag__' attribute only
applies to structs, variables, functions, and namespaces
    546 |     _LIBCPP_INLINE_VISIBILITY
        |     ^
  /usr/include/c++/v1/__config:813:37: note: expanded from macro
'_LIBCPP_INLINE_VISIBILITY'
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13.1.0_1
19 Jun 2023 15:19:22
commit hash: 91117ec83f966fad5e943737928abe956cd49720commit hash: 91117ec83f966fad5e943737928abe956cd49720commit hash: 91117ec83f966fad5e943737928abe956cd49720commit hash: 91117ec83f966fad5e943737928abe956cd49720 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
lang/gcc*: fix build with CPUTYPE?=g[3-5]

GCC does not accept -mcpu=g4, but does accept -mcpu=G4.
13.1.0_1
02 May 2023 09:39:47
commit hash: f4e302c0416a53ceec6c9605234b570f775167dbcommit hash: f4e302c0416a53ceec6c9605234b570f775167dbcommit hash: f4e302c0416a53ceec6c9605234b570f775167dbcommit hash: f4e302c0416a53ceec6c9605234b570f775167db files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
lang/gcc13: switch to using clang on powerpc64*

As with other released GCC versions (as opposed to snapshots), use base
clang to build this port.
13.1.0
29 Apr 2023 15:23:21
commit hash: e14f6cef2ce3de2986e854b87d2766f0691d83aacommit hash: e14f6cef2ce3de2986e854b87d2766f0691d83aacommit hash: e14f6cef2ce3de2986e854b87d2766f0691d83aacommit hash: e14f6cef2ce3de2986e854b87d2766f0691d83aa files touched by this commit
Lorenzo Salvadore (salvadore) search for other commits by this committer
lang/gcc13: Add port

GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc13,
g++13, and gfortran13, respectively.

This is the first release from the GCC 13 series.
It largely is a copy of lang/gcc13-devel, with release-specific
modifications from lang/gcc12.

Common issues that could happen when porting code to GCC 13:
https://gcc.gnu.org/gcc-13/porting_to.html

Changes: https://gcc.gnu.org/gcc-13/changes.html

Reviewed by:	gerald, Dan McGregor <dan.mcgregor@usask.ca>
Differential Revision:	https://reviews.freebsd.org/D39841

Number of commits found: 13