Against 1.0pre1, there are several build changes (building this
version of mutt with SGI's cc should work), and back-ports of
IMAP-related bug fixes from the unstable branch.
Sample files are installed in pkg/share/examples/netatalk, addressing
PR 7920 by rnestor@metronet.com.
Now include elf support, addressing PR 8125 by Takahiro Kambe,
<taca@sky.yamashina.kyoto.jp> with slight changes by me.
Cleaned up some lint warnings and fixed an unsigned character comparison
problem with assistance from cgd@netbsd.org.
Disabled building of libatalk_p.a (profiling libatalk) as not all ports
support it which will generate plist errors.
and will substitute ${VAR} with the value of VALUE in the PLIST.
This implementation was taken from FreeBSD.
Default PLIST_SUB:
OPSYS=${OPSYS} OS_VERSION=${OS_VERSION}
MACHINE_ARCH=${MACHINE_ARCH} MACHINE_GNU_ARCH=${MACHINE_GNU_ARCH}
MACHINE_GNU_PLATFORM=${MACHINE_GNU_PLATFORM}
LOWER_VENDOR=${LOWER_VENDOR} LOWER_OPSYS=${LOWER_OPSYS}
PKGNAME=${PKGNAME}
Changes are:
*) Changed internal handling of spawned threads: they are now really
inserted to the top of the priority queue to make sure a thread is
guarrantied to be dispatched next when one calls pth_yield(NULL)
directly after a pth_spawn(). This is especially interesting for
programming with the co-routine paradigm where it allows one to better
control the startup of a co-routine.
[Ralf S. Engelschall, Jens Andersen <Jens@trw.nl>]
*) Fixed pthread_cancel(): a switch statement was incorrect (three
breaks were missing to stop falling through).
[Jens Andersen <Jens@trw.nl>]
*) Change internal `_pthread' prefix to `__pthread'.
[Ralf S. Engelschall]
*) Enhanced backward compatibility stuff for Pthread draft 4 (DCE Threads)
in pthread.h.in: When _POSIX_BACKCOMPAT is defined before the pthread.h
header is included one now gets a lot more backward compatibility
mappings.
[Ralf S. Engelschall]
*) Optimize internal processing by inlining various small functions from
pth_ring.c, pth_pqueue.c and pth_sched.c which are called a lot.
[Ralf S. Engelschall]
*) Optimized readline() in test_common.c
[Ralf S. Engelschall]
*) Added specific support for Linux/glibc/mc68000 to pth_mctx.c
[Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>]
*) Updated INSTALL document for --enable-optimize.
[Ralf S. Engelschall]
command is invoked from the master distribution host.
Invoking the command without any arguments will distribute the current
working directory to all hosts in the netgroup for the platform you are
running ssync on.
command is invoked from the master distribution host.
Invoking the command without any arguments will distribute the current
working directory to all hosts in the netgroup for the platform you are
running sdist on.
Highlights since 4.0.97:
- -Adds listen_to_virtual_ips support (-L flag)
- -Adds support for Trimble OEM Ace-II receiver
- -Patch to run Oncore on systems w/o hardpps()
- -Permit RTS to power a DCF77
- -Assorted lint clean-ups