aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang/files
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Update lang/erlang and related ports to version 21.3.8.20.Jimmy Olgeni2021-01-301-11/+0
| | | | Notes: svn path=/head/; revision=563437
* lang/erlang: Fix build with -fno-common.Niclas Zeising2020-08-201-0/+11
| | | | | | | | | | Add a patch to lang/erlang to fix the build with -fno-common, which is the default with llvm 11. MFH: 2020Q3 Notes: svn path=/head/; revision=545536
* lang/erlang: remove unnecessary patch.Jimmy Olgeni2020-02-281-12/+0
| | | | | | | | | The call to gethostbyname_r is handled correctly on recent Erlang releases. No PORTREVISION required as the patch is touching unreachable code in FreeBSD. Notes: svn path=/head/; revision=527343
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508882
* lang/erlang, lang/erlang-java, lang/erlang-wx: upgrade to 21.3.8.2.Jimmy Olgeni2019-05-273-1396/+0
| | | | | | | | | | | | | | | | | | | - Add support for CORBA applications that were removed from recent releases, and enable them by default as they were before. They follow a separate GH_TAGNAME. - Remove obsolete GS application. - SMP is now enabled by default. lang/erlang-doc, lang/erlang-man: upgrade to 21.3. - Add missing NO_ARCH. Differential Revision: https://reviews.freebsd.org/D19911 Notes: svn path=/head/; revision=502789
* lang/erlang, -wx, -java: update to version 19.3.6.13.Jimmy Olgeni2019-04-101-10464/+0
| | | | | | | | | | - Switch to GitHub build and remove all hosted patches - Move debugger, et, and observer applications to erlang-wx Differential Revision: https://reviews.freebsd.org/D19606 Notes: svn path=/head/; revision=498548
* lang/erlang, lang/erlang-runtime*: Indicate which port supports OpenSSL 1.1Jean-Sébastien Pédron2018-11-052-0/+1376
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484254
* lang/erlang{,-wx,-runtime19,-runtime20}: regenerate theJimmy Olgeni2018-04-101-0/+10464
| | | | | | | | | | 'configure' script for WX so that it doesn't fail on 12.x. PR: 226241 Submitted by: dch Notes: svn path=/head/; revision=466962
* Downgrade Erlang to version 19 until it is clear how the new term formatJimmy Olgeni2017-06-241-0/+20
| | | | | | | affects all ports, or dependencies on runtime19 are in place. Notes: svn path=/head/; revision=444236
* Update Erlang ports to version 20.0.Jimmy Olgeni2017-06-231-20/+0
| | | | Notes: svn path=/head/; revision=444179
* Update Erlang ports to version 19.3.2.Jimmy Olgeni2017-04-251-0/+20
| | | | | | | | - Copy clang 4.0 fix from lang/erlang-wx to lang/erlang (PR 216615) - Copy /dev/shm fix from lang/erlang to lang/erlang-runtime19 Notes: svn path=/head/; revision=439358
* Remove hardcoded RPATH from Erlang's crypto libraries.Jimmy Olgeni2016-05-072-0/+22
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=414767
* Upgrade to R18.Jimmy Olgeni2015-06-293-33/+11
| | | | | | | | | | | | | | - HIPE is now enabled by default - Add APACHE20 license - Remove unnecessary autoreconf - Sort option descriptions Gotchas: - The LLVM HiPE backend does not seem to work yet. Notes: svn path=/head/; revision=390882
* Add hotfix for unhandled cipher algorithms.Jimmy Olgeni2015-06-091-0/+22
| | | | | | | Obtained from: Ingela Andin (ingela.andin@gmail.com) on erlang-questions Notes: svn path=/head/; revision=388914
* Upgrade to version 17.5.6.Jimmy Olgeni2015-06-028-5307/+10
| | | | | | | | | | - Use PATCHFILES for revision patches, because upstream basically stopped rolling tarballs for minor updates. - Rebuild local patch files to make portlint happier. Notes: svn path=/head/; revision=388343
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-223-9/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Upgrade to version 17.5.4 and link snmpc binary into bin/.Jimmy Olgeni2015-05-181-0/+306
| | | | Notes: svn path=/head/; revision=386669
* Upgrade all Erlang 17 ports to 17.5.3.Jimmy Olgeni2015-05-071-0/+3738
| | | | Notes: svn path=/head/; revision=385668
* Fix implementation of sendfile function on FreeBSD.Jimmy Olgeni2015-04-241-0/+11
| | | | | | | | | | Also, replace USE_AUTOTOOLS with USES=autoreconf while I'm here. PR: 199649 Submitted by: Stefan Grundmann Notes: svn path=/head/; revision=384637
* Upgrade to version 17.5.2.Jimmy Olgeni2015-04-231-0/+427
| | | | Notes: svn path=/head/; revision=384570
* Upgrade to version 17.5.1.Jimmy Olgeni2015-04-122-1358/+826
| | | | Notes: svn path=/head/; revision=383850
* Upgrade to version 17.4.1.Jimmy Olgeni2015-02-213-42/+1358
| | | | | | | | | | - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT. - Create SKIP files for applications disabled by port options. - Remove disabled applications from ${STAGEDIR}. - Check if dtraceall is actually loaded when DTRACE is enabled. Notes: svn path=/head/; revision=379495
* Fix SSL handshake when SNI-extension is empty.Jimmy Olgeni2014-10-092-0/+42
| | | | | | | | | | | | | While I'm here: - Cleanup plist - Unmute an install command PR: 194214 Submitted by: Dave Cottlehuber Notes: svn path=/head/; revision=370521
* Do not forcibly disable SMP in erlc.Jimmy Olgeni2014-08-291-13/+0
| | | | | | | SMP used to crash some builds a long time ago, but now it seems safe. Notes: svn path=/head/; revision=366461
* Upgrade to version 17.1.Jimmy Olgeni2014-07-223-115/+0
| | | | Notes: svn path=/head/; revision=362521
* - Upgrade to version R16B03.Jimmy Olgeni2014-01-081-3/+0
| | | | | | | | - Add MANPATH entry. - Do not mute the remaining install commands. Notes: svn path=/head/; revision=339103
* Upgrade to version R16B02.Jimmy Olgeni2013-11-176-476/+0
| | | | Notes: svn path=/head/; revision=334126
* Fix a couple of issues, using patches from erlang-patches:Jimmy Olgeni2013-01-103-0/+434
| | | | | | | | | | | | | - When using an async thread pool, terminating a process that uses the file:open/2 that specify the "compressed" option causes a crash. (by Filipe David Manana) - Due to a bug in ssl_manager:clean_cert_db, very time a tcp connection was upgraded the certificates would be leaked and never removed from the 'ssl_otp_cacertificate_db' table. (by Daniel Barney) Notes: svn path=/head/; revision=310183
* Upgrade to version R15B03-1, which contains a few minor improvementsJimmy Olgeni2012-12-071-16/+0
| | | | | | | | | | | | over R15B03: - Official fix for the ssl:ssl_accept/2 timeout issue. - Revert erl_crash.dump creation behavior back to R15B02. Feature safe: yes Notes: svn path=/head/; revision=308452
* Fix timeout issue in ssl_connection.erl.Jimmy Olgeni2012-11-291-0/+16
| | | | | | | | | | | Due to a missing function clause to handle the ssl:ssl_accept-timeout, it was treated as a canceled timeout. Submitted by: Ingela Anderton Andin on erlang-bugs Feature safe: yes Notes: svn path=/head/; revision=307980
* Fix crash when a table viewer in the observer application attemptsJimmy Olgeni2012-11-271-0/+14
| | | | | | | | | | to refresh an ETS table which no longer exists. Submitted by: Peti Gomori on erlang-patches Feature safe: yes Notes: svn path=/head/; revision=307862
* Fix 64-bit bug in odbcserver application:Jimmy Olgeni2012-11-051-0/+14
| | | | | | | | | | - encode_out_params should perform cast using SQL_INTEGER* rather than long*. Submitted by: Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs Feature safe: yes Notes: svn path=/head/; revision=307013
* - Upgrade to version R15B01, plus a general cleanup and lots ofJimmy Olgeni2012-08-151-26/+0
| | | | | | | | | | | fixes (notably SSL and SCTP). [0] - Switch to a more common version numbering in package name. Submitted by: ale[0] Notes: svn path=/head/; revision=302597
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Do not include util.h.Jimmy Olgeni2011-10-171-0/+15
| | | | | | | | | | | | If net/libbgpdump was installed then the Erlang build would pick up a stray util.h and fail to build. No PORTREVISION bump required: existing installations are just fine. Reported by: Kurt Jaeger <pi opsec eu> Notes: svn path=/head/; revision=283721
* Upgrade to version R14B03.Jimmy Olgeni2011-05-251-33/+0
| | | | Notes: svn path=/head/; revision=274651
* In FreeBSD jails, the source and destination address of connectionsJimmy Olgeni2010-12-231-0/+33
| | | | | | | | | | | | | | to localhost are changed to be the IP address of the jail. Consider connections from the host's IP address to itself (e.g., the source and destination address match) to be local for the access control checks. Reported by: <tom diogunix com> Obtained from: Michael Santos <michael santos gmail com> Notes: svn path=/head/; revision=266792
* Upgrade to version R14B01.Jimmy Olgeni2010-12-153-70/+1
| | | | Notes: svn path=/head/; revision=266347
* Upgrade to version R14B, with a couple of fixes from the ErlangJimmy Olgeni2010-09-275-41/+45
| | | | | | | mailing lists. Notes: svn path=/head/; revision=261973
* Remove obsolete message about nsswitch.conf in FreeBSD 5.x (noJimmy Olgeni2010-07-231-4/+0
| | | | | | | PORTREVISION bump, which would be overkill for this). Notes: svn path=/head/; revision=258088
* Patch erlc.c to automatically pass the "-smp disable" arguments toJimmy Olgeni2010-04-071-0/+13
| | | | | | | | | | the Erlang runtime. This should hopefully fix the pointyhat build hangs which seem related to the Erlang SMP runtime (beam.smp). Notes: svn path=/head/; revision=252413
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Add missing emacs files.Jimmy Olgeni2010-03-201-0/+17
| | | | | | | Obtained from: Nico Kruber <kruber at zib dot de> Notes: svn path=/head/; revision=251313
* Upgrade to version r13b04.Jimmy Olgeni2010-03-1511-110/+29
| | | | | | | Obtained from: vanilla (with additional SCTP fix) Notes: svn path=/head/; revision=251084
* Upgrade to version R13B03.Jimmy Olgeni2009-11-271-207/+0
| | | | | | | Obtained from: Kenji Rikitake <kenji.rikitake at acm.org> (mostly) Notes: svn path=/head/; revision=244847
* Improve Emacs indentation code (the try/after clause is now handled correctly.)Jimmy Olgeni2009-10-261-0/+207
| | | | | | | Obtained from: Steve Vinoski <vinoski at gmail.com> Notes: svn path=/head/; revision=243354
* Upgrade to version R13B02.Jimmy Olgeni2009-09-223-46/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241917
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892