although it *should* work with CSr as well. These services (more or
less same code) are currently used by EFNet / DalNet / ICQ / WFNet /
HybNet / EFNow / Openprojects Network.
Note: this port will create uid 73 and gid 73 if they do not
already exist. (In non-batch mode the user is queried first).
PR: ports/47128, with a little portlint action added.
to do: the "Help -> About pd" and "Media -> Test Audio and MIDI"
menu items do not work because the port installs files where they
are not found by the program
The clockspeed-conf package provides configuration
scripts to set up a clockspeed client and/or a taiclockd
server using Dan Bernstein's daemontools for supervision
and his clockspeed package for time synchronisation.
Author: Patrick Atamaniuk <atamaniuk at frobs.net>
WWW: http://foo42.de/devel/sysutils/clockspeed-conf/
PR: 51036
Submitted by: Patrick Atamaniuk <atamaniuk at frobs.net>
Changes: The buggy sort algorithm has been replaced.
The contents of the log file are loaded back into bandwidthd on
restart, so data is persistent between restarts. Log rotation
has been added. RecoverCdf has been modified to load large log
files much faster, and to load files from the rotation. A
segmentation fault in DropOldData has been fixed.
PR: 59175
Submitted by: maintainer
- Assign maintainership to the submitter
While I'm here:
- Shorten COMMENT to prevent truncation by pkg_info(1)
- Use DOCSDIR macro in pkg-plist
PR: 59178
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
from bento:
Configuration alpha-portbld-freebsd4.9 not supported
Configuration amd64-portbld-freebsd5.1 not supported
Configuration alpha-portbld-freebsd5.1 not supported
Configuration ia64-portbld-freebsd5.1 not supported
Configuration sparc64-portbld-freebsd5.1 not supported
from bento:
> Configuration sparc64-portbld-freebsd5.1 not supported
> Configuration amd64-portbld-freebsd5.1 not supported
> Configuration ia64-portbld-freebsd5.1 not supported
Important changes since last patchset:
. jdk14 port is now JDK 1.4.2 based!
. JavaWS distributing with jdk
. Runway problem fixed (fork() is no more problem for java apps)
. Sound support updated
. IPv6 support overhauled
. Drag'n'Drop support fixed (require open-motif mods)
As for now there's no more outstanding issues with this port!
FreeBSD port is also got a important of changes:
. optimized setup is now default (to get debuging bins/libs use WITH_DEBUG)
. bootstrap jdk autodetection. If WITH_LINUX_BOOTSTRAP is not set, then
it checks all known to work JDKs installed. If nothing found, forces
to install of linux-sun-jdk14
. Because of above change there's no NATIVE_BOOTSTRAP option anymore. If
native jdk14 is installed, it will be used by default.