summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2010-01-10DragonFly BSD also does not have sem_timewait(3).obache1-1/+2
Noticed by Antonio Huete via PR#42591.
2010-01-10Need to include "util.h" for strdupCC.obache2-5/+13
Fixes build failure on DragonFly (and probably on FreeBSD), noticed by Rumko via PR#42601.
2010-01-08Improve portability by using standard types.joerg2-1/+30
2010-01-08Use the cmake infrastructure. Makes it work in bulk builds.joerg1-4/+4
2010-01-07Use new ${LP64PLATFORMS} variable to restrict platforms instead of manualwiz1-2/+3
hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2010-01-04Use the canonical form of the transformation rule.joerg1-2/+2
2010-01-02Use sizeof() to calculate size of struct ifreq on NetBSD.sekiya3-3/+15
Fixes: Interface 1: wm0 Interface 4: o0 cfservd: No such network device cfservd: ioctl: Socket operation on non-socket ... at startup.
2010-01-01Fix failure in patch-ad. Approved by cegger@.ver2-5/+7
2009-12-30Avoid errors on gcc2abs1-1/+5
2009-12-29compile fixes for a leaf package for non-x86 NetBSDspz3-14/+32
(note that there are no claims of making it actually work)
2009-12-27Adjust base address down to 0x60000 so as to fit image within bottom 640KiB.jakllsch3-5/+6
0x80000 no longer works as memtestplus now exceeds 128KiB. Bump pkgrev.
2009-12-27When mounting a filesystem on behalf of a user treat __NetBSD__ similarlyabs3-14/+30
to __FreeBSD__ and chown the mountpoint to the user. With this change, and the recent one to policykit automounting works on NetBSD
2009-12-22Fix user-destdir build.joerg1-1/+3
2009-12-20Add a fix for coreutils' CVE-2009-4135. Instead of using /tmp/coreutilstonnerre3-3/+36
as temporary directory, use a directory in the builddir.
2009-12-20fix the "Check Integrity" function on NetBSD (which compares md5drochner3-2/+57
hashes to files on a (not mounted) data CD/DVD): limit the buffer size to 32k, otherwise physio()/MAXPHYS strikes being here, add typecasts in some isspace(char) cases bump PKGREVISION
2009-12-16update to 1.2.8.4drochner2-6/+6
changes: bugfixes
2009-12-16sync v/ base pkgdrochner1-3/+3
2009-12-16update to 2.28.3drochner3-7/+10
changes: -bugfixes -translation updates
2009-12-16update to 2.28.4drochner3-7/+8
changes: minor fixes
2009-12-16update to 1.4.3drochner2-6/+6
changes: minor fixes
2009-12-16Fix the undocumented find_ignore_dirs option. Bump revision.joerg3-3/+66
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-12-15Update to 20091130. More patterns, I guess.wiz2-6/+6
2009-12-14LICENSE for the Amanda packages is basically the same as modified-bsd.heinz1-1/+2
2009-12-14Don't depend on ccache and distcc to avoid a cycle in the "pkg_infogdt1-2/+4
-N" dependency graph.
2009-12-14System Tools Backends Version 2.6.1, 2009-04-15obache4-22/+29
----------------------------------------------- Changes since last release ========================== - Added infrastructure for translations (David Planella) - Fixed some compiler warnings (Carlos Garnacho) Translations ============ - fr (Claude Paroz) - it (Luca Ferreti) - es (Jorge Gonzalez) - pt_BR (Leonardo Ferreira Fontenelle) - ca (David Planella) - el (Fotis Samis, Simos Xenitellis) - hu (Kelemen Gábor) - sl (studko) - zh_CN (Ray Wang) - da (Kenneth Nielsen) - he (Marik Krapivner) - plus a bunch from rossetta...
2009-12-13buildlink avahi and fam conditionally as PKG_BUILD_OPTION.obache1-1/+12
2009-12-12Support staged installation.asau3-2/+26
2009-12-12Recent cdrecord's insist that the atapi cd drive be referenced as 31,0,0.markd3-6/+15
Fix k3b to actually do that (rather than 15,0,0).
2009-12-12Support staged installation.asau1-6/+8
2009-12-11Improved spelling.heinz1-2/+2
2009-12-11Added DESTDIR support.heinz1-1/+2
This should fix PR pkg/42439 by Lloyd Parkes.
2009-12-10PKG_DESTDIR_SUPPORT=user-destdirabs3-7/+8
2009-12-10+neb-wipeabs1-1/+2
2009-12-10Added sysutils/neb-wipe version 1.0abs4-0/+39
Erase harddisk partitions in a very secure manner (35-pass pattern overwrite with patterns for all encoding schemes). Also supports overwrite with random data. Can erase whole disks or slices only. Homepage at http://neb-stoehr.sourceforge.net
2009-12-10Fix build on NetBSD. Fix PLIST. Add DESTDIR support. Rename back to matchjoerg4-20/+44
package directory and older versions.
2009-12-10Use getrawpartition() again on NetBSD. From markd. Bump PKGREVISION.wiz1-1/+5
2009-12-09Doesn't have correct order rules for common.a, so not MAKE_JOBS_SAFE.joerg1-1/+3
2009-12-09sync w/ base pkgdrochner1-9/+5
2009-12-09update to 2.28.2drochner14-400/+191
this switches to the gnome-2.28 release branch
2009-12-09update to 1.4.2drochner8-16/+103
this switches to the gnome-2.28 release branch
2009-12-09Make samba dependency optional, but default on (so no change to package).wiz2-11/+17
Based on patch by markand@malikania.org on pkgsrc-users, but with a crucial missing line added.
2009-12-09* Set LICENSE=gnu-gpl-v2obache1-16/+19
* user-destdir support
2009-12-09* marked as user-destdir readyobache1-1/+3
* set LICENSE=gnu-gpl-v2
2009-12-08Update to 2.01.01a69:wiz3-25/+7
2.01.01a69: All: - Support for 64 Bit compilation was added for IRIX. Call smake CCOM=cc64 or smake CCOM=gcc64 as usual. - C++ compilation support fior IRIX was added to the makefile system - Schily Makefile rules no longer contain Simple Suffix Rules. All default rules are now based on Pattern Matching Rules. This speeds up smake. - Added autoconf test to distinct Linux ACLs from IRIX ACLs Libschily: - Removed some GCC warnings from libschily/getargs.c Libfind: - let libfind deal with the differences between Linux ACLs and IRIX ACLs Libscg: - Removed some GCC warnings from libscg/scsi-sgi.c Cdrecord: - Work around a bug in the firmware from drives developed by PIONEER in November 2009. This affects drives labelled "Pioneer", "Plextor" and "TEAC". Do no longer call cdr_buffer_cap() before the drive buffer was not at least filled once to avoid that the the drive throughs away all data. - Man page reworked Cdda2wav (Maintained/enhanced by J - Man page reworked - Removed some (int) casts before the SNDCTL_DSP_* ioctl()s Readcd: - Man page reworked Scgcheck: - Man page reworked Btcflash: - Man page reworked Mkisofs (Maintained/enhanced by J - Various Cstyle changes 2.01.01a68: All: - VMS rules for libraries not create an archive XXX.olb instead of libXXX.a - schily/utypes.h enhanced to allow to define maxint_t which is missing on VMS - Better autoconf test for union wait vs. int for platforms that define union wait but use int as wait() parameter. - schily/vfork.h now includes unistd.h as the related definitions are there on Solaris - Fixed a configure bug with opendir() inherited from GNU autoconf - Enhanced the vfork() autoconf test to avoid a hang on VMS Libschily: - libschily/spawn.c now uses vfork() - libschily/fexec.c now supports IO redirection on VMS Libparanoia (Ported/enhanced by J - Some #define inline definitions removed as "inline" is already handled by schily/mconfig.h Libfind: - Fixed a typo in idcache.c Libfile: - Some changes for better VMS support Libhfs_iso: - Removed a warning from the HP-UX C-compiler about a possible endless loop Libsiconv: - Add the VMS C-compiler to the list of exceptions for not fully C99 compliant compilers to allow compilation. Libscg: - changed a include path in libscg/scsi-mac-iokit.c to allow compilation on "Snow Leopard" Cdrecord: - Added a workaround for a firmware oddity with DVD+RW on '_NEC ' 'DVD_RW ND-3500AG' with media written from other drives. Cdda2wav (Maintained/enhanced by J - Added a forgotten modification in ringbuff.c that caused an abort due to a wrong assert() condition. Mkisofs (Maintained/enhanced by J - Fixed a bug (writing to stdout instead of stderr) recently introduced with better RR recognition support. - "isoinfo" now supports iconv() based locales for Joliet.
2009-12-07Remove unwanted chunk. Addresses PR 42421 by Robert Elz.wiz2-12/+3
2009-12-07Fix, hopefully, broken build on NetBSD 4.x, based on observations bydholland2-4/+5
Robert Elz in PR 42083. bsd.own.mk tags "all" with .NOTMAIN, so including bsd.own.mk before defining "all" causes it to be skipped in favor of whatever comes next in the makefile. Hack around this by putting "all:;" at the top. I can't *really* test it because the syscalls script blows its mind if given a NetBSD 5.x syscalls.master file.
2009-12-06Update to 2.28.0.1:wiz4-19/+42
================ Version 2.28.0.1 ================ libmenu * Fix sorting of menu items during merge to actually work (and not crash) (Frédéric Crozat) Python * Link the python module to libpython (Frédéric Crozat, Vincent) ============== Version 2.28.0 ============== Translators * Amitakhya Phukan (as) * Petr Kovar (cs) * Peter Bach (da) * Philip Withnall (en_GB) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Shankar Prasad (kn) * Gintautas Miliauskas (lt) * Rajesh Ranjan (mai) * Peter Ani * Sandeep Shedmake (mr) * Nils-Christoph Fiedler (nds) * A S Alam (pa) * Adi Roiban (ro) * Matej Urbančič (sl) * Daniel Nylander (sv) * Krishna Babu K (te) * Baris Cicek (tr) * Maxim Dziumanenko (uk) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.27.92 =============== This releases features new API that applications can use to display the full name contained in .desktop files that is now in the X-GNOME-FullName key. If an application chooses to use this, then it should set the sort key so that .desktop files are correctly sorted. libmenu * Add gmenu_tree_entry_get_display_name() API (Vincent) This will return X-GNOME-FullName if available, and fallback to Name. * Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent) The default sort key is still Name. Users of gmenu_tree_entry_get_display_name() should use gmenu_tree_set_sort_key(). Python * Bind new API (Vincent) * Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent) Menu Editor * Remove deprecated Encoding key from desktop file (Frédéric Péters) * Use display name instead of name (Vincent) Translators * Khaled Hosny (ar) * Alexander Shopov (bg) * Runa Bhattacharjee (bn_IN) * Denis (br) * Mario Blättermann (de) * Iñaki Larrañaga Murgoitio (eu) * Claude Paroz (fr) * Seán de Búrca (ga) * Anton Meixome (gl) * Sweta Kothari (gu) * Gabor Kelemen (hu) * Francesco Marletta (it) * Takayuki KUSANO (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Mario Blättermann (nds) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Krix Apolinário (pt_BR) * Горан Ракић (sr) * Goran Rakić (sr@latin) * Dr.T.Vasudevan (ta) * Theppitak Karoonboonyanan (th) * 甘露 (Lu Gan) (zh_CN) ============== Version 2.27.5 ============== Misc * Use silent-rules with automake 1.11 (Vincent) Translators * Ilkka Tuohela (fi) ============== Version 2.27.4 ============== libmenu * Improve performance by using a cache to not compute the same thing again and again (Michael Meeks, Vincent) * Add API to access GenericName (Robert Staudinger) * Fix DefaultLayout attributes not being inherited (Vincent) * Do not always inherit parent DefaultLayout attributes (Vincent) * Sort inlined items unless inline_header is used (Vincent) Menu Editor * Add --help and --version arguments (Vincent) * Port to GtkBuilder (Pedro Fragoso, Vincent) Misc * Use shave to improve build log readability (Vincent) Translators * Jordi Mallach (ca@valencia) * Huxain (dv) * Jorge González (es) * Mattias Põldaru (et) * Seán de Búrca (ga) * Yaron Shahrabani (he) * Daniel Nylander (sv)
2009-12-05Updated checkperms to 1.11.rillig2-6/+6
Changes since 1.10: * Added support for Mac OS X binaries.
2009-12-03Needs pkg-config.joerg1-1/+2