Changes:
* Fix a bug to use a wrong constant as NI_MAXHOST on OpenBSD.
(cvscan/client/server)
* Fix a bug to require the existence of 'prefix' when the release
type is 'list'. (client)
Changes:
* New utility: cvsup2cvsync
This converts a scanfile from the CVSup(R) style to the cvsync style.
It is useful for mirror maintainers to distribute the CVS repositries
via both CVSup and CVSync protocols.
* Use poll() instead of select() if available. (server/client)
* New feature: refuse (client)
It provides the way to refuse to add/update/remove files or
directories.
and PLIST.Linux so it is registered.
Although it has no change for NetBSD, I bumped the PKGREVISION so
it would be clear that this is a different package for Linux.
gdbserver is for SunOS too. Can someone check and add PLIST.SunOS?
"Athlon MP" nor a "Pentium Pro". Correct this by testing for the special
cases first rather than trying to be clever in the generic test.
Bump package version to 0.58
just for SunOS). (Okay'd by rh.) This should probably get rid of
SunOS check. Later, these build dependency checks should be improved
and done in a separate mk file (like an enhanced tools.mk).
* Catch invalid OLE2 files that claim there is data in a directory.
* Better error handling for Infile::child_by_*
* Work harder to restore invalid ole2 files with bad BATs.
* Begin an interface for ole2 export with non-default block sizes.
* Name the root directory 'Root Entry' to keep libole2 happy.
* Support CLSIDs for Storages for the AAF project
* Test and fix bugs reading ole files with non-default block sizes.
* Plug major gzip output leak.
* Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
mkdep.pl to be able to generate completely pathless dependencies, as
required by OpenWatcom wmake (it supports path searches, but not
explicit paths.)
* Fix the STR instruction.
* Fix the ELF output format, which was broken under certain
circumstances due to the addition of stabs support.
* Quick-fix Borland format debug-info for -f obj
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call (#794686)
* Fix long label causes coredump (#677841)
* Use autoheader as well as autoconf to keep configure from generating
ridiculously long command lines.
* Make sure that all of the formats which support debugging output
actually will suppress debugging output when -g not specified.
Rasputin <rasputin at idoru dot mine dot nu>.
Test::Unit is a framework for unit testing in Ruby, helping
you to design, debug and evaluate your code by making it
easy to write and have tests for it.
pkgsrc expects and what other platforms use.
note that we can't simply use version_type=sunos, since the Darwin
linker requires libtool to pass -compatibility_version and
-current_version so they are coded into the library header.
this fixes the problem of having libname.x.dylib files which were not
registered in the PLIST, and thus were leftover after package removal.
ok'd by jlam.