aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang-runtime15
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant WX_UNICODE from Erlang runtime ports..olgeni2016-09-221-1/+0
|
* Remove unused startup scripts from Erlang runtime ports.olgeni2016-08-081-25/+0
|
* Convert USE_OPENSSL to USES=ssl.olgeni2016-07-251-1/+1
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* 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
|
* Reduce diffs with lang/erlang-runtime18.olgeni2015-12-181-3/+2
|
* 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.
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-1/+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
* Reduce diff with R18 ports:olgeni2015-07-091-1/+1
| | | | - Exclude HIPE with OPTIONS_EXCLUDE_DragonFly
* Sort option descriptions and remove unnecessary USES=autoreconf.olgeni2015-06-261-3/+3
|
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-2313-39/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix implementation of sendfile function on FreeBSD.olgeni2015-04-242-7/+13
| | | | | | | Also, replace USE_AUTOTOOLS with USES=autoreconf while I'm here. PR: 199649 Submitted by: Stefan Grundmann
* Remove unused PATCH_SITES.olgeni2015-04-231-2/+0
|
* Fix with Perl 5.21.1+mat2015-04-131-0/+11
| | | | | With hat: perl@ Sponsored by: Absolight
* lang/erlang* : Use OPTIONS_EXCLUDE_DragonFly to block SCTP optionmarino2015-03-271-0/+1
| | | | | | DragonFly no longer has SCPT in base and when it did, it was ancient. Approved by: DragonFly blanket
* Check if dtraceall is actually loaded when DTRACE is enabled.olgeni2015-02-131-0/+8
|
* Do not disable the hipe application entirely, even if the HIPEolgeni2015-02-021-4/+1
| | | | | option is disabled. Dialyzer seems to need at least some beam files from hipe to perform its job.
* Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.olgeni2015-02-011-3/+29
| | | | | Create SKIP files for applications disabled by port options. Remove disabled applications from ${STAGEDIR}.
* Set perl5 as a build-only dependency.olgeni2014-11-241-1/+2
|
* Reduce diff with the main Erlang port and unmute install commands.olgeni2014-10-091-5/+8
|
* Cleanup plist generation in Erlang runtime ports.olgeni2014-09-242-21/+3
|
* Do not forcibly disable SMP in erlc.olgeni2014-08-292-14/+1
| | | | SMP used to crash some builds a long time ago, but now it seems safe.
* Remove indefinite articles from COMMENT where I'm maintainer.olgeni2014-06-081-1/+1
|
* Fix unixODBC vs libiodbc conflictsbapt2014-05-061-7/+1
| | | | | | | | | | | | | | | | 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
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | 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
* - Convert to USES=tkgahr2014-02-201-1/+1
|
* - Add staging support and simplify plist generation.olgeni2013-10-225-764/+15
| | | | | | | | | | - 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]
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Convert to new perl frameworkbapt2013-09-171-5/+4
| | | | Convert from USE_GMAKE to USES=gmake
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-6/+6
| | | | | | | | | | | | | | 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)
* - Do not install extra PDF documentationolgeni2013-05-073-24/+4
| | | | | | | - Do not install epmd - Replace more ERLANG_LIB occurrences in pkg-message Noticed by: stas
* Add ERLANG_LIB to SUB_LIST, and use it in pkg-message.olgeni2013-05-072-2/+2
| | | | No PORTREVISION bump because the package stays the same.
* Fix LATEST_LINK.olgeni2013-05-061-0/+3
|
* Replace /usr/local with %%LOCALBASE%%.olgeni2013-05-051-1/+1
|
* Add lang/erlang-runtime15.olgeni2013-05-0522-0/+1721
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.