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.

non port: lang/julia/pkg-plist

Number of commits found: 19

Thursday, 1 Feb 2024
20:00 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/julia: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 800e36b6031cf3830503de6195a38d7e28a516c8 commit hash: 800e36b6031cf3830503de6195a38d7e28a516c8 commit hash: 800e36b6031cf3830503de6195a38d7e28a516c8 commit hash: 800e36b6031cf3830503de6195a38d7e28a516c8 800e36b
Wednesday, 22 Nov 2023
10:07 Wen Heping (wen) search for other commits by this committer
lang/julia: Update to 1.9.4
commit hash: 76ad95669aa29607ff7ef908a2116707e1a6a86e commit hash: 76ad95669aa29607ff7ef908a2116707e1a6a86e commit hash: 76ad95669aa29607ff7ef908a2116707e1a6a86e commit hash: 76ad95669aa29607ff7ef908a2116707e1a6a86e 76ad956
Wednesday, 15 Nov 2023
20:36 Thierry Thomas (thierry) search for other commits by this committer
lang/julia: partly remove the dependency on gfortran

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>.
commit hash: 47322ff8ea597f8c6bddcbb0bd33e9dcbc584492 commit hash: 47322ff8ea597f8c6bddcbb0bd33e9dcbc584492 commit hash: 47322ff8ea597f8c6bddcbb0bd33e9dcbc584492 commit hash: 47322ff8ea597f8c6bddcbb0bd33e9dcbc584492 47322ff
Tuesday, 13 Jun 2023
04:07 Wen Heping (wen) search for other commits by this committer
lang/julia: Update to 1.9.1

PR:		271363
Reported by:	wen@
Approved by:	rizor.reardon@yahoo.com(maintainer)
commit hash: aaa80b4f53b0fc7b0ae7cceeb765c7c2f260abb4 commit hash: aaa80b4f53b0fc7b0ae7cceeb765c7c2f260abb4 commit hash: aaa80b4f53b0fc7b0ae7cceeb765c7c2f260abb4 commit hash: aaa80b4f53b0fc7b0ae7cceeb765c7c2f260abb4 aaa80b4
Thursday, 29 Dec 2022
12:02 Wen Heping (wen) search for other commits by this committer
lang/julia: Update to 1.8.4 and Makefile cleanup

PR:		268629
Reported by:	rizor.reardon@yahoo.com(maintainer)
commit hash: 434d421449bd0115adde98d43fba4c9c75102e66 commit hash: 434d421449bd0115adde98d43fba4c9c75102e66 commit hash: 434d421449bd0115adde98d43fba4c9c75102e66 commit hash: 434d421449bd0115adde98d43fba4c9c75102e66 434d42144
Saturday, 3 Dec 2022
20:42 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Eric Reardon
lang/julia: unbrake after update of math/suitesparse-cholmod

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)
commit hash: 8a3c1b4542340f4ac480a55ce225b10f10238436 commit hash: 8a3c1b4542340f4ac480a55ce225b10f10238436 commit hash: 8a3c1b4542340f4ac480a55ce225b10f10238436 commit hash: 8a3c1b4542340f4ac480a55ce225b10f10238436 8a3c1b4
Saturday, 26 Nov 2022
06:10 Wen Heping (wen) search for other commits by this committer
lang/julia: Update to 1.8.3

PR:		267889
Reported by:	wen@
Approved by:	maintainer
commit hash: 2a86b2d73e641a22c7a78d2df93f3aa08080ec95 commit hash: 2a86b2d73e641a22c7a78d2df93f3aa08080ec95 commit hash: 2a86b2d73e641a22c7a78d2df93f3aa08080ec95 commit hash: 2a86b2d73e641a22c7a78d2df93f3aa08080ec95 2a86b2d
Sunday, 11 Sep 2022
18:48 Daniel Engberg (diizzy) search for other commits by this committer Author: Eric Reardon
lang/julia: Fix runtime issue

* 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>
commit hash: 6f2b881f6fcf3d35f33368511f85dc07662c6b2c commit hash: 6f2b881f6fcf3d35f33368511f85dc07662c6b2c commit hash: 6f2b881f6fcf3d35f33368511f85dc07662c6b2c commit hash: 6f2b881f6fcf3d35f33368511f85dc07662c6b2c 6f2b881
Wednesday, 1 Jun 2022
16:21 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Eric Reardon
lang/julia: Update to 1.7.3

ChangeLog: https://github.com/JuliaLang/julia/compare/v1.7.2...v1.7.3

PR:	264352
Reported by:	rizor.reardon@yahoo.com (maintainer)
commit hash: 6f22f6eb1bbd996d87ddf08a7b3d3f4a1168bcc1 commit hash: 6f22f6eb1bbd996d87ddf08a7b3d3f4a1168bcc1 commit hash: 6f22f6eb1bbd996d87ddf08a7b3d3f4a1168bcc1 commit hash: 6f22f6eb1bbd996d87ddf08a7b3d3f4a1168bcc1 6f22f6e
Wednesday, 29 Dec 2021
11:39 Gleb Popov (arrowd) search for other commits by this committer Author: Eric Reardon
lang/julia: Bring back the port.

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
commit hash: 6b461fe1192987ac36bd1c1af3d517b8e6497fc2 commit hash: 6b461fe1192987ac36bd1c1af3d517b8e6497fc2 commit hash: 6b461fe1192987ac36bd1c1af3d517b8e6497fc2 commit hash: 6b461fe1192987ac36bd1c1af3d517b8e6497fc2 6b461fe
Tuesday, 28 May 2019
06:12 lwhsu search for other commits by this committer
Turn lang/julia to metaport & introduce JULIA_DEFAULT to bsd.default-versions.mk

PR:		235872
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Original commitRevision:502857 
Tuesday, 13 Nov 2018
07:40 joneum search for other commits by this committer
Update to 1.0.2

Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.0.2

PR:		233122
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:484860 
Thursday, 4 Oct 2018
15:31 lwhsu search for other commits by this committer
- Update to 1.0.1

PR:		231935
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Original commitRevision:481230 
Thursday, 6 Sep 2018
20:57 lwhsu search for other commits by this committer
- Copy lang/julia to lang/julia06 and lang/julia07
- Update lang/julia07 to 0.7.0
- Update lang/julia to 0.1.0

PR:		230663
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Original commitRevision:479160 
Tuesday, 19 Dec 2017
05:38 lwhsu search for other commits by this committer
- Update to 0.6.2 [1]
- Pet portlint(1)

PR:		224421 [1]
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Original commitRevision:456705 
Sunday, 2 Jul 2017
00:34 lwhsu search for other commits by this committer
- Updat to 0.6.0

PR:		220414
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Original commitRevision:444857 
Wednesday, 14 Jun 2017
05:42 lwhsu search for other commits by this committer
- Update to 0.5.2

PR:		219959
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Original commitRevision:443554 
Monday, 13 Mar 2017
10:47 tobik search for other commits by this committer
Update to 0.5.1

PR:		217704
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9965
Original commitRevision:436063 
Tuesday, 20 Dec 2016
09:30 lwhsu search for other commits by this committer
- Add lang/julia, Julia Language: A fresh approach to technical computing

PR:		215297
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Original commitRevision:428982 

Number of commits found: 19