- Update the URL in the package description.
- The author hacks a LIBTOOL path into their Makefiles that doesn't work
under the ports system. Make it work by a small patch to aclocal.m4
(which requires the addition of USE_AUTOCONF) and passing in the port
system's value of LIBTOOL (using a different variable name since they
already use LIBTOOL themselves). This was simpler than patching all
their Makefiles.
PR: ports/30999
Submitted by: Dave Chapeskie <bsdport@ddm.wox.org>
Approved by: MAINTAINER
- Transfer the maintainership to ports@, because this rather belongs
to the base/ports infrastructure.
We greatly appreciate your inititial idea and work, Scott! :)
4-STABLE/i386: 4.4-20011011-STABLE
5-CURRENT/i386: 5.0-20011011-CURRENT
- Transfer the maintainership to ports@, because this rather belongs
to the base/ports infrastructure.
We greatly appreciate your inititial idea and work, Scott! :)
4-STABLE/alpha: 4.4-RELEASE
4-STABLE/i386: 4.4-20011011-STABLE
5-CURRENT/alpha: 5.0-20010721-CURRENT
5-CURRENT/i386: 5.0-20011011-CURRENT
I could not find up-to-date snapshots available for alpha. If
anyone knows one, please let me know.
- Transfer the maintainership to ports@, because this rather belongs
to the base/ports infrastructure.
We greatly appreciate your inititial idea and work, Scott! :)
release again. (Hopefully)
portupgrade:
Delete an unneeded exception snatcher. This fixes a bug where ports
marked as IGNORE are not properly skipped.
pkgdb:
Rebuild pkgdb if it looks like broken, instead of resulting in
failure.
Unbreak regexp match. ;)
Fix a typo of a variable name in an error message.
[Reported by: Stijn Hoop <stijn@win.tue.nl>]
portsdb:
Allow a port dir to be a symlink to a directory.
Add support for the case where some catetories are missing in a
ports tree.
[Submitted by: Jos Backus <josb@cncdsl.com>]
has been split into nfsclient and nfsserver.
This fix still leaves a 2 week window of breakage, because
__FreeBSD_version wasn't bumped for the change.
Since I do not know whether non-i386 platforms are supported,
ONLY_FOR_ARCHS=i386 is remained in Makefile.
Changes from previous version:
* Install shared library.
* Do not create and install libleak.
Leak detection mode can be initiated at run-time by setting GC_find_leak.
PR: 31125
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>