summaryrefslogtreecommitdiff
path: root/lang/julia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/julia: update to 1.10.5Hiroo Ono3 days27-233/+363
| | | | | | | | | | | | | | | | | | Release notes at https://discourse.julialang.org/t/julia-v1-10-5-has-been-released/118720 Also: - reorganize some lines to pet portlint - regenerate the patches - don’t depend on suitesparse-config but on UMFPACK (including CHOLMOD) and SPQR - replace mbedtls2 by mbedtls3 and remove deprecation - allow to upgrade gmp and mpfr from Makefile - fix USE_LDCONFIG - apply the patch from PR 286169 - add a pkg-message about certificate error. PR: 281237 + 286169 Reported by: Hiroo Ono <hiroo.ono+freebsd (at) gmail.com> and Trond Endrestøl <Trond.Endrestol (at) ximalas.info>
* devel/libgit2: bump all consumersMatthias Fechner2025-05-071-1/+1
| | | | | | | bump portrevision for all consumers due to libgit upgrade from 1.8 to 1.9 PR: 286627
* lang/julia: extension of expiry dateThierry Thomas2025-04-271-1/+1
| | | | Two PRs with patch have been submitted: PR 278943 and PR 281237.
* */*: bump PORTREVISION after OpenBLAS upgradeThierry Thomas2025-01-281-1/+1
| | | | | | | Remark: this souldn’t be necessary, because the version of the library is the same, but due to many changes between these releases, it is safer this way. PR: 284314
* */*: bump PORTREVISION after the upgrade to SuitesparseThierry Thomas2025-01-111-1/+1
|
* security/mbedtls: Move to security/mbedtls2Tijl Coosemans2025-01-021-3/+3
| | | | | | | | The port has expired but isn't removed yet because there are still too many consumers. Rename it because the name "security/mbedtls" makes it look like it's the default version. PR: 283792
* lang/julia: expire on 2025-03-31 for security/mbedtlsRene Ladan2025-01-011-0/+3
|
* devel/libgit2: bump consumers of libgit2 due to updateMatthias Fechner2024-10-231-1/+1
|
* */*: Bump consumers of devel/libgit2Nuno Teixeira2024-10-181-1/+1
| | | | libgit2 updated to 1.8.1
* */*: bump PORTREVISION after the upgrade to OpenBLASThierry Thomas2024-06-211-0/+1
|
* lang/julia: Update to 1.10.3Hiroo Ono2024-05-1118-1349/+1682
| | | | PR: 278694
* lang/julia: fix build by adding the missing patchesKurt Jaeger2024-03-174-0/+533
| | | | | | PR: 277697 Reported-by: Hiroo Ono <hiroo@oikumene.net> Pointy-hat-to: pi
* lang/julia: unbreak buildHiroo Ono2024-03-162-11/+30
| | | | | | | - unbreak build - elfctl wxneeded PR: 277697, 276113
* lang/julia: Moved man to share/manMuhammad Moinur Rahman2024-02-013-3/+3
| | | | Approved by: portmgr (blanket)
* */*: bump PORTREVISION after the upgrade of OpenBLASThierry Thomas2023-12-121-0/+1
| | | | PR: 273219
* lang/julia: Update to 1.9.4Wen Heping2023-11-223-5/+6
|
* devel/ittapi: restrict to amd64 and i386Thierry Thomas2023-11-191-3/+10
|
* lang/julia: partly remove the dependency on gfortranThierry Thomas2023-11-156-21/+157
| | | | | | | | | | | | | Theoretically this port should not depend on gfortran, because we do not build the bundled OpenBLAS (use the system package) nor SuiteSparse (GPL libraries are deactivated). It is certainly possible to totally remove the dependency on gfortran, but this would require some more intrusive patches: this one only removes the linkage with the libraries provided by GCC (among them libgomp). Remark: this does not fix the failure reported at <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273219#c37>.
* devel/libgit2: bump all ports depending on libgit2 for 1.7.1 upgradeMatthias Fechner2023-11-131-1/+1
|
* lang/julia: unbundle ittapi and dSFMTThierry Thomas2023-11-121-5/+7
|
* */*: Treewide: Bump consumers of textproc/utf8procDaniel Engberg2023-10-211-1/+1
| | | | | | ...after commit a71f6f1f41195fc156071640e2cd200541c21e52 Reported by: vvd
* Bump ports with dependency to libgit2Matthias Fechner2023-09-081-0/+1
| | | | See f11ed41604723ab3c75c6a108850858b7efd4f10
* lang/julia: Update to 1.9.3Wen Heping2023-08-252-4/+4
|
* lang/julia: Update to 1.9.2Wen Heping2023-07-072-4/+4
|
* lang/julia: Update to 1.9.1Wen Heping2023-06-136-367/+189
| | | | | | PR: 271363 Reported by: wen@ Approved by: rizor.reardon@yahoo.com(maintainer)
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-0/+1
|
* lang/julia: Update to 1.8.5Eric Reardon2023-01-123-24/+4
| | | | | | https://github.com/JuliaLang/julia/releases/tag/v1.8.5 PR: 268896
* lang/julia: Update to 1.8.4 and Makefile cleanupWen Heping2022-12-296-20/+23
| | | | | PR: 268629 Reported by: rizor.reardon@yahoo.com(maintainer)
* lang/julia: unbrake after update of math/suitesparse-cholmodEric Reardon2022-12-032-35/+23
| | | | | | | | | | Looks like julia is incompatible with the latest version of suitesparse-cholmod. suitesparse is an optional dependency so remove it for now and will add it back when a version of julia that is compatible with it is released. PR: 268025 Reported by: rizor.reardon@yahoo.com (maintainer)
* */*: bump PORTREVISION after the upgrade of math/suitesparse*Thierry Thomas2022-11-271-1/+1
| | | | PR: 267742
* lang/julia: Fix julia internal package managerWen Heping2022-11-272-0/+12
| | | | | PR: 267889 Reported by: maintainer
* lang/julia: Update to 1.8.3Wen Heping2022-11-2610-64/+104
| | | | | | PR: 267889 Reported by: wen@ Approved by: maintainer
* lang/julia: Fix runtime issueEric Reardon2022-09-112-3/+9
| | | | | | | | | * Disable automatic optimization as this causes runtime issues if CPU instructions are not available. * Install certificate PR: 265109 Reported by: Alexey Vyskubov <alexey@ocaml.nl>
* */*: Update path set in BUILD_DEPENDS for CMake in more portsDaniel Engberg2022-09-091-1/+1
| | | | | | | Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to devel/cmake-core Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* lang: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Adam Weinberger <adamw@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alex Dupre <ale@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Anton Berezin <tobez@FreeBSD.org> * Anton Berezin <tobez@tobez.org> * Anton Shterenlikht * Ashish SHUKLA <ashish@FreeBSD.org> * Bob Eager <bob@eager.cx> * Bruce M Simpson * Bruce M. Simpson * Christoph Mallon <christoph.mallon@gmx.de> * Christopher Elkins <chrise@scardini.com> * Christopher Key <cjk32@cam.ac.uk> * Chuck Robey <chuckr@FreeBSD.org> * Cyrille Lefevre <clefevre@citeweb.net> * Dan Rench <citric@cubicone.tmetic.com> * Danilo Egea Gondolfo <danilogondolfo@gmail.com> * Dario Freni <saturnero@gufi.org> * David Kalliecharan <dave@dal.ca> * David Naylor <dbn@FreeBSD.org> * David Naylor <dbn@dragon.local> * David O'Brien (obrien@NUXI.com) * David O'Brien (obrien@NUXI.org) * David O'Brien <obrien@NUXI.org> * David O'Brien <obrien@cs.ucdavis.edu> * Dereckson <dereckson@gmail.com> * Devon H. O'Dell <devon.odell@gmail.com> * Dmitry Sivachenko <demon@FreeBSD.org> * Don Croyle <croyle@gelemna.org> * Douglas Anestad <yotta@dougdidit.com> * Edwin Groothuis (edwin@mavetju.org) * Edwin Groothuis <edwin@mavetju.org> * Eugene Ossintsev * Frank Fischer * Frank Gruender <elwood@mc5sys.in-berlin.de> * Frederic Cambus * Gea-Suan Lin <gslin@gslin.org> * Gerald Pfeifer <gerald@FreeBSD.org> * Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> * GreenDog <fiziologus@gmail.com> * Gustau Perez i Querol <gustau.perez@gmail.com> * Guy Antony Halse <guy@rucus.ru.za.za> * Herve Quiroz <hq@FreeBSD.org> * Hye-Shik Chang * Hye-Shik Chang <perky@fallin.lv> * Hye-Shik Chang <perky@python.or.kr> * Iblis Lin <iblis@hs.ntnu.edu.tw> * James Bailie <jimmy@mammothcheese.ca> * James FitzGibbon <jfitz@FreeBSD.org> * Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jeff Brown <jabrown@caida.org> * Jeremy Norris <ishmael27@home.com> * Jing-Tang Keith Jang <keith@FreeBSD.org> * John Hein <jhein@symmetricom.com> * John Marino <marino@FreeBSD.org> * John Merryweather Cooper * John Merryweather Cooper <coop9211@uidaho.edu> * John Merryweather Cooper et al * Joseph Koshy <jkoshy@FreeBSD.org> * Josh Elsasser <jre@vineyard.net> * Josh Gilliam <josh@quick.net> * Julian H. Stacey <jhs@FreeBSD.org> * Julian Stecklina * Jyun-Yan You <jyyou@cs.nctu.edu.tw> * Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com> * Kimura Fuyuki <fuyuki@hadaly.org> * Kimura Fuyuki <fuyuki@mj.0038.net> * Kimura Fuyuki <fuyuki@nigredo.org> * Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> * Kubilay Kocak <koobs@FreeBSD.org> * Lars Thegler <lth@FreeBSD.org> * Lev Walkin <vlm@lionet.info> * Li-Wen Hsu <lwhsu@FreeBSD.org> * Mahdi Mokhtari <mokhi64@gmail.com> * Marcin Cieslak <saper@SYSTEM.PL> * Martin Matuska <mm@FreeBSD.org> * Matthew Hunt <mph@FreeBSD.org> * Michael Butschky <butsch@computi.erols.com> * Michael Johnson <ahze@FreeBSD.org> * Mitsuru YOSHIDA <mitsuru@riken.jp> * Muhammad Moinur Rahman <5u623l20@gmail.com> * Neal Nelson <ports@nicandneal.net> * Nicola Vitale <nivit@FreeBSD.org> * Nils M Holm <nmh@t3x.org> * Oliver Braun <obraun@informatik.unibw-muenchen.de> * Oliver Breuninger <ob@seicom.NET> * Patrick Li <pat@databits.net> * Pawel Worach <pawel.worach@gmail.com> * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Pete French <pete@twisted.org.uk> * Peter Schuller <peter.schuller@infidyne.com> * Peter van Heusden <pvh@egenetics.com> * Phillip Neumann <pneumann@gmail.com> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Pontus Stenetorp <ninjin@kth.se> * Ralf S. Engelschall <rse@engelschall.com> * Rick van der Zwet <rick@wzoeterwoude.net> * Rob Zinkov * Roland Jesse <roland.jesse@gmx.net> * Romain Tartiere <romain@blogreen.org> * Ryan Steinmetz <zi@FreeBSD.org> * Sahil Tandon <sahil@tandon.net> * Sergei Kolobov <sergei@kolobov.com> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Simon Marlow <simonmar@microsoft.com> * Simun Mikecin <numisemis@yahoo.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Stephen Weeks <sweeks@sweeks.com> * Steven G. Kargl * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sylvio Cesar <sylvio@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * Timothy Beyer <beyert@cs.ucr.edu> * Timothy Bourke <timbob@bigpond.com> * Tom Judge <tj@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vitaly Magerya <vmagerya@gmail.com> * Wen Heping <wenheping@gmail.com> * Wen Heping <wenhping@gmail.com> * Wes Peters <wes@softweyr.com> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yukihiro Nakai <Nakai@technologist.com> * Yukihiro Nakai <nakai@FreeBSD.org> * Zach Garner <zach@neurosoft.org> * aaron@FreeBSD.org * andrewb@cs.cmu.edu * arved * chinsan * chuckr * dd * erik@smluc.org * gahr * gahr@FreeBSD.org * gpalmer * hsu * ijliao * jasone * jkh * jkoshy * jmacd * jmacd@FreeBSD.org * jmz * js@jeannot.org * jseger@FreeBSD.org * kappa@FreeBSD.org.ua * kbyanc * msmith@gsoft.com.au * mutoh@openedu.org * netchild@FreeBSD.org * patrick * pst * rene@FreeBSD.org * ruslan@shevchenko.kiev.ua * stas * tobez With hat: portmgr
* lang/julia: Update to 1.7.3Eric Reardon2022-06-017-33/+31
| | | | | | | ChangeLog: https://github.com/JuliaLang/julia/compare/v1.7.2...v1.7.3 PR: 264352 Reported by: rizor.reardon@yahoo.com (maintainer)
* lang/julia: Update to 1.7.2Eric Reardon2022-02-093-7/+6
| | | | | | | | - Fix a typo in the patch Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.7.2 PR: 261795
* lang/julia: unbreak build when using libcurl 7.81Eric Reardon2022-01-252-1/+23
| | | | | | | | | | See: * https://github.com/JuliaLang/Downloads.jl/issues/172 * https://github.com/conda-forge/julia-feedstock/issues/169#issuecomment-1007411498 PR: 261417 Reported by: rizor.reardon@yahoo.com
* lang/julia: switch from p7zip to 7-ZipMax Brazhnikov2022-01-102-1/+13
| | | | | PR: 261052 Submitted by: Eric Reardon (maintainer)
* lang/julia: Add CPE informationBernhard Froehlich2022-01-031-1/+3
| | | | Approved by: portmgr (blanket)
* lang/julia: Cosmetic changes.Gleb Popov2021-12-291-19/+22
|
* lang/julia: Bring back the port.Eric Reardon2021-12-2911-0/+1947
| | | | | | Reviewed By: thierry, tcberner, Greg V <greg@unrelenting.technology>, Filipe da Silva Santos <contact@shiori.com.br>, arrowd Differential Revision: https://reviews.freebsd.org/D33121
* Remove expired ports:Rene Ladan2021-01-022-59/+0
| | | | | | | | | | | | | | | | | lang/julia: metaport, useless without any consumers 2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream 2020-12-31 mail/getmail: Uses deprecated version of python 2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream 2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/cliqz: Uses deprecated version of python 2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream Notes: svn path=/head/; revision=559949
* lang/julia: remove support for expired lang/julia11Rene Ladan2020-09-191-7/+3
| | | | | | | Three times is a charm... Notes: svn path=/head/; revision=548967
* lang/julia: remove support for expired lang/julia07Rene Ladan2020-09-191-7/+4
| | | | Notes: svn path=/head/; revision=548966
* lang/julia: remove support for expired lang/julia06Rene Ladan2020-09-191-7/+4
| | | | Notes: svn path=/head/; revision=548964
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Add PORTREVISION backLi-Wen Hsu2019-05-281-0/+1
| | | | Notes: svn path=/head/; revision=502858