pkgsrc/net
peter 9309b982ee Update to openntpd-3.7p1.
Changes:
20050523
 - (dtucker) [configure.ac defines.h] Add flags to allow ntpd to build on
   AIX, mostly from tomwilliams14 at comcast.net.
 - (dtucker) [contrib/redhat/openntpd.spec] Specfile update from Bernhard
   Weisshuhn (bkw at weisshuhn de):
  - Use 'ntp' (not _ntp) with id 38 as privsep user
  - Add openssl-devel to Build-Requires
  - mkdir -p /var/empty/ntpd
  - Added ChangeLog, README LICENCE and CREDITS as docfiles
  - removed fluff, use %{_variables} where appropriate
 - (dtucker) [configure.ac] Fall back to builtin arc4random if we don't find
   a usable OpenSSL.
 - (dtucker) [README] Update known-working platforms and misc info.
 - (dtucker) [README] Add CVS Id.
 - (dtucker) [configure.ac includes.h] Check for and include arpa/nameser.h,
   fixes build on Solaris 2.5.1.
 - (dtucker) [version.h contrib/redhat/openntpd.spec] Enter 3.7p1.

20050313
 - (dtucker) OpenBSD CVS Sync
  - dtucker@cvs.openbsd.org 2005/01/27 15:44:00
    [client.c ntp.c ntpd.h]
    Scale query interval by the overall offset not per-peer offset, so we
    don't query outliers more often than any other server.  ok henning@
  - dtucker@cvs.openbsd.org 2005/01/28 13:01:32
    [client.c server.c]
    Make network unreachable errors non-fatal; ok henning@
  - henning@cvs.openbsd.org 2005/01/28 13:32:24
    [ntpd.c]
    fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org>
  - dtucker@cvs.openbsd.org 2005/01/28 13:37:20
    [client.c ntp.c ntpd.h]
    Simplify interval scaling and randomize query intervals; ok henning@
  - henning@cvs.openbsd.org 2005/02/02 19:52:32
    [ntpd.c]
    usage() is __dead
    pt out by Alexander v Gernler
  - henning@cvs.openbsd.org 2005/02/02 19:57:09
    [buffer.c ntpd.h]
    buffer structs and API ssize_t -> size_t; from bgpd
  - henning@cvs.openbsd.org 2005/02/02 20:03:52
    [ntp.c]
    KNF
  - dtucker@cvs.openbsd.org 2005/02/03 11:53:33
    [client.c ntpd.h]
    Implement simple duplicate suppression of peer errors; ok henning@
  - henning@cvs.openbsd.org 2005/02/21 18:58:43
    [client.c]
    fix an error message
  - henning@cvs.openbsd.org 2005/02/22 13:03:24
    [ntp.c]
    when sending a query already returns a failure, we're not going to see
    a reply to that query.
    if we get errors for all queries and the initial settime() is still due
    and thus the parent process still waits (not yet daemonized!), send an
    IMSG_SETTIME with offset 0.
    shortens the delay dramatically when you boot without network
    idea from a discussion with theo
  - henning@cvs.openbsd.org 2005/03/06 19:36:52
    [imsg.c]
    fix error message, Benedikt Steinbusch <bsteinb@hamazone.de>
  - henning@cvs.openbsd.org 2005/03/08 13:31:40
    [client.c]
    let client_query return 0 if it requested dns resolution
  - henning@cvs.openbsd.org 2005/03/08 15:28:55
    [ntpd.c]
    from the "shut the fuck up, ntpd" department:
    move log_debug call to tell about skipping the settime due to lack of
    answers down slightly below the 2nd (and final) log_init call so it becomes
    a -d only thing. tested by dlg and me
  - deraadt@cvs.openbsd.org 2005/03/08 15:37:16
    [ntp.c]
    missing break spotted by lint
  - henning@cvs.openbsd.org 2005/03/08 15:59:36
    [config.c]
    from the "shut the fuck up, ntpd" department:
    don't whine about temporary dns errors
  - deraadt@cvs.openbsd.org 2005/03/08 17:27:14
    [ntp.c]
    knf
  - henning@cvs.openbsd.org 2005/03/08 17:33:43
    [ntp.c]
    when trying short-circuit the wait for the first reply for -s, only
    do so when
    -we tried to send at least one query (that is the change)
    -we could not send ou a single one without failure (this was already in
     place but catched too much)
    problem independently noticed by nick and danh, ok mickey danh, testing by
    many
  - henning@cvs.openbsd.org 2005/03/09 15:07:00
    [imsg.c]
    when, after processing all complete imsgs we found in the buffer,
    there are some bytes left (less than an imsg header, or less than the
    imsg header len field says) we copy it to the very beginning of the buffer.
    use memmove instead of memcpy since it is not guaranteed that there's no
    overlap. while memcpy on OpenBSD is safe, it might not elsewhere, and
    we want our code to be correct anyways.
    funny enough theo and I talked at length about that last week in dublin,
    and I said I believe I had no memcpys with the chance of overlap in ntpd/
    bgpd - well, here is one, and Alexander von Gernler <grunk@pestilenz.org>
    pointed me to it.
  - henning@cvs.openbsd.org 2005/03/09 21:31:11
    [config.c ntpd.c]
    nasty: host_dns used to run before forking and chrooting etc, so it was
    guaranteed that its res_init() call was done once before fork etc...
    that is no longer the case. call res_init() in main() early.
  - dtucker@cvs.openbsd.org 2005/03/13 11:06:27
    [ntpd.c]
    Fixes in ntpd_settime (ie ntpd -s):
    - Handle errors from syscalls better
    - Prevent curtime.tv_usec from being negative for negative offsets.
    - Don't claim to have done settimeofday if it fails.
    ok henning@
    (brought to my attention by holger at wizards.de)
 - (dtucker) [defines.h] defined __dead if the system doesn't.

