aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang-runtime18
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/erlang-runtime18 to version 18.3.4.11.olgeni2018-11-252-5/+7
|
* lang/erlang-runtime{15,16,17,18}: Fix trailing includedumbbell2018-11-231-1/+1
| | | | | | | It should be `bsd.port.post.mk`, not `bsd.port.mk`, because we include `bsd.port.pre.mk`. Reported by: olgeni
* security/openssl-devel was removed, but there is a security/openssl111 now.mat2018-11-101-1/+1
|
* lang/erlang, lang/erlang-runtime*: Indicate which port supports OpenSSL 1.1dumbbell2018-11-061-1/+9
| | | | | | | | | | | 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
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-2/+1
| | | | | | | 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
* Update lang/erlang-runtime18 to version 18.3.4.10.olgeni2018-10-302-5/+7
|
* Transfer maintainership of Erlang ports to erlang@.olgeni2018-06-071-1/+1
|
* Update lang/erlang-runtime18 to version 18.3.4.9.olgeni2018-04-262-6/+8
|
* Modernization of Erlang ports:olgeni2018-04-102-169/+76
| | | | | | | | | | - 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
* Update lang/erlang-runtime18 to version 18.3.4.8.olgeni2018-03-192-4/+6
|
* Update lang/erlang-runtime18 to version 18.3.4.7.olgeni2017-11-242-4/+6
|
* Update lang/erlang-runtime18 to version 18.3.4.6.olgeni2017-11-172-6/+10
|
* For ports that are explicitly enabled on armv6, also enable themlinimon2017-10-111-1/+1
| | | | | | | on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial)
* Simplify handling of application updates in Erlang ports.olgeni2017-09-291-29/+13
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1
| | | | | | | | | | | | | | 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
* Update lang/erlang-runtime18 to version 18.3.4.5.olgeni2017-02-042-7/+12
|
* lang/erlang-runtime18: fix build with clang 4.0.olgeni2017-02-012-1/+21
| | | | | PR: 216615 Submitted by: Jan Beich
* Cleanup BROKEN/IGNORE for 10.3-mat2017-01-031-6/+0
| | | | Sponsored by: Absolight
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | 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.
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Remove redundant WX_UNICODE from Erlang runtime ports..olgeni2016-09-221-1/+0
|
* Update lang/erlang-runtime18 to version 18.3.4.4.olgeni2016-08-122-4/+6
|
* Remove unused startup scripts from Erlang runtime ports.olgeni2016-08-081-25/+0
|
* Fix Erlang version number and format in runtime ports.olgeni2016-08-071-1/+1
|
* Update Erlang 18 ports to 18.3.4.3.olgeni2016-08-072-4/+7
|
* Update lang/erlang-runtime18 to version 18.3.4.2.olgeni2016-07-252-7/+9
| | | | Convert USE_OPENSSL to USES=ssl.
* Update lang/erlang-runtime18 to version 18.3.4.1.olgeni2016-06-272-3/+9
|
* Update Erlang 18 ports to version 18.3.4.olgeni2016-06-142-5/+8
|
* Fix botched commit of r414767 for Erlang runtime ports: moveolgeni2016-05-093-1/+1
| | | | new patches to files/.
* Remove hardcoded RPATH from Erlang's crypto libraries.olgeni2016-05-073-0/+23
| | | | | | | | 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
* Update Erlang 18 ports to version 18.3.3.olgeni2016-05-042-4/+10
|
* Update Erlang 18 ports to version 18.3.2.olgeni2016-04-292-3/+9
|
* Revert r413586 and r413587, this breaks INDEX with fmakeantoine2016-04-191-9/+11
| | | | | Reported by: beefy1, beefy2 With hat: portmgr
* Simplify handling of documentation when patching minor releases (from r413586).olgeni2016-04-181-11/+9
|
* Update Erlang 18 ports to version 18.3.1.olgeni2016-04-052-2/+17
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Upgrade lang/erlang-runtime18 to version 18.3.olgeni2016-03-292-29/+15
| | | | | | - Make sure that ODBC is actually built (PR 207622). - Enable HIPE by default, like lang/erlang.
* Update Erlang 18 ports to version 18.2.4.olgeni2016-02-242-2/+8
|
* lang/erlang* (7 ports): USES+= ncursesmarino2016-02-061-1/+1
| | | | precoordinated with olgeni@ (maintainer)
* Remove unnecessary empty directories from Erlang's plists.olgeni2016-01-311-5/+1
|
* Upgrade Erlang 18 ports to version 18.2.3.olgeni2016-01-302-2/+8
|
* Improve the DTrace build for Erlang 18.olgeni2016-01-201-4/+2
| | | | | | | | | | | 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).
* Upgrade Erlang 18 ports to version 18.2.2.olgeni2016-01-122-2/+8
|
* Upgrade lang/erlang-runtime18 to version 18.2.1.olgeni2015-12-182-33/+10
|
* Upgrade Erlang 18 to version 18.1.5.olgeni2015-11-302-3/+5
|
* Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of portsgerald2015-11-161-1/+0
| | | | instead of their own respective settings.
* Upgrade all Erlang 18 ports to version 18.1.4.olgeni2015-11-132-3/+6
|
* Upgrade Erlang 18 ports to version 18.1.3.olgeni2015-10-162-3/+5
|
* Upgrade lang/erlang-runtime18 to version 18.1.2.olgeni2015-10-142-2/+18
|
* Upgrade lang/erlang-runtime18 to version 18.1.olgeni2015-09-252-24/+9
|
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-0/+1
| | | | | | | | 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
* Upgrade to version 18.0.3.olgeni2015-08-242-3/+5
|
* Upgrade to 18.0.2 and exclude HIPE option on Dragonfly.olgeni2015-07-092-3/+9
|
* Upgrade to version 18.0.1.olgeni2015-06-302-3/+9
|
* Sort option descriptions and remove unnecessary USES=autoreconf.olgeni2015-06-261-3/+3
|
* Remove forgotten test code (builds fine without autoreconf).olgeni2015-06-241-1/+0
|
* Add lang/erlang-runtime18, an Erlang runtime for version 18.olgeni2015-06-249-0/+350
- Copied from lang/erlang-runtime17.