summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-16Standardize message.wiz1-3/+8
2004-11-16+ antiword-0.36, classpath-0.12, gnunet-0.6.5, libsndfile-1.0.11,wiz1-4/+7
nas-1.7, phppgadmin-3.5. - libstatgrab-0.11 (thanks, reed)
2004-11-15Update security/cyrus-sasl2 and associated plugins to 2.1.20. Changesjlam21-210/+135
from version 2.1.19 include: * Fixes to cram plugin to avoid attempting to canonify uninitialized data (This removes the need for patch-af). * NTLM portability fixes. * Avoid potential attack using SASL_PATH when sasl is used in a setuid environment. * A trivial number of small bugfixes.
2004-11-15Revert rev 1.9, do not expand @INSTALL@, it's done in post-patch. (hi abs!)salo1-2/+2
2004-11-15Make this package compile correctly again after latest bdb.buildlink3.mkjlam3-46/+31
changes.
2004-11-15If we're using db1, the create a compatibility header db_185.h that isjlam1-1/+10
in newer Berkeley DB packages.
2004-11-15Whitespace nits.jlam1-8/+8
2004-11-15Use /tmp as directory for $pidfile, because the nobody user cannot writextraeme1-3/+3
in /var/run!
2004-11-15Store the actual library options in BUILDLINK_LDADD.db1 and append thatjlam1-3/+4
to BUILDLINK_LIBS.db1. This ensures that BUILDLINK_LDADD.${BDB_TYPE} always resolves to the correct library options.
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam19-130/+161
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality exists in the base system, and remove the distinction between "native" and the other Berkeley DB packages -- we now refer to db[1234]. This paves the way for any future databases/db1 package. * USE_DB185 shouldn't need to be set by any packages -- its correct value is now automatically determined by bdb.buildlink3.mk depending on whether we explicitly request db1 or not. By default, if you include bdb.buildlink3.mk, you want DB-1.85 functionality and USE_DB185 defaults to "yes", but if you explicitly remove db1 from the list of acceptable DBs, then USE_DB185 defaults to "no". * Set BDB_LIBS to the library options needed to link against the DB library when bdb.buildlink3.mk is included. * We only add the DB library to the linker command automatically if we want DB-1.85 functionality; otherwise assume that the package configure process can figure out how to probe for the correct headers and libraries. Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-11-15Update devel/distcc to 2.18.2.xtraeme5-16/+19
distcc-2.18.2 "Bees and lavender" 2004-11-12 BUG FIXES: * Fix problem in checking errno after connect(). Fix by Jean Delvare and Dan Kegel. PORTABILITY: * Fix prototype problem causing build failure on amd64. Patch from Andreas Jochens. (Debian #280399, #280644). distcc-2.18.1 "Reality-based computing" 2004-11-03 BUG FIXES: * Fix run-time warnings about gtk_tree_model_row_changed() when built with recent versions of GTK+. * gcc option -specs= must be run locally so that it can read the local spec file. Reported by Chris Yeoh. PORTABILITY: * Fix Solaris build problem reported by Dimitri Papadopoulos. * Fix problem with reading hosts files in DOS CRLF format. Reported by Sebastien Perochon. distcc-2.18 "Billionaires on stilts" 2004-10-12 BUG FIXES: * Fix longjmp() bug that can cause distcc to crash when a timeout elapses. * Fix compile-time problem with dcc_trace when configured with --enable-rfc2553. Reported by Greg Earle. * Fix warning about warn_unused_result for older versions of gcc. * No timeout on local preprocessing or on compilation. No timeouts on DNS lookups other than whatever is built in to the DNS resolver. There are timeouts on network transmission and on opening connections. * Remove mmap() for receive of uncompressed data, to avoid various problems. CHANGES: * The --allow option is now mandatory for daemon mode. As a security feature, distccd will refuse to run without an IP access control list. * conftest.* built by autoconf is always done locally, to make configure tests faster and safer. DOCUMENTATION: * Better description of use with ccache. PORTABILITY: * Fix various warnings reported by Dimitri Papadopoulos. * Fix Tru64 build problem reported by Gary V. Vaughan. distcc-2.17 "Divers Alarums" 2004-07-31 FEATURES: * Performance improvements for distccmon-gnome. * Added timeous for connection to servers, transmission of jobs and remote compilation. If the timeout expires, the job is run locally. This should make distcc cope better if some or all of the servers are unreachable or failing. * Also add timeouts in server to kick out stalled or disconnected clients. BUG FIXES: * If remote compilation fails because of a signal in a later phase of the compilation causing an exit with code >=128, retry compilation locally. Patch from Jakub Stachowski. DOCUMENTATION: * Manpage fix from Jean Delvare. PORTABILITY: * Cygwin portability fix for WCOREDUMP, reported by Eric Frias. distcc-2.16 "Salt" 2004-07-08 SECURITY: * Fix bug that might cause IP-based access control rules not to be interpreted correctly on 64-bit platforms. (CAN-2004-0601) BUG FIXES: * Fix small memory leaks in distccmon-gnome and distccmon-text. FEATURES: * Use a GNOME status bar with a grab handle for distccmon-gnome. Patch from Nathan Fredrickson. PORTABILITY: * Better detection of systems with a popt library installed but no popt.h. Reported by Sean Kelly. * Fix bug in reporting crashed daemon children that showed up on systems without strsignal, such as Mac OS 10.2. Reported by Benjamin Reed. * Update testdistcc.py to work on ia64 linux. INTERNAL: * Simplify dcc_log_child_exited. * Include copyright and licence in --version output, as suggested by GNU programs.
2004-11-15Use ${BSD_INSTALL} rather than hardcoded install(1).sketch1-1/+1
2004-11-15note update of tin to 1.6.2dillo1-1/+2
2004-11-15update to 1.6.2, which was release over a year ago: bugfixesdillo2-5/+5
2004-11-15Workaround for the bug that causes disk image corruption with XP.soren3-2/+18
2004-11-15Fix error in previous... BDB_ACCEPTED needs to be defined before includingjlam1-2/+2
bdb.buildlink3.mk.
2004-11-15s/__inline/inline/ to give this package a chance of building with moresketch2-1/+15
compilers, such as SunPro.
2004-11-15Refer to the Berkeley DB libraries using ${BDB_TYPE} instead of db2.jlam1-2/+2
This has no effect, but makes maintenance easier if we ever add to BDB_ACCEPTED in this Makefile.
2004-11-15More accurately follow template package Makefile.jlam1-10/+5
2004-11-15libdb4.so links with -lpthread, so include pthread.buildlink3.mk.jlam1-1/+3
2004-11-15Use ${VARBASE} instead of hardcoded /var.sketch2-9/+9
2004-11-15Set USE_LANGUAGES properly (uses C++) and remove unnecessaryjlam1-2/+2
USE_GCC_SHLIBS setting.
2004-11-15Add a new variable BROKEN_READLINE_DETECTION which should be set tojlam2-11/+22
yes/no by a package Makefile, depending on whether the configure process properly detects the additional libraries needed to link against -lreadline (typically, you need either "-lreadline -ltermcap", or "-lreadline -lcurses" to properly link against -lreadline). If this variable is set to "yes", then we automatically expand "-lreadline" into "-lreadline -l<termcap functions library>". BROKEN_READLINE_DETECTION defaults to "no". Set BROKEN_READLINE_DETECTION to "yes" in security/heimdal and remove the custom logic that did the same work.
2004-11-15Set some _OPSYS_SHLIB_TYPE to precisely 'ELF' on platforms where a.out istv3-6/+6
not being used by pkgsrc at all. This saves some build time in show-shlib-type.
2004-11-15I'm unable to maintain this package, as I'm no longer using it.kim1-2/+2
2004-11-15Updated libstatgrab to 0.11.reed1-1/+2
2004-11-15Update to 0.11. From MAINTAINER in PR pkg/28258.reed2-6/+5
Changes from NEWS file: libstatgrab 0.11 (09 November 2004) * Add support for HP-UX 11.11. (Patches provided by Roy Keene) * Minor fixes to statgrab mrtg tools. * Minor fixes to saidar. * Minor code cleanups and fixes to libstatgrab.
2004-11-15+ openldap-2.2.18adrianp1-1/+2
2004-11-15Not all implementations of ln(1) can handle -fs arguments where the targetsketch1-4/+7
still exists. Explicitly rm the target before ln.
2004-11-15Add missing '-print' to FINDshannonjr2-4/+4
2004-11-15Update emulators/qemu to 0.6.1.xtraeme18-151/+290
Changes: - Mac OS X port (Pierre d'Herbemont) - Virtual console support - Better monitor line edition - New block device layer - New 'qcow' growable disk image support with AES encryption and transparent decompression - VMware 3 and 4 read-only disk image support (untested) - Support for up to 4 serial ports - TFTP server support (Magnus Damm) - Port redirection support in user mode networking - Support for not executable data sections - Compressed loop disk image support (Johannes Schindelin) - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve Wormley) - Fixed Fedora Core 2 problems (now you can run qemu without any LD_ASSUME_KERNEL tricks on FC2) - DHCP fix for Windows (accept DHCPREQUEST alone) - SPARC system emulation (Blue Swirl) - Automatic Samba configuration for host file access from Windows. - '-loadvm' and '-full-screen' options - ne2000 savevm support (Johannes Schindelin) - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to the virtual consoles. - BIOS floppy fix for NT4 (Mike Nordell, Derek Fawcus, Volker Ruppert) - Floppy fixes for NT4 and NT5 (Mike Nordell) - NT4 IDE fixes (Ben Pfaf, Mike Nordell) - SDL Audio support and SB16 fixes (malc) - ENTER instruction bug fix (initial patch by Stefan Kisdaroczi) - VGA font change fix - VGA read-only CRTC register fix
2004-11-15Updated ImageMagick to 6.1.4.1adam1-1/+2
2004-11-15Fix PLIST on NetBSD/amd64.hira2-16/+22
2004-11-15Make this build on NetBSD/amd64. Patch provided by Nicolas Jolyhira11-23/+306
on port-amd64@. OK'd by xtraeme@.
2004-11-15Changes 6.1.4-1:adam4-11/+12
* Bug-fixes and improvemens [as usually]
2004-11-15Add pre-requisite headers necessary to compile this package with strict X11sketch3-1/+28
implementations, tested with OpenWindows.
2004-11-15+ TeXmacs-1.0.4.4jmmv1-2/+2
2004-11-15liferea updated to 0.6.2.jmmv2-3/+3
2004-11-15Update to 0.6.2:jmmv2-5/+5
* Liferea now supports cookies. Contrary to previous statements the SnowNews code to realize this was included but not used. To use this feature place a cookies.txt in ~/.liferea. The format of this file is the format Netscape introduced for cookie files. (Lars Lindner) * Liferea now enforces umask 0077 when saving the feed list to ensure your passwords are not group or world accessible. In this context please check the permissions of your ~/.liferea directory. Older program versions might have created the directory with unnecessary priviledges. Current versions (0.6.x) create the directory only with user priviledges. Thanks to the reporters Nick Rout and Eric Gregory! (Lars Lindner) * Bugfix for a crash when double-clicking a "(empty)" entry in empty folders. Reported by Martin Sarfy. (Lars Lindner) * If a feed uses HTTP authentication the user and password isn't displayed in the feed description anymore. (Lars Lindner)
2004-11-15Solaris does need librfuncs for getenv_r() or someone needs to teach themarkd2-7/+3
configure script that have_thread_safe_getenv=yes in that case.
2004-11-15Solaris linker doesn't understand -Wl,--version-script=libvcdinfo.la.vermarkd1-1/+7
so use BUILDLINK_TRANSFORM to get rid of it.
2004-11-15kkbswitch update.markd2-4/+4
2004-11-15Update kkbswitch to 1.4.2 from maintainer Ian Zagorskih.markd4-13/+14
This maintenance release adds the Hebrew translation contributed previously, as well as a manpage to comply with Debian standards.
2004-11-15Update mail/dspam to 3.2.2.xtraeme3-6/+8
Version 3.2.2 is a maintenance release and contains corrections to v3.2 only. BUGFIX: optOut preference no longer works BUGFIX: Source address tracking doesn't work when using TOE BUGFIX: LocalMX tag doesn't work in dspam.conf BUGFIX: dspam.conf default permissions 0750 BUGFIX: Using SignatureLocation=headers no longer works with fwd attachments BUGFIX: Source address tracking is disabled by legacy #ifdef's BUGFIX: Chi-Square cutoff is identical to default token value BUGFIX: Tokens from lines 2+ of multi-line headers are not processed BUGFIX: Signature scan segfaults when scanning some emails BUGFIX: Signature encoding can cause segfault in sqlite_drv Other Notable Changes: CHANGE: TrackSources 'ham' token changed to 'nonspam' CHANGE: Agent loose signature match changed from DSPAM: to X-DSPAM-Signature:
2004-11-15Remove an obsolete part of the post-install target. For some reason, thissketch1-4/+1
was stopping the install on Solaris even though the command itself returned 0. It's no longer necessary now anyway so just remove it.
2004-11-15Updated devilspie to 0.7.snj2-3/+3
2004-11-15Update devilspie to 0.7.snj2-6/+5
Changes: * Fix the fullscreen action * Set the Motif hint when setting the decoration hint (Vaclav Lorenc)
2004-11-15Note update of cairo to 0.2.0. This closes PR pkg/28106 by Francoisrh1-1/+2
Briere. Thanks!
2004-11-15Update cairo to 0.2.0. Changes include:rh3-30/+5
New license: LGPL/MPL --------------------- The most significant news with this release is that the license of cairo has changed. It is now dual-licensed under the LGPL and the MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and COPYING-MPL-1.1. I express my thanks to everyone involved in the license change process for their patience and support! New font and glyph internals ---------------------------- Graydon Hoare has put a tremendous amount of work into new internals for handling fonts and glyphs, including caches where appropriate. This work has no impact on the user-level API, but should result in great performance improvements for applications using text. New test suite -------------- This snapshot of cairo includes a (small) test suite in cairo/test. The tests can be run with "make check". The test suite was designed to make it very easy to add new tests, and we hope to see many contributions here. As you find bugs, please try adding a minimal test case to the suite, and submit it with the bug report to the cairo@cairographics.org mailing list. This will make it much easier for us to track progress in fixing bugs. New name for glitz backend -------------------------- The gl backend has now been renamed to the glitz backend. This means that the following names have changed: CAIRO_HAS_GL_SURFACE -> CAIRO_HAS_GLITZ_SURFACE cairo_set_target_gl -> cairo_set_target_glitz cairo_gl_surface_create -> cairo_glitz_surface_create This change obviously breaks backwards compatibility for applications using the old gl backend. Up-to-date with latest glitz snapshots -------------------------------------- This snapshot of cairo is now up to date with the latest glitz snapshot, (currently 0.2.3). We know that the latest cairo and glitz snapshots have been incompatible for a very long time. We've finally fixed that now and we're determined to not let that happen again. Revert some tessellation regression bugs Miscellaneous changes --------------------- Changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients easier. Track XCB API change regarding iterators. Various bug fixes ----------------- Fix calculation of required number of vertices for pen. Fix to avoid zero-dimensioned pixmaps. Fix broken sort of pen vertices. Fix bug when cairo_show_text called with a NULL string. Fix clipping bugs. Fix bug in computing image length with XCB. Fix infinite loop bug in cairo_arc. Fix memory management interactions with libpixman.
2004-11-15Note update of libpixman to 0.1.2. This closes PR pkg/28108 by Francoisrh1-1/+2
Briere, thanks!