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/erlang-runtime18/Makefile

Number of commits found: 59

Thursday, 21 Nov 2019
19:54 dch search for other commits by this committer
Add deprecations for lang/erlang-runtime1* & dependent ports
databases/couchdb and databases/riak as communicated on erlang@FreeBSD
list end of May 2019, with dates adjusted for my tardiness on committing
this.

Reviewed by:	jrm
Approved by:	olgeni, rm
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D20449
Original commitRevision:518109 
Friday, 12 Apr 2019
18:41 olgeni search for other commits by this committer
lang/erlang-runtime*: forcibly remove WX applications when WX option is off.
Original commitRevision:498736 
Wednesday, 10 Apr 2019
10:32 olgeni search for other commits by this committer
lang/erlang-runtime18: switch to GitHub build.
Original commitRevision:498553 
Sunday, 25 Nov 2018
00:17 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.11.
Original commitRevision:485837 
Thursday, 22 Nov 2018
18:26 dumbbell search for other commits by this committer
lang/erlang-runtime{15,16,17,18}: Fix trailing include

It should be `bsd.port.post.mk`, not `bsd.port.mk`, because we include
`bsd.port.pre.mk`.

Reported by:	olgeni
Original commitRevision:485606 
Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Monday, 5 Nov 2018
23:20 dumbbell search for other commits by this committer
lang/erlang, lang/erlang-runtime*: Indicate which port supports OpenSSL 1.1

With some patching [1], Erlang 19.x supports OpenSSL 1.1.x (lang/erlang,
lang/erlang-runtime19).

However, previous versions are now marked as broken with OpenSSL 1.1.x.

PR:		225898
Submitted by:	brnrd [1]
Obtained from:	Upstream
Original commitRevision:484254 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Tuesday, 30 Oct 2018
10:34 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.10.
Original commitRevision:483464 
Thursday, 7 Jun 2018
11:15 olgeni search for other commits by this committer
Transfer maintainership of Erlang ports to erlang@.
Original commitRevision:471907 
Thursday, 26 Apr 2018
10:17 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.9.
Original commitRevision:468344 
Tuesday, 10 Apr 2018
15:19 olgeni search for other commits by this committer
Modernization of Erlang ports:

- Convert all ports to options helpers
- Add MANPAGES option to lang/erlang
- Remove HTML and PDF documentation from lang/erlang (went into erlang-doc)
- Remove APP_UPGRADE code because of the doc split
- Reduce diffs between all Makefiles
- Enable dirty schedulers by default on version 20
- Non-SMP beam is deprecated on version 20, so enable SMP unconditionally
Original commitRevision:466967 
Sunday, 18 Mar 2018
22:34 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.8.
Original commitRevision:464960 
Thursday, 23 Nov 2017
19:07 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.7.
Original commitRevision:454771 
Thursday, 16 Nov 2017
17:04 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.6.
Original commitRevision:454315 
Tuesday, 10 Oct 2017
21:31 linimon search for other commits by this committer
For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
Original commitRevision:451721 
Friday, 29 Sep 2017
13:54 olgeni search for other commits by this committer
Simplify handling of application updates in Erlang ports.
Original commitRevision:450892 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 3 Feb 2017
18:25 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.5.
Original commitRevision:433256 
Wednesday, 1 Feb 2017
11:33 olgeni search for other commits by this committer
lang/erlang-runtime18: fix build with clang 4.0.

PR:		216615
Submitted by:	Jan Beich
Original commitRevision:433004 
Tuesday, 3 Jan 2017
11:01 mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Original commitRevision:430454 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Thursday, 22 Sep 2016
10:51 olgeni search for other commits by this committer
Remove redundant WX_UNICODE from Erlang runtime ports..
Original commitRevision:422598 
Friday, 12 Aug 2016
14:42 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.4.
Original commitRevision:420126 
Sunday, 7 Aug 2016
09:46 olgeni search for other commits by this committer
Update Erlang 18 ports to 18.3.4.3.
Original commitRevision:419765 
Monday, 25 Jul 2016
08:18 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.2.

Convert USE_OPENSSL to USES=ssl.
Original commitRevision:419033 
Monday, 27 Jun 2016
12:55 olgeni search for other commits by this committer
Update lang/erlang-runtime18 to version 18.3.4.1.
Original commitRevision:417657 
Tuesday, 14 Jun 2016
10:51 olgeni search for other commits by this committer
Update Erlang 18 ports to version 18.3.4.
Original commitRevision:416885 
Monday, 9 May 2016
15:09 olgeni search for other commits by this committer
Fix botched commit of r414767 for Erlang runtime ports: move
new patches to files/.
Original commitRevision:414859 
Saturday, 7 May 2016
09:02 olgeni search for other commits by this committer
Remove hardcoded RPATH from Erlang's crypto libraries.

Pkg always wants to install compat10x-amd64 when using the port's default RPATH.

The same fix can be found in Suse, and in Erlang packages from RabbitMQ.

