Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
peter c2532697cd Upgrade to 20040824p.
Changes:
20040820
 - (dtucker) [defined.h] Newer FSF bisons will create a y.tab.c that has
   conflicting definitions of YYSTYPE.  Defining YYSTYPE_IS_DECLARED keeps it
   happy.  Noted by Q at ping.be.
 - (dtucker) [removed ntpd.cat8 ntpd.conf.cat5] Remove catman pages.  Noted by
   by Q at ping.be.
 - (dtucker) [configure.ac ntpd.c] Prevent Linux kernel from whining about
   signal(SIGCHLD, SIG_IGN) + wait().
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/08/10 12:41:15
    [config.c ntpd.h parse.y ]
    move memory allocation for new peers into a new function, makes ID
    allocation easier
  - henning@cvs.openbsd.org 2004/08/10 12:45:27
    [parse.y ]
    in the pool case ("servers somepool.somewhere"), we add new peers while
    looping over the addresses returned by the dns lookup, as each address
    is one new peer.
    however, if the lookup fails with a temporary error, we will try to lookup
    later again. for that, we obviously need to insert one peer with the
    hostname in addr_head... change one for() loop into a do { } while() one
  - henning@cvs.openbsd.org 2004/08/10 19:17:10
    [ntp_msg.c ]
    wrong sizeof; Brian Poole <raj@cerias.purdue.edu>
  - henning@cvs.openbsd.org 2004/08/10 19:18:23
    [buffer.c ]
    order #includes, Brian Poole <raj@cerias.purdue.edu>
  - henning@cvs.openbsd.org 2004/08/12 16:33:59
    [client.c config.c ntp.c ntpd.c ntpd.h ]
    do not try to getaddrinfo() in the unprivileged process, send an imsg
    asking the privileged one to do it. sends back an imsg with the
    resulting addresses in a bunch of struct sockaddr_storage in the data
    part.
    this should fix all remaining issues with dns (non-)availability at
    ntpd startup, be it due to named on localhost or something else.
    tested by marco@ and Chris Paul <chris.paul@sentinare.com>
  - otto@cvs.openbsd.org 2004/08/13 12:26:13
    [client.c ]
    Reset deadline on failed transmit. Avoids a spinning process if
    all sends fail. ok henning@
  - otto@cvs.openbsd.org 2004/08/16 11:14:15
    [client.c ]
    Be more careful setting next and deadline, they should not both be != 0
    at the same time.
    ok henning@
 - (dtucker) [configure.ac] libresolv now needed on some platforms (eg
   Solaris).

20040730
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/07/25 18:27:58
    [config.c ntpd.h ]
    remove unused function
  - henning@cvs.openbsd.org 2004/07/28 16:38:43
    [client.c config.c ntpd.h parse.y ]
    when a dns lookup fails at parse time, do not abort but try again
    to resolve the hostname every 60 seconds
    fixes ntpd invocations before e. g. a dialup link is established and such.
    as we want ntpd to be a "fire and forget" background daemon it should
    cope with such situations.
    tested by many
  - henning@cvs.openbsd.org 2004/07/28 16:56:21
    [parse.y ]
    prevent unresolvable hostnames in "listen on" statements
  - henning@cvs.openbsd.org 2004/07/29 11:01:48
    [ntpd.h parse.y ]
    keep an ID per server we talk to

20040721
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/07/20 16:47:55
    [client.c ntpd.h parse.y ]
    wrap the heads for the linked list of addresses into a new ntp_addr_wrap
    which, besides the head pointer for the list of course, stores the original
    address as specified (i. e. as hostname instead of resolved IPs) and flags
    and such.
  - henning@cvs.openbsd.org 2004/07/21 09:40:55
    [parse.y ]
    no multiple free(); "John L. Scarfone" <j0@cox.net>
 - (dtucker) [Makefile.in] rebuild y.tab.c during distprep too.

20040720
 - (dtucker) [Makefile.in] Set @CC@ too.
