summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-21Unify package names for baculaadam3-10/+10
2008-11-21Add "devel" to CATEGORIES.wiz1-2/+2
PR 39997 from Robert Elz.
2008-11-21fixup backula entriesjnemeth1-4/+4
2008-11-21Fix Makefile formatting problem pointed out by uwe@.is3-3/+13
2008-11-21fix PLIST problem preventing clean deinstallation - pointed out by uwe@is2-3/+4
2008-11-21Updated sysutils/bacula to 2.4.3adam2-5/+8
2008-11-21Changes 2.4.3:adam22-264/+82
* Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel a non created job faster. * Fix typo in configure.in that breaks --with-db-password option * Remove all double quotes from SQLite creating script and replace by single quotes as suggested by John Huttley. * Fix SQL case problem that may cause the failure of DiskToCatalog. * Copy missing storage name into edit buffer. As far as I can tell this never caused a bug. * Remove catalog dependency for bcopy * Modify catalog scripts to have an easier packaging integration, using default variables. Make difference between SQLite3 and SQLite in db_get_type() job when reading from one autochanger and writing to another. * Add more information to SD acquire.c INFO messages. * Fix NULL Volume name error when reading and the drive must be switched. * Fix a Verify InitCatalog problem where in certain cases a garbage filename may be entered in the verification database. * Add space after version before date in bat about dialog. * Fix seg fault in Dir during estimate command with no level value given. * Add message to migration job when the target job is already migrated.
2008-11-21regenjmcneill1-2/+2
2008-11-21Updated databases/sqlite3 to 3.6.6adam1-1/+2
2008-11-21Changes 3.6.6:adam2-6/+6
* Fix a define that prevented memsys5 from compiling * Fix a problem in the virtual table commit mechanism that was causing a crash in FTS3. * Add the application-defined page cache * Added built-in support for VxWorks Changes 3.6.5: * Add the MEMORY option to the journal_mode pragma. * Added the sqlite3_db_mutex() interface. * Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option. * Fixed the truncate optimization so that sqlite3_changes() and sqlite3_total_changes() interfaces and the count_changes pragma return the correct values. * Added the sqlite3_extended_errcode() interface. * The COMMIT command now succeeds even if there are pending queries. It returns * SQLITE_BUSY if there are pending incremental BLOB I/O requests. * The error code is changed to SQLITE_BUSY (instead of SQLITE_ERROR) when an attempt is made to ROLLBACK while one or more queries are still pending. * Drop all support for the experimental memory allocators memsys4 and memsys6. * Added the SQLITE_ZERO_MALLOC compile-time option.
2008-11-21Updated devel/gmp to 4.2.4nb1bjs1-1/+2
2008-11-21PKGREVISION++bjs1-2/+8
2008-11-21Enable building the fat binary unless we're using Darwin;bjs1-7/+17
this seems to make the most sense for bulk builds to me. Should any other platforms fail, we can make a note of it and exclude them along with Darwin. Also, add two distribution patches from upstream: [2008-11-09] When calling mpf_set_str (perhaps indirectly via mpf_init_set_str or mpf_inp_str, or via the C++ interface) with the argument for the base set to 0, any exponent will be ignored. [2008-11-08] The mpf_eq function sometimes compares too few bits, not just too many (the latter is documented). This might lead to precision loss. When the experimental --enable-nails feature is enabled at the same time --enable-cxx is enabled, make check fails. This failure is actually due to bugs in tests/cxx/t-prec.cc, which makes it use mpf_eq incorrectly. This patch makes mpf_eq compare the right number of bits, neither too few, nor to many. The patch also fixes the test case, and documentation. (not strictly necessary, but I figured I'd keep in line with their recommendations) PKGREVISION++
2008-11-21fixa possible heap overflow due to wrong buffer length checkdrochner3-6/+15
(CVE-2008-5030), from Debian, bump PKGREVISION
2008-11-21Fix path to python interpreter.tnn3-3/+6
Bump revision of scons and scons-devel.
2008-11-21Updated vim and proftpdmartti1-1/+3
2008-11-21correct general register state indexes for NetBSD/amd64kefren3-9/+31
Bump PKGREVISION
2008-11-21Updated net/proftpd to 1.3.2rc3martti6-217/+18
* Bug fixes
2008-11-21Updated editors/vim-share to 7.2.49martti3-5/+33
22993 7.2.041 diff messed up when editing a diff buffer in another tab page 4987 7.2.042 restoring view in autocmd sometimes doesn't work completely 2550 7.2.043 VMS: Too many chars escaped in filename and shell commands 5639 7.2.044 crash because of gcc 4 being over protective for strcpy() 2056 7.2.045 the Python interface has an empty entry in sys.path 1704 7.2.046 wrong check for filling buffer with encoding 2470 7.2.047 using -nb while it is not supported makes other side hang 4758 7.2.048 v:count and v:prevcount are not set correctly 32552 7.2.049 (extra) Win32: the clipboard doesn't support UTF-16
2008-11-21Try to deal with a bug described in security/39313, when the buildahoka1-2/+11
against recent openpam headers produce non functioning pam_ldap.so on NetBSD 4.99.47(?) or more recent systems. There's something really fishy in the headers...
2008-11-21Make sure to update distinfo.taca1-5/+5
2008-11-21Add twitux version 0.62jmcneill1-1/+2
2008-11-21add twituxjmcneill1-1/+2
2008-11-21Import twitux version 0.62.jmcneill4-0/+81
Twitux is a free and open source GTK+ application for Twitter.com. You can: Send status, view friend status and see what they are doing, send direct messages to your Twitter friends, GUI notifications when a friend updates their status.. and more :)
2008-11-20tell configure to ignore doxygen even if present, to avoid builddrochner1-1/+2
inconsistencies
2008-11-20use desktop-file-utils to make sure the database is rebuiltdrochner1-2/+2
2008-11-20propagate the new dependency on libltdl, fixes build issuesdrochner1-1/+2
2008-11-20make SIM_INLINE functions in the VAX emulator compile properly whenchuck2-1/+27
c99 style-inline functions are in effect (e.g. on Darwin and when __GNUC_STDC_INLINE__ is defined). (this was reported back when 3.8 came out on the simh mailing list, so hopefully Bob Supnik and crew will include a fix in the next release, when ever that is.)
2008-11-20Updated mail/alpine to 2.00abs1-1/+2
2008-11-20Updated mail/alpine to 2.00abs2-17/+10
Changes since 1.10 Additions include: * Redesigned Web Alpine interface * Experimental S/MIME support added in UNIX versions of Alpine * Attempt to include the attachment filename as part of the name of the temporary file used when viewing an attachment with an external program. Add some randomness to that filename to make it hard to predict the filename. Add a filename extension, usually derived from the type/subtype, to the temporary filename. This was previously done only on Windows and MacOS X. * Enhance address completion in the composer (TAB command) so that it looks through nicknames, fullnames, and addresses from the address book; addresses from the message being viewed, if any; and the results from LDAP Directory Server lookups for all of the defined directory servers that have the "Use-Implicitly-From-Composer" feature set. * Make the default character set setting more liberal in what it will accept from the UNIX nl_langinfo call and the various values of LANG seen in the wild * Remove the Alpine revision number from the titlebar in released versions while leaving it there in snapshot versions * Add a feature to suppress the display of asterisks when you type a password for Alpine * Add line wrapping when displaying PRE formatted sections of HTML * When the Convert Dates To Localtime feature is turned on convert not only the dates in the index screen but also the dates in the MESSAGE VIEW Bugs that have been addressed in this release include: * Crash when using tab-completion for selecting a Save filename * Make Web Alpine help text images relative for more portability * Fixed attach save of html parts in Web Alpine * Viewing, printing, exporting, replying, and bouncing of message digests was broken. Replying and bouncing should not have been allowed at all for digests. It would be nice to have a more standard index-like view of a message digest but that has not been addressed with this minor bug fix. * Adjust wrapping of HTML messages so that the margins specified by Viewer Margin Left and Viewer Margin Right are observed correctly * Interrupt of WhereIs command in index was broken * The Unknown Character Set option did not work correctly interpreting unknown characters in message headers * Long address lines could cause blank continuation lines * Save to a local default INBOX failed if the primary collection was also local, which it is by default. The save went to ~/mail/inbox instead. * Make a default save folder of "inbox" always mean the real inbox, not the inbox in the primary collection * Address book entries with lots of addresses would be truncated when entered in the composer with a screen size wider than 270 or so charcters * Some fields in the index screen were truncated when the screen width was wider than 256 characters * Crash when TABing to next folder, the next folder with new mail is a POP folder, and there is a more than 10 minute pause between typing the TAB and typing the Yes
2008-11-20Updated sysutils/gnome-settings-daemon to 2.24.0nb3wiz1-1/+2
2008-11-20Fix configure script so it correctly finds and passes the esoundwiz3-3/+17
daemon path. From drochner@ Bump PKGREVISION.
2008-11-20monodevelop updated to 1.9.1kefren2-3/+3
2008-11-20Update to monodevelop 1.9.1kefren4-110/+79
2008-11-20+ aria2-1.0.0, autogen-5.9.6, covered-20081119, ddrescue-1.9,wiz1-10/+18
gdm-2.24.1, gutenprint-5.2.2, lapack-3.2, libv4l-0.5.4, mathomatic-14.2.3, parrot-0.8.1, py-sip-4.7.9, qt3-qscintilla-2.3.2, source-highlight-2.11, tea-21.0.0, trac-0.11.2.1, transcode-1.0.7, unixodbc-2.2.13.
2008-11-20Updated audio/esound to 0.2.41wiz1-1/+2
2008-11-20Update to 0.2.41:wiz3-12/+12
=============== Version 0.2.41 =============== * Fix 32k samples turning into static when 8k samples played in the middle. Debian #79145. (Matthew Ashton) * Fix filter buffer handling so filters work. Debian #202027. (Ryan Murray) * Reconnect the ALSA driver and reload the config file after receiving a SIGUSR1. (Martin Pitt) * Fixed esd_audio_write() to use select() if the driver supports it (otherwise usleep) and write data in a configurable block size. (Ryan Murray) * Fixed esound.pc audifile linking. (Josselin Mouette) * Fixed esdcat.1. (Josselin Mouette) * Protect dsp_init() with a mutex lock. (Josselin Mouette) * Fixed to allow multiple esd instances (one per user). (Martin Pitt) * Fixes to startup time by not trying to exec a binary if it doesn't exist. (Martin Pitt) * Prettier debugging output. (Ryan Murray) * Fixed signedness compiler warnings. (Josselin Mouette) * Remove libesddsp from LD_PRELOAD when autospawning esd. (Ryan Murray) * Fixes for GStreamer using ESPEAKER. (Jeff Waugh) * Fixes for mmap64 (Josselin Mouette) * Close the spawnfd when the startup is successful. (Josselin Mouette) * Save a call to esd_audio_pause when run with -nobeeps. (Josselin Mouette) * Improved error checking for the -spawnfd switch. (Josselin Mouette) * Fixed buffer overflow possibilities. (Ryan Murray) * Call snd_pcm_hw_free() before calling snd_pcm_close() to avoid a memory leak. (Martin Pitt) * Add informative output for -double switch. (Josselin Mouette) * Use smaller sleep timeouts. (Josselin Mouette) * Updated to handle more file formats supported by audiofile 0.2.3. (Josselin Mouette)
2008-11-20Package now depends on fontconfig, so its dependencies should seewiz1-1/+2
fontconfig as well. Fixes e.g. mldonkey build.
2008-11-20Fix for gcc-4.2 on Darwinadam2-11/+14
2008-11-20Properly give up maintainership, as pointed out by wiz@ [hi he!].cube1-2/+2
2008-11-20Remove my poor debugging aid. No change with package itself.taca1-9/+3
2008-11-20Note addition of poppler-includes.dillo1-1/+2
2008-11-20Add and enable poppler-includes.dillo1-1/+2
2008-11-20Note that this file is now also used by poppler-includes.dillo1-1/+2
2008-11-20Addition of package containing unsupported Xpdf headers from poppler.dillo6-0/+155
2008-11-20Move MAINTAINER from Makefile.common into individual Makefiles.dillo6-7/+11
Okayed by reed.
2008-11-20Needs msgfmt.hasso1-2/+2
2008-11-20Needs pkg-config.hasso1-1/+3
2008-11-20Note sysutils/radmind update to 1.13.0hauke1-1/+2
2008-11-20Update Radmind to v1.13.0hauke2-10/+9
Radmind 1.13.0 features the following changes: * Exclude patterns apply to transcript lines. [Bug #2038036] * Automatically convert paths between absolute and relative paths based on the path given to fsdiff. [Patch #2020818] * If path doesn't contain a directory, canonicalize it by prepending "./". * Mac Package can be installed on any volume. [Feature Request #2025217] * Add -e to ktcheck and lapply to allow changing the event type that is reported to the radmind server. [Patch #1951140] Thanks Karl Kuehn of Stanford University for the patch. * Added -T option to lmerge to merge only transcripts, not files. [Patch #2014521] Thanks to Eric Garver from the University of Michigan for the patch. Changelog entry for v1.12 Major changes from 1.11.0: - Support for includes in the config file (Patch 1919220). - Support symlink ownership (Feature request 1834497). - Support for lchown and lchmod, expanded 'l' type to include owner, group, mode. Minor changes from 1.11.0: - Fixed bug causing twhich to print out bad special file lines. - Fixed bug in wildcard {} matching reported by <larkost@so...>, improved [] processing. - ktcheck -I support, fixing bug 1436097 and case-insensitive special.T. - ktcheck -n now reports correct info and exits with correct value when dealing with special.T. - ra.sh now supports ktcheck -I. - ra.sh -D support, allowing admin to change working directory before running update. - If PAGER is set, ra.sh will use it to display difference transcript. - twhich usage output now includes -r. - Added instructions for building from CVS. - Added bin/getsnet to retrieve libsnet from SF.net. - Improved universal binary building (Mac OS X).