2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-05-30 04:19:16 by Soren Jacobsen | Files touched by this commit (8) |
Log message:
Set MAINTAINER to tech-pkg@, not packages@.
|
2004-05-27 23:21:41 by Luke Mewburn | Files touched by this commit (9) |
Log message:
Give up maintainership, because either
a) I haven't used the package for ages, or
b) Someone else has recently been doing a better job maintaining the package
|
2004-04-26 01:47:46 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
2004-04-25 10:01:15 by Soren Jacobsen | Files touched by this commit (2) |
Log message:
Convert to buildlink3.
|
2004-01-22 18:49:01 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Regen.
|
2004-01-22 13:20:34 by Juan Romero Pardines | Files touched by this commit (3) | |
Log message:
Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177.
Changes:
Major bugfixes:
* Do not spin if connect() fails immediately (!)
* Stop searching on a CNAME (even if it's broken).
* When search list runs out, _qf_owner sets owner to query domain.
* Fix bogus multiple updates to p in transmit.c (!)
Portability improvements:
* Fix up spurious #undef's in hredirect.h.
* Don't use <sys/select.h> any more, it was a mistake made in pre-1.0
(and there doesn't seem to be much explanation why).
* Understand and sort of check OpenBSD `lookup' resolv.conf directive.
* #include <stdlib.h> in internal.h (for abort etc).
* Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD \
4.6).
Cosmetic and documentation improvements:
* Added wishlist entry re configurable port no.
* Problem with SERVFAIL in TODO.
* README.html: mentioned Jarle Aase's Windows port, and other fixes.
* Some better source code formatting/wrapping.
|
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|