Commit graph

259 commits

Author SHA1 Message Date
grant
fb363eeaa0 Initial import of Phoenix-0.3 into the NetBSD packages collection.
Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.

This is a Linux binary package for Linux and NetBSD/i386.
2002-10-15 11:26:10 +00:00
agc
95907aaf86 Fix from Robert Elz in PR 18664 to stop sortm coredumping when there's
a numerical subject.

"And yes, this really does add a preprocessor conditional that makes
either one of two original statements get compiled, and the other
omitted (ie:  the patch is correct, though just deleting a line would
work as well).  The "#if 0" could become "#if 1" and the core dump
would also be gone, though the results of the sort would then
sometimes be rather hard to explain..."

Bump PKGREVISION.
2002-10-15 10:47:00 +00:00
martti
c9d2899097 Updated popt to 1.7 2002-10-15 10:19:06 +00:00
markd
7d87b1bab6 Note kdbg update. 2002-10-15 03:39:00 +00:00
tsarna
230e8ffe22 Note addition of py-jpCodecs 2002-10-14 18:18:51 +00:00
bouyer
aa383b775a Added grep 2.5. 2002-10-14 16:48:01 +00:00
hubertf
760c3dae2e Update pkg_tarup to 1.2. Changes:
find pkg_create etc. on Solaris etc.
Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail.
2002-10-14 15:28:42 +00:00
skrll
b8ed3e0266 Note update of pth to 1.4.1nb3.
Various updates and fixes that I've collected recently:

	* Provide nanosleep(2) and usleep(3) wrappers.

	* Make sure sigprocmask syscalls are used in pth_system.

	* "Fix" FD_SET handling in the select(2) wrapper so that
	  mismatches between pth FD_SETSIZE and user program
	  FD_SETSIZE don't cause problems.

	* Update poll(2) wrapper to be more poll(2) like - in
          particular never return EINVAL for bad file descriptors
	  Thanks to Matthias Drochner for this.

	* Improve error handling in connect(2) wrapper so that we
	  don't confuse the scheduler. This fixes pkg/17944 from
	  Christian Biere (ChristianBiere at gmx dot de)

	* Introduce autoconf handling of the value of FD_SETSIZE
	  used by pth. If we have to hard code a value we might
	  as well make it easy to change and make the inclusion
	  of pth.h or pthread.h by a program that re-defines
	  FD_SETSIZE an error.

	  Inspired by pkg/17944.

	* Fix a compiler warning that I introduced a little while
	  ago.

	* Disable --enable-syscall-hard for non-NetBSD platforms
	  and for pre-1.6/m68k. Make a note of the PRs that need
	  fixing. This closes pkg/18236 from Klaus Heinz (k dot
	  heinz dot sep dot zwei at onlinehome dot de)

The FD_SETSIZE problems would be handled better if pth was changed
to use poll(2), and not select(2), internally.
2002-10-14 12:15:05 +00:00
skrll
fadd4fb9d3 Note update to KDE 3.0.4. Changes are as follows (note the security fixes)
arts
	* Compile fix for IRIX64

kdelibs
	* KHTML : Fixed progress bar.
	* KHTML : Fixed several crashes and misrenderings.
	* KHTML : Fixed "HTML source displayed in text viewer" after viewing
	  text.
	* KHTML : Only ask "download plugins?" once per requested mimetype in
	  the same page.
	* Javascript : several fixes (row.cells(), tablecaption.*, heading.*,
	  event.x/y) .
	* libkscreensaver : Fixed bug that in rare cases prevented the
	  screensaver from showing anything.
	* kio_file : Proper "disk full" error message in mkdir
	* KIO : Dropping links to webpages onto the desktop works in all cases
	  now
	* Drag-and-drop of URLs : Improved compatibility with non-KDE apps
	* KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice

kdebase
	* NSPlugins : Compatibility with gcc-3.x
	* Konqueror configuration : fixed default font size value
	* KDesktop : better determination of icon heights, for "lineup Icons"
	* KDesktop : Don't rearrange all icons when changing the font size
	* KControl : Fixed proxy configuration dialog layout
	* Fix a lot of mem leak
	* Kaddressbook : fix crash when we export CSV list
	* KDM
		* Security: proper temp dir creation for QT and disabled
		  crash dialog
		* Made chooser work at all
		* Fixed compilation with older glibc
		* Fixed bad lilo interaction wrt. warnings

kdegraphics
	* Kamera: Fixed crash when we didn't select camera in kcmkamera
	* KGhostview: Security related fixes

kdemultimedia
	* KMix : Fixed compilation on Solaris
	* Kaboodle : fixed when it was embedded in konqueror
	* Fix a lot of memory leak

kdenetwork
	* kpf: Security related fixes

