aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime16
Commit message (Collapse)AuthorAgeFilesLines
* Transfer maintainership of Erlang ports to erlang@.Jimmy Olgeni2018-06-071-1/+1
| | | | Notes: svn path=/head/; revision=471907
* Modernization of Erlang ports:Jimmy Olgeni2018-04-102-153/+58
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=466967
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-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 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+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 Notes: svn path=/head/; revision=437439
* lang/erlang-runtime16: fix build with clang 4.0.Jimmy Olgeni2017-02-012-1/+21
| | | | | | | | PR: 216615 Submitted by: Jan Beich Notes: svn path=/head/; revision=433002
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-6/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+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. Notes: svn path=/head/; revision=426566
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove redundant WX_UNICODE from Erlang runtime ports..Jimmy Olgeni2016-09-221-1/+0
| | | | Notes: svn path=/head/; revision=422598
* Remove unused startup scripts from Erlang runtime ports.Jimmy Olgeni2016-08-081-25/+0
| | | | Notes: svn path=/head/; revision=419800
* Convert USE_OPENSSL to USES=ssl.Jimmy Olgeni2016-07-251-1/+1
| | | | Notes: svn path=/head/; revision=419037
* Fix botched commit of r414767 for Erlang runtime ports: moveJimmy Olgeni2016-05-093-1/+1
| | | | | | | new patches to files/. Notes: svn path=/head/; revision=414859
* Remove hardcoded RPATH from Erlang's crypto libraries.Jimmy Olgeni2016-05-073-1/+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 Notes: svn path=/head/; revision=414767
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Make sure that ODBC is actually built in lang/erlang-runtime16Jimmy Olgeni2016-03-291-0/+5
| | | | | | | and lang/erlang-runtime17. Notes: svn path=/head/; revision=412120
* lang/erlang* (7 ports): USES+= ncursesJohn Marino2016-02-061-1/+1
| | | | | | | precoordinated with olgeni@ (maintainer) Notes: svn path=/head/; revision=408299
* Remove unnecessary empty directories from Erlang's plists.Jimmy Olgeni2016-01-301-5/+1
| | | | Notes: svn path=/head/; revision=407551
* Reduce diffs with lang/erlang-runtime18.Jimmy Olgeni2015-12-181-3/+2
| | | | Notes: svn path=/head/; revision=403964
* Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of portsGerald Pfeifer2015-11-161-1/+0
| | | | | | | instead of their own respective settings. Notes: svn path=/head/; revision=401738
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-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 Notes: svn path=/head/; revision=397077
* Reduce diff with R18 ports:Jimmy Olgeni2015-07-091-1/+1
| | | | | | | - Exclude HIPE with OPTIONS_EXCLUDE_DragonFly Notes: svn path=/head/; revision=391624
* Sort option descriptions and remove unnecessary USES=autoreconf.Jimmy Olgeni2015-06-261-3/+3
| | | | Notes: svn path=/head/; revision=390624
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-227-21/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Fix implementation of sendfile function on FreeBSD.Jimmy Olgeni2015-04-242-3/+13
| | | | | | | | | | Also, replace USE_AUTOTOOLS with USES=autoreconf while I'm here. PR: 199649 Submitted by: Stefan Grundmann Notes: svn path=/head/; revision=384637
* Remove unused PATCH_SITES.Jimmy Olgeni2015-04-231-2/+0
| | | | Notes: svn path=/head/; revision=384568
* lang/erlang* : Use OPTIONS_EXCLUDE_DragonFly to block SCTP optionJohn Marino2015-03-261-0/+1
| | | | | | | | | DragonFly no longer has SCPT in base and when it did, it was ancient. Approved by: DragonFly blanket Notes: svn path=/head/; revision=382344
* Check if dtraceall is actually loaded when DTRACE is enabled.Jimmy Olgeni2015-02-131-0/+8
| | | | Notes: svn path=/head/; revision=378934
* Do not disable the hipe application entirely, even if the HIPEJimmy Olgeni2015-02-011-4/+1
| | | | | | | | option is disabled. Dialyzer seems to need at least some beam files from hipe to perform its job. Notes: svn path=/head/; revision=378277
* Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.Jimmy Olgeni2015-01-311-3/+29
| | | | | | | | Create SKIP files for applications disabled by port options. Remove disabled applications from ${STAGEDIR}. Notes: svn path=/head/; revision=378225
* Set perl5 as a build-only dependency.Jimmy Olgeni2014-11-231-1/+2
| | | | Notes: svn path=/head/; revision=373183
* Reduce diff with the main Erlang port and unmute install commands.Jimmy Olgeni2014-10-091-4/+7
| | | | Notes: svn path=/head/; revision=370522
* Cleanup plist generation in Erlang runtime ports.Jimmy Olgeni2014-09-242-21/+3
| | | | Notes: svn path=/head/; revision=369182
* Do not forcibly disable SMP in erlc.Jimmy Olgeni2014-08-292-13/+1
| | | | | | | SMP used to crash some builds a long time ago, but now it seems safe. Notes: svn path=/head/; revision=366461
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357013
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-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 Notes: svn path=/head/; revision=353029
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-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 Notes: svn path=/head/; revision=352986
* - Convert to USES=tkPietro Cerutti2014-02-201-1/+1
| | | | Notes: svn path=/head/; revision=345206
* Upgrade to version R16B03-1.Jimmy Olgeni2014-01-282-10/+10
| | | | Notes: svn path=/head/; revision=341565
* Upgrade to version R16B03.Jimmy Olgeni2013-12-122-9/+8
| | | | Notes: svn path=/head/; revision=336257
* Change PKGNAMESUFFIX and avoid using LATEST_LINK.Jimmy Olgeni2013-10-221-3/+2
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=331258
* - Upgrade to version R16B02.Jimmy Olgeni2013-10-226-780/+21
| | | | | | | | - Add staging support and simplify plist generation. - Add LDFLAGS to unbreak the ODBC build. Notes: svn path=/head/; revision=331244
* Remove USE_CSTD=gnu89 to fix compilation of C++ code when the WX optionTijl Coosemans2013-10-221-1/+0
| | | | | | | | | | | is enabled. It was added in r300328 to fix compilation with clang but testing has shown it is no longer necessary. PR: ports/180017 Tested by: Stefan Grundmann <sg2342@googlemail.com> Notes: svn path=/head/; revision=331232
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-5/+4
| | | | Notes: svn path=/head/; revision=327465
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-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) Notes: svn path=/head/; revision=324851
* Upgrade to version R16B01.Jimmy Olgeni2013-06-195-71/+46
| | | | Notes: svn path=/head/; revision=321250
* - Do not install extra PDF documentationJimmy Olgeni2013-05-063-24/+4
| | | | | | | | | | - Do not install epmd - Replace more ERLANG_LIB occurrences in pkg-message Noticed by: stas Notes: svn path=/head/; revision=317547
* Add ERLANG_LIB to SUB_LIST, and use it in pkg-message.Jimmy Olgeni2013-05-062-2/+2
| | | | | | | No PORTREVISION bump because the package stays the same. Notes: svn path=/head/; revision=317542
* Fix LATEST_LINK.Jimmy Olgeni2013-05-061-0/+3
| | | | Notes: svn path=/head/; revision=317510
* Add lang/erlang-runtime16 (see also r317410).Jimmy Olgeni2013-05-0517-0/+1270
Notes: svn path=/head/; revision=317415