pkgsrc/net
jlam 589e903530 Update net/samba to 3.0.20.2 from samba-3.0.20b. Recommended patches
for samba-3.0.20b that are applied as part of this update include:

	http://www.samba.org/samba/patches/print_lprm.patch
	http://www.samba.org/samba/patches/quota.patch
	http://www.samba.org/samba/patches/bug3201_wbinfo.patch

This fixes PRs pkg/31352 and pkg/31991.  Important changes that were
made as part of porting this Samba release to pkgsrc include the
following:

* The new release model for Samba includes distributing patches for
  urgent bug fixes that will be included in the next release of Samba,
  and are available at http://www.samba.org/samba/patches/.  Since
  these patches are rather generically named, we download all DISTFILES
  and PATCHFILES for Samba into a ${DISTNAME}-specific directory.

* The default configuration for the samba package no longer builds the
  "winbind" portions of samba, which are really only useful when
  attempting to unify logons between Unix and Microsoft Windows.  When
  the "winbind" option is specified, we also build the RID and AD idmap
  backends, which allow sharing UIDs/GIDs across Unix machines.

* New package options have been added to the build: "mysql", "pgsql",
  and "xml" allow adding optional support for experimental passdb
  storage backends, and "winbind" allows for optionally building the
  winbindd daemon and associated plugins.

* Two new smb.conf options were added -- "passwd expand gecos" and
  "state directory".  The first describes whether "&" in the GECOS
  field of a passwd db entry is expanded to the login name.  The
  second describes the location where the persistent-state database
  files are stored.

* Luke Mewburn contributed code to allow nss_winbind.so to work properly
  on supported NetBSD systems.  The FreeBSD NSS winbind code should
  probably be replaced with a suitably tweaked version of the NetBSD
  code since the latter is much more complete in the functions that are
  provided, but I'll leave that to freebsd-pkg-people.

* Samba dumps all of its files into "lock directory", but some of them
  need to persist across reboots.  We make a distinction between these
  files and the temporary files that are re-created by the Samba
  daemons when they are restarted -- the former are now stored in a
  "state directory" and the latter are stored in the "lock directory".
  This is modeled after the Debian patch to Samba located in:

	packaging/Debian/debian-unstable/patches/fhs.patch

  The "lock directory" default has been moved to ${VARBASE}/run/samba
  to emphasize the temporary status of the files stored in that
  directory.

* Samba persists in using PAM_AUTHTOK_RECOVER_ERR, when there is almost
  universal agreement that PAM_AUTHTOK_RECOVERY_ERR is the right
  constant to use.  Even the Linux-PAM distribution ensures that
  PAM_AUTHTOK_RECOVERY_ERR is correctly defined.  To work around this,
  we define PAM_AUTHTOK_RECOVER_ERR appropriately in all the places
  where it is used.

* The configure script checks for OpenSSL's libcrypto.so by looking
  for the symbol "des_set_key".  However, libcrypto.so might not
  contain that symbol because the DES functions might come from a
  separate library, e.g. libdes.so.  In this case, the configure script
  will think that libcrypto.so is not available, when it actually may
  be.  Instead, look for EVP_des_cbc, which is always provided by
  libcrypto.so.

* Add some missing $(PASSDB_LIBS) references to the Makefile to fix
  compilation problems if the experimental passdb backends are statically
  compiled into the Samba suite programs.

* Fix compilation problems in sam/idmap_rid.c and sam/idmap_ad.c if the
  "rid" and "ad" idmap backends are statically compiled into winbindd.

Changes between version 3.0.14a and 3.0.20b include:

  o Reporting files as read-only instead of returning the correct error
    code of "access denied"
  o File system quota support defects
  o Crash bugs caused by incompatibilities on 64-bit systems.
  o User Manager interoperability problems.
  o Support for several new Win32 rpc pipes.
  o New 'net rpc service' tool for managing Win32 services.
  o Capability to set the owner on new files and directory based on the
    parent's ownership.
  o Experimental, asynchronous IO file serving support.
  o Support for Microsoft Print Migrator.
  o New Winbind IDmap plugin (ad) for retrieving uid and gid from AD
    servers which maintain the SFU user and group attributes.
  o Rewritten support for POSIX pathnames when utilizing the Linux CIFS
    fs client.
  o New asynchronous winbindd.
  o New Windows NT registry file I/O library.
  o New user right (SeTakeOwnershipPrivilege) added.
  o New "net share migrate" options.
