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>
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>
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.
"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>
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>
* patch-lib_dialyzer_src_Makefile
Avoid computing the PLT when building the port. It may take so
long that the port building cluster thinks this is a runaway port.
* patch-lib_dialyzer_src_dialyzer__cl.erl
Trick dialyzer into building the PLT even after the port is installed.
* patch-lib_dialyzer_src_dialyzer__cl__parse.erl
Let every user have his own initial PLT in ~/.dialyzer_init_plt.
When dialyzer is invoked the PLT will be rebuilt if needed.
This commit will fix both ports/105869 and the pointyhat port checks.
Support for kqueue has been disabled. From the release notes:
http://www.erlang.org/download/otp_src_R11B-2.readme
"Note: configure will refuse to enable kernel poll support on FreeBSD since kqueue have problems with (at least) pipes on all version of FreeBSD that we have tested."