summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-11-16Change the output of the 'install-depends' target so it fitshubertf1-6/+6
in 80 columns: before: ===> mozilla-0.m18nb1 depends on installed package: gtk+>=1.2.8 - gtk+-1.2.8 found ===> mozilla-0.m18nb1 depends on installed package: ORBit>=0.5.1 - ORBit-0.5.3nb1 found ===> mozilla-0.m18nb1 depends on installed package: jpeg-6b - jpeg-6b found ===> mozilla-0.m18nb1 depends on installed package: png>=1.0.6 - png-1.0.8 found ===> mozilla-0.m18nb1 depends on file: /usr/pkg/bin/perl - found ===> mozilla-0.m18nb1 depends on executable: autoconf - /usr/pkg/bin/autoconf found ===> mozilla-0.m18nb1 depends on executable: zip - /usr/pkg/bin/zip found ===> mozilla-0.m18nb1 depends on executable: gmake - /usr/pkg/bin/gmake found after: ===> Required installed package gtk+>=1.2.8: gtk+-1.2.8 found ===> Required installed package ORBit>=0.5.1: ORBit-0.5.3nb1 found ===> Required installed package jpeg-6b: jpeg-6b found ===> Required installed package png>=1.0.6: png-1.0.8 found ===> Required file /usr/pkg/bin/perl: found ===> Required executable autoconf: /usr/pkg/bin/autoconf found ===> Required executable zip: /usr/pkg/bin/zip found ===> Required executable gmake: /usr/pkg/bin/gmake found
2000-11-16Seems that Python was upgraded to 2.0 so I guess this needs to be modified.darcy1-4/+4
I changed the dependencies and directories accordingly.
2000-11-16Upgrade to version 3.1.darcy4-8/+9
This release fixes a few bugs, adds a few minor features and makes a few speedups in the code. Important changes from PyGreSQL 3.0 to PyGreSQL 3.1 - Fix some quoting functions. In particular handle NULLs better. - Use a method to add primary key information rather than direct manipulation of the class structures. - Break decimal out in _quote (in pg.py) and treat it as float. - Treat timestamp like date for quoting purposes. - Remove a redundant SELECT from the get method speeding it, and insert since it calls get, up a little. - Add test for BOOL type in typecast method to pgdbTypeCache class. (tv@beamnet.de) - Fix pgdb.py to send port as integer to lower level function (dildog@l0pht.com) - Change pg.py to speed up some operations - Allow updates on tables with no primary keys.
2000-11-16use tabs instead of spaces; remove trailing dot in COMMENTwiz2-11/+10
2000-11-16remove trailing whitespacewiz1-2/+2
2000-11-16Correct info file handling.wiz3-1/+21
2000-11-16add HOMEPAGEwiz2-2/+4
2000-11-16note empty VARIABLE explicitlywiz1-2/+2
2000-11-16Fix dependency line.wiz1-2/+2
2000-11-16$() -> ${}wiz1-2/+2
2000-11-16Update to 1.32. Changes are mainly bugfixes (see the installed CHANGES.TXT).wiz7-57/+65
Package change: DGA detection, instead of hardcoding on i386.
2000-11-15fix a bug when plotting single points. ie, commands like:dmcmahill3-10/+30
;PU;PA 50,200;PD;PU; this now actually puts a single dot at 50,200 many thanks to the programs author, Dr. Martin Kroeker <mk@daveg.com> for supplying the patch.
2000-11-15Patch provided by Todd Sabin in private e-mail to fix problems withtron2-1/+24
version 2000 of the UW IMAP software.
2000-11-15Update "fetcmailconf" package to version 5.5.6 to sync with "fetchmail"tron2-6/+3
package.
2000-11-15Fix incorrect dependence line.tron1-2/+2
2000-11-15Update to 0.93. Changes are mainly bugfixes.wiz2-4/+4
2000-11-15This package makes only sense for NetBSD 1.4 and its update releases.tron1-1/+3
2000-11-15Install documentation.wiz2-2/+6
2000-11-15Update lame to 3.87; retire lame-gui package, use LAME_USE_GTK variablewiz18-136/+123
instead; install more documentation. Lame isn't any longer a patch against the ISO source, but stand-alone. Other changes: MP3 decoding support, ID3V2 support, vorbis support (not compiled in right now), MPEG2.5 support; lots of bugfixes and speedups (for details, see installed history.html).
2000-11-15Ensure first head1 line is 'NAME' to pacify older perl pod2manabs2-7/+9
Update to 1.2
2000-11-15Temporary hack to shut up gcc 2.95.2 vs. a missing cast (0 is not a validmartin2-1/+19
function/method pointer without the right cast). This makes mozilla compile on sparc64 (but it's not working yet).
2000-11-15link against libtermcap, needed for 1.4 systems.hubertf1-2/+2
2000-11-15Remove libsane.so, so this works correctly on a.out.mycroft1-2/+1
2000-11-14Update to 1.1.1: Major changes include handlers for format stringwiz3-8/+9
attacks and fewer false positives.
2000-11-14use USE_LIBINTL instead of explicit dependance on gettext pkg - the packagejdolecek2-4/+4
seem to work ok with gettext/libintl which is in -current tree
2000-11-14add converters/ishitojun1-1/+2
2000-11-14ish, binary-to-text converter with error correctionitojun5-0/+34
(pkg/* are taken from FreeBSD ports)
2000-11-14upgrade to 1.3.14 + IPv6 patch. apache side fixed security hole betweenitojun4-16/+68
1.3.12 -> 1.3.14.
2000-11-14Add -B option to lintpkgsrc, to display broken packages.abs3-22/+46
Update to 2.30
2000-11-14Swap tcl version in DEPENDS and BROKEN message, now passes lintpkgsrcabs1-3/+3
-BROKEN= This package has not yet been updated to work with tcl-8.3.2. +BROKEN= This package has not yet been updated to work past tcl-8.0.5. -DEPENDS+= tcl-8.0.5:../../lang/tcl +DEPENDS+= tcl-8.3.2:../../lang/tcl
2000-11-14sysutils not systoolsabs1-2/+2
2000-11-14add and enable ng-spicedmcmahill1-1/+2
2000-11-14add conflict with ng-spicedmcmahill1-1/+3
2000-11-14initial import of ng-spice-13.dmcmahill11-0/+265
NG-SPICE is the program being developed as the replacement for Berkeley SPICE. Using the Berkeley code as a starting point, the NG-SPICE team is working on improving the build system, adding to the models, and improving the analysis capability. SPICE is a general-purpose circuit simulation program for nonlinear dc, nonlinear transient, and linear ac analyses. Circuits may contain resistors, capacitors, inductors, mutual inductors, independent voltage and current sources, four types of dependent sources, lossless and lossy transmission lines (two separate implementations), switches, uniform distributed RC lines, and the five most common semiconductor devices: diodes, BJTs, JFETs, MESFETs, and MOSFETs.
2000-11-14Take packlist from Text/Template, not IMAP/Admin!rh1-2/+2
2000-11-14Update fetchmail to 5.5.6.frueauf2-4/+4
fetchmail-5.5.5 (Sat Nov 11 14:22:24 EST 2000), 19563 lines: * Chip Salzenberg's patch to prevent wildcards in Common Names from causing spurious error messages (resolved Debian bug #75011). * Added --showdots option by Thomas Jarosch <tomj@gmx.de>. * Added --principal option from R. Lindsay Todd" <toddr@rpi.edu>. * Spanish-language update from Javier Kohen. * Nalin Dahyabai's fix to handle untagged responses during imap-gss authentication. * Koyama Mituru's patch for improved spam handling under qmail; checks for a 553 reponse to RCPT TO. * Added FAQ item F5 of %h and %p interpolation from Matthias Andree.
2000-11-14Upgrade to PTL-2.1.7msaitoh2-5/+5
Changes: * fixed: priority queue, used in condition variable, mutex and join, might corrupt if multiple threads of different priority are blocking on the same queue. * fixed: fopen() and fdopen() do not unlock the mutex for the stdio.
2000-11-14Actually, the specially supported CPUs are recognized automatically...wiz1-11/+1
Remove the checks again.
2000-11-14Add USE_XPM and a dependancy on freetype-lib.briggs1-1/+3
2000-11-13Update to v0.5.0, requested by Jorge Acereda <al004046@alumail.uji.es>hubertf6-173/+201
User-visible changes between 0.4.0 and 0.5.0: Changes in behaviour: There are now two engines: the fast engine (gforth-fast) is at least as fast as gforth in earlier releases; the debugging engine (gforth) supports precise backtracing for signals (e.g., illegal memory access), but is slower by a factor of 1-2. Block files now start at block 0 by default (instead of block 1). If you have block files around, prepend 1024 bytes to convert them, or do a "1 OFFSET !" to establish the old behaviour. Gforth now does not translate newlines to LFs on reading. Instead, READ-LINE now interprets LF, CR, and CRLF as newlines. Newlines on output are in the OSs favourite format. SEE now disassembles primitives (or hex-DUMPs the code if no disassembler is available). >HEAD (aka >NAME) now returns 0 (instead of the nt of ???) on failure. Syntax of prim changed: stack effects are now surrounded by parentheses, tabs are insignificant. Operating environment: Gforth now produces a backtrace when catching an exception. On platforms supporting the Unix 98 SA_SIGINFO semantics, you get more precise error reports for SIGSEGV and SIGFPE (e.g., "stack underflow" instead of "Invalid memory address"). Gforth now produces exit code 1 if there is an error (i.e., an uncaught THROW) in batch processing. You can use "gforthmi --application ..." to build an image that processes the whole command-line when invoked directly (instead of through gforth -i). Ports: AIX. 20% speedup on 604e under powerpc-unknown-linux-gnu, 19%-29% speedup on Celeron with gcc-2.95. New words: Missing ANS Forth words: EKEY EKEY? EKEY>CHAR Timing words: CPUTIME UTIME Vector arithmetic: V* FAXPY FP comparison: F~ABS F~REL Deferred words: <IS> [IS] Nested number output: <<# #>> Exception handling: TRY RECOVER ENDTRY Directory handling: OPEN-DIR READ-DIR CLOSE-DIR FILENAME-MATCH Other: ]L PUSH-ORDER Miscellaneous: Significant extensions to the manual (added an introduction, among other things), many of them due to a new team member: Neal Crook. Added assemblers and disassemblers for 386, Alpha, MIPS (thanks to contributions by Andrew McKewan, Bernd Thallner, and Christian Pirker). Contributions of assemblers and disassemblers for other architectures are welcome.
2000-11-13Setting CC in CONFIGURE_ENV doesn't work as it will be overwrittentoshii1-3/+2
by the configure. Instead, set LDFLAGS so that unproven-pthreads can be found before pth. Fixes pr #11418.
2000-11-13Fix build on ELF sparc systems but testing on __ELF__ or SVR4, not just SVR4abs8-32/+60
2000-11-13Update to vnc-3.3.3.2abs7-20/+21
Changes since 3.3.3.1: vncconnect New helper program for Xvnc, which causes it to make reverse connections to a listening VNC viewer. This is similar to WinVNC's "Add New Client" / -connect feature. Xvnc New option -inetd incorporating Andre Moreira's iXvnc functionality. Fix to hextile encoding, thanks to Michael A. Fetterman - this may be the cause of the "0 bpp problem". New connect out feature by using the vncconnect command. Fix some non-ascii capitalisation issues, thanks to Vlad Harchev. Fix bounding box calculation for arcs. Other minor bug fixes. vncserver Sets DISPLAY to use unix domain socket if possible (:dpynum rather than host:dpynum). Option -kill should now work if you give it $DISPLAY as an argument. vncviewer Fix Xaw string copy bug, thanks to Tim Waugh - this fixes the problems with the password dialog with recent versions of linux
2000-11-13upgrade to 9.0.1 from ISC.itojun3-18/+19
--- 9.0.1 released --- 547. [bug] dnssafe doesn't correctly handle RSA keys longer than 2000 bits. Disable support for long keys. --- 9.0.1rc2 released --- 527. [bug] When a hint zone was configured, the spurious warning messages "Hint zones do not have a forward field" and "Hint zones do not have a forwarders field" were printed. [RT #439] --- 9.0.1rc1 released --- 526. [bug] nsupdate incorrectly refused to add RRs with a TTL of 0. 523. [doc] The source to the Administrator Reference Manual is now an XML file using the DocBook DTD, and is included in the distribution. The plain text version of the ARM is temporarily unavailable while we figure out how to generate readable plain text from the XML. 520. [bug] Upgraded libtool to 1.3.5, which makes shared library builds almost work on AIX (and possibly others). 519. [bug] dns_name_split() would improperly split some bitstring labels, zeroing a few of the least signficant bits in the prefix part. When such an improperly created prefix was returned to the RBT database, the bogus label was dutifully stored, corrupting the tree. [RT #369] 518. [bug] The resolver did not realize that a DNAME which was "the answer" to the client's query was "the answer", and such queries would fail. [RT #399] 517. [bug] The resolver's DNAME code would trigger an assertion if there was more than one DNAME in the chain. [RT #399] 516. [bug] Cache lookups which had a NULL node pointer, e.g. those by dns_view_find(), and which would match a DNAME, would trigger an INSIST(!search.need_cleanup) assertion. [RT #399] 515. [bug] The ssu table was not being attached / detached by dns_zone_[sg]etssutable. [RT#397] 511. [bug] The message code could throw an assertion on an out of memory failure. [RT #392] 510. [bug] Remove spurious view notify warning. [RT #376] 505. [bug] nsupdate was printing "unknown result code". [RT #373] 502. [func] On a SERVFAIL reply, DiG will now try the next server in the list, unless the +fail option is specified. 501. [bug] Incorrect port numbers were being displayed by nslookup. [RT #352] 500. [func] Nearly useless +details option removed from DiG. 499. [func] In DiG, specifying a class with -c or type with -t changes command-line parsing so that classes and types are only recognized if following -c or -t. This allows hosts with the same name as a class or type to be looked up. 498. [doc] There is now a man page for "dig" in doc/man/bin/dig.1. 495. [bug] nsupdate was unable to handle large records. [RT #368] 491. [bug] nsupdate would segfault when sending certain prerequisites with empty RDATA. [RT #356] 488. [bug] Locks weren't properly destroyed in some cases. 486. [bug] nslookup: "set all" and "server" commands showed the incorrect port number if a port other than 53 was specified. [RT #352] 485. [func] When dig had more than one server to query, it would send all of the messages at the same time. Add rate limiting of the transmitted messages. 483. [bug] nslookup: "set all" showed a "search" option but it was not settable. 482. [bug] nslookup: a plain "server" or "lserver" should be treated as a lookup. 481. [bug] nslookup:get_next_command() stack size could exceed per thread limit. 480. [bug] strtok() is not thread safe. [RT #349] 476. [bug] A zone could expire while a zone transfer was in progress triggering a INSIST failure. [RT #329] 475. [bug] query_getzonedb() sometimes returned a non-null version on failure. This caused assertion failures when generating query responses where names subject to additional section processing pointed to a zone to which access had been denied by means of the allow-query option. [RT #336] 474. [bug] The mnemonic of the CHAOS class is CH according to RFC1035, but it was printed and read only as CHAOS. We now accept both forms as input, and print it as CH. [RT #305] 473. [bug] nsupdate overran the end of the list of name servers when no servers could be reached, typically causing it to print the error message "dns_request_create: not implemented". 472. [bug] Off-by-one error caused isc_time_add() to sometimes produce invalid time values. 471. [bug] nsupdate didn't compile on HP/UX 10.20 463. [bug] nsupdate sent malformed SOA queries to the second and subsequent name servers in resolv.conf if the query sent to the first one failed. 459. [bug] Nslookup processed the "set" command incorrectly. 458. [bug] Nslookup didn't properly check class and type values. [RT #305] 457. [bug] Dig/host/hslookup didn't properly handle connect timeouts in certain situations, causing an unnecessary warning message to be printed. 447. [bug] Dig didn't properly retry in TCP mode after a truncated reply. [RT #277] 403. [bug] "host" did not use the search list. 395. [bug] nslookup printed incorrect RR type mnemonics for RRs of type >= 21 [RT #237]. 388. [func] dig and host can now do reverse ipv6 lookups. 387. [func] Add dns_byaddr_createptrname(), which converts an address into the name used by a PTR query. 379. [func] New library function isc_sockaddr_anyofpf(). 347. [bug] Don't crash if an argument is left off options in dig. 346. [func] Add support for .digrc config file, in the user's current directory 345. [bug] Large-scale changes/cleanups to dig: * Significantly improve structure handling * Don't pre-load entire batch files * Add name/rr counting/limiting * Fix SIGINT handling * Shorten timeouts to match v8's behavior --- 9.0.0 released ---
2000-11-12Oops, forgot to nuke patch-abtsarna1-21/+0
2000-11-12Update to 2.2.2 and for new distutils-based build mechanismtsarna5-34/+12
2000-11-12Update to 2.2.2tsarna2-4/+4
2000-11-12In the .SizeAll calculation, allow PKG_INFO to be a command with prefixedfredb1-2/+2
environment variables, which it is by default. (Oops.)
2000-11-12Add new "check" target which invokes "pkg_admin check" for the currenttron1-1/+6
package.
2000-11-12Use "USE_LIBINTL= YES" instead of hardcoding the locale directory.tron3-17/+2