Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.1_1,3 29 Aug 2014 05:44:02 |
olgeni |
Do not forcibly disable SMP in erlc.
SMP used to crash some builds a long time ago, but now it seems safe. |
17.1,3 22 Jul 2014 07:17:37 |
olgeni |
Upgrade to version 17.1. |
16.b.03.1,3 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
16.b.03.1,3 05 May 2014 16:24:01 |
bapt |
Fix unixODBC vs libiodbc conflicts
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 |
16.b.03.1,3 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
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 |
16.b.03.1,3 20 Feb 2014 10:19:17 |
gahr |
- Convert to USES=tk |
16.b.03.1,3 28 Jan 2014 14:02:51 |
olgeni |
Upgrade to version R16B03-1.
Submitted by: Kenji Rikitake <kenji@k2r.org> |
16.b.03,3 08 Jan 2014 11:45:58 |
olgeni |
- Upgrade to version R16B03.
- Add MANPATH entry.
- Do not mute the remaining install commands. |
16.b.02,3 17 Nov 2013 21:49:38 |
olgeni |
Upgrade to version R16B02. |
15.b.03.1_2,3 22 Oct 2013 19:02:06 |
olgeni |
- Add staging support and simplify plist generation.
- Add LDFLAGS to unbreak the ODBC build.
- Remove unnecessary USE_CSTD (see r331232). [1]
- Remove build_plt target, which is overkill for normal usage anyway.
PR: ports/180017 [1]
Submitted by: Stefan Grundmann <sg2342@googlemail.com> [1] |
15.b.03.1_1,3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
15.b.03.1_1,3 17 Sep 2013 06:51:04 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
15.b.03.1_1,3 17 Aug 2013 16:27:24 |
gerald |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
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) |
15.b.03.1_1,3 07 May 2013 04:55:44 |
olgeni |
Revert dumb mistake from 317548.
Submitted by: danfe |
15.b.03.1_1,3 06 May 2013 20:18:33 |
olgeni |
Do not try to install empty DOCSDIR. |
15.b.03.1_1,3 05 May 2013 12:20:17 |
olgeni |
Add support for an ERLANG_LIB variable, which will allow repocopied
ports to provide different Erlang runtimes in separate locations.
These will be useful for testing and for running rebar builds without
module conflicts.
No package changes or PORTREVISION bump so far. |
15.b.03.1_1,3 24 Apr 2013 18:03:50 |
olgeni |
Fix incorrect DISTFILES and DOC_DISTFILES. |
15.b.03.1,3 24 Apr 2013 12:48:09 |
olgeni |
Only fetch the documentation files if DOCS is defined (the otp_doc_html
tarball can he heavy if you are short on bandwidth). |
15.b.03.1,3 24 Feb 2013 10:48:26 |
olgeni |
Remove ONLY_FOR_ARCHS, since it seems to build everywhere.
PR: ports/176353
Submitted by: Brett Wynkoop <bsdbugs@wynn.com> |
15.b.03.1,3 31 Jan 2013 12:49:24 |
olgeni |
Use DOCSDIR where possible. |
15.b.03.1,3 30 Jan 2013 23:42:12 |
olgeni |
Convert Makefile header to new format. |
15.b.03.1,3 30 Jan 2013 17:07:20 |
olgeni |
Back when Erlang R15 was imported, lang/erlang14 was added as a
safety fallback option.
Since no issues came up with R15 it can now be removed. |
15.b.03.1,3 10 Jan 2013 14:42:51 |
olgeni |
Fix a couple of issues, using patches from erlang-patches:
- 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) |
15.b.03.1,2 07 Dec 2012 21:49:46 |
olgeni |
Upgrade to version R15B03-1, which contains a few minor improvements
over R15B03:
- Official fix for the ssl:ssl_accept/2 timeout issue.
- Revert erl_crash.dump creation behavior back to R15B02.
Feature safe: yes |
15.b.03_1,2 29 Nov 2012 21:42:29 |
olgeni |
Fix timeout issue in ssl_connection.erl.
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 |
15.b.03,2 28 Nov 2012 19:35:51 |
olgeni |
Upgrade to version R15B03.
Feature safe: yes |
15.b.02_2,2 27 Nov 2012 21:34:53 |
olgeni |
Fix crash when a table viewer in the observer application attempts
to refresh an ETS table which no longer exists.
Submitted by: Peti Gomori on erlang-patches
Feature safe: yes |
15.b.02_1,2 05 Nov 2012 14:53:00 |
olgeni |
Fix 64-bit bug in odbcserver application:
- 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 |
15.b.02,2 11 Sep 2012 20:16:20 |
olgeni |
Add configuration check: DTRACE support on amd64 requires GCC46 to
be enabled.
Building with gcc version 4.2.1 20070831 causes an infinite loop
while compiling erl_nif.c.
Discovered by: Kenji Rikitake |
15.b.02,2 10 Sep 2012 19:09:48 |
olgeni |
- Upgrade to version R15B02
- Add GCC46 option
- Update pkg-descr with text from erlang.org |
15.b.01,2 18 Aug 2012 10:18:28 |
olgeni |
Pet portlint:
- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS |
15.b.01,2 17 Aug 2012 13:16:43 |
olgeni |
Add experimental DTrace support.
Obtained from: Kenji Rikitake's Erlang port on github
https://github.com/jj1bdx/erlang-freebsd-port |
15.b.01,2 15 Aug 2012 20:17:48 |
olgeni |
Document conflicts with Erlang R14. |
15.b.01,2 15 Aug 2012 20:01:15 |
olgeni |
- Upgrade to version R15B01, plus a general cleanup and lots of
fixes (notably SSL and SCTP). [0]
- Switch to a more common version numbering in package name.
Submitted by: ale[0] |
r14b04_3,1 15 Aug 2012 13:46:11 |
olgeni |
Remove conflicts with lang/erlang-lite, removed in r302575. |
r14b04_3,1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
r14b04_3,1 20 Jul 2012 18:35:12 |
olgeni |
Restore MAKE_JOBS_UNSAFE.
PR: ports/169987
Submitted by: amdmi3 |
r14b04_3,1 01 Jul 2012 16:00:01 |
olgeni |
- Convert to OptionsNG and add HIPE, KQUEUE, OPENSSL, SCTP, THREADS
- Add USE_CSTD=gnu98 (fixes CLANG build)
- Remove MAKE_JOBS_UNSAFE
- Use standard ODBC, UNIXODB and IODBC knobs in optional OPTIONS_SINGLE group
- Pet portlint
PR: ports/169355
Submitted by: koobs <koobs.freebsd@gmail.com> |
r14b04_2,1 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
r14b04_1,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
r14b04_1,1 03 Dec 2011 20:50:21 |
olgeni |
Fix TOOLS_VSN version number.
Remove ERTS_VSN from PLIST_SUB while I'm here.
No PORTREVISION bump since only pkg-message is affected.
Reported by: stas
Feature safe: yes |
r14b04_1,1 17 Oct 2011 22:53:57 |
olgeni |
Do not include util.h.
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> |
r14b04_1,1 07 Oct 2011 14:49:14 |
olgeni |
Update documentation tarball checksum due to minor errors.
PR: ports/161369
Submitted by: Besedin Konstantin <besedin.k gmail com> |
r14b04,1 05 Oct 2011 16:21:40 |
olgeni |
Upgrade to version R14B04. |
r14b03,1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
r14b03,1 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
r14b03,1 25 May 2011 21:04:59 |
olgeni |
Upgrade to version R14B03. |
r14b02,1 16 Mar 2011 21:08:26 |
olgeni |
Upgrade to version R14B-02. |
r14b01_1,1 23 Dec 2010 15:02:17 |
olgeni |
In FreeBSD jails, the source and destination address of connections
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> |
r14b01,1 15 Dec 2010 13:53:00 |
olgeni |
Upgrade to version R14B01. |
r14b,1 29 Oct 2010 10:43:18 |
olgeni |
Add powerpc to ONLY_FOR_ARCHS since it has been reported to work. |
r14b,1 30 Sep 2010 12:40:49 |
olgeni |
Fix build on FreeBSD 6.x.
Noticed by: ashish |
r14b,1 29 Sep 2010 10:57:54 |
olgeni |
Fix fetching of doc file from MASTER_SITE_LOCAL.
Noticed by: pointyhat (erwin) |
r14b,1 27 Sep 2010 20:17:16 |
olgeni |
Upgrade to version R14B, with a couple of fixes from the Erlang
mailing lists. |
r13b04_3,1 14 Aug 2010 13:15:03 |
olgeni |
Replace LOCALBASE with PREFIX where needed. |
r13b04_3,1 14 Aug 2010 12:40:33 |
olgeni |
Bring back a few docs that used to live in lang/erlang-doc. |
r13b04_2,1 14 Aug 2010 12:39:08 |
olgeni |
Display PKGMESSAGE after installation from port. |
r13b04_2,1 14 Aug 2010 12:38:26 |
olgeni |
Fix a few whitespace nits. |
r13b04_2,1 23 Jul 2010 13:23:23 |
olgeni |
Remove obsolete message about nsswitch.conf in FreeBSD 5.x (no
PORTREVISION bump, which would be overkill for this). |
r13b04_2,1 07 Apr 2010 22:04:49 |
olgeni |
Patch erlc.c to automatically pass the "-smp disable" arguments to
the Erlang runtime.
This should hopefully fix the pointyhat build hangs which seem
related to the Erlang SMP runtime (beam.smp). |
r13b04_2,1 07 Apr 2010 15:01:53 |
olgeni |
Revert 1.152, which cannot possibly work until erl is installed in
${LOCALBASE}...
Pointy hat to: olgeni |
r13b04_2,1 07 Apr 2010 14:33:40 |
olgeni |
Disable SMP when running erlc (it hangs at least on pointyhat builds). |
r13b04_2,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
r13b04_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
r13b04_1,1 20 Mar 2010 20:20:59 |
olgeni |
Add missing emacs files.
Obtained from: Nico Kruber <kruber at zib dot de> |
r13b04,1 15 Mar 2010 15:30:57 |
olgeni |
Upgrade to version r13b04.
Obtained from: vanilla (with additional SCTP fix) |
r13b03_1,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
r13b03,1 28 Jan 2010 12:27:01 |
olgeni |
Add OPTIONS support.
Obtained from: Jim Wagner <jwagner graffadmin com> |
r13b03,1 03 Jan 2010 14:41:32 |
olgeni |
Remove extra whitespace, use tabs only. |
r13b03,1 29 Dec 2009 10:25:55 |
miwi |
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR: ports/136065 ports/127469
Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>
- Early identify port CONFLICTS
PR: 137855
Submitted by: Piotr Smyrak <smyru@heron.pl>
- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.
Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.
Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)
- Fix some whitespaces
Tested with: exp-run |
r13b03,1 27 Nov 2009 13:21:58 |
olgeni |
Upgrade to version R13B03.
Obtained from: Kenji Rikitake <kenji.rikitake at acm.org> (mostly) |
r13b02_1,1 26 Oct 2009 17:45:08 |
olgeni |
Improve Emacs indentation code (the try/after clause is now handled correctly.)
Obtained from: Steve Vinoski <vinoski at gmail.com> |
r13b02,1 22 Sep 2009 15:57:01 |
olgeni |
Upgrade to version R13B02.
Feature safe: yes |
r13b01_6,1 06 Sep 2009 13:34:11 |
olgeni |
Add "buildplt" target to Makefile. When invoked, it builds a full
PLT database in the user's home directory for the dialyzer application.
However, this operation is very expensive and should only be performed
if necessary, as dialyzer already provides a minimal PLT by default. |
r13b01_6,1 06 Sep 2009 13:29:38 |
olgeni |
Remove NOPRECIOUSMAKEVARS; when ARCH is i386, set ARCH=x86 in MAKE_ARGS.
If the Erlang port was built as a dependency of another port,
ARCH=i386 was set for some reason and the Hipe build would fail. |
r13b01_6,1 06 Sep 2009 13:20:07 |
olgeni |
Use "+=" rather than "=" when modifying CONFIGURE_ENV. |
r13b01_6,1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
r13b01_5,1 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
r13b01_5,1 01 Jul 2009 14:58:04 |
olgeni |
The per-thread last floating point exception pointer is not initialized
to NULL when it is allocated. As a result, spurious floating point
exceptions are reported.
Obtained from: David Reiss <dreiss at cs.stanford.edu> |
r13b01_4,1 13 Jun 2009 10:02:42 |
olgeni |
Add bugfix for ei_decode_big.
"The high order bits of the 16-bits digit (short) are read, even if
the byte (at u[(i*2)+1]) doesn't belong to the big. In other words,
big numbers such as 16#1234567890 with an odd number of bytes are
decoded with a garbage byte (i.e. 16#XX1234567890)."
http://erlang.org/pipermail/erlang-bugs/2008-October/001023.html
Obtained from: Paul Guyot <pguyot at kallisys.net> |
r13b01_3,1 12 Jun 2009 15:24:53 |
olgeni |
files/patch-lib_compiler_src_beam__utils.erl:
Fix "Internal consistency check failed" compiler error.
Obtained from: Bjorn Gustavsson <bgustavsson at gmail.com>
files/patch-lib_inets_src_http__client_http.erl:
The process would hang because {stream,{self,once}} is not recognized as an
invalid option.
Obtained from: Adam Kocoloski <adam.kocoloski at gmail.com> |
r13b01_2,1 11 Jun 2009 16:35:12 |
olgeni |
Unbreak PLIST for erlang-lite. |
r13b01_1,1 11 Jun 2009 16:32:24 |
olgeni |
Mark as MAKE_JOBS_UNSAFE.
PR: ports/135479
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> |
r13b01_1,1 11 Jun 2009 11:02:03 |
olgeni |
Upgrade to version R13B01. |
r13b_1,1 10 Jun 2009 15:57:29 |
olgeni |
Remove dependency on GCC 4.3: allow proper CFLAGS to reach lib/wx/configure.
Obtained from: vanilla |
r13b_1,1 04 Jun 2009 12:19:13 |
olgeni |
Bump PORTREVISION due to the recent PLIST changes.
Noticed by: itetcu |
r13b,1 04 Jun 2009 11:20:54 |
olgeni |
Restore installation of erl_call. |
r12b5_3,1 04 Jun 2009 10:32:58 |
olgeni |
Add missing application: erts-5.7.1.
Noticed by: QAT |
r13b,1 03 Jun 2009 13:47:15 |
olgeni |
Upgrade to version R13B.
Submitted by: Kenji Rikitake <kenji.rikitake at acm.org> (with a few changes) |
r12b5_2,1 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
r12b5_2,1 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
r12b5_2,1 17 Nov 2008 21:30:16 |
olgeni |
Fix an issue related to mktime(3) returning -1 when tm_isdst is true but the
timestamp cannot be represented. Previously, -1 was interpreted as a valid
result leading erlang:localtime_to_universaltime/2 to return {{1969, 12, 31},
{23, 59, 59}}.
A detailed explanation may be found here:
http://www.erlang.org/pipermail/erlang-bugs/2008-November/001077.html
Obtained from: Paul Guyot <pguyot at kallisys.net> |
r12b5_1,1 06 Nov 2008 16:19:03 |
olgeni |
The tarball was re-rolled to install the eunit.hrl file. |
r12b5,1 05 Nov 2008 23:32:22 |
olgeni |
Upgrade to version R12B-5. |
r12b4_1,1 02 Nov 2008 14:26:41 |
olgeni |
Add correct exit code patch. |
r12b4_1,1 02 Nov 2008 13:59:27 |
olgeni |
Retire incorrect patch (QAT). |
r12b4_1,1 02 Nov 2008 13:50:08 |
olgeni |
Create missing empty directory from pkg-plist to avoid a pkg_delete warning.
Make sure that Install exits with 0 (restore previous patch).
No PORTREVISION change needed. |
r12b4_1,1 01 Nov 2008 19:09:27 |
olgeni |
Unbreak SCTP support and bump PORTREVISION. |
r12b4,1 01 Nov 2008 19:07:47 |
olgeni |
Add support for Firefox and Seamonkey. |
r12b4,1 01 Nov 2008 19:06:19 |
olgeni |
Remove obsolete patches. |