20050211
 - (dtucker) [defines.h] Fix SA_LEN macro for platforms that have different
   sized sockaddr_in and sockaddr_in6 structs but don't define their own
   SA_LEN.  Patch from Leonardo C. Filho <leonardo at fesppr br>.

20050127
 - (dtucker) OpenBSD CVS Sync
  - henning@cvs.openbsd.org 2004/12/22 17:04:11
    [ntpd.c]
    d can be negative, take that into account when comparing to the logging
    threshold. spotted by Constantine Murenin <mureninc@gmail.com>, mickey ok
  - henning@cvs.openbsd.org 2004/12/23 17:10:10
    [ntp.c]
    KNF
  - dtucker@cvs.openbsd.org 2005/01/27 11:32:29
    [client.c ntp.c ntpd.h]
    Delay before retrying a query on timeout; ok henning@

20050109
 - (dtucker) [LICENCE] Fix typos and omissions, tidy up formatting.
 - (dtucker) [LICENCE] Add CVS Id.

20050107
 - (dtucker) [LICENCE] Add an OpenSSH-style licence summary.

20041222
 - (dtucker) OpenBSD CVS Sync
  - moritz@cvs.openbsd.org 2004/12/20 16:10:05
    [ntpd.c]
    some typos in log messages.
  - henning@cvs.openbsd.org 2004/12/22 06:34:52
    [ntp.c]
    if our first getpwnam(), testing for NTPD_USER, succeeded, but the second
    returns NULL, we don't need loooong explanations, but at least some
    indicator what went wrong, From: Michael Knudsen <e@molioner.dk>
  - dtucker@cvs.openbsd.org 2004/12/22 06:36:11
    [server.c]
    Save original value returned by getifaddrs to free later; ok henning@
 - (dtucker) [openbsd-compat/uidswap.c] Include includes.h

