summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-11-17guess why this is called bacKgammon... add a dependency on KDEhubertf1-1/+3
2000-11-16Make this build with version 2.0 of the "python" package.tron1-2/+2
2000-11-16Check for DGA lib in X11BASE, based on a suggestion by hubertf.wiz1-5/+5
2000-11-16depend on libwmf>=0.1.17nb1wiz1-3/+3
2000-11-16Update to libwmf-0.1.20. Changes since 0.1.17 are:wiz8-395/+27
Lots of bug fixes for wmftofig, font support, a scale-bmp option, and wmftoeps. pkgchange: Remove a lot of libintl-cruft.
2000-11-16Actually, nuke that empty variable entirely. I haven't the slightesttsarna1-2/+1
idea what it was for, if anything.
2000-11-16Update to 5.3. Minimally tested with w3m on i386, sparc, and arm32.abs2-5/+5
Changelog: Since 5.0alpha7: - Fixed threadlibs.c for linux threads. -DUSE_LD_WRAP was broken and -ldl was omitted. Fixed Linux stack finding code to handle -DUSE_LD_WRAP correctly. - Added MSWIN32 exception handler around marker, so that the collector can recover from root segments that are unmapped during the collection. This caused occasional failures under Windows 98, and may also be an issue under Windows NT/2000. Since 5.0 - Fixed a gc.h header bug which showed up under Irix. (Thanks to Dan Sullivan.) - Fixed a typo in GC_double_descr in typd_mlc.c not getting traced correctly. This probably could result in objects described by array descriptors not getting traced correctly. (Thanks to Ben Hutchings for pointing this out.) - The block nearly full tests in reclaim.c were not correct for 64 bit environments. This could result in unnecessary heap growth under unlikely conditions. - Removed use of CLEAR_DOUBLE from generic reclaim code, since odd sizes could occur. Since 5.1 - dyn_load.c declared GC_scratch_last_end_ptr as an extern even if it was defined as a macro. This prevented the collector from building on Irix. - We quietly assumed that indirect mark descriptors were never 0. Our own typed allocation interface violated that. This could result in segmentation faults in the marker with typed allocation. - Fixed a _DUSE_MUNMAP bug in the heap block allocation code. (Thanks to Ben Hutchings for the patch.) - Taught the collector about VC++ handling array operator new. (Thanks again to Ben Hutchings for the patch.) - The two copies of gc_hdrs.h had diverged. Made one a link to the other again. Since 5.2 - Fixed _end declaration for OSF1. - There were lots of spurious leak reports in leak detection mode, caused by the fact that some pages were not being swept, and hence unmarked objects weren't making it onto free lists. (This bug dated back to 5.0.) - Fixed a typo in the liblinuxgc.so Makefile rule. - Added the GetExitCodeThread to Win32 GC_stop_world to (mostly) work around a Windows 95 GetOpenFileName problem. (Thanks to Jacob Navia.)
2000-11-16Fix compilation on arm32 by testing for __arm32__ not arm32abs9-353/+349
2000-11-16Make this work for Solaris' ufsdump -S, which writes the estimate to stdout;kleink2-5/+42
derived from amanda-current sources.
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.