summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2010-05-05Apply c/s 19609 from upstream:cegger4-3/+90
xend: Avoid deprecation warnings with Python 2.6. http://xenbits.xensource.com/xen-unstable.hg/rev/4d6029814742 Fixes PR pkg/43231 Add LICENSE Bump pkgversion
2010-05-04LICENSE + user-destdir.jym7-35/+40
2010-05-03Forgotten patches. Sorry for the inconvenience caused.is3-80/+13
2010-05-02Update to 0.83.1:wiz2-6/+6
D-Bus Python Bindings 0.83.1 (2010-02-18) ========================================= Fixes: * fd.o #21172: avoid some deprecation warnings in Python 2.6 * fd.o #15013: add dbus.lowlevel.MESSAGE_TYPE_SIGNAL etc., for those who care about message types at a low level * When removing signal matches, clean up internal state, avoiding a memory leak in long-lived Python processes that connect to signals from arbitrarily many object paths (fd.o #17551, thanks to Marco Pesenti Gritti) * When setting the sender of a message, allow it to be org.freedesktop.DBus so you can implement a D-Bus daemon in pure Python (patch from Huang Peng)
2010-05-02Update to 2.01.01a78:wiz2-6/+6
All: - New autoconf test checks whether fnmatch() has a working FNM_IGNORECASE - New autoconf test for strlcat() wcslcat() strnlen() wcsnlen() Libschily: - Schily fnmatch() now supports FNM_IGNORECASE - New files strlcat.c wcslcat.c strnlen.c wcsnlen.c Libfind: - libfind bumped to version 1.5 - New file libfind/find_tok.h to separate the token names from the rest of the implementation. - Moved token definitions from find.c to find_tok.h - The primary -perm now implements a new feature: -perm +mode will evaluate as true if any of the bits set in mode are set in the permission bits fro a file. - A bug with -exec introduced with using vfork() instead of fork() was fixed. The replacement of the string "{}" now works correctly again even if the location of the path in memory was changed during a realloc(). - New primary operators: -amin deprecated - only for GNU find compatibility -cmin deprecated - only for GNU find compatibility -mmin deprecated - only for GNU find compatibility -empty TRUE zero sized plain file or empty directory -execdir program [argument ...] \\; -fls file list files similar to 'ls -ilds' into 'file' (always TRUE) -fprint file print file names line separated into 'file' (always TRUE) -fprint0 file print file names nul separated into 'file' (always TRUE) -fprintnnl file print file names space separated into 'file' (always TRUE) -ilname glob TRUE if symlink name matches shell glob -ilpat pattern TRUE if symlink name matches pattern -iname glob TRUE if path component matches shell glob -ipat pattern TRUE if path component matches pattern -ipath glob TRUE if full path matches shell glob -ippat pattern TRUE if full path matches pattern -okdir program [argument ...] \\; -print0 print file names nul separated to stdout (always TRUE) -executable TRUE if file is executable by real user id of process -readable TRUE if file is readable by real user id of process -writable TRUE if file is writable by real user id of process Mkisofs (Maintained/enhanced by J - Do no longer archive the output file if it is part of the archives directory tree. - New option -data-change-warn allows to prevent mkisofs from aborting when a file changes size. -data-change-warn is implemented via errctl="WARN|GROW|SHRINK *" - Print a hint to the option -data-change-warn if a shrunk/grown file is detected. - Print a hint to the option -no-limit-pathtables in case that there are more than 65535 parent directories in the target filesystem. - Print hints on using -joliet-long or on avoiding -J in case that there are file names that do not fit into 64 chars.
2010-04-30Include desktopdb.mk, bump PKGREVISION.wiz1-2/+3
2010-04-30Update the master sitessbd1-3/+13
2010-04-30Enable the tests, and add an "opt" targent so "make opt" can be used to runsbd1-1/+11
the optional tests.
2010-04-30Move lsof from using the LSOF_MORE_SECURE and LSOF_LESS_SECURE_SOCKETS tosbd4-35/+44
using pkg options lsof-more-secure and lsof-less-secure-sockets. Also change the way the option are applied, the same way that the Customize script does and it works on all supported dialects.
2010-04-29Set LICENSE=gnu-gpl-v2.obache1-1/+2
2010-04-29add and enable bcollectjnemeth1-1/+2
2010-04-28Import bcollect version 0.6.0.tonnerre5-0/+56
bcollect is a tool for backing up remote hosts to local directories. It can keep a defined number of copies for specific backup intervals to give you a backlog of available backups for restoring data. bcollect keeps its backups directly accessible as files and directories so you can search through them and access files with regular tools and just copy files back as needed. In order to save space, bcollect uses hardlinks between different instances of the same backed-up host so multiple backups don't take up the same space multiple times. Only files which are actually different between two backups actually occupy space. If the file has not been changed, a reference will be created to the original file.
2010-04-23Update faekroot to 1.5.10.obache3-17/+14
fakeroot (1.5.10) unstable; urgency=low * Move po4a stuff to dist-hook and prebuild. * Drop po4a from build-deps. * In postrm, remove the symlink which may have been generated by ldconfig, to avoid upsetting piuparts. closes: #351299. -- Clint Adams <schizo@debian.org> Sat, 22 Jul 2006 16:02:43 -0400 fakeroot (1.5.9) unstable; urgency=low * Fix libc6-dev-amd64 typo in build-deps. closes: #376903. * Drop amd64-libs-dev option from build-deps. * Bump Standards-Version to 3.7.2. -- Clint Adams <schizo@debian.org> Sat, 8 Jul 2006 12:24:51 -0400 fakeroot (1.5.8) unstable; urgency=low * Change amd64 build-dep from ia32-libs-dev to libc6-dev-i386. -- Clint Adams <schizo@debian.org> Thu, 16 Mar 2006 18:18:21 -0500 fakeroot (1.5.7) unstable; urgency=low * Use libtool 1.9+20051221-1 instead of 1.5.22-2. -- Clint Adams <schizo@debian.org> Sun, 29 Jan 2006 22:44:47 -0500
2010-04-22Make ruby-quota really usable on Linux.taca3-12/+48
It wasn't considered about member of struct dqblk, unsigned 64bit integer. Bump PKG_REVISION.
2010-04-21Remove debugging printf() on Linux.taca3-11/+19
Bump PKGREVISION.
2010-04-20Add and enable gio-fam.jmmv1-1/+2
2010-04-20Initial import of gio-fam:jmmv3-0/+34
This package provides a backend for GIO to provide notifications on file and directory alterations using FAM (or Gamin) as the monitoring system.
2010-04-20avoid catpage regenerationtnn1-1/+7
2010-04-19Seems to work on LP64.is1-4/+1
2010-04-19mtools 4.0.13, 2nd part.is1-3/+1
2010-04-19Upgrade to 4.0.13.is2-8/+9
2010-04-18Do not create etc/ConsoleKit/seats.d/ inside prefix during install. Thisjmmv2-4/+3
is automatically done by the installation scripts by creating the directory inside sysconfdir (where it belongs). Other than removing an unecessary directory creation, this prevents leaving a directory behind upon package removal. Bump PKGREVISION.
2010-04-18Add support for the debug option to the libgamin and gamin packages.jmmv5-3/+29
This is off by default so no need to bump the revision numbers.
2010-04-18Remove the ''user'' package which is not needed.agc1-2/+1
2010-04-18Remove the sysutils/user package which is now not needed - if we findagc7-113/+0
a platform without the necessary tools to manage users, we can resurrect this from the NetBSD-current sources.
2010-04-17update master_site url.zafer1-2/+2
2010-04-16Build the tests when building the gamin package and allow running them.jmmv4-2/+47
No visible changes, so no revision bump. Some tests are broken of course. Will investigate later.
2010-04-11Fix build with current modular-xorg: remove inclusion of non-existentjmmv2-1/+14
header dpmsstr.h. AFAICT through manual inspection of the code, none of the symbols nor constants provided by the header still present in xsrc are used.
2010-04-11add "bn" locale to PLIST. Bump revision.tnn2-2/+4
2010-04-10Add LICENSEseb1-1/+2
2010-04-10Add & enable p5-Server-Starterseb1-1/+2
2010-04-10Initial import of p5-Server-Starter version 0.06 in the NetBSDseb3-0/+34
Packages Collection. It is often a pain to write a server program that supports graceful restarts, with no resource leaks. The Perl 5 module Server::Starter, solves the problem by splitting the task into two. One is start_server, a script provided as a part of the module, which works as a superdaemon that binds to one or more TCP ports, and repeatedly spawns the server program that actually handles the incomming commenctions. The spawned server programs under Server::Starter call accept(2) and handle the requests.
2010-04-09totem-pl-parser doesn't need evolution-data-server anymore -- removedrochner1-11/+1
a stale option
2010-04-09Update to libpciaccess-0.11.tnn4-76/+477
Synced the netbsd support patch from xsrc HEAD, with a minor tweak: Now we first try to map memory in the newfangled /dev/pciN way. If that fails, then we fall back to /dev/mem. We need to do this to deal with netbsd-5 and earlier. Add NetBSD/sparc64 to the list of supported platforms. Upstream changes: 0.11.0: Add pci_device_get_parent_bridge() I/O port access routines Fix pci_device_open_io() to actually return something useful Fix I/O handle array allocator to work for devices past the first libpciaccess 0.11.0 .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 0.10.9: vgaarb: check pci_sys exists before initing vga arb shutup stupid gcc warning, strtok_r ignores the first parameter Free return value from scandir instead of leaking it. vgaarb: check for fd before close it vgaarb: fix newbie typo
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