Commit graph

15327 commits

Author SHA1 Message Date
wiz
8b3076e790 Check for DGA lib in X11BASE, based on a suggestion by hubertf. 2000-11-16 19:14:12 +00:00
wiz
9e91b0c39c depend on libwmf>=0.1.17nb1 2000-11-16 18:26:09 +00:00
wiz
13bfa0bd5b Update to libwmf-0.1.20. Changes since 0.1.17 are:
Lots of bug fixes for wmftofig, font support, a scale-bmp option, and
wmftoeps.
pkgchange: Remove a lot of libintl-cruft.
2000-11-16 18:25:23 +00:00
tsarna
76f2b0b6c4 Actually, nuke that empty variable entirely. I haven't the slightest
idea what it was for, if anything.
2000-11-16 16:35:42 +00:00
abs
c29e3b957d Update to 5.3. Minimally tested with w3m on i386, sparc, and arm32.
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-16 11:16:02 +00:00
abs
b22c965339 Fix compilation on arm32 by testing for __arm32__ not arm32 2000-11-16 10:42:24 +00:00
kleink
6c368abf8f Make this work for Solaris' ufsdump -S, which writes the estimate to stdout;
derived from amanda-current sources.
2000-11-16 08:17:50 +00:00
hubertf
18a63152a7 Change the output of the 'install-depends' target so it fits
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-16 05:36:01 +00:00
darcy
30126c12b3 Seems that Python was upgraded to 2.0 so I guess this needs to be modified.
I changed the dependencies and directories accordingly.
2000-11-16 05:25:51 +00:00
darcy
c639312307 Upgrade to version 3.1.
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-16 04:37:54 +00:00
wiz
325a575fd3 use tabs instead of spaces; remove trailing dot in COMMENT 2000-11-16 02:55:39 +00:00
wiz
2197b31408 remove trailing whitespace 2000-11-16 02:54:07 +00:00
wiz
851a2e26bf Correct info file handling. 2000-11-16 02:50:14 +00:00
wiz
7e41edf4f4 add HOMEPAGE 2000-11-16 02:40:12 +00:00
wiz
328680b4df note empty VARIABLE explicitly 2000-11-16 02:38:41 +00:00
wiz
24a0333e2d Fix dependency line. 2000-11-16 02:38:05 +00:00
wiz
bf97146be8 $() -> ${} 2000-11-16 02:32:17 +00:00
wiz
0ddf0141f4 Update to 1.32. Changes are mainly bugfixes (see the installed CHANGES.TXT).
Package change: DGA detection, instead of hardcoding on i386.
2000-11-16 02:27:04 +00:00
dmcmahill
b037f51443 fix a bug when plotting single points. ie, commands like:
;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-15 23:05:05 +00:00
tron
81a9c44a9c Patch provided by Todd Sabin in private e-mail to fix problems with
version 2000 of the UW IMAP software.
2000-11-15 18:50:28 +00:00
tron
719854650b Update "fetcmailconf" package to version 5.5.6 to sync with "fetchmail"
package.
2000-11-15 17:21:49 +00:00
tron
72bff9bb75 Fix incorrect dependence line. 2000-11-15 16:56:54 +00:00
wiz
56f8fcbc50 Update to 0.93. Changes are mainly bugfixes. 2000-11-15 16:15:14 +00:00
tron
62c1795a69 This package makes only sense for NetBSD 1.4 and its update releases. 2000-11-15 16:07:23 +00:00
wiz
196f0e1249 Install documentation. 2000-11-15 14:20:22 +00:00
wiz
2e70301f31 Update lame to 3.87; retire lame-gui package, use LAME_USE_GTK variable
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-15 13:52:57 +00:00
abs
232b23e61d Ensure first head1 line is 'NAME' to pacify older perl pod2man
Update to 1.2
2000-11-15 12:17:00 +00:00
martin
6dc3fd56b4 Temporary hack to shut up gcc 2.95.2 vs. a missing cast (0 is not a valid
function/method pointer without the right cast).

This makes mozilla compile on sparc64 (but it's not working yet).
2000-11-15 04:53:35 +00:00
hubertf
fb533d50bd link against libtermcap, needed for 1.4 systems. 2000-11-15 03:29:24 +00:00
mycroft
abea318e2b Remove libsane.so, so this works correctly on a.out. 2000-11-15 00:03:37 +00:00
wiz
ec8ca9bc93 Update to 1.1.1: Major changes include handlers for format string
attacks and fewer false positives.
2000-11-14 23:36:47 +00:00
jdolecek
43aba27401 use USE_LIBINTL instead of explicit dependance on gettext pkg - the package
seem to work ok with gettext/libintl which is in -current tree
2000-11-14 22:43:34 +00:00
itojun
f16329ab18 add converters/ish 2000-11-14 21:20:09 +00:00
itojun
0db8f7d082 ish, binary-to-text converter with error correction
(pkg/* are taken from FreeBSD ports)
2000-11-14 21:18:52 +00:00
itojun
6e87833b2c upgrade to 1.3.14 + IPv6 patch. apache side fixed security hole between
1.3.12 -> 1.3.14.
2000-11-14 19:58:05 +00:00
abs
ab4f50ec20 Add -B option to lintpkgsrc, to display broken packages.
Update to 2.30
2000-11-14 17:11:42 +00:00
abs
c81dd94f9e Swap tcl version in DEPENDS and BROKEN message, now passes lintpkgsrc
-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-14 16:39:56 +00:00
abs
ccfd888f35 sysutils not systools 2000-11-14 15:18:20 +00:00
dmcmahill
194313482a add and enable ng-spice 2000-11-14 14:32:13 +00:00
dmcmahill
0ce7ea6b69 add conflict with ng-spice 2000-11-14 14:30:14 +00:00
dmcmahill
b08f468e9e initial import of ng-spice-13.
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-14 14:28:14 +00:00
rh
206f78f7bf Take packlist from Text/Template, not IMAP/Admin! 2000-11-14 13:44:09 +00:00
frueauf
888d6e8810 Update fetchmail to 5.5.6.
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-14 06:44:36 +00:00
msaitoh
e723731b98 Upgrade to PTL-2.1.7
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-14 02:30:12 +00:00
wiz
2d695c1b1c Actually, the specially supported CPUs are recognized automatically...
Remove the checks again.
2000-11-14 01:40:15 +00:00
briggs
ed6e9d0f21 Add USE_XPM and a dependancy on freetype-lib. 2000-11-14 00:01:27 +00:00
hubertf
f774d18767 Update to v0.5.0, requested by Jorge Acereda <al004046@alumail.uji.es>
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-13 23:58:11 +00:00
toshii
b7903d8dcc Setting CC in CONFIGURE_ENV doesn't work as it will be overwritten
by the configure.  Instead, set LDFLAGS so that unproven-pthreads
can be found before pth.  Fixes pr #11418.
2000-11-13 16:12:49 +00:00
abs
883d7bc50b Fix build on ELF sparc systems but testing on __ELF__ or SVR4, not just SVR4 2000-11-13 14:34:40 +00:00
abs
28d3e9a2f4 Update to vnc-3.3.3.2
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-13 10:26:16 +00:00