Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-07 | Make "install" a phony target, so that it works on a case-insensitive | minskim | 2 | -1/+12 | |
file system. | |||||
2006-02-07 | Do not define a variable in a header file included by multiple .c files. | minskim | 2 | -1/+15 | |
This makes the package build on Darwin. Patch from DarwinPorts. The modified header file is used internally, and never installed. So no visible changes to dependent packages. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -4/+4 | |
2005-12-13 | Fix GCC 3.4+: mismatch between prototype and declaration | joerg | 2 | -1/+15 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-12 | If poll(2) is missing, don't even contemplate using it. | tv | 3 | -1/+68 | |
Fixes build on Interix. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -2/+4 | |
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 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 | |
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 | Set MAINTAINER to tech-pkg@, not packages@. | snj | 1 | -2/+2 | |
2004-05-27 | Give up maintainership, because either | lukem | 1 | -2/+2 | |
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-25 | Unused. | wiz | 1 | -19/+0 | |
2004-04-25 | Convert to buildlink3. | snj | 2 | -2/+20 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-22 | Regen. | xtraeme | 1 | -2/+1 | |
2004-01-22 | Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177. | xtraeme | 3 | -21/+5 | |
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-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -10/+10 | |
2002-10-09 | Unused. | wiz | 1 | -34/+0 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 1 | -2/+2 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 3 | -2/+21 | |
buildlink2.mk files back into the main trunk. | |||||
2002-06-07 | Include sys/types.h so that pid_t is a defined type for sys/select.h. | atatat | 2 | -1/+18 | |
2001-11-19 | Strongly buildlinkify and libtoolize (NetBSD's interesting contributions to | jlam | 6 | -5/+122 | |
technical vocabulary). | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-08 | Remove empty line. | wiz | 1 | -1/+0 | |
2001-03-08 | Remove trailing . in COMMENT. | wiz | 1 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-08 | adns-1.0 - Asynchronous-capable DNS client library and utilities. | lukem | 5 | -0/+52 | |