summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2012-02-16Fix build on SunOS.hans1-1/+2
2012-02-15update to BlueZ HCIdump 2.2, changes are basically increasedplunky18-137/+117
parsing for L2CAP packets, new parsing for AVCTP and AVRCP protocols, some endian bugfixes and the archive now contains the files needed from bluez-libs so we don't need to get that separately.
2012-02-13update to 0.19drochner4-21/+25
changes: -many fixes -documentation updates, manpages added
2012-02-12Update systutils/fabric to 1.3.4.gls4-26/+18
pkgsrc changes: - Adjust dependency chain. Now depends on security/py-ssh instead of security/py-paramiko. Upstream changes: The main new feature in Fabric 1.3.x is parallel tasks execution support (invoked by fab -P). Releases at the same time in the 1.2.x and 1.3.x branches, including the same bugfixes. Changes since the latest release in the 1.2.x branch (1.2.5), included in branch 1.3: 2012-01-12: released Fabric 1.3.4 [Bug] #492: @parallel did not automatically trigger linewise output, as was intended. This has been fixed. Thanks to Brandon Huey for the catch. [Bug] #510: Parallel mode is incompatible with user input, such as password/hostname prompts, and was causing cryptic Operation not supported by device errors when such prompts needed to be displayed. This behavior has been updated to cleanly and obviously abort instead. [Bug] #494: Fixed regression bug affecting some env values such as env.port under parallel mode. Symptoms included rsync_project bailing out due to a None port value when run under @parallel. Thanks to Rob Terhaar for the report. [Bug] #339: Don't show imported colors members in --list output. Thanks to Nick Trew for the report.
2012-02-12Switch MASTER_SITES to http acceptable one.obache1-4/+2
2012-02-12Fix HOMEPAGE url.obache1-2/+2
2012-02-12Set FETCH_USING curl as workaround for https master site.wiz1-1/+3
2012-02-09Add SET_LIBDIR=yessbd4-4/+8
2012-02-06Revbump forwiz115-227/+231
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Fix PLIST bug on SunOSfhajny1-3/+3
2012-02-04Update to 0.72.3. Notable changes:shattered9-326/+1022
- Blu-ray support - added CD raw reading and majority algorithm - C2 scanning support for CD media - changed treatment of CRC failures: old behaviour was to store a defective sector marker; now the actual sector contents are written to the image file. - Using the CDROM_SEND_PACKET ioctl() will hang parallel SCSI adapters. Added tests to determine the SCSI bus type, and switch to the SG_IO ioctl() when in doubt. [Linux] - fixed and documented -n command line options for RS02.
2012-02-03Pull up fix from Xen repository, fixing CVE-2012-0029:bouyer6-6/+92
Heap-based buffer overflow in the process_tx_desc function in the e1000 emulation allows the guest to cause a denial of service (QEMU crash) and possibly execute arbitrary code via crafted legacy mode packets. Bump PKGREVISION
2012-02-03PR/45696 -- add 'ssl' option (not turned on by default).shattered1-2/+7
2012-01-29sysutils/gkrellm: Fix indirect linking error on DragonFlymarino1-1/+1
2012-01-29nawk: Use awk(1) instead of ed(1)cheusov2-5/+11
2012-01-29sysutils/gnome-volume-manager: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-29sysutils/xfe: Fix indirect linking error on DragonFlymarino1-1/+2
2012-01-29sysutils/xfce4-xkb-plugin: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-29sysutils/fsviewer: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-29sysutils/gnometoaster: Fix indirect linking error on DragonFlymarino1-1/+3
2012-01-28add and enable saltjnemeth1-1/+2
2012-01-26Apply patch 79d1d3311319f3390f540f547becaba9d957f84ccegger3-4/+31
from qemu upstream: Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4. This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0. With this patch I can no longer reproduce PR 42455. Bump package revision.
2012-01-25Per PR#45871 Solaris derived OSs haven't DEFFILEMODE definedtez2-1/+19
so define it if it is not defined. No bump, since this only changes a case where the package did not build. Also, for the record, this version does not include the code vulnerable to http://secunia.com/advisories/44104/ as that feature is not yet here.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd14-28/+28
2012-01-23Add a missing argument to -width. Bump revision.joerg3-3/+17
2012-01-23Fix mdoc markup. Bump revision.joerg3-3/+17
2012-01-22Remove an over-zealous warning, which breaks the amstatus script forhauke2-3/+6
Perl 5.14+. According to <https://bugzilla.redhat.com/show_bug.cgi?id=512534>, upstream did away with -T here in Amanda v2.6. Since Perl 5.14+ warns of a deprecated newgetopt.perl, depend on the recommended compat module.
2012-01-22Remove an over-zealous warning, which breaks the script forhauke1-0/+15
Perl 5.14+. According to <https://bugzilla.redhat.com/show_bug.cgi?id=512534>, upstream did away with the -T here in Amanda v2.6.
2012-01-22Actually install the manual (manual.html), but don't install WML-formattedshattered3-25/+33
docs.
2012-01-21Add salt-0.9.5apb7-0/+507
Salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way.
2012-01-21Add NetBSD/hp700 to the list of supported platforms.shattered1-2/+2
2012-01-20Disable warnings about tautological compares for Clang. Don't mark ajoerg3-2/+24
function as inline that doesn't provide a body in place.
2012-01-20Don't return without value in non-void functions.joerg5-1/+75
2012-01-19update to 2.28.4drochner7-37/+36
changes: -Fix numerous bugs in the FreeBSD backend -Split off OpenBSD code in its own backend, and fixes -Updated translations
2012-01-16Fix build with gcc4.3 and clangadam2-5/+6
2012-01-14gsed related clean up.obache2-7/+4
* Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache13-25/+26
2012-01-12Uses pod2man and pod2html.hans1-2/+2
2012-01-11Update to 4.2.2. From the changelog:schmonz2-6/+6
- add progress message for one more errno value (EAGAIN) in response to failed mlock; BSDs use this to indicate the lock failed due to being over a system or process limit, much like ENOMEM.
2012-01-11Support -p and -mXXX arguments.hans1-2/+12
2012-01-10Recursive PKGREVISION bump because of devel/libslang2 buildlink addition.sbd2-4/+4
2012-01-10Remove the direct buildlink inclusion of devel/ncurses as it should nowsbd1-2/+1
be included as part of the buildlink tree by libslang2.
2012-01-10Add missing devel/ncurses buildlink.sbd1-2/+3
Bump PKGREVISION
2012-01-09Apply fixes for gcc 4.5. I cannot reproduce thecegger4-3/+35
error message show in PR 45386. Bump revision.
2012-01-08Add missing mk/termcap buildlink.sbd2-3/+10
Bump PKGREVISION
2012-01-08<stdint.h> needs to be include for intmax_t.sbd2-6/+14
2012-01-05Apply fixes for gcc 4.5.cegger5-13/+141
Fixes PR 45388. Bump pkg revision.
2012-01-01Fix a race condition by making a targets directory a dependence of the target.sbd3-4/+16
This should make the package MAKE_JOBS safe again.
2011-12-29Point configure to right mount/umount on NetBSD. Use canonical formatjoerg1-2/+6
for Solaris check.
2011-12-26Not MAKE_JOBS safesbd1-1/+3