20041220
 - (dtucker) [README] Queries and bug reports to me.
 - (dtucker) [configure.ac defines.h] on QNX, socklen_t is really size_t.
 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/port-qnx.c]
   Add an adjtime() function for QNX, written by Anthony O.Zabelin.

20041219
 - (dtucker) [includes.h openbsd-compat/Makefile.in openbsd-compat/atomicio.c
   openbsd-compat/atomicio.h openbsd-compat/bsd-arc4random.c
   openbsd-compat/openbsd-compat.h]:  Add atomicio from OpenSSH and use for
   reading entropy sources to ensure complete reads.
 - (dtucker) [defines.h] Remove some dead code.
 - (dtucker) [openbsd-compat/bsd-arc4random.c] Use atomicio for write too.

20041218
 - (dtucker) [configure.ac ntp.c ntpd.c openbsd-compat/Makefile.in
   openbsd-compat/bsd-poll.c openbsd-compat/bsd-poll.h
   openbsd-compat/openbsd-compat.h] Add a poll() replacement built around
   select() and enable for platforms that don't have poll (eg QNX4).  Poll
   header file from OpenBSD, function written by me, tested on QNX4 by
   Anthony O.Zabelin.
 - (dtucker) [configure.ac] Alphabetize system-specific case block.
 - (dtucker) [configure.ac bsd-misc.c] Add a dummy setgroups() function for
   platforms that don't have it; from Anthony O.Zabelin.
 - (dtucker) [configure.ac openbsd-compat/bsd-snprintf.c] Make "long long"
   support optional.  From Anthony O.Zabelin.
 - (dtucker) [configure.ac defines.h] Define __func__ macro as required,
   stolen from OpenSSH.
 - (dtucker) [configure.ac] Add configure-time settings for QNX4.  From
   Anthony O.Zabelin.
 - (dtucker) [config.c] Add includes.h
 - (dtucker) [configure.ac includes.h] Check for sys/timers.h and include.
 - (dtucker) [openbsd-compat/bsd-arc4random.c] Add support for using EGD/PRNGD
   sockets directly when configured --with-builtin-arc4random.
 - (dtucker) [openbsd-compat/bsd-arc4random.c] Remove debugging messages.
 - (dtucker) OpenBSD CVS Sync
  - dtucker@cvs.openbsd.org 2004/12/15 00:44:20
    [client.c]
    If polling a server results in an error, drop that server to the maximum
    poll interval;  ok henning@
  - dtucker@cvs.openbsd.org 2004/12/15 13:24:21
    [client.c]
    Factor out interval scaling code; ok henning@
  - dtucker@cvs.openbsd.org 2004/12/15 13:29:25
    [client.c]
    Poll unsynchronized servers at the maximum interval and log a message about
    them when in debug mode; ok henning@
  - dtucker@cvs.openbsd.org 2004/12/16 01:38:59
    [config.c ntpd.h]
    Limit the number of addresses used by the 'servers' directive to 8;
    ok henning@

20041215
 - (dtucker) [includes.h ntpd.c] Fix warnings for RCSID from picky compilers
   and user RCSID for the release string.  Pointed out by Jason Mader.
 - (dtucker) [includes.h] Undef sa_len macro if it's defined, to prevent
   name collisions on IRIX.  With Jason Mader.
 - (dtucker) [Makefile.in] Zap a GNUmake-ism, spotted by Jason Mader.
 - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/openbsd-compat.h]
   Tweak again to prevent warnings.

