summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23update to pvm-3.4.3. This is a bug fix release. Changes are given in eachdmcmahill37-610/+148
of the individual source files making a summary difficult. Of note though is they have incorporated quite a number of the patches from our 3.4.2 package hence the removal of 22 (!) patches.
2000-08-23-let the depends on netpbm pull in the tiff depends.dmcmahill1-3/+2
-don't override PKGSRCDIR, this is leftover from a long time ago. The pkg now cleanly builds and installs when WRKOBJDIR is set.
2000-08-23update the depends on py-dtml to match what we have in pkgsrcdmcmahill1-2/+2
2000-08-23Update bluefish to 0.5. Changes from version 0.4:jlam6-42/+84
* new very powerful custom menu, extending both HTML, PHP and other serverside coding * much more configuration, and better configuration dialogs * easily open recently used files * better handling of file opening and closing * more efficient code * fixed some bugs * auto-indenting * spell check * multibyte character support * internal preview mode (experimental) * XHTML support
2000-08-23Add itojun's patch for IPv6 supportjlam6-9/+117
2000-08-23Fix MASTER_SITES for SunOS 4.61 version (archive.netscape.com)abs1-5/+7
2000-08-23Fix PLIST to include bin/nslookup -- thanks to hubert's new leftover listrh3-5/+9
for finding this. Update bind to 9.0.0rc4. Changes and fixes are: * "host" did not use the search list. * Treat undefined acls as errors, rather than warning and then later throwing an assertion. * SIG(0) signing and verifying was done incorrectly. * When reloading the server with a config file containing a syntax error, it could catch an assertion failure trying to perform zone maintenance on, or sending notifies from, tentatively created zones whose views were never fully configured and lacked an address database and request manager. * "dig" sometimes caught an assertion failure when using TSIG, depending on the key length. * Many debugging messages were partially formatted even when debugging was turned off, causing a significant decrease in query performance. * There is now a man page for "nsupdate" * nslookup printed incorrect RR type mnemonics for RRs of type >= 21 * Attempting to send a reqeust over IPv6 using dns_request_create() on a system without IPv6 support caused an assertion failure [RT #235]. * Missing strdup() of ACL name caused random ACL matching failures [RT #228]. * nsupdate was incorrectly limiting TTLs to 65535 instead of 2147483647. * When writing a master file, print the SOA and NS records (and their SIGs) before other records. * named -u failed on many Linux systems where the libc provided kernel headers do not match the current kernel. * nsupdate didn't work with IPv6.
2000-08-23Add gnocatan.veego1-1/+2
2000-08-23The maintainer forgot to run autoconf before he made the tar file, so theveego2-0/+16
VERSION in the configure script is 0.5.6 instead of 0.6.0.
2000-08-23Gnocatan is an Internet playable implementation of the Settlers ofveego5-0/+92
Catan board game.
2000-08-22Use LTCONFIG_OVERRIDE and remove libtool part of patch.skrll3-32/+8
2000-08-22Use LTCONFIG_OVERRIDE and remove the libtool part of a patch.skrll4-50/+13
2000-08-22don't pass ${ARCH} to ${CC} as its not a valid flag. Fixes recently noteddmcmahill2-11/+14
compile problems.
2000-08-22include missing sys/types.h header. This fixes recently noted compile problemsdmcmahill2-1/+14
on 1.4.x systems.
2000-08-22add missing DEPENDS.dmcmahill1-1/+2
2000-08-22- add patch to allow the program to build on pre-1.5 systemsdmcmahill3-1/+30
- make sure the library search path is in the correct order.
2000-08-22change <sys/bswap.h> to <machine/bswap.h> so it works on 1.4.x systems.dmcmahill4-10/+10
2000-08-22Added three patches to deal with a potential deadlock situation, which maywennmach4-1/+365
arise when writing back data from a vnode failed because the ticket expired in the meantime. From arla-current, thanks to Assar Westerlund and Love.
2000-08-22Do not bail out if host returns an empty string or does not work.wennmach1-3/+8
This way to obtain the fully qualified domain name of the machine only generates warnings.
2000-08-22Make this package build on big-endian systems that don't run Linux. Problemad4-1/+238
pointed out by dmcmahill.
2000-08-22do not list ELF shared lib links in PLIST.dmcmahill1-4/+1
2000-08-22patch-adjoda1-1/+2
2000-08-22use local buffer in fnid instead of allocating lots of memoryjoda1-0/+13
2000-08-22include missing header file. fixes recently noted compile problems.dmcmahill2-1/+12
2000-08-22add missing DEPENDSdmcmahill1-1/+3
2000-08-22Update to 1.4.2. Changes since 1.4.1:mjl2-4/+4
slang.c: Under certain conditions, the continue statement was not properly handled in do..while statements. src/test/loops.sl added for testing. slparse.c: avoid potential (rare?) infinite loop when slang error occurs slsmg.c: When SLsmg_init_smg is called, mark the display as trashed. It is now possible to add intrinsics to their own namespace via new SLns_add* functions. Moreover, the import function now takes an optional additional argument that specifies a namespace. New namespace intrinsics: use_namespace, current_namespace Changed inner-product algorithm to minimize the number of cache misses. sldisply.c: Kanji specific patch sldisply.c: Assume that Eterm and rxvt are xterm-like sldostty.c: mouse support added slsearch.c: avoid infinite loop if search string has no length. slregexp.c: regexp \d+ was not working properly keyhash.c: typos involving USER_BLOCK keywords corrected. New intrinsic variable: _slang_doc_dir. This specifies the installation location of the doc files. Make sure it can compile with SLTT_HAS_NON_BCE_SUPPORT set to 0.
2000-08-22include missing header file. fixes recently noted compile problems on ↵dmcmahill2-7/+7
1.4.2/sparc.
2000-08-22Remove obsolete ns-plugger package.rh8-129/+0
2000-08-22Remove obsolete ns-plugger packagerh1-2/+4
Add and enable ns-plugger-{common,communicator,navigator} packages
2000-08-22Initial import of ns-plugger-navigator-3.2, the netscape navigator specificrh3-0/+16
parts of plugger.
2000-08-22Initial import of ns-plugger-communicator-3.2, the netscape communicatorrh3-0/+16
specific parts of plugger.
2000-08-22Initial import of ns-plugger-common-3.2, the common part of the splitup ofrh8-0/+143
the plugger package.
2000-08-22add RCS Idwiz2-2/+4
2000-08-22depend on suse-linux>=6.3 instead of -6.3 (we are at 6.3nb1 right now)wiz1-2/+2
2000-08-22Update plan to 1.8.4. Changes include various bug fixes and the followingrh8-62/+84
new features: * Changed configure script, Makefile, and manpages * another configure preset for SuSE Linux * new SysV alarm signals that prod the X timer events that write modified data, as a workaround for broken * netplan now listens on two ports (unless overriden in /etc/services): 5444 for backwards compatibility, and 2983, the new IANA-registered port. * "user" lines in netplan ACLs now accept "user@host" arguments * the "another plan window is running, kill/continue" popup now blocks until answered. * OpenMotif support (XFree 4.0.1, OpenMotif 2.1.30) * new options -N, -c, and -h to control more options when adding entries from the command line
2000-08-22add man/man6/omega.6wiz1-1/+2
2000-08-22sort, add man/man1/ocpp.1wiz1-42/+43
2000-08-22add bin/ocamloptwiz1-5/+6
2000-08-22sortwiz1-198/+198
2000-08-22Update ruby,ruby-Tk to 1.4.6sakamoto4-9/+9
minor bugfix ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-08-21Correctly note dependency on tcl.jwise1-1/+3
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf36-75/+75
appropriate.
2000-08-21Update to 4.17.1. Changes:hubertf4-27/+9
!!! We already had the security-related changes in pkgsrc !!! * Security Focus found a security bug with display name passing "%d" as the * display name. Thanks to Jeremy Buhler <jbuhler@cs.washington.edu> for * the xlockmore patch. * Environment configuration (--disable-interactive) logic was corrected * (default was ok but you had to --enable-interactive to disable) thanks * to Tom Schmidt <tschmidt@micron.com>. * Man page changes.
2000-08-21Be paranoid, install the savedir mode 770 to prevent dishonest playerspooka2-6/+13
from tampering with their savegames.
2000-08-21add help/disconnecthubertf1-1/+2
2000-08-21Add and enable tcldomjwise1-1/+2
2000-08-21Initial import of TclDOM-1.6, a DOM implementation for use with TclXML orjwise5-0/+41
TclExpat.
2000-08-21Add and enable tclxml.jwise1-1/+2
2000-08-21Initial import of TclXML-1.2, an XML parser implemented entirely in Tcl.jwise5-0/+38
Later today, I will be importing TclExpat, which implements an identical API, but uses James Clark's expat package (implemented in C) for XML parsing.
2000-08-21Update to rsync 2.4.5:veego2-6/+6
This version includes the following changes: - added support for 0.0.0.0/0 syntax in hosts allow/deny to mean "all hosts" - fixed crash bug with --backup-dir - fixed hang on exit due to race in waitpid and io_flush - added "ignore nonreadable" option