kdepim
	* KAlarm: Fix right-to-left character sets not being displayed in
	  message edit control
	* KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug
	  #43250)
	* KNotes: Fixed session management (bug #22844)
	* KNotes: Fixed mouse behaviour to be like kwin's (raise and lower
	  already on mouse press)
	* KNotes: Fixed (in)famous bug that caused the big black windows
	  and lost data (bugs #22062, #44870, #45084, #45386, #45451,
	  #46570, #47352)
	* KNotes: Fixed drag'n drop of links and plain text

kdesdk
	* Disabled kbugbuster compilation because bug system changed. Use CVS
	  version if you need it.
2002-10-14 10:37:42 +00:00
wiz
0f5c3131a6 net/ORBit2 update to 2.4.3 [security audit and lots of bug fixes] 2002-10-14 09:53:11 +00:00
rh
262cb1267c Note update of xmms to 1.2.7nb2 2002-10-14 09:48:27 +00:00
wiz
c0876e19b0 www/links and www/links-gui updates to 2.1.0.4 2002-10-14 09:32:43 +00:00
martti
6dbf6b7772 Added php4-curl-4.2.3 2002-10-14 06:41:38 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
dmcmahill
514243a19e note addition of verilog-mode 2002-10-14 02:29:37 +00:00
dmcmahill
6c12c68027 note update of cad/dinotrace to 9.1h 2002-10-14 01:28:49 +00:00
dmcmahill
2d6f77f370 note update of cad/verilog-current to 20020921 2002-10-13 23:02:25 +00:00
wiz
9ce809e1c0 mail/tnef-1.1.2 update [minor] 2002-10-13 20:21:01 +00:00
wiz
dc9053ecc7 updated audio/SDL-mixer to 1.2.4 2002-10-13 20:06:06 +00:00
kristerw
80ffc9338c Note update of devel/SDL to 1.2.5. 2002-10-13 19:34:35 +00:00
taca
17f5ae48ac Note update of www/squid package to 2.5.1 (squid-2.5.STABLE1). 2002-10-13 16:44:54 +00:00
wiz
99d3c04777 Note addition of audio/Speex. 2002-10-13 16:07:30 +00:00
frueauf
7eb60d8f74 Note update of libnasl and nessus{-libraries,-core,-plugins} to 1.2.6. 2002-10-13 09:13:47 +00:00
hubertf
9a9c836482 Update snort to 1.9.0. Changes:
Lots of new rules, extended analyzing of packages etc.

Fixes PR 18637 by Adrian Portelli <adrianp@stindustries.net>
2002-10-13 04:42:12 +00:00
dmcmahill
0c52b056f7 note addition of parallel/p5-Parallel-Pvm 1.3.0 2002-10-13 04:32:16 +00:00
wiz
2c37b9e731 qt3-3.0.5nb1 update due to dependency on latest qt3-tools. 2002-10-12 18:05:31 +00:00
tron
8c19392a6c Note update of "bidwatcher" package to version 1.3.5nb2. 2002-10-12 15:33:09 +00:00
tron
2ff58dc696 Note update of "bidwatcher" package to version 1.3.5nb1. 2002-10-12 12:27:34 +00:00
wiz
af802a997d databases/freetds-0.53nb2 update 2002-10-12 09:41:11 +00:00
rh
8e410f735c Note update of glchess to 0.4.7 2002-10-12 07:33:26 +00:00
rh
f9d838096a Note addition of glchess-0.4.6 2002-10-12 06:18:54 +00:00
atatat
dd1151dc8f Upgraded lsof pkg to 4.65 2002-10-12 03:16:15 +00:00
rh
12b2cda904 Note PKGREVISION bump of evolution 2002-10-11 09:30:38 +00:00
rh
18e64640ad Note PKGREVISION bump of scrollkeeper 2002-10-11 09:27:08 +00:00
martti
f6bbf8462a * Updated xpmroot to 2.4.12
* Updated fvwm2 to 2.4.12
2002-10-11 06:17:06 +00:00
grant
6fb3f2ae74 note update of suse_{base,devel} to 7.3nb1. 2002-10-11 01:07:23 +00:00
uebayasi
5165fb313f Note update of Dictd (dict-server and dict-client) to 1.8.0.
Approximate set of changes from 1.5.5 is:

	* Plug-in capability is added.  This helps to develop alternative
	  database formats.
	* dictdmt is added.
	* Suffix search improvements.
	* UTF-8 support.

And many bug fixes as usual.
2002-10-11 00:47:28 +00:00
tron
5656a67b92 Note update of "ptl2" package to version 2.1.8nb1. 2002-10-10 19:01:13 +00:00
junyoung
b69eb2ebe6 Note update of emulators/wine to 20021007nb1. 2002-10-10 16:52:31 +00:00
mjl
1b8e92ccd1 Note bmf-0.84 2002-10-10 11:07:51 +00:00
junyoung
414d39e46b Note update of emulators/wine to 20021007. 2002-10-10 10:51:09 +00:00
jlam
4293faa86c It's actually qt3-tools-3.0.5nb1. 2002-10-09 21:04:14 +00:00
jlam
6e3fa4a69a Bump PKGREVISION of qt3-tools as a result of fixing the installed
qmake.conf files.
2002-10-09 21:02:50 +00:00
itojun
405a233aa1 mail/sendmail88 2002-10-09 14:45:27 +00:00
itojun
b5c36bd855 security/gnupg 2002-10-09 14:18:15 +00:00
wiz
b8a0d4a851 www/www6to4 update to 1.5 2002-10-09 13:47:49 +00:00
martti
01317f6569 Updated fvwm2 to 2.4.11nb1 2002-10-09 08:38:46 +00:00
tron
f24cdd3cd4 Note update of "rp-pppoe" package to version 3.5. 2002-10-09 08:32:00 +00:00
dmcmahill
7954467ddd note addition of print/latex-mk version 0.9 2002-10-09 05:14:15 +00:00
heinz
6ddc290c65 Updated spamassassin to 2.42nb1 2002-10-08 17:08:06 +00:00