bsdforen-firefox-searchplugin : No longer works after forum software update
bsdgroup-firefox-searchplugin : bsdgroup.de no longer seems to exist
Submitted by: Stefan 'Steve' Tell <stefan.tell@crashmail.de>
Submitted by: (port author, via irc)
- Fix a few minor portlint nitpicks while at it.
The port has successfully been test compiled on 9.2-amd64 and
10.0-amd64, and redports reported success on 8.4-amd64 and 9.2-i386,
too. The application starts and looks sane on 9.2-amd64, but haven't
yet built panos with it.
10+ fails on redports because it uses the unfixed enblend port.
PR: 187555
Approved by: maintainer timeout (vd@, 14 days)
Updating to the latest point version did not fix the problems. The
first is that now the built tool ocp-build requires TERM to be set in
the environment, otherwise it returns non-zero result with an error
message (hidden by /dev/null in first instance) and breaks the build.
Later the build failed the FS because it was saving preferences at $HOME.
Adding -no-user-prefs switch to the command seems to suppress that.
Finally, the GNU makefile is not jobs safe, so indicate that. The GNU
makefile does not participate much in the overall build.
The initial version submitted in the PR was augmented by later changes
seen in pkgsrc where the counterpart is maintained by the submitter.
Note that due to a problem with bsd.ocaml.mk, the USE_OCAML_LDCONFIG
option had to be disabled. This could be changed when the problem is
resolved.
==
Eliom is a framework for programming web sites and client/server web
applications. It uses very new concepts making programming very different
from all other web programming tools, and allowing to write a complex web
site in very few lines of code.
WWW: http://ocsigen.org/eliom/
==
PR: ports/176165
Submitted by: Jaap Boender
Maintainer: Jaap Boender
Stage support: Taken from pkgsrc
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Remove Install prefix from option description
- Run ranlib on library prior to installing it, this allows
non-root staging solving write permission error
r263140, conditionalize on exists(/usr/include/netipx/ipx.h), and disable
it by default (thus bump PORTREVISION). While here, stagify the port.
PR: ports/186966
Submitted by: swills
- Remove leading article from COMMENT
- Define DOCS option, switch to PORTDOCS
- Remove pkg-message, it contained only copyright info
which can be found inside package contents
The initial version submitted in the PR was augmented by later changes
seen in pkgsrc where the counterpart is maintained by the submitter.
==
Js_of_ocaml is a compiler of OCaml bytecode to Javascript. It makes it
possible to run Ocaml programs in a Web browser.
WWW: http://ocsigen.org/js_of_ocaml/
==
PR: ports/176163
Submitted by: Jaap Boender
Maintainer: Jaap Boender
Stage support: Taken from pkgsrc
I started with the PR, but it required heavy modification. It was very
out of date after several ports infrastructure changes and updates to
its dependencies. Luckily the pkgsrc version also maintained by Jaap
was up to date, especially the required patches. The docs generation
seems to be broken so it's been inhibited for now.
PR: ports/176117
Submitted by: Jaap Boender
Stage support: Taken from pkgsrc
The initial version submitted in the PR was augmented by later changes
seen in pkgsrc where the counterpart is maintained by the submitter.
==
This OCaml library is a binding to the NDBM/GDBM Unix "databases". It
provides persistent storage of key-value pairs of strings.
WWW: http://forge.ocamlcore.org/projects/camldbm/
==
PR: ports/176115
Submitted by: Jaap Boender
Maintainer: Jaap Boender
Stage support: Taken from pkgsrc
- fix apache-mpm-peruser graceful reload [1]
Changes with Apache 2.2.27
*) SECURITY: CVE-2014-0098 (cve.mitre.org)
Clean up cookie logging with fewer redundant string parsing passes.
Log only cookies with a value assignment. Prevents segfaults when
logging truncated cookies.
[William Rowe, Ruediger Pluem, Jim Jagielski]
*) SECURITY: CVE-2013-6438 (cve.mitre.org)
mod_dav: Keep track of length of cdata properly when removing
leading spaces. Eliminates a potential denial of service from
specifically crafted DAV WRITE requests
[Amin Tora <Amin.Tora neustar.biz>]
*) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
*) mod_proxy_http: Core dumped under high load. PR 50335.
[Jan Kaluza <jkaluza redhat.com>]
*) proxy_util: NULL terminate the right buffer in 'send_http_connect'.
[Christophe Jaillet]
*) mod_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
is equivalent to <ProxyMatch wildcard-url>. [Christophe Jaillet]
*) mod_ldap: Fix a potential memory leak or corruption. PR 54936.
[Zhenbo Xu <zhenbo1987 gmail com>]
*) mod_ssl: Do not perform SNI / Host header comparison in case of a
forward proxy request. [Ruediger Pluem]
*) mod_rewrite: Add mod_rewrite.h to the headers installed on Windows.
PR46679 [Bob Ionescu]
PR: ports/182947 [1]
Submitted by: Andrew Azarov <andrew@azar-a.net> [1]
via nrpe.conf and dont_blame_nrpe option which is "off" by default.
- remove text about "securityy risk" from ARGS_DESC since nrpe.conf itself
contain paragraph about it.
PR: ports/187534
Submitted by: az@
Approved by: maintainer (timeout)