summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-04Make the notice about p5-PerlMagick a lot louder.tv1-3/+11
2006-04-041.69.1: Add a -q option, which is a superset of -n; squelches progresstv3-16/+28
messages and "echo-to-screen" commands (e.g., pkg_delete). This provides a much more accurate emulation of the former -c and -i options (now -a -q and -u -q respectively), by suppressing messages not related to the human-readable version information.
2006-04-04sox updated to 12.17.9.wiz2-3/+3
2006-04-04Update to 12.17.9:wiz4-47/+6
sox-12.17.9 ----------- o Updates to compile under VC6. Jimen Ching o Declare st_signalinfo_t to specifically be signed in case platform does not default ot signed chars. This is required for NetBSD/powerpc. o When seek()ing in AIFF, SMP, and WAV handlers, remaining samples were incorrectly computed based on bytes and not samples. Jukka o Changed noisered effect to just warn during clipping instead of aborting. Ian Turner o Fixed bug were pieces of audio were lost every buffer read when running both -c and -r options together on mono audio. Users probably percieved it as shorter audio files that played with a sped up tempo. Bugfix will also apply to other times when multiple effects are ran on the command line. o Added support for -V option to play/rec scripts. o Fix to silence effect to allow negative periods to be specified (to remove silence from middle of sound file). o Fix swap option handling so that special case of "swap 1 1" will work. o Track length of Ogg Vorbis files on read. o Add support for displaying a status line that tracks progress of read/write routines. Part of information requires read file handlers to be able to determine file length. o Converted alsa driver to use asoundlib instead of directly talking to kernel driver. This also means that device names are now the ALSA logical names instead of /dev type names. o Added ALSA support to play/rec scripts. o Added st_open*, st_read, st_write, st_seek, st_close routines to help simplify developer interface to libst. See libst.3.. o Removed st_initformat(), st_copyformat(), and st_checkformat() from library. If your app used those functions then copy them from 12.17.8 source code directly into your application or update to use new routines. o Force word-alignment on AIFF SSND and APPL chunks on input. Matthew Hodgson. o Add fix to WAV handler to only return data in multiples of sample_size*channels to better handle corrupt files. o Fixed bug where "-4" option didn't work with avg effect (Tom Christie). o Fixed fade's fade-out-length to match man page description as noted by Geoff Kuenning. This required updates to the sample crossfade scripts. Also modified fade effect to report when no more samples will be produced to prevent unneeded reading of whole file. o Allow aborting SoX with SIGTERM, along with previous SIGINT. Norman Ramsey. sox-12.17.8 ----------- o noisered effect had compile problems with some compilers. o "-x" option was being ignored since 12.17.7. o Stuart Brady added support for reading and writing RIFX files (big endian RIFF/WAV files). Also added support for auto detecting DEC-style ".sd\0" files. o Gene Mar found typo in polyphase nuttall calculation. o SMP buffer overflow (detected by gcc 4.0). Reported by Marcus Meissner and Matthias Saou. o Fixed URL in manpage to resample overviews. o Fixed WAV handler so that it didn't think WAV chunks with max size were invalid chunks. This allows WAV's to be used in pipes since they have to default to max size. o WAV files with alaw or ulaw data don't need extended format chunks. (Lars Immisch) o In AIFF files, fixed problem were short comments should cause AIFF handler to get confused and become misaligned.
2006-04-04+ abcmidi-20060401, amarok-1.3.9, amavisd-new-2.4.0, gnupg-1.4.3,wiz1-5/+12
htmldoc-1.8.26, openttd-0.4.7, powermanga-0.80, py-qt3-sip-4.4.1, skipstone-0.9.6, subversion-1.3.1, subversion-base-1.3.1.
2006-04-04INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Makejlam14-22/+30
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04Use the correct path to the boehm-gc libtool archive.jlam3-7/+7
2006-04-04USE_NEW_TEXINFO is dead.jlam1-2/+1
2006-04-04* Honor PKGINFODIR and PKGMANDIR.jlam2-32/+19
* Simplify the PLIST generation by just using PLIST_SUBST instead of a post-build target.
2006-04-04* Don't use LTCONFIG_OVERRIDE and let pkgsrc automatically use thejlam4-34/+36
pkgsrc-installed libtool. Modify the configure script to grep the libtool we're using for the values of various libtool-derived variables. While here, fix the name of the variable that contains the flags to pass linker options to the compiler. * Drop the use of SUBST_FILES to directly substitute into cimcomp.c and just patch the Makefile to pass the proper flags when compilng.
2006-04-04Note removal of gal2, gal20, gtkhtml30 and evolution14.jmmv1-1/+5
2006-04-04Remove gal2 and gal20. These are deprecated mainstream and are not neededjmmv13-730/+1
any more in pkgsrc since the latest package using them (evolution14) is now gone.
2006-04-04Remove gtkhtml30. The latest package using this deprecated version ofjmmv6-254/+1
gtkhtml, evolution14, is now gone.
2006-04-04Remove evolution14. It is unmaintained and a much newer version is providedjmmv20-1686/+1
in the evolution package. No complaints in pkgsrc-users@.
2006-04-04Remove gtkhtml36. It is unused and the latest version of gtkhtml is injmmv10-338/+3
gtkhtml38. Ok'ed by maintainer.
2006-04-04Note revision bump for gnotime to 7.jmmv1-1/+2
2006-04-04Use gtkhtml38 instead of gtkhtml36. Bump PKGREVISION to 7.jmmv3-14/+14
2006-04-04Note graphics/dia PKGREVISION bump: security fix.salo1-1/+2
2006-04-04Security fix for CVE-2006-1550:salo4-3/+215
"Multiple buffer overflows in the xfig import code (xfig-import.c) in Dia 0.87 and later before 0.95-pre6 allow user-complicit attackers to have an unknown impact via a crafted xfig file, possibly involving an invalid (1) color index, (2) number of points, or (3) depth." http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1550 http://mail.gnome.org/archives/dia-list/2006-March/msg00149.html Fix from Dia CVS.
2006-04-04Remove BUILD_DEPENDS on bison and just use USE_TOOLS+=bison instead.jlam1-4/+2
2006-04-04* List the info file entries directly in the PLIST.jlam27-73/+85
* Honor PKGINFODIR and PKGMANDIR.
2006-04-04Reorder PLIST components so that directories are removed in the correctjlam5-16/+22
order. Remove "@unexec rmdir" lines made redundant by the reordering. Also, use a more succinct way to match ${OPSYS} + ${MACHINE_ARCH} by just checking ${MACHINE_PLATFORM}.
2006-04-04Ensure that the main PLIST component file is part of PLIST_SRC forjlam1-3/+3
platforms other than i386, powerpc, and sparc. Problem noted and fix suggested by Olaf Seibert on pkgsrc-users@. Bump PKGREVISION for PLIST changes.
2006-04-04Fix a C99ism so that this builds in NetBSD 1.6.2.jmmv2-1/+16
2006-04-04Fix C99isms so that this (hopefully) builds in NetBSD 1.6.2.jmmv2-1/+37
2006-04-04Fix C99ism so that this builds under NetBSD 1.6.2.jmmv2-1/+18
2006-04-04Use PKGMANDIR instead of hard-coded "man".reed1-3/+3
2006-04-04Avoid expansion of the '$NetBSD$' CVS Id in the suse100-distinfo target code.ghen1-2/+2
2006-04-04Updated mail/dovecot to 1.0beta5.ghen1-1/+2
2006-04-04Update Dovecot from 1.0beta3 to 1.0beta5. The beta4 release had SSL issuesghen8-118/+40
which were fixed again in beta5. patch-ac and patch-ad were taken from CVS and are not needed anymore. Changes in Dovecot 1.0beta4: * Changed the default lock_method back to fcntl. Apparently flock gives problems with some systems. * mbox: mailboxes beginning with '.' are now also listed * Replaced mail_use_modules and mail_modules settings with mail_plugins and mail_plugin_dir. Now instead of loading all plugins from the directory, you'll have to give a list of plugins to load. If the plugin couldn't be loaded, the process exits instead of just ignoring the problem (this is important with ACL plugin). + Added support for "master users" who can log in as other people. The master username can be given either in authorization ID string with SASL PLAIN mechanism or by setting auth_master_user_separator and giving it within the normal username string. + Added ACL plugin with ACL file backend. This however doesn't mean that there yet exists a proper shared folder support. If master user logged in as someone else, the ACLs are checked as the master user. + Added some Dovecot extensions to checkpassword passdb, see ChangeLog + Updated passwd-file format to allow specifying any key=value fields + Maildir++ quota support and several quota fixes + passdb supporting extra fields: Added "allow_nets" option which takes a comma separated list of IPs/networks where to allow user to log in. + NFS: Handle ESTALE errors the best way we can + IMAP now writes to log when client disconnects + In shared mailboxes (if dovecot-shared file exists) \Seen flags are now kept only in index files, so as long as each user has a separate index file they have separate \Seen flags. - Fixes to DIGEST-MD5 realm handling so it works with more clients - BODYSTRUCTURE -> BODY conversion from cache file was broken with mails containing message/rfc822 parts. - Fixed several memory leaks - We could have sent client FETCH notifications about messages before telling about them with EXISTS - Compiling fixes for Solaris and some other OSes - Fixed problem with internal timeout handling code, which caused eg. outlook-idle workaround to break. - If /dev/urandom didn't exist, we didn't seed OpenSSL's random number generator properly. Patch by Vilmos Nebehaj. - Maildir: Recent flags weren't always immediately removed from mails when mailbox was opened. - Several changes to SSL proxying code, hopefully making it work better. Changes in Dovecot 1.0beta5: - Beta4's SSL proxying rewrite worked worse than I thought. Reverted it back to original code. - Filesystem quota plugin now looks up the mount path correctly.
2006-04-04This packages switches from/to a Greek keyboard mapping.is5-0/+48
2006-04-04+dovecot-1.0beta5grant1-2/+2
2006-04-04Requires Python 2.4.joerg1-1/+3
2006-04-04xchm updated to 1.5.wiz2-3/+3
2006-04-04Update to 1.5:wiz3-7/+9
* 1.5: + fixed bookmark selection bug. + fixed Mac OS X locale warning. + now text can be copied with ctrl(or cmd, on Mac)-C. + added Copy toolbar button. + added Edit menu bar.
2006-04-04Bump date, so that version in src and pkgsrc have the samewiz1-2/+2
version _and_ the same code.
2006-04-04Pull over v1.4 from src/usr.sbin:wiz1-2/+5
revision 1.4 date: 2006/03/17 01:10:53; author: hubertf; state: Exp; lines: +5 -2 Fix filedescriptor leak Coverity CID 1625
2006-04-04Pull over v1.59-v1.61 from src/usr.sbin:wiz1-9/+17
revision 1.61 date: 2006/03/17 17:46:44; author: hubertf; state: Exp; lines: +4 -3 Put check if "best" is empty back into the right place, messed up in previous commit. Noted by yamt@ ---------------------------- revision 1.60 date: 2006/03/17 02:20:46; author: hubertf; state: Exp; lines: +10 -4 findbestmatchingname_fn(): catch possible problems if best (vp) contains some strange name (shouldn't happen, but ...) Coverity CID 869 ---------------------------- revision 1.59 date: 2006/03/17 02:10:55; author: hubertf; state: Exp; lines: +8 -7 findbestmatchingname_fn(): only do something sensible if the pointer handed in is actually usable (not NULL) Fixes Coverity ID 870
2006-04-04Pull over v1.36 from src/usr.sbin:wiz1-3/+11
revision 1.36 date: 2006/03/17 01:58:25; author: hubertf; state: Exp; lines: +11 -3 We can't sprintf() into a NULL pointer - catch that properly for ALL cases. Coverity CID 861
2006-04-04Sync with src/usr.sbin: whitespace diffs only.wiz1-4/+4
2006-04-04Pull over v1.77 from src/usr.sbin:wiz1-3/+3
revision 1.77 date: 2006/03/26 18:11:22; author: christos; state: Exp; lines: +3 -3 PR/33123: Murray Armfield: standards compliance & glob.h Certain fields in glob.h need to be size_t; fix this and version glob(3). http://www.opengroup.org/onlinepubs/000095399/basedefs/glob.h.html
2006-04-04Pull over v1.5 and v1.6 from src/usr.sbin:wiz1-13/+21
revision 1.6 date: 2005/11/13 20:37:23; author: agc; state: Exp; lines: +1 -10 Get rid of cvs merge botch in previous. ---------------------------- revision 1.5 date: 2005/11/13 20:07:41; author: agc; state: Exp; lines: +25 -8 The Dewey number comparison routines were added by myself in 2002 in revision 1.32 of pkg_install/lib/str.c, and have absolutely nothing to do with the original FreeBSD utilities. Place the appropriate (3 clause) copyright on this file.
2006-04-04Pull over v1.68 from src/usr.sbin:wiz1-3/+4
revision 1.68 date: 2006/03/17 02:31:44; author: hubertf; state: Exp; lines: +4 -3 pkg_do(): only use cp2 if it's really set to something useful Coverity CID 1176
2006-04-04Pull over 1.36 from src/usr.sbin:wiz1-3/+3
revision 1.36 date: 2005/12/03 01:08:38; author: hubertf; state: Exp; lines: +3 -3 Only warn about running as non-root when -v is given (or when running in non-unprivilegedmode, but how to detect?)
2006-04-04Pull over v1.51 from src/usr.sbin:wiz1-4/+4
revision 1.51 date: 2006/03/06 20:00:10; author: reed; state: Exp; lines: +4 -4 Fix the "Cannot chdir" error message to actually show the problem directory name for lsbest and lsall. For example: # pkg_admin -d /usr/packages/DragonFly/1.4.0/i386/All lsbest 'gmake>0' pkg_admin: Cannot chdir to /var/db/pkg: No such file or directory Should show: pkg_admin: Cannot chdir to /usr/packages/DragonFly/1.4.0/i386/All: No such file or directory
2006-04-04Pull over 1.117 from src/usr.sbin:wiz1-2/+6
revision 1.117 date: 2006/03/17 02:37:31; author: hubertf; state: Exp; lines: +6 -2 Add sanity check if there's a @cwd in the +CONTENT file. If not abort, because we wouldn't know where to put the files. Coverity CID 1358
2006-04-04Force using the included guile-www distribution since we don't knowjlam2-1/+15
if the pkgsrc version will work. This fixes PLIST problems that depend on whether or not devel/guile-www is installed.
2006-04-04As a workaround, use configure --infodir.reed1-1/+3
It does not install info file, but does create directory.
2006-04-03NetBSD needs TUNIFHEAD.rpaulo3-8/+10
2006-04-03Use pthread-stublib on NetBSD 1.x and 2.x.reed3-7/+20
Bump PKGREVISION. Patch updated to use the library. Thank you Joerg for the suggestion.