summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-08Update to latest version, 3.2.13salo3-8/+10
Changes: New - skipping designated URL in spider. Use options to set the spider. - auto update menu and periodic check for update (Windows and Linux platform only). Fix - the use of new external library caused slower performance of proxy. Restored to older library.
2006-10-08Note wine PKGREVISION bump.wiz1-1/+2
2006-10-08Fix signal handling problem in wine.wiz3-6/+18
From David Holland in PR 32800. Bump PKGREVISION.
2006-10-07* make w3c-httpd correctly install for IRIX and Linux (Solaris might needschwarz5-14/+61
some additional lines in Makefile) * make it compile on non-case-sensitive filesystems * add support for Darwin
2006-10-07Remove the @exec apxs line from PLIST. Don't let this packagereed2-4/+3
modify Apache's config. Bump PKGREVISION. If someone wants to add a MESSAGE they may. This was discussed in May and June.
2006-10-07Remove the @exec apxs lines. Don't let this packagereed2-4/+3
modify Apache's config. If someone wants to add a MESSAGE they may. This was discussed in May and June. This is to close PR #29300.
2006-10-07Disable assembler code for Mac OS X x86. That should fix a build problemtron1-2/+3
reported by Davide Zanon on the "pkgsrc-users" mailing list.
2006-10-07Apply patch from pkg/33665, setting LTDL_LIBRARY_PATH, but do so onlygdt1-3/+9
on Darwin where the failure happened, because I can't figure out why this should be necessary (guile should be looking there anyway).
2006-10-07Update to 4.17. This is for PR 34337.reed3-18/+15
Recent changes include: 2006-03-02 16:06 Christos Zoulas <christos@zoulas.com> * Print empty if the file is (Mike Frysinger) * Don't try to read past the end of the buffer (Mike Frysinger) * Sort magic entries by strength [experimental] 2005-11-29 13:26 Christos Zoulas <christos@zoulas.com> * Use iswprint() to convert the output string. (Bastien Nocera) 2005-10-31 8:54 Christos Zoulas <christos@zoulas.com> * Fix regression where the core info was not completely processed (Radek Vokál) 2005-10-20 11:15 Christos Zoulas <christos@zoulas.com> * Middle Endian magic (Diomidis Spinellis) 2005-10-17 11:15 Christos Zoulas <christos@zoulas.com> * Open with O_BINARY for CYGWIN (Corinna Vinschen) * Don't close stdin (Arkadiusz Miskiewicz) * Look for note sections in non executables. 2005-09-20 13:33 Christos Zoulas <christos@zoulas.com> * Don't print SVR4 Style in core files multiple times (Radek Vokál) 2005-08-27 04:09 Christos Zoulas <christos@zoulas.com> * Cygwin changes Corinna Vinschen 2005-08-18 09:53 Christos Zoulas <christos@zoulas.com> * Remove erroreous mention of /etc/magic in the file man page This is gentoo bug 101639. (Mike Frysinger) * Cross-compile support and detection (Mike Frysinger) 2005-08-12 10:17 Christos Zoulas <christos@zoulas.com> * Add -h flag and dereference symlinks if POSIXLY_CORRECT is set. 2005-07-29 13:57 Christos Zoulas <christos@zoulas.com> * Avoid search and regex buffer overflows (Kelledin) 2005-07-12 11:48 Christos Zoulas <christos@zoulas.com> * Provide stub implementations for {v,}nsprintf() for older OS's that don't have them. * Change mbstate_t autoconf detection macro from AC_MBSTATE_T to AC_TYPE_MBSTATE_T. 2005-06-25 11:48 Christos Zoulas <christos@zoulas.com> * Dynamically allocate the string buffers and make the default read size 256K. 2005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de> * Dragonfly ELF note support 2005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it> * Avoid NULL pointer dereference in time conversion. 2005-03-06 00:00 Joerg Walter <jwalt@mail.garni.ch> * Add indirect magic offset support, and search mode.
2006-10-07added fixes for Darwinschwarz6-5/+57
2006-10-07comix updated to 3.6.wiz2-3/+3
2006-10-07Update to 3.6:wiz3-13/+15
Comix 3.6 - Added an "Adjust colour" dialog that lets you specify values for brightness, contrast, saturation and sharpness. - Improved the behaviour of the "Save window position and size" and "Default fullscreen" preferences. - Changed the "Save window position and size" preference to on by default. - Changed the menus a bit. - Improved autocontrast (slightly heavier contrast change). - Changed the UI of the properties dialog a bit to better suit low resolution screens. - Improved handling of Zip files containing files with filenames of an unknown character encoding. - Added extra error message to install.py that is displayed when trying to install into a non-existing directory. - Added a --no-balloon option to install.py that tells the Nautilus thumbnailer to not imprint balloon images on thumbnails by default. - Fixed a bug that could cause Comix to scale images to the wrong dimensions on a dual-screen setup. Thanks to Vegard Eriksen for this fix. - Fixed a bug that caused icons to not be loaded when starting Comix through a symbolic link not located in the same directory as the `comix` executable. - Fixed a bug that could cause an error message when going back to a previous archive by flipping backwards in double page mode and directly switching to single page mode afterwards. - Fixed a bug that caused Comix to treat empty files as tar archives. Thanks to Christoph Wolk for this fix. - Fixed a bug in comicthumb with thumbnailing rar archives, plus some cleanup. (Christoph Wolk)
2006-10-07Add note to description and also to +DISPLAY aboutreed3-2/+9
lock files. Bump PKGREVISION. This is for PR #31836. Also see http://www.openwall.com/popa3d/DESIGN.shtml.
2006-10-07To close my PR #22693.reed1-1/+10
If GTAR_PROGRAM_PREFIX is empty, then conflict with gtar-base. If GNU_PROGRAM_PREFIX is empty, then conflict with gcpio. Bump PKGREVISION.
2006-10-07If GNU_PROGRAM_PREFIX is empty then conflict with pax packagereed1-2/+7
(which also installs cpio). This is for my old PR #22693. (Note I did this different than I did the gtar-base package which has an another optional setting for choosing the prefix for gtar which installs gtar with "g" if GNU_PROGRAM_PREFIX is empty. If that is needed for gcpio also, let me know.)
2006-10-07Oops, fixed a typo.rillig1-2/+2
2006-10-07Meta-packages that had DIST_SUBDIR set (for whatever reason) tried torillig1-5/+5
fetch files with an empty name, for example "geda/". The problem was that the expression ${LIST:S,^,${DIST_SUBDIR}/,} results in ${DIST_SUBDIR}/ when ${LIST} is empty. This is surprising but matches the documentation in the manual page, so this cannot be called a bug. The proper fix is to use ${LIST:@f@${DIST_SUBDIR}/${f}@} instead. Noticed by Don Woodstock on #netbsd-code.
2006-10-07kmymoney2 updatemarkd2-3/+3
2006-10-07Update kmymoney2 to 0.8.5markd5-85/+42
From Gary Duzan in PR pkg/34669 with some tweaks from me. Changes: 0.8.5: some bug fixes and user interface improvements. Some build system changes will help in implementing the application on a wide selection of platforms. Improvements to the file importers (GnuCash and QIF). 0.8.4: several bug fixes and some improvements to the entry of scheduled transactions. There are also some new translations and miscellaneous changes, all of which should help to make building and using the application even easier. 0.8.1-3: Changes unknown.
2006-10-07Updated cgoban-java to 3.3.5.rillig1-1/+2
2006-10-07Updated cgoban-java to 3.3.5.rillig3-14/+14
Changes since 3.3.1: - unknown, since it's closed source. pkgsrc-specific changes: - copied the distfile to ftp.NetBSD.org, after getting explicit permission by the author to do so.
2006-10-07Stated some major goals of pkgsrc:rillig1-1/+22
- high quality of the generated packages - platform independence, portability - uniform look and feel on all platforms Feel free to add you own goals.
2006-10-07Changed to htdocs-share-20061007.tar.gz.rillig1-4/+4
2006-10-07Changed to the current htdocs-share archive. Added a target to regeneraterillig1-2/+12
the archive, since that has been undocumented up to now.
2006-10-07htdocs-share-20061001.tar.gz is broken, so update to 20061007.rillig2-6/+6
2006-10-07Updated aegis to 4.22.rillig1-1/+3
2006-10-07Updated aegis to 4.22.rillig5-54/+83
Since the pkgsrc package had not been updated for three years, there are far too many changes to list here. They are though included as share/aegis/en/readme.txt.
2006-10-07Updated mail/cue to 20060417.obache2-3/+3
2006-10-07This package needs texinfo 4.1 or lator. (I found on NetBSD 1.6.2 whichtaca2-2/+4
has texinfo 4.0 on base system.)
2006-10-07Update cue to 20060417, provided by ISIHARA Takanori via PR 33153.obache4-17/+18
Changelog isn't available.
2006-10-07mrtg-2.14.5 dosen't contain ANNOUNCE file any more.taca1-2/+2
2006-10-07Collected some non-standard extensions for sh(1).rillig1-1/+14
2006-10-07Fixed "test ==" and $RANDOM.rillig2-1/+32
2006-10-07When patch files are registered in the distinfo file, but not added orrillig1-8/+22
committed to CVS, a warning is printed.
2006-10-07Updated net/darkstat to 3.0.540.obache2-3/+3
2006-10-07Update darkstat to 3.0.540.obache4-25/+66
Patch provided by MAINTAINER, Bartosz Kuzma via PR 34158. Changes from 3.0.524 to 3.0.540 - Fix build against old libpcap (thanks Claudio) - Fix build on AIX (thanks Andreas) - Fix build warnings on NetBSD (thanks Bartosz) - Deny writes to BPF socket (thanks Can) - Reverse-resolve IPs less aggressively. - Free up the DNS queue as we process it. - Fix dns_reply silliness. - Web: tweak the look of the top bar. - Web: update total packets and bytes as part of graph update. - Decode DLT_LINUX_SLL (ippp0 on Linux), patch courtesy of Ingo Bressler pkgsrc specific changes: - /var/empty has marked obsolete by etcupdate so I've changed chroot dir for darkstat to ${PREFIX}/share/darkstat/chroot. - patch-aa add support for DLT_PPP_SERIAL (for NetBSD only) and DLT_PPP devices.
2006-10-07Fixed the path to the manual pages.rillig3-6/+8
2006-10-07Updated archivers/dar to 2.3.1.obache2-3/+3
2006-10-07Fixed "test ==". PKGREVISION++.rillig3-3/+17
2006-10-07Update dar to 2.3.1.obache2-6/+6
Patch provided by Martin Wilke via PR 34430. - Changelog from 2.3.0 to 2.3.1 - set back Nick Alcock's patch which has been dropped from 2.2.x to 2.3.x (patch name is "Do not moan about every single file on a non-ext2 filesystem") - fixed compilation problem when thread-safe code is disabled - integrated Wiebe Cazemier's patch for dar's man page - fixed bug in listing: -as option also listed files that had EA even when theses were not saved in the archive - file permission of installed sample scripts lacked the executable bit - fixed a bug that appeared when a file is removed while at the time it is saved by dar - avoid having an unnecessary warning appearing when restoring a file in a directory that has default EA set - Cygwin has changed and does not support anymore the path in the form "c:/some/where", you have to use "/cygdrive/c/some/where" instead. Documentation has been updated in consequence.
2006-10-07Fixed "test ==".rillig2-1/+15
2006-10-07Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed",rillig1-4/+5
since that's what I really wanted. It's just one day old, so I hope that nobody has gotten used to it.
2006-10-07Note bump of navi2ch-1.7.5nb4.uebayasi1-1/+2
2006-10-07Make sure the patch provided by PR pkg/32585 from ISIHARA Takanori is inuebayasi2-2/+15
repository; this has been missed and left in my work directory somehow. I'm sorry. Bump revision to 4.
2006-10-07imap-uw 2006a => 2006b.obache1-2/+2
2006-10-07Note bump of elscreen-1.4.3nb3; install add-on's.uebayasi1-1/+2
2006-10-07Download and install all available add-on's. The sizes are small so don'tuebayasi4-6/+52
bother to select them. Bump revision to 3.
2006-10-07Note update of Riece 3.1.0; bug fixes.uebayasi1-1/+2
2006-10-07Update Riece to 3.1.0.uebayasi2-6/+6
Changes excerpted from NEWS: ** Prevent reentrace of message handlers. This might fix some long standing bug in message handling. (ueno) ** Removed dependency on the calc package from riece-ndcc.el. (ueno) ** Fixed a bug in the 353 message handler. (ueno)
2006-10-07Note deletion of mew3.uebayasi1-1/+2