executed process and the signals received by that process. It can also intercept
and print the system calls executed by the program.
WWW: http://ltrace.org/
PR: ports/170477
Submitted by: sbz (myself)
javascript into web pages using a proxy and the javascript helps
automate web applications.
Sahi is a tester friendly tool. It abstracts out most difficulties
that testers face while automating web applications. Some salient
features include excellent recorder, platform and browser independence,
no XPaths, no waits, multithreaded playback, excellent Java interaction
and inbuilt reporting.
WWW: http://www.sahi.co.in/w/sahi
there was no change.
- Fix the build on FreeBSD 7.x.
- Improvement on patch-lib_stdlib_extract-import-plugin.sh, functions better
and only affect on build side (not runtime).
Reported by: pointyhat (beat)
framework. Wine can use a Windows build of Mono to run .NET applications.
This new ports provides such a build.
PR: 169747
Submitted by: David Naylor <naylor.b.david@gmail.com>
using USE_GCC=4.6+.
These two conflict now that Mk/bsd.gcc.mk prefers lang/gcc over
lang/gcc46 when USE_GCC=4.6+ is specified. Since the version of
GCC as a system compiler is 4.2, older than the minimum requested
by USE_GCC, and will not be updated, this BUILD_DEPENDS no longer
fulfills its original purpose.
This unbreaks this port.
Approved by: portmgr (beat)
This port is based on dns/dnsmasq 2.62_1,1 and has been updated to 2.63rc2.
Description (by Simon Kelley, the upstream maintainer):
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
It is designed to provide DNS and, optionally, DHCP, to a small network. It
can serve the names of local machines which are not in the global DNS. The
DHCP server integrates with the DNS server and allows machines with
DHCP-allocated addresses to appear in the DNS with names configured either
in each host or in a central configuration file. Dnsmasq supports static and
dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless
machines.
- Remove PKGNAMEPREFIX (-ja) since a PKGNAMESUFFIX (ja-) is already applied
- Add NO_WRKSUBDIR
- Add the plist target from the german ports (no need to install before)
- Fix build to be done with and without pkgng
Submitted by: ohauer@ (based on)
- Remove PKGNAMEPREFIX (-ja) since a PKGNAMESUFFIX (ja-) is already applied
- Add NO_WRKSUBDIR
- Add the plist target from the german ports (no need to install before)
- Fix build to be done with and without pkgng
Submitted by: ohauer@ (based on)
- Remove PKGNAMEPREFIX (-ja) since a PKGNAMESUFFIX (ja-) is already applied
- Add NO_WRKSUBDIR
- Add the plist target from the german ports (no need to install before)
- Fix build to be done with and without pkgng
Submitted by: ohauer@ (based on)
- No PORTREVISION bump (its just an error, and only on 5.16)
PR: ports/170293
Submitted by: Kenji Rikitake <kenji.rikitake@acm.org>
Approved by: port@ maintainer
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
This is the same method as suggested in the PR (and that I've used
previously), just slightly different in the details.
PR: ports/170441
Submitted by: Frank Wall <fw@moov.de>
Approved by: maintainer
<ChangeLog>
*) Feature: the Clang compiler support.
*) Bugfix: extra listening sockets might be created.
Thanks to Roman Odaisky.
*) Bugfix: nginx/Windows might hog CPU if a worker process failed to
start.
Thanks to Ricardo Villalobos Guevara.
*) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
"scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
"fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
directives might be inherited incorrectly.
*) Bugfix: trailing dot in a source value was not ignored if the "map"
directive was used with the "hostnames" parameter.
*) Bugfix: incorrect location might be used to process a request if a
URI was changed via a "rewrite" directive before an internal redirect
to a named location.
</ChangeLog>