20041214
 - (dtucker) [configure.ac] On IRIX, determine IOV_MAX from sysconf(8), based
   on info from Jason Mader.
 - (dtucker) [configure.ac] Move __need_IOV_MAX define into the Linux-specific
   block, suggested by Jason Mader.
 - (dtucker) [openbsd-compat/bsd-misc.c] Cast argv0 to char * to keep IRIX's
   compiler happy.  From Jason Mader.
 - (dtucker) [Makefile.in] Add rules to ensure openbsd-compat gets rebuilt
   properly.
 - (dtucker) OpenBSD CVS Sync
  - jmc@cvs.openbsd.org 2004/12/07 11:06:12
    [ntpd.8]
    tweaks;
  - mickey@cvs.openbsd.org 2004/12/08 16:47:38
    [client.c ntp.h ntp_msg.c server.c util.c]
    uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
  - mickey@cvs.openbsd.org 2004/12/08 18:35:16
    [ntp_msg.c]
    use two tiny macros for copying fields out to simplify reading; henning@ ok
  - mickey@cvs.openbsd.org 2004/12/09 21:24:46
    [client.c ntpd.h]
    define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok
  - jaredy@cvs.openbsd.org 2004/12/10 04:54:18
    [ntpd.8]
    typos, then -> than, from Michael Knudsen
  - dtucker@cvs.openbsd.org 2004/12/13 13:22:52
    [client.c ntp.h]
    Discard replies with alarm flag set or invalid stratum; ok henning@
  - dtucker@cvs.openbsd.org 2004/12/13 13:36:02
    [ntp.c]
    Check for error status from poll() too; ok henning@
  - dtucker@cvs.openbsd.org 2004/12/14 07:27:13
    [ntp_msg.c]
    sendto() takes socklen_t as an argument; ok henning@

20041213
 - (dtucker) [openbsd-compat/asprintf.c] unsigned char -> char, silences
   warning from IRIX's compiler.  From Jason Mader (jason at ncac gwu edu).

20041212
 - (dtucker) [ntpd.8] Remove some OpenBSD-specific references from the man
   page.  From Christian Gut (cycloon at is-root org).
 - (dtucker) [configure.ac] Add defines needed for uid swapping functions
   to work on IRIX.  From Jason Mader (jason at ncac gwu edu).