2005-11-14 08:05:27 +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 Removed invalid "jdk13" from PKG_JVMS_ACCEPTED. 2005-11-04 19:00:19 +00:00
airportbasestationconfig Removed invalid "jdk13" from PKG_JVMS_ACCEPTED. 2005-11-04 19:00:19 +00:00
airportmodemutility Removed invalid "jdk13" from PKG_JVMS_ACCEPTED. 2005-11-04 19:00:19 +00:00
amule Update to aMule 2.0.3. 2005-09-05 10:45:19 +00:00
argus Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a 2005-07-15 20:14:02 +00:00
arla Removed trailing white-space. 2005-09-28 14:15:48 +00:00
arpd NOT_FOR_PLATFORM Interix. 2005-11-08 15:41:20 +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.16 - quote nwkey when given to ifconfig 2005-09-03 18:57:12 +00:00
awhois Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
balance Also treat __INTERIX as a *BSD for the purposes of this package. (Mainly 2005-11-08 15:50:03 +00:00
batchftp Use setpgid(), not setpgrp(), on Interix via -D. 2005-11-08 15:51:52 +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 Fixed wrong use of WRKSRC. Cleaned up the Makefile. Added an override 2005-11-04 19:36:01 +00:00
bind9 The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +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.13. Changes undocumented. 2005-09-27 19:24:14 +00:00
bittornado-gui Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
bittorrent Changes 4.0.4: 2005-09-30 14:05:38 +00:00
bittorrent-gui update to BitTorrent 4.0.3 2005-08-07 16:15:55 +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 Honor CFLAGS. This makes the package build on Darwin. 2005-08-27 20:27:32 +00:00
bpalogin Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bridged NOT_FOR_PLATFORM Interix. 2005-11-01 19:23:23 +00:00
btget Fix small bug in bittorrent message handling. 2005-09-05 23:41:13 +00:00
bug-buddy Update to 2.12.1: 2005-10-14 21:49:58 +00:00
cdpd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
cftp Include <sys/time.h> for fd_set. 2005-11-08 15:40:27 +00:00
chksniff Import chksniff from pkgsrc-wip. Packaged by Douwe Kiela. 2005-10-29 01:05:17 +00:00
choparp NOT_FOR_PLATFORM Interix. 2005-11-08 15:37:03 +00:00
chrony Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
cia This depends on libpcap, so say so. 2005-11-08 15:36:06 +00:00
cidr Change my email address. 2005-10-12 07:10:57 +00:00
cisco-mibs Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
citrix_ica Reset maintainer: river-styx dot org does not resolve. 2005-09-27 16:09:50 +00:00
cmu-dhcpd NOT_FOR_PLATFORM Interix. 2005-11-08 15:32:43 +00:00
connect Use real bind resolver on Interix. 2005-11-03 17:24:30 +00:00
corkscrew Add RMD160 digests. 2005-02-24 12:13:41 +00:00
ctorrent Include <sys/time.h> to get fd_set properly. 2005-11-07 21:32:27 +00:00
dante update to 1.1.17 2005-08-12 19:13:11 +00:00
dc_gui2 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
dctc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
ddclient Update to 3.6.6, provided by Geert Hendrickx in PR 30891: 2005-08-02 09:55:37 +00:00
delegate Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dgd Fixed wrong use of WRKSRC. 2005-11-03 22:35:53 +00:00
dhid Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dhisd Pull in libbind resolver on Interix. 2005-11-07 21:24:37 +00:00
dip NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +00:00
djbdns Remove legacy DJB_ERRNO_HACK (replaced with djbware-errno-hack option). 2005-10-05 05:46:54 +00:00
djbdns-run Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
dlint Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION. 2005-11-08 14:14:36 +00:00
dnsmasq Import dnsmasq from pkgsrc-wip. Packaged by pancake and updated by 2005-10-18 04:41:59 +00:00
dnstop Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dnstracer Force requiring IPv6 support. (--disable-ipv6 is nowhere near enough; 2005-11-03 17:19:47 +00:00
docsis Updated package docsis to 0.9.4 version. 2005-07-02 13:03:53 +00:00
driftnet Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
dtcp Remove supporting ruby16-base package. 2005-11-03 07:20:56 +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 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
edonkey2k Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
entropy Test sizeof(unsigned short) in the int types hackery. 2005-11-08 15:59:38 +00:00
etherape Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
ethereal Update for new patch-ab. 2005-11-01 20:28:56 +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 Reset maintainer, email to xs at nitric dot net bounced. 2005-09-23 20:06:25 +00:00
flan Removed jdk13 from the PKG_JVMS_ACCEPTED. 2005-11-04 19:38:26 +00:00
flodo kill USE_BUILTIN.libpcap where it doesn't serve any visible purpose 2005-07-13 17:51:50 +00:00
flow-tools Remove some more *LEGACY* settings that are over a month old and 2005-10-05 13:29:49 +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 Require option "inet6" for IPv6 capability. 2005-11-08 15:25:07 +00:00
freenet-tools Replaced $f with ${f} to fix a pkglint warning. 2005-10-23 21:45:57 +00:00
freeradius PLIST fixes pointed out by bulk builds 2005-09-22 16:13:17 +00:00
freewais-sf Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +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 NOT_FOR_PLATFORM Interix. 2005-11-08 14:10:40 +00:00
GeoIP According to the man page, geoiplookup has an option "-l". In reality 2005-10-22 21:50:58 +00:00
gethost Add RMD160 digests. 2005-02-24 12:13:41 +00:00
gftp Add patch from PR 30667 by Geert Hendrickx, fixing sftp. 2005-10-13 16:44:59 +00:00
gftp-gtk1 Add patch from PR 30667 by Geert Hendrickx, fixing sftp. 2005-10-13 16:44:59 +00:00
gift Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +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 the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gkrellm-ping Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gkrellm-snmp Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gkrellm-wireless Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +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 Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
gnet Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gnet1 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gnetcat Removed trailing white-space. 2005-05-23 08:26:03 +00:00
gnome-netstatus Add plural support for msgfmt. 2005-10-17 04:29:36 +00:00
gnome-vfs2-smb specify location of samba libs explicitely 2005-10-07 16:16:00 +00:00
gnugk Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gofish Fix CHECK_FILES installation. Patch from Emil Skoeldberg. 2005-11-11 21:14:50 +00:00
gopher Use "int" in place of socklen_t on Interix. 2005-11-08 14:07:11 +00:00
gtk-gnutella Changes 0.95.4: 2005-09-27 12:57:06 +00:00
gtk_wicontrol Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
hesiod Pull in libbind resolver on Interix. 2005-11-08 14:05:23 +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 Include devel/sysexits bl3. 2005-11-01 19:16:55 +00:00
hobbitmon Make this package build with rrdtool-1.2.x. 2005-09-17 21:31:26 +00:00
host Need libbind resolver on Interix. 2005-11-08 13:45:22 +00:00
howl The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +00:00
hping this uses libpcap, so include the buildlink file, 2005-07-13 14:18:22 +00:00
httptunnel Add RMD160 digests. 2005-02-24 12:13:41 +00:00
icsi-finger Use strerror(3) rather than sys_errlist on Interix. 2005-11-08 13:47:40 +00:00
iftop Removed trailing white-space. 2005-05-23 08:26:03 +00:00
IglooFTP Add patch for compiling with gcc-3.4.4, provided 2005-11-08 23:22:58 +00:00
ipa RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
ipcalc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
ipcheck Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
iperf Update iperf to 2.0.2. 2005-10-07 20:29:52 +00:00
ipgrab Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
iplog This needs libpcap, so say so. 2005-11-08 14:04:36 +00:00
ipv6calc So this package was broken because the author messed up autoconf @foo@. 2005-11-08 21:50:15 +00:00
ipw this needs -lnsl -lsocket on Solaris. 2005-07-31 13:32:27 +00:00
irrd this needs flex to build. 2005-07-31 13:30:49 +00:00
irrtoolset-nox11 make configure-option --enable-debug compile 2005-08-26 08:41:46 +00:00
ishell this needs -lnsl -lsocket on Solaris. 2005-07-31 13:32:27 +00:00
isic Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ispman Removed trailing white-space. 2005-09-28 14:15:48 +00:00
ja-samba The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +00:00
jftpgw RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
jigdo Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
jumpgate Build fixes for Interix (socklen_t; <sys/time.h> for fd_set). 2005-11-03 17:11:34 +00:00
jwhois Move jwhois to the package options framework. 2005-10-03 21:18:55 +00:00
kdenetwork3 Update to KDE 3.4.3 2005-10-13 12:48:33 +00:00
kftpgrabber qt-3.3.5 fix. 2005-10-08 10:55:05 +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 Removed empty line from PLIST. 2005-11-03 13:40:19 +00:00
lambdamoo-doc Removed empty line from PLIST. 2005-11-03 13:40:19 +00:00
latd NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +00:00
lft Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
lftp Revision bump after changing security/gnutls/buildlink3.mk 2005-09-06 15:28:09 +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 Changes 0.8.6: 2005-08-18 13:17:01 +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 Apply patch-aa to correct file. 2005-10-23 16:10:58 +00:00
libradius Use BSD_INSTALL_* to set permission and ownership correctly. 2005-09-08 18:01:29 +00:00
libsoup Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
libsoup-devel patch-aa has been applied upstream. 2005-11-01 19:10:21 +00:00
libsscript Don't try including <net/if.h> on Interix. 2005-11-07 21:42:22 +00:00
libtorrent Changes 0.7.5: 2005-10-24 08:41:11 +00:00
linc Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +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 Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
maradns Update to version 1.0.28 2005-05-13 13:25:55 +00:00
md-whois Using MASTER_SITE_DEBIAN instead of hard-coded URL. 2005-11-03 13:43:15 +00:00
mDNSResponder Fixed wrong use of WRKSRC. 2005-11-03 22:35:53 +00:00
mirror Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
mldonkey Update to 2.6.7: 2005-11-01 13:01:57 +00:00
mldonkey-gui lablgtk2 interface is stable with lablgtk2>=2.6.0, 2005-11-01 21:48:22 +00:00
mouse-pppoe NOT_FOR_PLATFORM Interix. 2005-11-07 21:33:37 +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 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +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
mydns-mysql Add missing includes (ssl, zlib). From Geert Hendrickx. 2005-11-05 12:24:35 +00:00
mydns-pgsql Add missing includes (ssl, zlib). From Geert Hendrickx. 2005-11-05 12:24:35 +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 Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +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 Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
nemesis Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
net-snmp fix a couple of broken #ifdefs, making this build on Solaris. 2005-10-18 04:48:51 +00:00
netatalk Fixed pkglint warnings. 2005-10-07 12:18:19 +00:00
netatalk1 Update netatalk1 package to 1.6.4a. 2005-06-05 23:40:56 +00:00
netbsd-tap Fixed pkglint warnings. 2005-10-07 12:16:17 +00:00
netcat Fixed a pkglint warning. 2005-10-07 12:16:52 +00:00
netdisco Removed empty line from PLIST. 2005-11-03 13:43:39 +00:00
netgroup NOT_FOR_PLATFORM Interix. 2005-11-03 17:00:38 +00:00
netname Add RMD160 digests. 2005-02-24 12:13:41 +00:00
netperf Remove old, unused patch checksum. 2005-10-20 18:11:56 +00:00
netpipes Pre-format the tbl in the faucet and hose man pages so they're properly 2005-11-07 02:48:50 +00:00
netsaint-base Removed trailing white-space. 2005-09-28 14:15:48 +00:00
netsaint-plugin-cluster Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
netsaint-plugin-snmp Reset maintainer: river-styx dot org does not resolve. 2005-09-27 16:09:50 +00:00
netsaint-plugins Reset maintainer: river-styx dot org does not resolve. 2005-09-27 16:09:50 +00:00
ngrep update to 1.44, which adds IPv6 support and some minor features 2005-07-13 14:22:20 +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
nload Import nload from pkgsrc-wip. Packaged by Bartosz Kuzma. 2005-11-13 08:31:05 +00:00
nmap Update to version 3.93 2005-09-15 14:12:18 +00:00
nmapfe Update to version 3.93 2005-09-15 14:12:18 +00:00
nocol Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
nprobe Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ns Define BIOCIMMEDIATE for Darwin. Patch from darwinports. 2005-09-08 17:20:17 +00:00
nsca Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
nsd Don't advertise RC script and forget it in the PLIST. Bump revision. 2005-11-06 16:36:48 +00:00
nslint Change my email address. 2005-10-12 07:10:57 +00:00
ntop Changes 3.2: 2005-10-26 15:43:08 +00:00
ntop1 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ntp4 Update nb6->nb7 for security fix: http://secunia.com/advisories/16602/ 2005-09-10 10:43:42 +00:00
oidentd Make this work (and build) under NetBSD 3.99.3 and newer. Mark package 2005-08-07 12:51:32 +00:00
oinkmaster Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
openafs Patch allows build on NetBSD 2.1, but it built on everything else, 2005-11-04 07:28:47 +00:00
openag Add RMD160 digests. 2005-02-24 12:13:41 +00:00
openh323 Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
openntpd The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +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 Add patch to fix a format string vulnerability in vmps_log(): 2005-11-03 20:06:41 +00:00
openvpn Security update to version 2.0.5. 2005-11-03 14:31:19 +00:00
ORBit fix config.h to include <alloca.h> if found (ORBIT_HAVE_ALLOCA_H was 2005-08-18 05:46:16 +00:00
ORBit2 Add commented out TEST_TARGET, but the test fails: 2005-11-13 10:23:26 +00:00
overnet Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
p5-DNS-ZoneParse Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Geo-IP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-INET6 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-IO-Interface Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-IO-Socket-Multicast Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-IP-Country Initial version of the IP::Country perl module. 2005-10-16 17:48:02 +00:00
p5-ispman Fixed wrong use of WRKSRC. 2005-11-03 23:12:43 +00:00
p5-Net HOMEPAGE was outdated. 2005-10-17 22:18:02 +00:00
p5-Net-Bind Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-CIDR-Lite Updated to version 0.18. 2005-10-16 08:20:26 +00:00
p5-Net-Daemon Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Dev-MIBLoadOrder Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-DNS Fix build on OS X with BIND9 system resolver by defining BIND_8_COMPAT. 2005-09-17 20:58:59 +00:00
p5-Net-DNSServer Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Gnats Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Google Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Ident Initial version of the Net::Ident perl module. 2005-10-16 17:42:46 +00:00
p5-Net-IP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-IPv4Addr Net::IPv4Addr provides functions for parsing IPv4 addresses both 2005-08-13 07:56:40 +00:00
p5-Net-IPv6Addr Net::IPv6Addr provides functions for parsing IPv6 addresses in all 2005-08-13 08:05:43 +00:00
p5-Net-IRC Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Packet This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON. 2005-11-05 19:37:54 +00:00
p5-Net-Pcap Fix typo in HOMEPAGE 2005-10-11 19:39:25 +00:00
p5-Net-RawIP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Server Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-SNMP Updated p5-Net-SNMP to 5.2.0 2005-11-07 13:31:06 +00:00
p5-Net-Telnet Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Telnet-Cisco Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-TFTP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-XWhois Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-Z3950 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-NetAddr-IP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-NetPacket Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Nmap-Parser Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-POE-Component-Client-DNS Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-POE-Component-Client-Ident Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-POE-Component-SNMP This module is an event-driven SNMP interface for POE. 2005-11-07 11:30:34 +00:00
p5-RADIUS Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SNMP-Info Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SNMP-MIB-Compiler Correct path to the .packlist so that binary packages actually will 2005-10-15 00:12:10 +00:00
p5-SNMP_Session Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SOAP-Lite Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Socket6 Update to 0.19 2005-10-11 19:59:25 +00:00
p5-Wais Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
packit allow this to build against pkgsrc libpcap 2005-07-13 14:19:38 +00:00
partysip use the BIND4 (?) nameserver interface rather than the new one; 2005-09-16 15:24:23 +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 Update to 0.15.0 2005-09-26 21:46:27 +00:00
pfnet Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +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-xmlrpc Add package for PHP XML-RPC extension (both PHP4 and PHP5) 2005-10-08 15:59: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 Update polsms to version 2.0.3 2005-07-15 16:02:30 +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 Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
pppd Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pptp NOT_FOR_PLATFORM Interix. 2005-11-07 21:46:25 +00:00
proftpd Use the official utmpx patch. No functional change. 2005-11-04 12:36:16 +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 Don't enable privsep on Interix, which has no SCM_RIGHTS support. 2005-11-03 16:59:47 +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-libdnet add pkg for the Python binding of libdnet (part of the libdnet 2005-08-10 13:52:52 +00:00
py-libpcap Using MASTER_SITE_SOURCEFORGE instead of hard-coded URL. 2005-11-03 13:44:27 +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 the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +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 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
py-twisted-docs Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +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 Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
ra-rtsp-proxy Use package source install framework to handle the startup script. 2005-08-09 22:30:13 +00:00
radiusd-cistron The sources assume <malloc.h> exists. Create a fake one for platforms 2005-07-19 04:25:43 +00:00
rdesktop Don't declare errno, errno.h does so already. This will be in the next 2005-10-10 20:23:05 +00:00
rdist6 switch statvfs() check to __NetBSD_Version__ < 299000900, so we can build 2005-09-03 21:21:57 +00:00
rinetd Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
ripe-whois Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
ripe-whois-tools Change my email address. 2005-10-12 07:10:57 +00:00
rootprobe NOT_FOR_PLATFORM Interix. 2005-11-02 15:34:31 +00:00
rp-l2tp Use += in previous. 2005-11-08 16:58:17 +00:00
rp-pppoe NOT_FOR_PLATFORM Interix. 2005-11-08 16:57:40 +00:00
rsync Change the location of rsync server configuration file to 2005-10-20 17:28:32 +00:00
rtorrent Changes 0.3.5: 2005-10-24 08:41:59 +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
samba Update net/samba to 3.0.20.2 from samba-3.0.20b. Recommended patches 2005-11-14 08:05:27 +00:00
scamper Require IPv6 support via the options framework. 2005-11-02 15:32:38 +00:00
scapy add scapy-1.0.0, a Python shell for network packet construction, injection 2005-08-10 13:54:58 +00:00
scdp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scli There's no need to pass so much stuff to configure these days. 2005-10-12 07:21:40 +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 NOT_FOR_PLATFORM Interix. 2005-11-07 21:46:25 +00:00
sipcalc Update to version 1.1.3 2005-11-07 22:00:45 +00:00
sipsak import sipsak-0.9.1, a commandline SIP tester, based on the work of 2005-08-11 17:58:33 +00:00
sitescooper Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
skype Update net/skype to 1.2.0.18 (from 1.2.0.11) 2005-11-02 20:11:47 +00:00
slurm Update MASTER_SITES. Noted by Zafer Aydogan in PR pkg/31424. 2005-09-30 04:56:27 +00:00
smokeping Upgrade from smokeping 1.3.x to 2.0.4 2005-10-28 21:43:18 +00:00
sniffit Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
snort Update to snort 2.4.3 2005-10-18 15:15:04 +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
snort-rules Update to v2.4 of the snort Community Rules 2005-10-14 15:05:53 +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 "LICENSE=no-commercial-use". Socks4 has a standard MIT/BSD style 2005-10-06 21:18:24 +00:00
socks5 Replaced $f with ${f} to fix a pkglint warning. 2005-10-23 21:45:57 +00:00
soup Don't define alloca on DragonFly, it conflicts with stdlib.h. 2005-10-10 20:25:07 +00:00
speedtouch The file sbin/pppoa3 is not built unless pthreads and semaphores are 2005-06-18 11:29:10 +00:00
spegla Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 08:10:57 +00:00
spread Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +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 Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +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 This requires libpcap; include its bl3. 2005-11-01 18:38:19 +00:00
tcpdpriv Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tcpdstat NOT_FOR_PLATFORM Interix. 2005-11-01 18:45:32 +00:00
tcpdump Apply patch-aa to correct file. 2005-10-23 16:10:58 +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 Add .include "../../x11/tk83/buildlink3.mk" to fix build problem. 2005-08-17 15:02:49 +00:00
tcpreplay Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcpslice Change my email address. 2005-10-12 07:10:57 +00:00
tcptrace Changes 6.6.2: 2005-08-26 08:32:13 +00:00
tcptraceroute Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tightvnc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +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 Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
tnftpd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tor Changes in version 0.1.0.15 - 2005-09-23 2005-09-27 19:53:41 +00:00
torrentutils Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
totd Fix PKG_OPTIONS_VAR in previous. 2005-11-03 16:55:46 +00:00
traceroute-as Add RMD160 digests. 2005-02-24 12:13:41 +00:00
trafshow This depends on at least 0.7b version of libpcap. 2005-10-11 17:02:50 +00:00
trickle "Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is 2005-09-16 14:46:42 +00:00
tsclient Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
tsocks -update to 1.8beta5 (the last release existing, from 2002) 2005-08-04 10:22:21 +00:00
tspc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ttt update to 1.8.1 (no functional differences, just some fixes to 2005-10-25 17:21:47 +00:00
ucarp Add missing files to PLIST. Set USE_PKGLOCALEDIR. 2005-07-26 10:47:19 +00:00
ucspi-tcp Give these hacks a meaningful name ("arm-gcc2-optimizer"). 2005-09-02 01:40:20 +00:00
udptunnel Not everything has YP. Make it autoconf-conditional. 2005-11-02 15:08:44 +00:00
unison Do not generate INSTALL at post-install stage: unison requires a preference 2005-10-27 12:54:06 +00:00
unison-devel Do not install INSTALL file, as it's generation fails if unison cannot find or 2005-10-27 12:56:24 +00:00
upclient Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
userppp update for patch-ab 2005-09-04 20:13:06 +00:00
vcheck Vcheck master site and homepage had fallen off the net. 2005-10-14 21:47:58 +00:00
vde Initial import of vde 1.5.9. 2005-07-11 03:23:29 +00:00
vino Changes 2.12.0: 2005-09-07 08:36:40 +00:00
vnc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
vncviewer Make this work on Solaris, which has no ComplexProgramTargetNoMan() 2005-07-13 13:47:57 +00:00
vpnc NOT_FOR_PLATFORM Interix. 2005-11-01 03:40:34 +00:00
vsftpd The real user name in PKG_USERS does not need to be escaped with double 2005-08-23 11:48:47 +00:00
vtun Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wakeup Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
wap-utils Include devel/gettext-lib/buildlink3.mk so that the package does 2005-10-28 22:01:47 +00:00
waste Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wget Changes 1.10.2: 2005-10-14 10:12:12 +00:00
whatmask Include devel/sysexits bl3. 2005-11-01 18:31:16 +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 NOT_FOR_PLATFORM Interix. 2005-11-01 03:40:34 +00:00
wistumbler2 Add patch that should fix build on amd64. 2005-05-31 12:31:59 +00:00
wistumbler2-gtk Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
wminet NOT_FOR_PLATFORM Interix. 2005-11-08 16:45:47 +00:00
wmnet Add RMD160 digests. 2005-02-24 12:13:41 +00:00
wmpload Comment out unavailable HOMEPAGE, and set MASTER_SITES 2005-10-22 03:47:36 +00:00
wol Add one missing locale file. 2005-08-20 19:23:17 +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 Use waitpid() instead of wait3() with null rusage. (waitpid is more portable) 2005-11-08 04:01:24 +00:00
xfce4-wavelan-plugin Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. 2005-11-09 07:09:04 +00:00
xipdump Update MASTERSITE and HOMEPAGE 2005-10-16 12:58:37 +00:00
xmftp Update HOMEPAGE and MASTER_SITES, closing PR 31820 2005-10-22 03:49:49 +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 Fix last commit - really pull in the kerberos buildlink file 2005-09-23 16:27: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 Catch up distinfo for removal of patch-aa on last upgrade. 2005-08-24 14:22:30 +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 Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
Makefile Add nload. 2005-11-13 08:33:25 +00:00