summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2010-05-16Pullup ticket #3116 - requested by wiztron1-1/+4
sysutils/bacula: portability fix Revisions pulled up: - sysutils/bacula/Makefile.common 1.55 --- Module Name: pkgsrc Committed By: wiz Date: Sun May 16 13:08:11 UTC 2010 Modified Files: pkgsrc/sysutils/bacula: Makefile.common Log Message: Disable extattr on DragonFly. From Jan Lentfer in PR 43312.
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-03-22Use /usr/include/dev/apm/* on AMD64. Add explicit failure message forjoerg3-16/+22
systems that have neither those nor /usr/include/machine/apmvar.h. Mark as DESTDIR ready.
2010-03-21Reset maintainer, developer lost his commit bit.wiz2-4/+4
2010-03-21Improve portability (NULL v.s. 0).taca3-6/+15
Bump PKGREVISION.
2010-03-20Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,wiz1-2/+2
depend on version that removed dependency and bump PKGREVISION for dependencies.
2010-03-17USE_NCURSES=# -> USE_NCURSES=yesjoerg1-2/+2
2010-03-15Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any moretaca1-3/+1
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now. No functional change.
2010-03-15Update to 2.01.01alpha77:wiz2-6/+6
All: - Added support for DragonFly/x86_64 - Support for "pcc" on Solaris x86 was added as a first step. The C-Compiler "pcc" http://pcc.ludd.ltu.se/ is based on the Portable C-Comppiler from AT&T from the late 1970s. It is under BSDl and thus offers compilation with a really free build environment. Note that due to a pcc bug, the autoconf results for Large File support are incorrect. Unless you edit the file incs/i386-sunos5-pcc/xconfig.h and manually correct the file to contain this: #define _FILE_OFFSET_BITS 64 /* # of bits in off_t if settable */ You will not get working large file support. Support for more Operating system will follow after the issues in the compiler have been resolved. Libfind: - Fixed a bug in libfind/walk.c (calling strcatl() with last parameter 0 instead of (char *)0) Cdrecord: - Fixed a bug with INDEX 00 support for CUE files from ExactAudioCopy - Cdrecord no longer tries to close a session on a BD-RE media. This is not supported in the recent MMC Standard and most drives return a SCSI error when attempting to close such a session.
2010-03-11Remove trailing whitespace.gls1-2/+2
2010-03-11Sqlite is no longer supported, sqlite3 is the default nowadam1-8/+4
2010-03-10Update to 2.0.7.gls2-7/+7
Patch provided by maintainer, Andrey Simonenko in PR 42945. Fix MASTER_SITES. Changes in ipa-2.0.7: * If during initialization a limit has time of START, REACH or UPDATED event greater than current time, then ipa will not restart such limit immediately. * If during initialization a not reached limit has time of START event greater than current time, then ipa will change time of this event to current time and will not restart such limit immediately.
2010-03-09Changes 5.0.1:adam26-655/+257
* We believe that we have resolved most of the problems concerning canceled or failed jobs being "stuck" in the Director. There is one outstanding problem in the SD when canceling jobs that we will fix in the next major release. If you see jobs that seem to be stuck, in general issuing a cancel command in bconsole should now make them go away. Directives: * The default for "Allow Duplicate Jobs" has been changed from no to yes. If you use this directive, please check your conf file, and note the next two items! * AllowHigherDuplicates disabled. It did not work as documented and was confusing. * New directive "CancelLowerLevelDuplicates" See New Features section in the manual. * Truncate on Purge rewritten. See New Features section in the manual. * Bug fixes * Ensure SD asks for help when looping even if poll set. * Fix three-pool regress bug * This version fixes an issue where the console window would start out docked. It is fixed by initiating the variables in the Pages class wi constructor. * Fix make_catalog_backup.pl fails when catalog db is on other host
2010-03-08user-destdir support, and add LICENSE (gnu-gpl-v2).jym1-3/+8
2010-03-07DESTDIR readyjoerg1-1/+3
2010-03-07* Add user-destdir installation support.obache3-2/+75
* set LICENSE=gnu-gpl-v2.
2010-03-04NetBSD 5.99.21 and newer does not swap out user areasmartin2-5/+11
2010-03-04Update to 4.1.3. From the changelog:schmonz2-6/+6
-fix 64-bit data patterns with some versions of gcc. Thanks: Tony Battersby. -clarify `make install` in readme. Thanks: Marc Lobelle.
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz5-10/+10
2010-02-25Update to 1.11, provided by Mustafa Dogan in private mail.wiz2-13/+6
Changes in version 1.11: In case of error writing the logfile to disc, the user is now given the possibility of fixing the problem and continue. The splitting algorithm has been modified to read secuentially the areas smaller than a threshold size. After every read error, ddrescue now verifies the input file has not disappeared. In rescue mode, ddrescue now shows the time elapsed from the last successful read. Signals SIGUSR1 and SIGUSR2 are now ignored by ddrescue. Descriptions of "--direct", "--synchronous" and "--sparse" in the manual have been made clearer. Description of rescue algorithm in the manual has been made clearer. "make check" now verifies that files are open in binary mode. A warning about logfile usage has been added to "ddrescue --help" output. 1.10: Changes: The option "--try-again" has been added. The size skipped when bad sectors are found has been made independent of "cluster-size". Rescue speed has been improved for large log files. An overflow reading from devices of undefined size has been fixed. "make install-info" should now work on Debian and Mac OS X. 1.9 Changes: The new option "--domain-logfile" has been added. Verbosity control of user messages has been simplified. This release improves portability by using the LLONG_MAX macro instead of LONG_LONG_MAX. This release is also available in lzip format.
2010-02-25Add more details to bare description.reed1-0/+3
2010-02-24update to 1.2.8.5drochner2-7/+6
changes: minor bugfixes
2010-02-24build against libslang2 rather than libslang1, initialize its UTF8drochner4-5/+18
handling, bump PKGREVISION
2010-02-23Added sysutils/p5-Linux-Inotify2 version 1.2.1sno1-1/+2
2010-02-23Importing pkgsrc/sysutils/p5-Linux-Inotify2 version 1.2.1 as dependencysno3-0/+38
of scheduled update of devel/p5-File-ChangeNotify to 0.12 This module implements an interface to the Linux 2.6.13 and later Inotify file/directory change notification sytem. It has a number of advantages over the Linux::Inotify module: - it is portable (Linux::Inotify only works on x86) - the equivalent of fullname works correctly - it is better documented - it has callback-style interface, which is better suited for integration.
2010-02-23Added sysutils/p5-IO-Kqueue version 0.34sno1-1/+2
2010-02-23Importing sysutils/p5-IO-KQueue version 0.34 as dependency for scheduledsno3-0/+35
update of devel/p5-File-ChangeNotify to 0.12. This module provides a fairly low level interface to the BSD kqueue(2) system call, allowing you to monitor for changes on sockets, files, processes and signals. Usage is very similar to the kqueue system calls, so having read and understood the kqueue(2) man page is a usage prereqisite.
2010-02-22Updating sysutils/p5-Lchown from 1.00nb2 to 1.01sno2-7/+11
pkgsrc changes: - Add license definition - Add new module type - Make clear that it requires a C compiler Upstream changes: 1.01 2009-10-18 RT #25968 changed to Module::Build
2010-02-22Updating sysutils/p5-Sys-Filesystem from 1.23 to 1.27sno2-16/+19
pkgsrc changes: - Adding license definition - Adding dependencies Upstream changes: 1.27 Fixing RT#54406 (patch from Robert Bohne with some modifications) Fixing RT#54599 (patch from Jonathan Yu) Fixing wrong dependencies detection on Windows Fixing generic fstab/mnttab reading 1.26 Adding more special file systems for Linux Prefer /proc/self/mounts over /etc/mtab (when available), fixes RT #51151 (Thanks Tyler MacDonald) Fix some tests to skip when no regular file systems could be found Some Win32 fixes Switch to Module::Pluggable to load OS-plugins 1.25 Fixed support for FreeBSD and generalize BSD support Fixed support for AIX Fixed aliased attribute support for Sys::Filesystem->filesystems Fix "Sys::Filesystem->filesystems ()" and "Sys::Filesystem::filesystems" (reported by H.Merijn Brand) by using Params::Util Add keyword "Id" to be used/expanded by svn Explain how restrictions on method filesystem works in Sys::Filesystem Add a version method to all fs plugins Update documentation Correct t/03test.t to use format instead of type (recommended) 1.24 Added support for NetBSD (Jens Rehsack) Added support for HP-UX (H.Merijn Brand) Fixed POD a little Add a simple test to see whether it's working or not Increased required perl version (suggested by H.Merijn Brand)
2010-02-21fix for pr#42396 from dbus 1.2.16 (different branch than this)tez2-6/+18
don't pass -no-pointer-sign to compiler that does not support it (gcc34)
2010-02-21Apply patch:wiz4-7/+51
Fix problem with systems with more than 2 GB memory (notably, x86_64-based systems). Thanks Goswin Brederlow. From Debian via Andrew Daugherity in PR 36627. Bump PKGREVISION. pkglint cleanup while here.
2010-02-21Remove adjustkernel: Broken since 2002 (PR 17761).wiz6-314/+1
2010-02-21Update to 2.01.01alpha76:wiz3-9/+20
NEW features of cdrtools-2.01.01a75: Cdrecord: - Hidden Track support is now complete: - Added support for writing Hidden Audio Tracks before Track #1 in the Mtsushita CW-7501 device driver. - Added support for writing Hidden Audio Tracks before Track #1 in the Sony CDU-924 / CDU-948 device driver. - Added support for writing Hidden Audio Tracks in RAW mode. Cdrecord-2.01.01a74 did put "track number 0" into the subchannel data for track 1 index 0. Cdrecord now correctly writes Track #1 into the sub channel data. - Added support for Track #1 having a different number than 1 into the CUE file parser. - The CUE file parser now prints much better error messages in case that a keyword is seen out of the permitted order. - The CUE file parser now supports hidden tracks. - Fixed a bug in the CUE file parser that caused "pregap size 0" (missing INDEX 00) to be replaced by the default pregap size of 150 sectors. Cdda2wav (Maintained/enhanced by J - Hidden Track support is now complete: - Fixed a bug in the cdda2wav track loop control that caused cdda2wav not to write the *.inf file for the last track in case of an audio CD with a hidden track. - Introduced an alias "isrc" and "ISRC" for -vtrackid - Introduced an alias "mcn" and "MCN" for -vcatalog - cdda2wav now emits a "PREGAP" keyword in the CUE file for a CD without hidden track if it starts with a sector number > 0. NEW features of cdrtools-2.01.01a76: Cdrecord: - Added a workaround for a firmware bug in the drive: 'HL-DT-ST' 'BD-RE BH10LS30 ' '1.00' That causes the drive to return zero media size for BluRay media. - cdrecord now aborts if the cuefile= option was specified with a non-CD media in the drive. - CDRWIN CUE files now may refer to several data files where each data file contains less than the whole disk but more than a single track. - The CUE parser now correctly sets the sector size information for the lead-in area. - The CUE parser now by default only accepts CDRWIN CUE compliant files but may be switched into an enhanced mode by introducing a special comment "REM CDRTOOLS" - The CUE parser now supports a FILE command between INDEX 00 and INDEX 01. This is needed in order to write CUE sheets from Exact Audio Copy. Note that cdrecord needs to be switched into the enhanced CUE parser mode by either specifying "REM CDRTOOLS" or by specifying: REM COMMENT "ExactAudioCopy v0.99pb5" Also note that cdrecord currently does not support more than one FILE command per TRACK. For this reason, hidden audio tracks only work if the hidden audio data is in the same file that also contains data for track 1. - New commands "ARRANGER", "COMPOSER" and "MESSAGE" for adding CD-Text information in CUE files. Note that these commands are cdrecord specific extensions that re unknown by CDRWIN and thus need "REM CDRTOOLS" to be enabled. - The CUE file format is now documented in the cdrecord man page. - Fixed a small type bug in cdrecord/fifo.c (introduced a few versions before) that hits if the OS does not support the FIFO. Cdda2wav (Maintained/enhanced by J - New cdda2wav option -vaudio-tracks - Make cdda2wav -q silent again (even with CDs with hidden track) to make it compatible again with scripts. - cdda2ogg and cdda2ogg.1 added to standard install The script cdda2ogg was enhanced to work seamlessly. - cdda2mp3 and cdda2mp3.1 added to standard install The script cdda2mp3 was enhanced to work seamlessly. - the scripts cdda2ogg and cdda2mp3 now allow to forward options to cdda2wav. In order to enable "paranoia mode", call: cdda2ogg -paranoia In order to enable the most proof "paranoia mode", call: cdda2ogg -paraopts=proof - The cdda2ogg man page was completely reworked - The SYSvr4 pkg definition now includes cdda2ogg and cdda2mp3 - Added a workaround for a broken ASPI that hangs with odd transfer counts. Readcd: - Added a workaround for a broken ASPI that hangs with odd transfer counts.
2010-02-20Allow unprivileged installation. No point in making the executablejoerg2-9/+18
readable only for root.
2010-02-19Fix permissions.joerg1-4/+4
2010-02-19Fix ownership. Bump revision.joerg1-2/+3
2010-02-19Fix ownership. Bump revision.joerg1-7/+7
2010-02-19Fix ownership. Bump revision.joerg1-7/+7
2010-02-19Really use root for the config files. Bump revision.joerg1-12/+12
2010-02-19Use REAL_ROOT_USER here.joerg1-2/+2
2010-02-18Add & enable p5-Mac-AppleScript and p5-Mac-AppleScript-Glueseb1-1/+3
2010-02-18Initial import of p5-Mac-AppleScript-Glue version 0.03 in the NetBSDseb7-0/+119
Packages Collection. The Perl 5 module Mac::AppleScript::Glue allows you to write Perl code in object-oriented syntax to control Mac applications. The module does not actually execute Apple Events, but actually translates Perl code to AppleScript code and causes it to be executed.
2010-02-18Initial import of p5-Mac-AppleScript version 0.04 in the NetBSDseb3-0/+31
Packages Collection. The Perl 5 module Mac::AppleScript is a simple interface to the OSA scripting stuff.
2010-02-17DESTDIR supportjoerg2-2/+10
2010-02-17DESTDIR supportjoerg1-14/+10
2010-02-17Updating sysutils/p5-SSH-Batch from 0.021 to 0.023sno2-6/+7
pkgsrc changes: - Add license definition Upstream changes: 0.023 - key2nodes: more examples added to SYNOPSIS in its POD. - added repository address into Makefile.PL, thanks Alexandr Ciornii. 0.022 - tonodes: now we automatically expand ~ and ~foo using local USER env if set - added support for SSH_BATCH_SSH_CMD env and --ssh option to key2nodes. - tonodes now print a warning message while expanding ~ and ~foo locally in the target path. - added more docs explaining how to disable StrictHostKeyChecking for ssh
2010-02-16PKGREVISION bump for libxklavier shlib update.wiz1-2/+2
2010-02-16Update to 0.84:wiz2-6/+6
There are some compatibility fixes here, but I should call out for OS builders commit 34636b12c62523b9db789b0fbeb3a86782debf10 where you no longer have to pass --with-introspect-xml to configure.
2010-02-16these don't need "fam" directly (but still through glib2)drochner2-4/+2
2010-02-12DESTDIR supportjoerg1-1/+6