summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-08The variable modifier $${dir#${PREFIX}/} is not portable so eliminate itsdmcmahill1-5/+5
use. Fixes R packaging on solaris.
2006-10-08pkgsrc symlinks config/config.guess and config.sub to mk/gnu-configben1-1/+9
when you do not preserve timestamps in mk, this can cause config.guess and config.sub to be newer than config.guess.1 and config.sub.1. In that case, the man pages need to be rebuilt, and build fails because pkgsrc lacks help2man. Work around this situation.
2006-10-08Fixed "test ==".rillig2-1/+41
2006-10-08No Makefile -- no tests.rillig1-1/+2
2006-10-08Disabled the portability check for this package because one file isrillig1-1/+5
declared unchangeable. Unfortunately, exactly that file contains the non-portable code. Not my problem. ;)
2006-10-08This package has GNU and non-GNU configure scripts.rillig1-3/+5
2006-10-08Fixed "test ==".rillig3-1/+74
2006-10-08Needs OVERRIDE_DIRDEPTH=3.rillig1-1/+2
2006-10-08Fixed "test ==".rillig2-1/+43
2006-10-08Added two patches that replace $RANDOM with $$, since $RANDOM is onlyrillig3-1/+33
available in ksh and bash.
2006-10-08Added a new variable MAKE_PACKAGE_AS_ROOT that controls whether therillig2-2/+19
package needs to be packed by root or whether the unprivileged user can do that as well. Most packages don't need root privileges, but the default value is nevertheless "yes" to not break too many existing packages. pkgsrc users are encouraged to add the following to their mk.conf: MAKE_PACKAGES_AS_ROOT?= no The "?=" operator here is important because after the testing phase, this variable is only intended to be set by packages. If "=" would be used instead, packages could not override the value.
2006-10-08Remove the +BUILD_DEFS file before overwriting it. This is necessary torillig1-3/+5
allow most of the packages to be created as unprivileged user, since the +BUILD_DEFS file is created by the privileged user in the "install" phase.
2006-10-08Made the code simpler and added "set -e".rillig1-7/+6
2006-10-08Fix comment.xtraeme1-2/+2
2006-10-08Update sysutils/mklivecd to 0.14 [now with tmpfs support and more...]xtraeme1-1/+2
2006-10-08Update to the long awaited 0.14 version with the following changes:xtraeme4-75/+166
* Support for tmpfs, enabled via MNT_RAMFS_{ARGS,CMD}. To use tmpfs and all the available RAM in the machine, use the following lines in your configuration file: MNT_RAMFS_CMD="mount_tmpfs" MNT_RAMFS_ARGS="tmpfs" By default it will default to MNT_RAMFS_CMD="mount_mfs" and MNT_RAMFS_ARGS="-s 128m swap" to maintain compatibility with NetBSD versions < 4.0. * Support to mount a specific PACKAGES directory via PACKAGESDIR in the configuration file. * Added CDRECORD_BIN and MKISOFS_BIN to specify alternative binaries. * Remove MNT_FOO_ARGS, mount_null(8) is used on the root memory filesystem to mount all dependent directories. * Fix booting with GNU GRUB and MULTIBOOT on >=4.0. Please upgrade to this version and let me know if you are not happy...
2006-10-08Fix patch-aa to correctly use strcat, and to be C89 compliant.ben2-22/+23
Patch supplied by Christian Biere in PR#34738.
2006-10-08Remove extraneous interix change from patch-cb.ben2-11/+7
Perhaps this change was accepted upstream, and not yet removed from pkgsrc.
2006-10-08Add patch addressing PR 33916, supplied by David Holland.wiz3-2/+19
Bump PKGREVISION.
2006-10-08+ gcin-1.2.7, guile-1.8.1, konversation-1.0.1, kye-0.9.1,wiz1-4/+12
libdvdread-0.9.7, libpreludedb-0.9.10, miredo-1.0.4, nautilus-2.16.1, p5-Error-0.17006, p5-Test-Exception-0.23, p5-Test-Inline-2.105.
2006-10-08Newer versions of NetBSD have the plague-spot called strndup.joerg1-5/+11
While here, also use errx from the system on BSDs and don't segfault in strndup if malloc failed. From Don Woodstock in #netbsd-code.
2006-10-08Readd bug URLs. Requested by wiz.joerg2-3/+6
2006-10-08Updated sysutils/duplicity to 0.4.2.obache2-3/+3
2006-10-08Update duplicity to 0.4.2.obache2-8/+7
Patch provided by Martin Wilke via PR 34574. And also work with python24, so add 24 to PYTHON_VERSIONS_ACCEPTED.
2006-10-08Fixed "test ==".rillig4-2/+30
2006-10-08Recent versions of firefox don't have regchrome anymore, resulting in aghen1-3/+6
(non-fatal) error: ./+INSTALL: /usr/pkg/lib/firefox2/regchrome: not found. Only run regchrome when it's installed.
2006-10-08Bump revision for last change.joerg1-2/+2
2006-10-08Updated net/dnstop to 20060517.obache2-3/+3
2006-10-08Update dnstop to 20060517.obache2-6/+6
Patch provided by Martin Wilke via PR 34425. - Changelog A few fixes for OS X. 1) select()ing on a pcap FD doesn't always work. Advice from tcpdump mailing list archive is to put it into non-blocking mode and ignore the select() return value. 2) Added $(LDFLAGS) to link command line in Makefile to have dnstop linked with specific libraries. LDFLAGS will be picked up from the environment. 3) OS X needs to #include <arpa/nameser_compat.h> 2006/04/24 Duane Wessels Adriaan Peeters reported that the list of known TLDs is out-of-date. In particular, the .EU domain is not in the list. 2005/04/05 Duane Wessels Mark Foster found a bug with the source+SLD list. It was being updated for 3RD-level domain names as well. Mark also suggested that the '@' key should display the source+SLD screen, just as '3' and '#' work for 3RD-level.
2006-10-08Do not depend on rar-bin if MACHINE_ARCH != i386, this should fixxtraeme1-1/+7
installation on !i386 archs... reported by Rhialto some days ago. Bump PKGREVISION.
2006-10-08Use pkgsrc pthread magic and only that. Fixes build on Linux.joerg2-67/+101
2006-10-08Updated misc/dirdiff to 2.1.obache2-3/+3
2006-10-08Update dirdiff to 2.1.obache2-7/+6
Patch applied by Martin Wilke via PR 34432. What's new in dirdiff-2.1. -------------------------- * The diff display window can now display 3-way, 4-way and 5-way diffs as well as the normal 2-way diffs. When a line is identified as coming from multiple files, most of it will be colored for the newest of those files, and extra colored bars at the left of the line will identify which other files it is in. * You can now modify the diff display interactively (for example, to make it more understandable). You can use the middle mouse button to drag the blue separator bars to expose more context, or drag colored diff lines up and down (the movement is constrained so as to not alter the meaning of the diff). Dragging context lines splits them into colored diff lines. * There is now a menu on the diff display window for generating patches embodying the changes that could be made with the merge menu. That is, the diff lines that are checked in the diff viewer will be made into - and + lines in the generated patch. * The BitKeeper integration feature has been removed. I plan to add generic features for integration with arbitrary SCM systems in future. What was new in dirdiff-2.0. ---------------------------- * Some great new features from Dorothy Robinson: - A dialog box for choosing the directories to be diffed, if dirdiff is invoked without specifying any directories or files on the command line. - Colored icons instead of squares in the file list window. - Colored icons in the Diff and Copy/Del menus (provided you are using Tk 8.4 or later). - Modifications so dirdiff can be used under Windows. - A color key showing the ordering of the colors. - Use of two-level menus for the Diff, Copy/Del and Patch menus (the Diff and Copy/Del menus use two levels only when there are sufficient alternatives for it to make things simpler). - A filename search function using the filename bar in the file list window. - Options to allow the user to select external diff and file viewer programs. * There is now a mode for ignoring files in a directory if they match any of the patterns listed in the .cvsignore in that directory. This is invoked with the -C command-line option or by choosing the "Ignore files in .cvsignore" option in the Options menu. * Some users have requested a mode in which, when a directory exists in one tree but not another, dirdiff display the files in that directory as existing in the one tree but not the other (rather than displaying just a single line for the directory). This mode is enabled by choosing the "Show files that aren't in some dirs" option in the Options menu. * Trees can now be marked as "read-only" in the Options menu. This means that menu options that would modify those trees (in the Copy/Del, Touch and Merge menus) will not be offered. * Files can be added to the excluded file list by selecting them and choosing "Exclude selection" under the File menu. * Changes to the "Underline tabs" mode now take effect immediately.
2006-10-08pkg/34695: Static list of package master sites may (and often will)mishka2-8/+32
lead to overloads of very first distribution site. Moreover, if first site in the list is not available (often seen for sourceforge mirrors) you have to wait for timeout each time. To distribute load on master distribution sites and to make second problem not so annoying randomly intermix list of MASTER_SITES with MASTER_SORT_RANDOM feature. Any of MASTER_SORT and MASTER_SORT_REGEX can be applied later. The feature is turned ON by default and is disabled for PKG_DEVELOPERs or if MASTER_SORT_RANDOM=no.
2006-10-08Disabled the self-test on NetBSD, since it hangs.rillig1-1/+12
2006-10-08Teach ksysguard more about NetBSD. Fixes PR pkg/28338.markd6-2/+356
Bump PKGREVISION.
2006-10-08Remove extra `"' from tmac/Makefile.sub.hira2-1/+24
PR pkg/32062 form NAKAJI Hiroyuki <nakaji at jp dot freebsd dot org>.
2006-10-08Note multimedia/m{kvtoolnix,mg} update.salo2-3/+4
2006-10-08Update to version 1.7.0salo7-24/+65
Changes: - mkvmerge: enhancement: Added support for MIME type detection via libmagic (patch by Robert Millan with heavy modifications by myself). - mkvmerge: bug fix: Theora headers were not handled correctly. - mkvmerge: bug fix: The WavPack reader was broken on 64bit systems (e.g. AMD64). - mkvmerge: bug fix: The Theora timecode handling was broken, and Ogg/Theora files were not identified correctly (they showed up as "unknown" in mmg). - mmg: enhancement: The 'adjust timecodes' function accepts timecodes like 'XXXXXunit' with 'unit' being 'ms', 'us', 'ns' or 's'. - mkvmerge: enhancement: mkvmerge will no longer refuse to concatenate files with differing Codec Private contents and only issue a warning in such cases. - mkvmerge: bug fix: Quicktime/MP4 reader: Added support for version 1 media headers ('mdhd' atom) with 64bit fields. Fixed the duration of the last packet passed downstream. Fixed overflow issues during re-scaling from the Quicktime/MP4's time scale to nano seconds used by mkvmerge. - mkvmerge: bug fix: Muxing wasn't working Windows 9x/ME because mkvmerge was trying to use Unicode file access functions when determining which directories to create. Fixes Anthill bug #177. - mkvmerge: new feature: Added support for the "Delay:" feature and for negative timecodes in VobSub IDX files. - mmg: new feature: If mmg is set to automatically fill in the output file name then it will clear the output file name once all input files have been removed. - mmg: bug fix: Fixed a crash that occured if the user removed an attachment and clicked somewhere in the empty space in the attachment list. Occured only on Windows. - mmg: bug fix: Re-added Chinese to the list of popular languages (those are listed first in the language drop down boxes). - mkvmerge: bug fix: The last change to the ISO 639 language handling broke the VobSub reader so that it reported the wrong language codes. This also caused mmg to not display the correct language after adding a VobSub file.
2006-10-08Fix 'test ... == ...' cases in configure.salo2-5/+23
2006-10-08Note update of ruby-activesupport.minskim1-1/+2
2006-10-08Update ruby-activesupport to 1.3.1. Too many changes since 1.2.1,minskim3-13/+76
including many new methods and bug fixes. See ${RUBY_DOCDIR}/CHANGELOG.activesupport for the complete list.
2006-10-08Note PKGREVISION bump of rake.minskim1-1/+2
2006-10-08- Fix a hardcoded path in a manpage.minskim1-8/+12
- Remove an obsolete target. Bump PKGREVISION.
2006-10-08Note devel/libebml update.salo1-1/+2
2006-10-08Update to version 0.7.7salo3-10/+9
Changes: - minor bugfixes
2006-10-08Note net/lftp update.salo1-1/+2
2006-10-08Update to version 3.5.5salo2-6/+6
Changes: - new settings cmd:parallel and cmd:queue-parallel to set number of jobs executed in parallel in non-interactive mode and in a queue. - new mirror option --skip-noaccess and setting mirror:skip-noaccess. - fixed a coredump when lftp was compiled with a non-gcc compiler. - fixed compilation when stdbool.h is missing. - fixed a failed assertion. - fixed coredump when doing `ls ..' on a http site. - fixed memory and file descriptor leak in mget/mput.
2006-10-08Note www/paros update.salo1-1/+2
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.