Commit graph

48 commits

Author SHA1 Message Date
Jimmy Olgeni
9e0a165043 Update lang/erlang-runtime18 to version 18.3.4.7. 2017-11-23 19:07:30 +00:00
Jimmy Olgeni
9b27040976 Update lang/erlang-runtime18 to version 18.3.4.6. 2017-11-16 17:04:36 +00:00
Mark Linimon
3ef3461740 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)
2017-10-10 21:31:30 +00:00
Jimmy Olgeni
d5a6ca49a2 Simplify handling of application updates in Erlang ports. 2017-09-29 13:54:09 +00:00
Gerald Pfeifer
e59c88cece 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
2017-09-10 20:55:38 +00:00
Gerald Pfeifer
04d6f52202 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
2017-04-01 15:23:30 +00:00
Jimmy Olgeni
4512ac74eb Update lang/erlang-runtime18 to version 18.3.4.5. 2017-02-03 18:25:49 +00:00
Jimmy Olgeni
cd1a8306fc lang/erlang-runtime18: fix build with clang 4.0.
PR:		216615
Submitted by:	Jan Beich
2017-02-01 11:33:21 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Gerald Pfeifer
89f8b05214 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.
2016-11-20 09:38:08 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Jimmy Olgeni
c64aab91b7 Remove redundant WX_UNICODE from Erlang runtime ports.. 2016-09-22 10:51:24 +00:00
Jimmy Olgeni
7c1882f3de Update lang/erlang-runtime18 to version 18.3.4.4. 2016-08-12 14:42:38 +00:00
Jimmy Olgeni
7b9ba8b2ee Remove unused startup scripts from Erlang runtime ports. 2016-08-08 08:13:38 +00:00
Jimmy Olgeni
6eeabf961c Fix Erlang version number and format in runtime ports. 2016-08-07 12:21:06 +00:00
Jimmy Olgeni
50c0a683ab Update Erlang 18 ports to 18.3.4.3. 2016-08-07 09:46:27 +00:00
Jimmy Olgeni
4933aebe49 Update lang/erlang-runtime18 to version 18.3.4.2.
Convert USE_OPENSSL to USES=ssl.
2016-07-25 08:18:24 +00:00
Jimmy Olgeni
cdf77928bc Update lang/erlang-runtime18 to version 18.3.4.1. 2016-06-27 12:55:22 +00:00
Jimmy Olgeni
636b40f67b Update Erlang 18 ports to version 18.3.4. 2016-06-14 10:51:37 +00:00
Jimmy Olgeni
8885a6bcf4 Fix botched commit of r414767 for Erlang runtime ports: move
new patches to files/.
2016-05-09 15:09:43 +00:00
Jimmy Olgeni
94e759fdb5 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
2016-05-07 09:02:08 +00:00
Jimmy Olgeni
933a6c7ed8 Update Erlang 18 ports to version 18.3.3. 2016-05-04 12:30:06 +00:00
Jimmy Olgeni
904c6e2b0e Update Erlang 18 ports to version 18.3.2. 2016-04-29 00:30:08 +00:00
Antoine Brodin
6d76b512f4 Revert r413586 and r413587, this breaks INDEX with fmake
Reported by:	beefy1, beefy2
With hat:	portmgr
2016-04-19 05:35:01 +00:00
Jimmy Olgeni
29799f231b Simplify handling of documentation when patching minor releases (from r413586). 2016-04-18 15:59:36 +00:00
Jimmy Olgeni
551c27152b Update Erlang 18 ports to version 18.3.1. 2016-04-04 23:59:00 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Jimmy Olgeni
8525e09098 Upgrade lang/erlang-runtime18 to version 18.3.
- Make sure that ODBC is actually built (PR 207622).

- Enable HIPE by default, like lang/erlang.
2016-03-29 15:08:07 +00:00
Jimmy Olgeni
b27b889680 Update Erlang 18 ports to version 18.2.4. 2016-02-24 15:27:50 +00:00
John Marino
756755faa1 lang/erlang* (7 ports): USES+= ncurses
precoordinated with olgeni@ (maintainer)
2016-02-06 14:02:48 +00:00
Jimmy Olgeni
446cdc5a70 Remove unnecessary empty directories from Erlang's plists. 2016-01-30 20:24:18 +00:00
Jimmy Olgeni
115e24d084 Upgrade Erlang 18 ports to version 18.2.3. 2016-01-29 20:01:15 +00:00
Jimmy Olgeni
095a8ff1c7 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).
2016-01-20 10:30:04 +00:00
Jimmy Olgeni
eb10e89aa3 Upgrade Erlang 18 ports to version 18.2.2. 2016-01-11 19:28:07 +00:00
Jimmy Olgeni
49637af9e0 Upgrade lang/erlang-runtime18 to version 18.2.1. 2015-12-18 14:22:58 +00:00
Jimmy Olgeni
34b2ac2e6c Upgrade Erlang 18 to version 18.1.5. 2015-11-30 10:47:45 +00:00
Gerald Pfeifer
242073ad09 Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of ports
instead of their own respective settings.
2015-11-16 00:30:00 +00:00
Jimmy Olgeni
879168474c Upgrade all Erlang 18 ports to version 18.1.4. 2015-11-13 11:45:37 +00:00
Jimmy Olgeni
50dcb0f5b0 Upgrade Erlang 18 ports to version 18.1.3. 2015-10-16 13:42:28 +00:00
Jimmy Olgeni
780198d5b0 Upgrade lang/erlang-runtime18 to version 18.1.2. 2015-10-14 12:32:46 +00:00
Jimmy Olgeni
d25953032d Upgrade lang/erlang-runtime18 to version 18.1. 2015-09-25 08:00:56 +00:00
Baptiste Daroussin
e0de738591 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
2015-09-16 19:51:26 +00:00
Jimmy Olgeni
d01cb83732 Upgrade to version 18.0.3. 2015-08-24 13:33:33 +00:00
Jimmy Olgeni
ed937cafaa Upgrade to 18.0.2 and exclude HIPE option on Dragonfly. 2015-07-09 06:01:31 +00:00
Jimmy Olgeni
5ae2e8de85 Upgrade to version 18.0.1. 2015-06-30 15:59:42 +00:00
Jimmy Olgeni
eadcd5e67f Sort option descriptions and remove unnecessary USES=autoreconf. 2015-06-26 10:03:08 +00:00
Jimmy Olgeni
75cfda1004 Remove forgotten test code (builds fine without autoreconf). 2015-06-24 14:29:25 +00:00
Jimmy Olgeni
db5d0315f6 Add lang/erlang-runtime18, an Erlang runtime for version 18.
- Copied from lang/erlang-runtime17.
2015-06-24 14:11:21 +00:00