Ethereal has a --with-adns switch. ./configure tests for presence
of the library even if --with-adns is not specified, and if it
finds it, the build fails later on because /usr/local/lib is
not in -L.
PR: ports/59855
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
The net/samba-devel port has a WITHOUT_CUPS Makefile option
that drops the *port's* dependency on the CUPS library, but
does not actually pass the option to configure to build
Samba without CUPS support. The resulting binaries will
still have a runtime dependency on the CUPS library.
Similarly, the binaries built by the port have a runtime
dependency on the popt (port devel/popt) library which is
not listed in the Makefile.
PR: ports/53939
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
Approved by: maintainer timeout
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
Update of Papaya to version 0.9.6.
Removed the papaya-plugins directory.
Updated to version 0.9.6
Disabled the plugins due to problems with python support
PR: ports/39193
Submitted by: Edwin Groothuis <edwin@mavetju.org> (long time ago)
Changes in software:
- vendor's bugfixes
- new FLUTE support
- new dependencies in gdome-2 and glib20
- properly install the shared library and headers
- replace -pthread with $PTHREAD_LIBS
- fix compilation warnings due to C++ headers in -current
PR: ports/61068
Submitted by: Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
${PREFIX}/etc/nss_ldap.conf rather than /etc/ldap.conf and the
LDAP secret from ${PREFIX}/etc/nss_ldap.secret rather than
/etc/ldap.secret.
Requested by: Many.
While I'm here:
- use USE_MYSQL
- switch postgresql7 dependency to postgresql-client
Note to -CURRENT users:
All options which depend on guile are broken.
PR: 60496
Submitted by: Andrey Pavlenko <lance@merlin.net.ua> (maintainer)
Approved by: erwin (mentor) (implicitly)
ICPLD (Internet Connection Performance Logging Daemon) is a
daemon which, by sending ICMP requests to an IP address of your
choice, monitors whether your machine has a working network
connection. It will log any failed attempts, and will stamp a
log as soon as a reply is received. It keeps track of when the
connection was unavailable, as well as for how long. It records
both total down time and each occasion of interrupted
connection. The log can also be duplicated in HTML format to
put online.
scr_ipfm is a script written in php, used to graphically show amount of data
downloaded by users in local network. To do that, it uses logs generated by
ipfm program (ipfm is available at the address: http://robert.cheramy.net/ipfm/)
scr_ipfm features:
- sorting by field in, out, host and total
- aggregated data of downloaded amount of data
- daily, monthly, annually and global statistics
WWW: http://scripfm.sourceforge.net/
PR: 58566
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>