2004-10-23 10:26:15 +00:00
archivers Use INSTALL_LIB. (No functional change.) 2004-10-13 17:51:32 +00:00
audio Add rexima. 2004-10-23 09:25:56 +00:00
benchmarks Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
biology Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bootstrap Why all the complexity? Just remove $wrkdir. (The previous incarnation left 2004-10-11 13:50:17 +00:00
cad Update linkage to libltdl (via guile{,14}), which is now its own package. 2004-10-15 14:50:05 +00:00
chat Imported gg2 2004-10-22 10:34:39 +00:00
comms RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
converters Update HOMEPAGE. 2004-10-21 21:19:22 +00:00
cross Add readline prerequisite. 2004-10-18 04:15:14 +00:00
databases Update databases/mysql4* packages to 4.0.21 (latest stable production 2004-10-22 01:10:03 +00:00
devel Version 1.1.1 2004-10-23 06:11:09 +00:00
distfiles
doc Add rexima. 2004-10-23 09:25:56 +00:00
editors Added abiword-plugins-2.0.11. 2004-10-21 06:36:39 +00:00
emulators move the message from (generic) MESSAGE to MESSAGE.NetBSD, since it's 2004-10-16 15:20:01 +00:00
finance 1.8.9 ships empty gnucash-design.info, so it's necessary to rebuild it 2004-10-23 09:59:10 +00:00
fonts XFree86-clients is not required at run-time for these packages. 2004-10-19 15:55:26 +00:00
games Update linkage to libltdl (via guile{,14}), which is now its own package. 2004-10-15 14:50:05 +00:00
geography Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
graphics Regen. 2004-10-22 03:59:24 +00:00
ham This pkg uses threads. 2004-10-09 16:59:18 +00:00
inputmethod RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
lang Use the installed rather than bundled libltdl. 2004-10-17 15:34:56 +00:00
licenses Note addition of py-InlineEgg and appropriate license 2004-10-19 16:20:50 +00:00
mail Use unsetenv(3) instead of putenv(3) to clear the 'TZ' variable from the 2004-10-22 16:03:14 +00:00
math Update mathomatic to 11.4c. 2004-10-20 02:07:56 +00:00
mbone Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
meta-pkgs Add a master site in Japan. 2004-10-20 14:45:20 +00:00
misc Add buildlink3 file, as requested in PR 27364 by Greg Troxel. 2004-10-23 08:08:26 +00:00
mk Remove ftp://ftp.wustl.edu/packages/TeX/ from MASTER_SITE_TEX_CTAN for now, 2004-10-22 13:32:18 +00:00
multimedia Add "Blue" skin which is the new default skin according to the website. 2004-10-20 20:02:13 +00:00
net Upgrade to 20040824p. 2004-10-23 10:26:15 +00:00
news Update HOMEPAGE. 2004-10-15 22:46:10 +00:00
packages
parallel Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
pkgtools 1.4: Add a bunch of types, symbols, and headers to the checks based on 2004-10-21 21:30:45 +00:00
print Fix path to file to patch. Closes PR pkg/27355. 2004-10-22 19:32:35 +00:00
regress Add a test for the "rmdir" transformation. 2004-09-25 22:05:46 +00:00
security Re: pkg/27317 The header gcrypt.h references struct timeval without 2004-10-23 08:57:33 +00:00
shells Add multibyte option to allow to disable multibyte support explicitly. 2004-10-23 08:16:26 +00:00
sysutils Upgrade to lsof version 4.73. No changes related to or affecting 2004-10-21 13:09:20 +00:00
templates
textproc Update textproc/libxml2 to 2.6.14, this is a bugfix release. 2004-10-21 05:28:17 +00:00
time add PTimeTracker 1.7.2 - QT-based utility to keep track of the time spent 2004-10-23 07:13:37 +00:00
wm Update wmi to version 10. Addresses PR#27271 from Leonard Schmidt. 2004-10-18 02:14:08 +00:00
www Version 1.1.1 2004-10-23 06:11:09 +00:00
x11 The CONFLICTS lines for xextensions, libx11 and libXaw should be 2004-10-22 06:31:42 +00:00
Makefile * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, 2004-10-07 02:01:37 +00:00
Packages.txt put a line back where it seems to belong. 2004-10-16 00:41:40 +00:00
pkglocate Not all OS have grep(1) in /usr/bin/grep, some have it in /sbin/grep, some 2004-07-04 16:12:10 +00:00
README the pkgsrc documentation is in Packages.txt right now, as the XML 2004-03-13 11:31:43 +00:00

$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.