Noticed by:	lwhsu, bapt
Original commitRevision:414767 
Wednesday, 4 May 2016
12:30 olgeni search for other commits by this committer
Update Erlang 18 ports to version 18.3.3.
Original commitRevision:414599 
Friday, 29 Apr 2016
00:30 olgeni search for other commits by this committer
Update Erlang 18 ports to version 18.3.2.
Original commitRevision:414246 
Tuesday, 19 Apr 2016
05:35 antoine search for other commits by this committer
Revert r413586 and r413587, this breaks INDEX with fmake

Reported by:	beefy1, beefy2
With hat:	portmgr
Original commitRevision:413624 
Monday, 18 Apr 2016
15:59 olgeni search for other commits by this committer
Simplify handling of documentation when patching minor releases (from r413586).
Original commitRevision:413587 
Monday, 4 Apr 2016
23:59 olgeni search for other commits by this committer
Update Erlang 18 ports to version 18.3.1.
Original commitRevision:412536 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Tuesday, 29 Mar 2016
15:08 olgeni search for other commits by this committer
Upgrade lang/erlang-runtime18 to version 18.3.

- Make sure that ODBC is actually built (PR 207622).

- Enable HIPE by default, like lang/erlang.
Original commitRevision:412119 
Wednesday, 24 Feb 2016
15:27 olgeni search for other commits by this committer
Update Erlang 18 ports to version 18.2.4.
Original commitRevision:409469 
Saturday, 6 Feb 2016
14:02 marino search for other commits by this committer
lang/erlang* (7 ports): USES+= ncurses

precoordinated with olgeni@ (maintainer)
Original commitRevision:408299 
Saturday, 30 Jan 2016
20:24 olgeni search for other commits by this committer
Remove unnecessary empty directories from Erlang's plists.
Original commitRevision:407551 
Friday, 29 Jan 2016
20:01 olgeni search for other commits by this committer
Upgrade Erlang 18 ports to version 18.2.3.
Original commitRevision:407494 
Wednesday, 20 Jan 2016
10:30 olgeni search for other commits by this committer
Improve the DTrace build for Erlang 18.

With a couple of changes it seems to work just fine when building
as a user, and also inside poudriere jails.

If you want to build in poudriere, you must:

- Have dtraceall.ko loaded.

- Have a kernel inside the jail (i.e. create the poudriere jail with -K).
Original commitRevision:406740 
Monday, 11 Jan 2016
19:28 olgeni search for other commits by this committer
Upgrade Erlang 18 ports to version 18.2.2.
Original commitRevision:405803 
Friday, 18 Dec 2015
14:22 olgeni search for other commits by this committer
Upgrade lang/erlang-runtime18 to version 18.2.1.
Original commitRevision:403963 
Monday, 30 Nov 2015
10:47 olgeni search for other commits by this committer
Upgrade Erlang 18 to version 18.1.5.
Original commitRevision:402660 
Monday, 16 Nov 2015
00:30 gerald search for other commits by this committer
Add GCC_DESC to Mk/bsd.options.desc.mk.  Use this in a number of ports
instead of their own respective settings.
Original commitRevision:401738 
Friday, 13 Nov 2015
11:45 olgeni search for other commits by this committer
Upgrade all Erlang 18 ports to version 18.1.4.
Original commitRevision:401498 
Friday, 16 Oct 2015
13:42 olgeni search for other commits by this committer
Upgrade Erlang 18 ports to version 18.1.3.
Original commitRevision:399472 
Wednesday, 14 Oct 2015
12:32 olgeni search for other commits by this committer
Upgrade lang/erlang-runtime18 to version 18.1.2.
Original commitRevision:399257 
Friday, 25 Sep 2015
08:00 olgeni search for other commits by this committer
Upgrade lang/erlang-runtime18 to version 18.1.
Original commitRevision:397799 
Wednesday, 16 Sep 2015
19:51 bapt search for other commits by this committer
Remove ansi version fo wxGTK 2.8 and only keep the unicode version

All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
Original commitRevision:397077 
Monday, 24 Aug 2015
13:33 olgeni search for other commits by this committer
Upgrade to version 18.0.3.
Original commitRevision:395172 
Thursday, 9 Jul 2015
06:01 olgeni search for other commits by this committer
Upgrade to 18.0.2 and exclude HIPE option on Dragonfly.
Original commitRevision:391615 
Tuesday, 30 Jun 2015
15:59 olgeni search for other commits by this committer
Upgrade to version 18.0.1.
Original commitRevision:390968 
Friday, 26 Jun 2015
10:03 olgeni search for other commits by this committer
Sort option descriptions and remove unnecessary USES=autoreconf.
Original commitRevision:390624 
Wednesday, 24 Jun 2015
14:29 olgeni search for other commits by this committer
Remove forgotten test code (builds fine without autoreconf).
Original commitRevision:390483 
14:11 olgeni search for other commits by this committer
Add lang/erlang-runtime18, an Erlang runtime for version 18.

- Copied from lang/erlang-runtime17.
Original commitRevision:390481 

Number of commits found: 59