summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-27+ ald-0.1.6 [pkg/26431], cooledit-3.17.8, getmail-4.0.1, hatari-0.50,wiz1-3/+7
musicpd-0.11.4, streamtuner-0.12.4.
2004-07-27Updated scummvm to 0.6.1adam1-1/+2
2004-07-27- clamav-0.75 (thanks simonb).xtraeme1-2/+2
+ perl-5.8.5
2004-07-27Note update of cyrus-imapd22 to 2.2.7.recht1-1/+2
This also addresses PR pkg/26446 by Jukka Salmi.
2004-07-27Changes 0.6.1:adam3-14/+17
General: - Fixed sound glitch when streaming two or more Ogg Vorbis sounds from the same file handle, e.g. in the Sam & Max intro when using monster.sog. SCUMM: - Many SCUMM game engine fixes. - Added graphics decoders for 3DO Humongous Entertainment games - Numerous Humongous Entertainment games fixes - Fixed bug in Full Throttle, so battle difficulty matches original - Improved Digital iMUSE Sword1: - Warn the user if saving fails, instead of crashing. - Slightly more user-friendly save/restore dialog. - Fixed masking glitch outside Nico's apartment. BASS: - Warn the user if saving a game doesn't work. Simon: - Fixed crashes in some international versions
2004-07-27update to cyrus imapd 2.2.7recht4-15/+15
Changes to the Cyrus IMAP Server since 2.2.6: - Fix handling of PARTIAL command and partial body fetches - A large number of portability fixes supplied by Albert Chin - Added client_timeout option to control connect() timeouts for proxy code - Added popuseacl option - Fix a number of issues with the quota -f tool - Fix thread safety issue in saslserver() - Fix possible stage file leak in append code - Fix bugs in handling of MULTIAPPEND introduced in 2.2.3 - Fixed regression bug in Sieve vacation
2004-07-27Note arj update to 3.10.21.wiz1-1/+2
2004-07-27Update to 3.10.21, and fix build on current (statvfs lossage).wiz3-10/+9
Changes since 3.10.20: * arj_arcv.c, arj_file.c, arj_proc.c, arj_user.c, arjtypes.c, environ.c, externs.c, externs.h, makefile: Merged with the remaining part of TCO fixes to make up for 3.10.21 * defines.h, encode.c, environ.c, environ.h, fmemcmp.asm, misc.c, rearj.c: Resync with TCO to close any outstanding bugs * arj.c: Rudimentary Borland code caused the filenames in argv[] to be mishandled under Win32 * register.c: REGISTER might fail due to _fput_* changes
2004-07-27Add two new sourceforge mirrors: ovh (.fr) and puzzle (.ch), andwiz1-2/+4
comment out twtelecom, since it's not in the mirrors list and didn't work for me a few minutes ago.
2004-07-27Note update of clamav to version 0.75. Only change is:simonb1-1/+2
This release fixes detection of e-mails generated by Worm.Mydoom.I.
2004-07-27Update to version 0.75. Only change is:simonb2-5/+5
This release fixes detection of e-mails generated by Worm.Mydoom.I.
2004-07-27eww, replace another [ with ${TEST}.xtraeme1-2/+2
2004-07-27s/echo/${ECHO}/xtraeme1-3/+3
2004-07-27Fix some more troubles with my modification for resume transfers:xtraeme2-17/+26
o Use ${WC} -c instead of using ${LS} -l, which works with symlinks. o Only assign -R to FETCH_RESUME_ARGS when FETCH_CMD is the default value (NetBSD's ftp). o Fix for www/navigator package, which uses DIST_SUBDIR. o Replace another [ with ${TEST}. o Print a warning when FETCH_CMD != ftp and FETCH_RESUME_ARGS is empty (resume will not be possible). Thanks to cube@ and tron@ for reporting/helping with the problems.
2004-07-27note update of tnftp to 20030825nb1 (SIGINT fixes)grant1-1/+2
2004-07-27bump PKGREVISION for SIGINT fixes.grant1-1/+2
2004-07-27apply fix from NetBSD-current for SIGINT handling. ok'd by lukem.grant6-27/+46
2004-07-27Fix some problems with REFETCH mods:agc1-7/+15
1. don't hardcode true, echo and [ 2. Cope with distfiles which are located in a DIST_SUBDIR 3. Don't always assume there will be a size field in the ${DISTINFO_FILE} XXX The refetch mods make an assumption that an exit code of 0 from a ${FETCH_CMD} means that the transfer has been completed successfully, and this used not to be the case. I haven't tested this assumption recently.
2004-07-27Only apply binpatch to "communicator" package not to "navigator" packagetron1-3/+5
because we don't have a patch for that.
2004-07-27s/gameboy-sdl/gnuboy-sdl/ (hi dillo!)xtraeme1-2/+2
2004-07-27Sergio Jimenez will maintain this package.minskim1-2/+2
2004-07-27Updated netscape7 to 7.1nb3atatat1-1/+2
2004-07-27Add a tiny binary patch to netscape7 (libsoftokn3.so, actually) thatatatat2-2/+71
makes the NetBSD kernel stop whining about file descriptor 0 being closed when netstat gets run. The script contains everything you don't want to know. Bump this pkg to PKGREVISION 3.
2004-07-27Note update of devel/libebml, multimedia/libmatroska andsalo2-3/+6
multimedia/m{kvtoolnix,mg}.
2004-07-27Updated to version 0.9.4.salo4-77/+7
Changes: - patch-ab no longer needed 0.9.4: ====== - mkvextract: new feature: Added support for extracting TTA tracks to TTA files. new feature: Implemented the extraction of chapter information and tags as a CUE sheet which is the reverse operation to using a CUE sheet with mkvmerge's '--chapters' parameter. - mkvmerge: bug fix: SRT file recognition failed if the file contained spaces at the end of the first line. bug fix: Broken VobSub .idx files which contain timestamps going backwards no longer crash mkvmerge. A warning will be printed for such inconsistencies. bug fix: The Matroska reader contained a nice little illegal memory access (introduced in 0.9.3 with the fixes to the 'default track' handling). bug fix: The SSA reader was segfaulting if a line contained an empty text field. bug fix: The CUE sheet parser interpreted a timestamp as HH:MM:SS (hours, minutes, seconds). The correct spec is HH:MM:FF (hours, minutes, frames with 1 frame = 1/75 second). new feature: The pregap from a CUE sheet is converted into two sub-chapters (one for "INDEX 00", one for "INDEX 01"). These sub-chapters have their 'hidden' flag set. - mkvinfo: bug fix: Fixed compilation for MATROSKA_VERSION = 2. bug fix: Fixed compilation with gcc 3.2. - mmg: new feature: Added support for the two flags 'hidden' and 'enabled' in the chapter editor.
2004-07-27Update to version 0.7.1.salo5-48/+27
Changes: - use bzip2 distribution tarball 0.7.1: ====== - KaxClusterPosition is already in use and therefore a v1 element - various cosmetic changes to Makefile and build system itself
2004-07-27Update to version 0.7.1.salo4-25/+14
Changes: - use bzip2 distribution tarball 0.7.1: ====== - Set eol-style and keywords properties - various cosmetic fixes to Makefile and build in general - BeOS support
2004-07-27Add support to resume transfers, by default it will be disabled ifxtraeme2-9/+39
$http_proxy or $ftp_proxy are defined (for the moment, NetBSD's ftp(1) doesn't support this). While I'm here, move FETCH_CMD from bsd.pkg.mk to bsd.pkg.defaults.mk, and add the new variable FETCH_RESUME_ARGS (-R by default with ftp(1) from NetBSD/pkgsrc). If you want to use wget to resume transfers, you should use something like: FETCH_CMD=wget FETCH_RESUME_ARGS=-c
2004-07-27Update mail/clamsmtp to 0.4.xtraeme3-7/+8
Changes: - Option for quarantining files with viruses - Fixed problem with returning wrong SMTP error code - Handling timeouts properly - Fixed stupid problem with sockets not getting closed properly
2004-07-26Disable MMX support if USE_MMX != [Yy][Ee][Ss].xtraeme1-1/+3
2004-07-26Finish move of misc/gpsd and misc/gpsdrive to geography/.wiz17-586/+4
Closes PR 26422 by Iain Hibbert.
2004-07-26Re-add Alistair's gcc3 fixes for gpsdrive (sorry for that).wiz5-2/+43
2004-07-26- fix invoke_copy_to_stack() for PRBooltaya3-6/+13
- Use socklen_t for 5th arg. of getsockopt() instead of size_t Now mozilla runs on sparc64. But It's not complete (e.g. can't connect to IPv6 site)
2004-07-26Reimport misc/gpsdrive as geography/gpsdrive.wiz7-0/+495
2004-07-26Re-import misc/gpsd as geography/gpsd.wiz5-0/+46
2004-07-26Note addition of mail/mess822, a library for parsing Internet mail messages.schmonz1-1/+2
2004-07-26Add and enable mess822.schmonz1-1/+2
2004-07-26Initial import of mess822-0.58.schmonz5-0/+163
mess822 is a library for parsing Internet mail messages. The mess822 package contains several applications that work with qmail: * ofmipd rewrites messages from dumb clients. It supports a database of recognized senders and From lines, using cdb for fast lookups. * new-inject is an experimental new version of qmail-inject. It includes a flexible user-controlled hostname rewriting mechanism. * iftocc can be used in .qmail files. It checks whether a known address is listed in To or Cc. * 822header, 822field, 822date, and 822received extract various pieces of information from a mail message. * 822print converts a message into an easier-to-read format. mess822 supports the full complexity of RFC 822 address lists, including address groups, source routes, spaces around dots, etc. It also supports common RFC 822 extensions: backslashes in atoms, dots in phrases, addresses without host names, etc. It extracts each address as an easy-to-use string, with a separate string for the accompanying comment.
2004-07-26Note asapm-2.11nb3 update.wiz1-1/+2
2004-07-26Add patch from Michael Eriksson in PR 26438:wiz3-10/+12
The patches for asapm to try sysmon if APM fails, only support battery info in units of Watts and Watt hours. However, some machines like my Compaq Presario X1007EA laptop uses units of Amperes and Ampere hours. Bump PKGREVISION.
2004-07-26Note update of gkrellm-xmms to version 2.1.20.cube2-3/+3
2004-07-26Update to version 2.1.20. Fixes PR 26428 from Joel CARNAT.cube2-7/+8
2.1.20: - Improve the string to utf8 translation function 2.1.19: - When both g_filename_to_utf8 and g_locale_to_utf8 fail, use the unconverted string. Don't know if it's the right way, but fixes crashes with broken filenames. - Don't try to convert NULL. Fixes crash on empty playlist - Use special gkrellm 2.2.0 api for scrolling text. Patch by Bill Wilson <billw@wt.net> - Use a g_spawn function instead of system to launch xmms, so xmms doesn't inherit all open gkrellm file descriptors Patch by Bill Wilson <billw@wt.net> 2.1.18: - When g_filename_to_utf8 fails fall back to g_locale_to_utf8. Fixes 100% cpu usage when playing files with filenames in locale encoding. 2.1.17: - Fixed memory leaks introduced in previous version. - Patch by Bill Wilson <billw@wt.net> to fix dependency on GdkFont and some other cleanups 2.1.16: - Fixed crash when updating playlist Thanks to Jan Tomasek <jan@tomasek.cz> for the pointer - Use the filename for title if we don't load the info - Add an item in the rmb menu to popup the gkrellmms config tab 2.1.15: - Off by one error in the playlist updating code, caused the wrong title to show. Found and patched by Andrew Kemp <ajwk@pell.uklinux.net>
2004-07-26note SDL pkgrevision bump (audio delay fixes)dillo1-1/+2
2004-07-26Added entry for updating gcc34shannonjr1-1/+2
2004-07-261) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1shannonjr4-9/+44
2) Added include statment for zlib/buildlink3.mk to Makefile to go with CONFIGURE_ARGS+=--with-system-zlib already there. Thank you Georg Schwarz <geos@epost.de> for pointing out this ommision. 3) Incorporated logic from gcc3 that determines whether to add binutils dependency or not. 4) Eliminated hardcoded target of netbsdelf2.0 as a step toward supporting other architectures.
2004-07-26Reduce audio delay in the *BSD audio driver (by configuring audiodillo3-7/+17
device with shorter block size and lower water marks). PKGREVISION++
2004-07-26Add standard djbware RESTRICTED clause. Set USE_BUILDLINK3=yes.schmonz1-2/+12
Enable pkgviews installation. Rename pre-build to do-configure.
2004-07-26Enable pkgviews installation.schmonz3-3/+15
2004-07-26note emulator improvements and additionsdillo1-1/+7
2004-07-26Note update of security/keychain.schmonz1-1/+2