notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/erlang-runtime15/Makefile
SVNWeb

Number of commits found: 47

Thu, 21 Nov 2019
[ 19:54 dch search for other commits by this committer ] Original commit   Revision:518109
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
Fri, 12 Apr 2019
[ 18:41 olgeni search for other commits by this committer ] Original commit   Revision:498736
lang/erlang-runtime*: forcibly remove WX applications when WX option is off.
Wed, 10 Apr 2019
[ 10:31 olgeni search for other commits by this committer ] Original commit   Revision:498550
lang/erlang-runtime15: switch to GitHub build.
Thu, 22 Nov 2018
[ 18:26 dumbbell search for other commits by this committer ] Original commit   Revision:485606
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
Sat, 10 Nov 2018
[ 10:09 mat search for other commits by this committer ] Original commit   Revision:484599 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
security/openssl-devel was removed, but there is a security/openssl111 now.
Tue, 6 Nov 2018
[ 14:17 dumbbell search for other commits by this committer ] Original commit   Revision:484292
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.
Mon, 5 Nov 2018
[ 23:20 dumbbell search for other commits by this committer ] Original commit   Revision:484254
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
Fri, 2 Nov 2018
[ 13:32 rene search for other commits by this committer ] Original commit   Revision:483807 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
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
Thu, 7 Jun 2018
[ 11:15 olgeni search for other commits by this committer ] Original commit   Revision:471907
Transfer maintainership of Erlang ports to erlang@.
Tue, 10 Apr 2018
[ 15:19 olgeni search for other commits by this committer ] Original commit   Revision:466967 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Tue, 3 Jan 2017
[ 11:01 mat search for other commits by this committer ] Original commit   Revision:430454 (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Thu, 22 Sep 2016
[ 10:51 olgeni search for other commits by this committer ] Original commit   Revision:422598
Remove redundant WX_UNICODE from Erlang runtime ports..
Mon, 25 Jul 2016
[ 09:50 olgeni search for other commits by this committer ] Original commit   Revision:419037
Convert USE_OPENSSL to USES=ssl.
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 6 Feb 2016
[ 14:02 marino search for other commits by this committer ] Original commit   Revision:408299
lang/erlang* (7 ports): USES+= ncurses

precoordinated with olgeni@ (maintainer)
Sat, 30 Jan 2016
[ 20:24 olgeni search for other commits by this committer ] Original commit   Revision:407551
Remove unnecessary empty directories from Erlang's plists.
Fri, 18 Dec 2015
[ 14:23 olgeni search for other commits by this committer ] Original commit   Revision:403964
Reduce diffs with lang/erlang-runtime18.
Mon, 16 Nov 2015
[ 00:30 gerald search for other commits by this committer ] Original commit   Revision:401738 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add GCC_DESC to Mk/bsd.options.desc.mk.  Use this in a number of ports
instead of their own respective settings.
Wed, 16 Sep 2015
[ 19:51 bapt search for other commits by this committer ] Original commit   Revision:397077 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
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
Thu, 9 Jul 2015
[ 09:43 olgeni search for other commits by this committer ] Original commit   Revision:391624
Reduce diff with R18 ports:

- Exclude HIPE with OPTIONS_EXCLUDE_DragonFly
Fri, 26 Jun 2015
[ 10:03 olgeni search for other commits by this committer ] Original commit   Revision:390624
Sort option descriptions and remove unnecessary USES=autoreconf.
Fri, 24 Apr 2015
[ 13:15 olgeni search for other commits by this committer ] Original commit   Revision:384637
Fix implementation of sendfile function on FreeBSD.

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

PR:		199649
Submitted by:	Stefan Grundmann
Thu, 23 Apr 2015
[ 13:22 olgeni search for other commits by this committer ] Original commit   Revision:384568
Remove unused PATCH_SITES.
Thu, 26 Mar 2015
[ 20:55 marino search for other commits by this committer ] Original commit   Revision:382344
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
Fri, 13 Feb 2015
[ 15:11 olgeni search for other commits by this committer ] Original commit   Revision:378934
Check if dtraceall is actually loaded when DTRACE is enabled.
Sun, 1 Feb 2015
[ 21:40 olgeni search for other commits by this committer ] Original commit   Revision:378277
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.
Sat, 31 Jan 2015
[ 18:46 olgeni search for other commits by this committer ] Original commit   Revision:378225
Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
Create SKIP files for applications disabled by port options.
Remove disabled applications from ${STAGEDIR}.
Sun, 23 Nov 2014
[ 22:31 olgeni search for other commits by this committer ] Original commit   Revision:373183
Set perl5 as a build-only dependency.
Thu, 9 Oct 2014
[ 12:53 olgeni search for other commits by this committer ] Original commit   Revision:370522
Reduce diff with the main Erlang port and unmute install commands.
Wed, 24 Sep 2014
[ 15:34 olgeni search for other commits by this committer ] Original commit   Revision:369182
Cleanup plist generation in Erlang runtime ports.
Fri, 29 Aug 2014
[ 05:44 olgeni search for other commits by this committer ] Original commit   Revision:366461
Do not forcibly disable SMP in erlc.

SMP used to crash some builds a long time ago, but now it seems safe.
Sun, 8 Jun 2014
[ 13:14 olgeni search for other commits by this committer ] Original commit   Revision:357013 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles from COMMENT where I'm maintainer.
Mon, 5 May 2014
[ 16:24 bapt search for other commits by this committer ] Original commit   Revision:353029 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
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
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
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
Thu, 20 Feb 2014
[ 10:18 gahr search for other commits by this committer ] Original commit   Revision:345205
- Convert to USES=tk
Tue, 22 Oct 2013
[ 14:59 olgeni search for other commits by this committer ] Original commit   Revision:331282
- Add staging support and simplify plist generation.
- Add LDFLAGS to unbreak the ODBC build.
- Remove unnecessary USE_CSTD (see r331232). [1]
- Change PKGNAMESUFFIX to avoid using LATEST_LINK. [2]

PR:		ports/180017 [1]
Submitted by:	Stefan Grundmann <sg2342@googlemail.com> [1]
Submitted by:	tijl [2]
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Tue, 17 Sep 2013
[ 06:40 bapt search for other commits by this committer ] Original commit   Revision:327452 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 6 May 2013
[ 20:15 olgeni search for other commits by this committer ] Original commit   Revision:317547
- Do not install extra PDF documentation
- Do not install epmd
- Replace more ERLANG_LIB occurrences in pkg-message

Noticed by:	stas
[ 18:40 olgeni search for other commits by this committer ] Original commit   Revision:317542
Add ERLANG_LIB to SUB_LIST, and use it in pkg-message.

No PORTREVISION bump because the package stays the same.
[ 13:00 olgeni search for other commits by this committer ] Original commit   Revision:317510
Fix LATEST_LINK.
Sun, 5 May 2013
[ 13:04 olgeni search for other commits by this committer ] Original commit   Revision:317410
Add lang/erlang-runtime15.

This port is indented for developers and port maintainers. It is a
copy of lang/erlang with a few differences:

- Nothing is installed in $PREFIX/bin
- Libraries are installed in $PREFIX/lib/erlang15
- You have to change your PATH to actually use it
- Support for building PLTs is removed
- Other ports are not supposed to install anything inside this environment

What is this for:

- Building Erlang applications using the R15 runtime, once R16 is
  committed (think Riak).

- Building Erlang applications when there are conflicts with modules
  provided by other ports (for example, the RabbitMQ client libraries
  conflict with the server code installed by net/rabbitmq).

- Testing new Erlang versions before the main port is upgraded.

Number of commits found: 47