2005-06-28 17:13:25 +00:00
..
6tunnel Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
adns Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
aget Make this package compile on machines without native threads. 2005-06-18 18:55:36 +00:00
airport2basestationconfig Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
airportbasestationconfig Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
airportmodemutility Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
amule Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
argus Fix finding perl in the Configure for the new tools infrastructure. 2005-06-22 13:14:50 +00:00
arla Removed RCS Id from patch-ba. 2005-06-27 15:58:33 +00:00
arpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
arping Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
arpwatch Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
autonet update autonet to 0.15: 2005-06-14 18:28:21 +00:00
awhois Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
batchftp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
bftpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bind4 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bind8 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
bind9 Fix the detection of bind on systems where it's available natively. 2005-06-26 04:05:41 +00:00
bing Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
bittornado Update to 0.3.12, provided by veego@. 2005-06-27 18:02:37 +00:00
bittornado-gui Update to 0.3.12, provided by veego@. 2005-06-27 18:02:37 +00:00
bittorrent Clean the !@#@#$%^ mess with documentation and image files so now binary 2005-06-19 02:49:23 +00:00
bittorrent-gui Clean the !@#@#$%^ mess with documentation and image files so now binary 2005-06-19 02:49:23 +00:00
bmon Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
boinc3-coreclient Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
boinc3-libs Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
boinc3-seti Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
bounce Add RMD160 digests. 2005-02-24 12:13:41 +00:00
bpalogin Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bridged Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bug-buddy Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
cdpd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
cftp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
choparp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
chrony Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
cia Add RMD160 digests. 2005-02-24 12:13:41 +00:00
cidr Add RMD160 digests. 2005-02-24 12:13:41 +00:00
cisco-mibs Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
citrix_ica Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
cmu-dhcpd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
connect Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
corkscrew Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ctorrent Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dante Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dc_gui2 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
dctc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ddclient RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
delegate Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dgd Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
dhid Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dhisd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dip Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
djbdns Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
djbdns-run Sort. 2005-05-03 15:33:17 +00:00
dlint Add RMD160 digests. 2005-02-24 12:13:41 +00:00
dnstop Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dnstracer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
docsis Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
driftnet Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dtcp Update to 20050521. 2005-06-05 16:34:42 +00:00
dtcpclient Update to 20050521. 2005-06-05 16:34:42 +00:00
dynipclient Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
echoping Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ed2k-gtk-gui Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
edonkey2k Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
entropy Update to 0.8.3.421. No official ChangeLog; summary follows: 2005-06-28 16:59:36 +00:00
etherape Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ethereal Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ettercap - Add a conflict statement now that ettercpa-NG has been imported 2005-05-14 16:46:17 +00:00
ettercap-NG - Update to 0.7.3 2005-05-31 19:03:50 +00:00
fair-identd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
firewalk Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
flan Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
flodo Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
flow-tools Update to version 0.68. 2005-06-23 14:20:56 +00:00
fmirror Add RMD160 digests. 2005-02-24 12:13:41 +00:00
fping Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
fping6 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
freenet-tools Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
freeradius Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
freewais-sf Prevent paths to the build directories from being included in the package. 2005-06-23 22:12:44 +00:00
ftplibpp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ftpproxy Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gated RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
GeoIP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gethost Add RMD160 digests. 2005-02-24 12:13:41 +00:00
gftp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gftp-gtk1 Fix build problems in "gftp-gtk1" package caused by update to 2005-03-02 20:43:21 +00:00
gift Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gift-fasttrack Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gift-gnutella Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gift-openft Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
giftcurs Removed trailing white-space. 2005-05-23 08:26:03 +00:00
gini Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gkrellm-multiping Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gkrellm-ping Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gkrellm-snmp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gkrellm-wireless Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gkrellm1-snmp Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gkrellm1-wireless Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gnapfetch Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gnet Install documentation into share/doc instead of share/gtk-doc/html. Bump PKGREVISION. 2005-05-25 11:41:32 +00:00
gnet1 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnetcat Removed trailing white-space. 2005-05-23 08:26:03 +00:00
gnome-netstatus Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gnome-vfs2-smb Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. 2004-09-22 08:09:14 +00:00
gnugk Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gopher Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gtk-gnutella Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gtk_wicontrol Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gtksamba Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hesiod Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hf6to4 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
hlfl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
hobbitclient Add RMD160 digests. 2005-02-24 12:13:41 +00:00
hobbitmon Removed trailing white-space. 2005-05-23 08:26:03 +00:00
host Add patch-ap from wip/host to fix installation. 2005-04-16 12:44:49 +00:00
howl RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
hping Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
httptunnel Add RMD160 digests. 2005-02-24 12:13:41 +00:00
icsi-finger Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
iftop Removed trailing white-space. 2005-05-23 08:26:03 +00:00
IglooFTP Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ipa RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
ipcalc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ipcheck Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
iperf Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ipgrab Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
iplog Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ipv6calc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ipw Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
irrd Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
irrtoolset-nox11 a 'no commercial use' clause hidden three levels deep in source files. 2005-06-21 05:25:45 +00:00
ishell Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
isic Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ispman Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ja-samba Update ja-samba package to 2.2.12.0.9.1 (2.2.12-ja-1.0beta1). 2005-06-19 18:38:40 +00:00
jftpgw RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
jigdo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jumpgate Add RMD160 digests. 2005-02-24 12:13:41 +00:00
jwhois Incorporate today's allocation of 2400:0000::/19 to APNIC, bringing 2005-05-24 07:43:07 +00:00
kdenetwork3 Update to KDE 3.4.1 2005-05-31 14:34:59 +00:00
kftpgrabber Update kftpgrabber to version 0.6.0. 2005-06-05 22:19:41 +00:00
kphone Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
LaBrea Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lambdamoo Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
lambdamoo-core Note where gzip or gunzip is required by the package since it isn't 2005-05-15 22:02:26 +00:00
lambdamoo-doc Add RMD160 digests. 2005-02-24 12:13:41 +00:00
latd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lft Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lftp Use PKG_SUGGESTED_OPTIONS, not PKG_SUPPORTED_OPTIONS 2005-06-01 14:06:50 +00:00
libares Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libdnet Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
libIDL This package actually wants "flex", not just "lex". 2005-05-23 01:21:26 +00:00
liblive Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
libnids Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
libpcap sort. 2005-06-05 18:49:50 +00:00
libradius Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libsoup This package needs openssl. 2005-05-23 15:02:14 +00:00
libsoup-devel Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libsscript Add RMD160 digests. 2005-02-24 12:13:41 +00:00
linc Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
llnlxdir Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
llnlxftp Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
lopster Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
maradns Update to version 1.0.28 2005-05-13 13:25:55 +00:00
md-whois Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mDNSResponder Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
mirror Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
mldonkey Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mldonkey-gui Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
mouse-pppoe Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
mppe-lkm No need to include ppp-comp-local.h on NetBSD >= 2.99.16, as the MPPE 2005-04-29 11:41:29 +00:00
mrstat Add RMD160 digests. 2005-02-24 12:13:41 +00:00
mrt Removed trailing white-space. 2005-05-23 08:26:03 +00:00
mrtg Updated mrtg to 2.12.2 2005-06-23 08:12:13 +00:00
mtr Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
mtr-gtk Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
nam Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
nap regen to get correct line numbers; might help irix bulk build. 2005-06-23 15:35:07 +00:00
napshare Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nasd Initial import of nasd-1.3, a prototype storage implementation, from CMU. 2005-05-04 08:56:49 +00:00
nbtscan Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ncftp2 Change the CONFIGURE_ENV to use the variables users are supposed to set, 2005-06-25 00:48:26 +00:00
ncftp3 update to 3.1.9 2005-05-07 15:14:44 +00:00
neat Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
nemesis Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
net-snmp Bump BUILDLINK_RECOMMENDED after latest security fix. (hi tron!) 2005-05-27 13:47:39 +00:00
netatalk Update netatalk to version 2.0.3. 2005-05-26 05:47:40 +00:00
netatalk1 Update netatalk1 package to 1.6.4a. 2005-06-05 23:40:56 +00:00
netbsd-tap Sync with main tree: 2005-06-10 15:06:33 +00:00
netcat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
netdisco Regen to make GNU patch happy. 2005-05-27 02:26:00 +00:00
netgroup Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netname Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netperf Drop MAN1 (FreeBSD Ports-ism), and note that gzip is required during 2005-05-15 21:52:10 +00:00
netsaint-base Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
netsaint-plugin-cluster Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
netsaint-plugin-snmp Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
netsaint-plugins Modify the awk script that searches the PATH for tools to avoid looking 2005-06-20 02:59:36 +00:00
ngrep Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nicotine Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nidentd Add missing RCS Id tag to patch-aa. 2005-06-17 15:24:55 +00:00
nmap Build on DragonFly BSD. 2005-05-31 09:13:19 +00:00
nmapfe Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
nocol Add RMD160 digests. 2005-02-24 12:13:41 +00:00
nprobe Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ns Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
nsca Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
nsd Apply parts of patch from PR 29983 by ISIHARA Takanori: 2005-04-28 15:30:17 +00:00
nslint Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ntop Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
ntop1 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ntp4 We can always specify where the OpenSSL libraries & headers are, 2005-06-01 19:07:34 +00:00
oidentd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
oinkmaster Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
openafs Use PKGNAME_NOREV instead of manually doing the same. 2005-06-19 16:03:51 +00:00
openag Add RMD160 digests. 2005-02-24 12:13:41 +00:00
openh323 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
openntpd Update to openntpd-3.7p1. 2005-06-28 17:13:25 +00:00
openslp Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
openvmps Import openvmps 1.3 to the package collection. 2005-06-06 16:07:42 +00:00
openvpn Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
openvpn-current RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
ORBit Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ORBit2 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
overnet Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
p5-DNS-ZoneParse Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Geo-IP Update p5-Geo-IP to 1.25. Patch provided by Paul Shupak in PR pkg/29990. 2005-04-17 22:57:00 +00:00
p5-INET6 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-IO-Interface Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-IO-Socket-Multicast Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-ispman Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-Net-Bind Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-CIDR-Lite Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Daemon Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update 2005-06-24 06:43:43 +00:00
p5-Net-Dev-MIBLoadOrder Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-DNS Update to version 0.49. 2005-04-20 13:00:50 +00:00
p5-Net-DNSServer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Gnats Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Google Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-IP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-IRC Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Pcap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-RawIP Initial import of p5-Net-RawIP: Perl extension to manipulate raw ip packets 2005-05-27 15:12:53 +00:00
p5-Net-Server Update to 0.88, fixing a security problem. 2005-06-27 11:14:36 +00:00
p5-Net-SNMP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Telnet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-Telnet-Cisco Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-TFTP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Net-XWhois Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-Net-Z3950 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-NetAddr-IP Update to version 3.24. 2005-04-20 07:44:31 +00:00
p5-NetPacket Fix MAINTAINER email address for David Ferlier. 2005-05-02 23:02:06 +00:00
p5-Nmap-Parser This perl module is here to ease the pain of developing scripts or collecting 2005-05-26 11:05:30 +00:00
p5-RADIUS Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-SNMP-Info Add the Cisco 2940 family to the SNMP::Info::Layer2::C2900 class (will 2005-06-08 16:17:46 +00:00
p5-SNMP-MIB-Compiler Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-SNMP_Session Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-SOAP-Lite Add missing RCS Id tag to patch-aa. 2005-06-17 15:24:55 +00:00
p5-Socket6 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Wais Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
packit Removed trailing white-space. 2005-05-23 08:26:03 +00:00
partysip Include "../../mk/pthread.buildlink3.mk". 2005-04-16 01:08:19 +00:00
pchar Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
pconsole Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pear-Net_DIME Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pear-Net_SMTP Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related 2005-04-11 20:08:43 +00:00
pear-Net_Socket Add RMD160 checksum. 2005-05-25 13:13:30 +00:00
pear-Net_URL Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pear-SOAP Update to 0.8.1. Changes include HTTP transmissing error reporting 2005-05-07 16:51:01 +00:00
pen Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pfnet Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
php-ftp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-snmp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-sockets Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-yp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php5-soap Add package for PHP5 SOAP extension. 2005-05-07 19:28:01 +00:00
pim6dd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pim6sd Add RMD160 digests. 2005-02-24 12:13:41 +00:00
pload Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
poink Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
polsms Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
poptop Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ppp-lzs Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
pppd Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pptp Add RMD160 digests. 2005-02-24 12:13:41 +00:00
proftpd Make it log in wtmpx properly. 2005-06-23 04:49:26 +00:00
proxycheck Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
publicfile Take advantage of mk/djbware.mk. 2005-03-23 00:51:09 +00:00
puf Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pure-ftpd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
pxe RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
py-adns Removed trailing white-space. 2005-05-23 08:26:03 +00:00
py-dns Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-GeoIP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-google Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-IP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-kenosis Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-mimelib Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-ORBit Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
py-soaplib Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
py-soappy Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-spreadmodule Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-twisted Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-twisted-docs add python as category 2004-07-22 09:15:59 +00:00
py-zsi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pygopherd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
qadsl Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
quagga Add RMD160 checksum. 2005-05-25 13:13:30 +00:00
ra-pna-proxy Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ra-rtsp-proxy Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
radiusd-cistron RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
rdesktop Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
rdist6 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
rinetd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
ripe-whois Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ripe-whois-tools Removed trailing white-space. 2005-05-23 08:26:03 +00:00
rootprobe Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rp-l2tp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
rp-pppoe Change the CONFIGURE_ENV to use the variables users are supposed to set, 2005-06-24 19:18:57 +00:00
rsync Update to 2.6.5: 2005-06-04 09:35:51 +00:00
ruby-drb Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ruby-icmp Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
ruby-xmlrpc4r Add fix for xmlrpc library security problem noted as 2005-06-23 16:54:47 +00:00
samba Look for "EVP_des_cbc" instead of "des_set_key" in libcrypto.so to 2005-06-08 20:15:20 +00:00
scdp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scli Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sdig Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sdist Add RMD160 digests. 2005-02-24 12:13:41 +00:00
SDL_net Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sendfile Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sharity-light Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
sipcalc Add RMD160 digests. 2005-02-24 12:13:41 +00:00
sitescooper Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
skype Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
slurm Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
smokeping Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
sniffit Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
snort RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
snort-mysql Sync and minor tidy up for snort 2.3.0 release. 2005-01-28 23:03:59 +00:00
snort-pgsql Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL 2004-07-24 22:45:14 +00:00
socat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
socket++ Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
socks4 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
socks5 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
soup Do not install unused directory. Bump PKGREVISION. 2005-05-25 11:14:59 +00:00
speedtouch The file sbin/pppoa3 is not built unless pthreads and semaphores are 2005-06-18 11:29:10 +00:00
spegla Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
spread RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
srsh Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ssync Add RMD160 digests. 2005-02-24 12:13:41 +00:00
stripes Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tacacs Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tcl-scotty Add missing $NetBSD$ which was there when i generated distinfo. 2005-05-17 06:26:40 +00:00
tcpdmerge Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tcpdpriv Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tcpdstat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpdump - convert to PKG_OPTIONS framework 2005-06-12 19:41:45 +00:00
tcpflow Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpick Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpillust Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
tcpreplay Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpslice Use BSD_INSTALL_* for correct ownership and permission. Pointed out by 2005-05-09 21:29:52 +00:00
tcptrace Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tcptraceroute Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tightvnc Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
tightvncviewer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tinc Add missing RCS Id tag to patch-aa. Remove diff command line. 2005-06-17 15:32:44 +00:00
tinyfugue Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tkined Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tn5250 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tnftp update to tnftp-20050625 2005-06-25 07:01:20 +00:00
tnftpd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tor Security update to version 0.0.9.10 2005-06-22 15:53:24 +00:00
torrentutils Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
totd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
traceroute-as Add RMD160 digests. 2005-02-24 12:13:41 +00:00
trafshow Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
trickle RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
tsclient Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
tsocks Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
tspc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ttt Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ucarp Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ucspi-tcp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
udptunnel Add RMD160 digests. 2005-02-24 12:13:41 +00:00
unison Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
unison-devel Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
upclient Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
userppp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
vcheck Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
vino Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
vnc Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
vncviewer Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
vpnc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
vsftpd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
vtun Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wakeup Note where gzip or gunzip is required by the package since it isn't 2005-05-15 22:02:26 +00:00
wap-utils Removed trailing white-space. 2005-05-23 08:26:03 +00:00
waste Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wget USE_PERL5 -> USE_TOOLS+=perl. 2005-06-24 17:28:15 +00:00
whatmask Add RMD160 digests. 2005-02-24 12:13:41 +00:00
whoson RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
wimon Removed trailing white-space. 2005-05-23 08:26:03 +00:00
wistumbler Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wistumbler2 Add patch that should fix build on amd64. 2005-05-31 12:31:59 +00:00
wistumbler2-gtk Update to 2.0pre10: 2005-05-25 14:47:05 +00:00
wminet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wmnet Add RMD160 digests. 2005-02-24 12:13:41 +00:00
wmpload Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wol Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
wu-ftpd Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
x2vnc Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xfce4-wavelan-plugin Fix xfce4 build problems 2005-03-30 07:04:05 +00:00
xipdump Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
xmftp Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xnap Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xorp Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
xrmftp Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
xtraceroute Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
yafc Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
yale-tftpd Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
yaz Update YAZ to yaz-2.1.6. Changes since 2.0 (the last pkgsrc version): 2005-06-06 15:58:26 +00:00
ytalk Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ytalk-x11 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
ywho Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zebra Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
Makefile Remove samba2 packages, abandonware. 2005-06-08 08:58:15 +00:00