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-runtime16/Makefile

Number of commits found: 56

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:31 olgeni search for other commits by this committer
lang/erlang-runtime16: switch to GitHub build.
Original commitRevision:498551 
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 
Tuesday, 6 Nov 2018
14:17 dumbbell search for other commits by this committer
lang/erlang-runtime{15,16,17}: Remove redundant BROKEN_SSL

The BROKEN_SSL variable is already filled in the case the OPENSSL option
is checked. Those extra lines were left-over from a debugging session.

No need to MFH this commit, the MFH of the initial change took care of
not adding them in the first place.
Original commitRevision:484292 
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 
Thursday, 7 Jun 2018
11:15 olgeni search for other commits by this committer
Transfer maintainership of Erlang ports to erlang@.
Original commitRevision:471907 
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, 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 
Wednesday, 1 Feb 2017
11:32 olgeni search for other commits by this committer
lang/erlang-runtime16: fix build with clang 4.0.

PR:		216615
Submitted by:	Jan Beich
Original commitRevision:433002 
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 
Monday, 25 Jul 2016
09:50 olgeni search for other commits by this committer
Convert USE_OPENSSL to USES=ssl.
Original commitRevision:419037 
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 
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:09 olgeni search for other commits by this committer
Make sure that ODBC is actually built in lang/erlang-runtime16
and lang/erlang-runtime17.
Original commitRevision:412120 
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, 18 Dec 2015
14:23 olgeni search for other commits by this committer
Reduce diffs with lang/erlang-runtime18.
Original commitRevision:403964 
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 
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 
Thursday, 9 Jul 2015
09:43 olgeni search for other commits by this committer
Reduce diff with R18 ports:

- Exclude HIPE with OPTIONS_EXCLUDE_DragonFly
Original commitRevision:391624 
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 
Friday, 24 Apr 2015
13:15 olgeni search for other commits by this committer
Fix implementation of sendfile function on FreeBSD.

Also, replace USE_AUTOTOOLS with USES=autoreconf while I'm here.

PR:		199649
Submitted by:	Stefan Grundmann
Original commitRevision:384637 
Thursday, 23 Apr 2015
13:22 olgeni search for other commits by this committer
Remove unused PATCH_SITES.
Original commitRevision:384568 
Thursday, 26 Mar 2015
20:55 marino search for other commits by this committer
lang/erlang* : Use OPTIONS_EXCLUDE_DragonFly to block SCTP option

DragonFly no longer has SCPT in base and when it did, it was ancient.

Approved by:	DragonFly blanket
Original commitRevision:382344 
Friday, 13 Feb 2015
15:11 olgeni search for other commits by this committer
Check if dtraceall is actually loaded when DTRACE is enabled.
Original commitRevision:378934 
Sunday, 1 Feb 2015
21:40 olgeni search for other commits by this committer
Do not disable the hipe application entirely, even if the HIPE
option is disabled. Dialyzer seems to need at least some beam files
from hipe to perform its job.
Original commitRevision:378277 
Saturday, 31 Jan 2015
18:46 olgeni search for other commits by this committer
Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
Create SKIP files for applications disabled by port options.
Remove disabled applications from ${STAGEDIR}.
Original commitRevision:378225 
Sunday, 23 Nov 2014
22:31 olgeni search for other commits by this committer
Set perl5 as a build-only dependency.
Original commitRevision:373183 
Thursday, 9 Oct 2014
12:53 olgeni search for other commits by this committer
Reduce diff with the main Erlang port and unmute install commands.
Original commitRevision:370522 
Wednesday, 24 Sep 2014
15:34 olgeni search for other commits by this committer
Cleanup plist generation in Erlang runtime ports.
Original commitRevision:369182 
Friday, 29 Aug 2014
05:44 olgeni search for other commits by this committer
Do not forcibly disable SMP in erlc.

SMP used to crash some builds a long time ago, but now it seems safe.
Original commitRevision:366461 
Sunday, 8 Jun 2014
13:14 olgeni search for other commits by this committer
Remove indefinite articles from COMMENT where I'm maintainer.
Original commitRevision:357013 
Monday, 5 May 2014
16:24 bapt search for other commits by this committer
Fix unixODBC vs libiodbc conflicts

Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
Original commitRevision:353029 
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Thursday, 20 Feb 2014
10:18 gahr search for other commits by this committer
- Convert to USES=tk
Original commitRevision:345206 
Tuesday, 28 Jan 2014
14:03 olgeni search for other commits by this committer
Upgrade to version R16B03-1.
Original commitRevision:341565 
Thursday, 12 Dec 2013
11:27 olgeni search for other commits by this committer
Upgrade to version R16B03.
Original commitRevision:336257 
Tuesday, 22 Oct 2013
12:14 olgeni search for other commits by this committer
Change PKGNAMESUFFIX and avoid using LATEST_LINK.

Submitted by:	tijl
Original commitRevision:331258 
09:20 olgeni search for other commits by this committer
- Upgrade to version R16B02.
- Add staging support and simplify plist generation.
- Add LDFLAGS to unbreak the ODBC build.
Original commitRevision:331244 
07:55 tijl search for other commits by this committer
Remove USE_CSTD=gnu89 to fix compilation of C++ code when the WX option
is enabled.  It was added in r300328 to fix compilation with clang but
testing has shown it is no longer necessary.

PR:		ports/180017
Tested by:	Stefan Grundmann <sg2342@googlemail.com>
Original commitRevision:331232 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Tuesday, 17 Sep 2013
09:34 bapt search for other commits by this committer
Convert to new perl framework
Original commitRevision:327465 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
Wednesday, 19 Jun 2013
13:39 olgeni search for other commits by this committer
Upgrade to version R16B01.
Original commitRevision:321250 
Monday, 6 May 2013
20:15 olgeni search for other commits by this committer
- Do not install extra PDF documentation
- Do not install epmd
- Replace more ERLANG_LIB occurrences in pkg-message

Noticed by:	stas
Original commitRevision:317547 
18:40 olgeni search for other commits by this committer
Add ERLANG_LIB to SUB_LIST, and use it in pkg-message.

No PORTREVISION bump because the package stays the same.
Original commitRevision:317542 
13:00 olgeni search for other commits by this committer
Fix LATEST_LINK.
Original commitRevision:317510 
Sunday, 5 May 2013
14:20 olgeni search for other commits by this committer
Add lang/erlang-runtime16 (see also r317410).
Original commitRevision:317415 

Number of commits found: 56