summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14Fix build problem on systems where the NetBSD source tree is not intron1-1/+2
"/usr/src" as suggested by Julio Merino in PR pkg/18485.
2002-10-14Add and enable py-jpCodecstsarna1-1/+2
2002-10-14Initial import of codecs for Japanese language encodings.tsarna4-0/+94
2002-10-14Added grep 2.5.bouyer1-1/+2
2002-10-14Add grepbouyer1-1/+2
2002-10-14Package for GNU grep 2.5.bouyer5-0/+82
2002-10-14Update pkg_tarup to 1.2. Changes:hubertf3-5/+7
find pkg_create etc. on Solaris etc. Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail.
2002-10-14clean up some more of the cruft left in emul-rootjschauma1-3/+3
2002-10-14Add post-install target to create symlinks from foo.so to foo.so.major.jschauma1-1/+13
This addresses problem #3 in PR pkg/18606.
2002-10-14Linux' find wants the dir as the first argument, NetBSD find wantsjschauma3-6/+6
'-d' first. Adjust FIND_ARG accordingly. Problem noted by Martti Kupparinen.
2002-10-14Remove entry for "sbin/nessus-mkcert-client" which apparently doesn'ttron1-2/+1
get installed by the latest version of this package.
2002-10-14remove build dependency on autoconf, it's not neededdillo1-3/+1
2002-10-14Note update of pth to 1.4.1nb3.skrll1-1/+2
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-14Knock off a TODO item: when generating the internal list of acceptablejlam1-11/+30
JVMs from the package-provided PKG_JVM_ACCEPTED list, filter out those JVMs that aren't available for the current platform. This allows a package to simply list all JVMs that may be used to build it in PKG_JVM_ACCEPTED, regardless of platform issues, instead of having to construct a different PKG_JVM_ACCEPTED based on the platform we are using.
2002-10-14Depend on latest kdegraphics, and bump PKGREVISION.markd1-3/+3
CVS ----------------------------------------------------------------------
2002-10-14Patch from KDE Security Advisory: 20021008-1:markd4-3/+246
KGhostview Arbitary Code Execution This is untested by me other than the patch applies cleanly. Bumped PKGREVISION.
2002-10-14Arrrgh. Missed in previous commit.skrll1-0/+30
2002-10-14Various updates and fixes that I've collected recently:skrll10-1345/+596
* 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-14Back out previous...accidentally committed work-in-progress.jlam1-23/+10
2002-10-14cvs really doesn't like me...skrll1-2/+2
Thanks to Mark Davies for noticing that this didn't happen.
2002-10-14Allow for a way to specify which JVMs are acceptable for eachjlam1-10/+23
platform, and use the intersection of these JVMs and the ones listed in PKG_JVMS_ACCEPTED as the JVMS that may really be used. Currently, we assume all of the JVMs are usable by all platforms.
2002-10-14Note update to KDE 3.0.4. Changes are as follows (note the security fixes)skrll1-1/+18
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-14Dan maintains gEDA these days.rh7-14/+14
2002-10-14net/ORBit2 update to 2.4.3 [security audit and lots of bug fixes]wiz1-1/+2
2002-10-14Update to 2.4.3.wiz3-10/+7
Changes: + GIOP fragment handling + Security Audit + 'LocalOnly' mode + new ORBIT_DEBUG=errors spew + debug build debug hooks + more graceful OOM handling + blank uninitialized outgoing data + random keys re-hashed / accelerated + skeptical sequence de-marshling + configure time dofus detection + beefed up regression tests + various spoofing + randomized valid data + broken fragments plus lots of bug fixes.
2002-10-14Note update of xmms to 1.2.7nb2rh1-1/+2
2002-10-14Add support for IPv6, mainly using the patches fromrh7-5/+389
http://www.version6.net/ Bump PKGREVISION. This closes PR pkg/17771 by Tomi Nylund <wizard@sik.oulu.fi>
2002-10-14Remove diff warning from patch-cb. Closes pkg/18621.skrll2-5/+4
Update distinfo. (patch-bv was missed in the previous change)
2002-10-14www/links and www/links-gui updates to 2.1.0.4wiz1-1/+3
2002-10-14Update to 2.1pre4.wiz5-15/+15
* Polish translation update. * SSL patch for Solaris and other systems without /dev/random * Links-now button. * Belarusian translation * Swaped open and closed folder symbol in bookmarks. * Fixed Solaris keyboard translation bug.
2002-10-14Update to KDE 3.0.4. Changes are as follows (note the security fixes)skrll38-251/+390
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-14Fix typo (missing leading underscore), and add a currently unreachablejlam1-2/+11
section that errors out if there is no acceptable JVM found.
2002-10-14Added php4-curl-4.2.3martti1-1/+2
2002-10-14Added php4-curlmartti1-1/+2
2002-10-14Added php4-curl-4.2.3 (provided by Harry Waddell in PR#18602)martti3-0/+21
PHP is a programming language designed to be embedded into web pages. This module provides curl functions for PHP4.
2002-10-14Updated php to 4.2.3martti51-273/+235
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-10-14note addition of verilog-modedmcmahill1-1/+2
2002-10-14add and enable verilog-modedmcmahill1-1/+2
2002-10-14initial import of verilog-mode-3.60dmcmahill5-0/+60
This is a major mode for editing Verilog HDL source code under GNU Emacs or XEmacs.
2002-10-14Expand & in the gecos field to a capitalized login name.kim3-1/+116
2002-10-14note update of cad/dinotrace to 9.1hdmcmahill1-1/+2
2002-10-14update to dinotrace-9.1hdmcmahill2-5/+5
Changes in Dinotrace 9.1h 08/30/2002 *** Save_duplicates is now on by default. **** Fixed several bugs when save_duplicates is enabled. **** Updated Windows install. [Greg Loxtercamp] **** Fixed coredump reading wide ascii traces. [Vitaly Oratovsky]
2002-10-14Only set apache_start to "start" if it's not already set.lukem3-9/+9
Previously, if apache_start was set in /etc/rc.conf and /etc/rc.d/apache was loaded as part of the /etc/rc start sequence, apache_start's value would be overridden by "apache_start=start" in this script, because /etc/rc.conf would have already been loaded and load_rc_config() would not reload it again. This problem would not have been seen if /etc/rc.d/apache was started manually, or /etc/rc.conf.d/apache or @PKG_SYSCONFDIR@/apache_start.conf was used to set apache_start. (I am using /etc/rc.conf, and was wondering why apache wasn't starting with ssl support at boot, but worked after a manual restart...)
2002-10-13Add support for enabling MSDFS in Samba.kim2-2/+12
2002-10-13note update of cad/verilog-current to 20020921dmcmahill1-1/+2
2002-10-13update to verilog-current-20020921 snapshot. Many improvemnts in thedmcmahill2-5/+5
synthesis code and bug fixes in the simulation code since the last packaged snapshot.
2002-10-13Use buildlink2. Use perl5/module.mk.seb42-251/+128
2002-10-13Use buildlink2. Use perl5/module.mk. Fix COMMENT.seb1-7/+4
2002-10-13Use perl5/module.mk.seb3-15/+6
2002-10-13Use buildlink2. Use perl5/module.mk. Fix COMMENT.seb1-7/+4