summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz4-11/+47
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2015-10-14Ensure pkgsrc directories are in PATH, fixes pkg module load failures. Fixjperkin2-2/+3
submitted by Travis Paul. Bump PKGREVISION.
2015-10-12Mark liblognorm dependency properly. Ride previous version/revision #.fhajny1-2/+2
2015-10-12Update sysutils/liblognorm to 1.1.2.fhajny2-6/+6
Version 1.1.2, 2015-07-20 - permit newline inside parser definition - new parser "cisco-interface-spec" - new parser "json" to process json parts of the message - new parser "mac48" to process mac layer addresses - new parser "name-value-list" (currently inofficial, experimental) - some parsers did incorrectly report success when an error occurred - call "rest" parser only if nothing else matches. - new API to support error callbacks - testbench is now enabled by default - bugfix: misadressing on some constant values - bugfix: add missing function prototypes
2015-10-11drop Darwin from list of supported platforms -- doesn't buildtnn1-2/+2
2015-10-10Remove Adobe storage-manager. It requires manual distfile fetching andjoerg10-212/+1
upstream no longer seems to exist.
2015-10-10Recursive revbump from textproc/icuryoon15-29/+30
2015-10-09Fix build when not running under Xkhorben2-1/+17
Reported by joerg@, thanks!
2015-10-08Fix build on NetBSD 5.x and 6.x.joerg2-1/+16
2015-10-08Update sysutils/rsyslog to 8.13.0.fhajny4-11/+11
Version 8.13.0 [v8-stable] 2015-09-22 - ZeroMQ enhancements: - Added the ability to set a static publishing topic per action as an alternative to constructing topics with templates - ZMQ_PUB socket now defaults to bind and ZMQ_SUB socket now defaults to connect - Redis enhancements: - Can now LPUSH to a Redis list in "queue" mode - Can now PUBLISH to a Redis channel in "publish" mode - build requirement for rsyslog/mmnormalize is now liblognorm 1.1.2 or above - mmnormalize: liblognorm error messages are now emitted via regular rsyslog error reporting mechanism (aka "are now logged") - add support for TCP client side keep-alives - bugfix: imtcp/TLS hangs on dropped packets - bugfix testbench: some tests using imptcp are run if module is disabled - bugfix omkafka: Fixes a bug not accepting new messages anymore. - bugfix: Parallel build issue "cannot find ../runtime/.libs/librsyslog.a: No such file or directory" (#479) fixed. - bugfix: Added missing mmpstructdata testfiles into makefile. - bugfix: Reverted FIX for issue #392 as it had unexpected side effects. - The new fix duplicates the Listener object for static files (like done for dynamic files already), resolving issue #392 and #490. - bugfix: issues in queue subsystem if syncqueuefiles was enabled - Error 14 was generated on the .qi file directory handle. As the .qi filestream does not have a directory set, fsync was called on an empty directory causing a error 14 in debug log. - When queue files existed on startup, the bSyncQueueFiles strm property was not set to 1. This is now done in the qqueueLoadPersStrmInfoFixup function. - bugfix/testbench: tcpflood tool could abort when random data was added - rscryutil: Added support to decrypt a not closed log file.
2015-10-07 Instead of looking for /var/shm, test NetBSD version tojnemeth1-2/+3
determine if SHM is available. This fixed build failures inside pbulk sandboxes. Since this is just a build fix, no PKGREVISION bump.
2015-10-06Look for libs at the right place, fixes installationfhajny1-4/+4
2015-10-05Package DeforaOS Browser 0.4.14khorben10-177/+42
This first release in almost two years brings: - more complete VFS abstraction - new plug-in to manage Gtk+ bookmarks - improved CVS, Git, Make, Preview, SVN, and Volumes plug-ins - new plug-in to track the current selection - new experimental plug-in for the XDG trash - improvements to the view(1) helper binary - re-usable library, libBrowser - Spanish translation - support for building outside of the source tree - further improvements to the build system - portability fixes (SunOS) - support for drawing the desktop as a window - improved support for Gtk+ 3 - introduction of a test suite - additional bugfixes and improvements (UI, performance...)
2015-10-04Update ruby-listen to 3.0.3.taca4-13/+20
pkgsrc change: add pkg_alternatives support. v3.0.3 Improvements * #330 - fixed warnings on JRuby v3.0.2 Bugfixes * fix #328 - add missing require which crashed Listen on OSX (thanks to @noahsw for reporting) v3.0.1 Bugfixes * #325, #327 - fix regressions (allow Listen to run correctly without other deps + properly handle pause()) v3.0.0 KNOWN ISSUES * #319, #258 - TCP is no longer part of Listen, and there's currently no alternative except downgrading to Listen 2.x API CHANGES * TCP functionality removed (Listen.on, Adapter::TCP, Adapter::TCP::Broadcaster, etc.) * Listener#start should be used instead of Listener#unpause * Listener#directories is no longer available * Listener#options is no longer available as public API IMPROVEMENTS * Major performance improvements (CPU), especially for Polling * Celluloid is no longer required by Listen (which means: better performance, less dependencies, less threads used, less version conflicts, easier debugging, less potential issues/bugs) * TCP is no longer part of Listen (which means: more maintainable codebase and possibility to create much better TCP implementation without the tradeoffs) Development * major codebase rewrite * better logging by default
2015-10-03Neither ansible nor fabric don't work under py3x due to paramiko - theyrodent2-4/+4
don't have py3x support.
2015-10-03This failed to build during bulk builds due to /var/shm missing.jnemeth1-2/+3
Instead of looking for /var/shm, check to see if the version of NetBSD is new enough to have SHM.
2015-10-01Recursive revbump for poppler-0.36.0 shlib bump.wiz2-4/+4
2015-09-30Update to 0.12.10:wiz3-7/+18
Major changes in 0.12.10 ======================== * Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION to handle multi-monitor configurations that are not multi-head * Add protocol code generation scripts from spice-common * Endianness and compiler portability fixes (clang)
2015-09-29Joerg Schilling has recently released schilytools-2005-09-16wiz3-2/+54
Lines 83 to 84 of AN-2015-09-16 mention an issue affecting unpriviledged users running cdda2wav on NetBSD: cdda2wav: fixed the file setuid.c to work on NetBSD. Thanks to Heiko Eißfeldt for reporting. This is the referenced patch, extracted by fbrosson2014. Bump PKGREVISION.
2015-09-28add bison to tools since we patched a .y file; noticed by Joergdholland1-2/+2
2015-09-27Update pear-Log to 1.12.9.taca2-6/+6
Release date: 2015-06-14 23:33 UTC Changelog: Updating the pear/pear_exception dependency to a stable release.
2015-09-26Update HOMEPAGE.taca2-4/+4
Avoid using rubyforge.org since it stopped most of services.
2015-09-26Remove wrong compile-time assertion about the size of time_t. (I'mdholland2-1/+18
sure this wrong code has popped up before, but I can't find any other patches for it in pkgsrc right now.) PR 50273.
2015-09-25Update hal with a SMF manifest and method and a correctionrichard4-8/+125
for PKG_HOME.haldaemon to default to /var/run/hald instead of /var/run/hal The init script hardcoded /var/run/hald so now use the corrected variable. Also, use OPSYSVARS for BUILDLINK_TRANSFORMS adding one for SunOS -z.ignore bump PKGREVISION
2015-09-24Update to 0.4.6ryoon4-26/+25
Changelog: ============== Version 0.4.6 ============== NOTE: ConsoleKit is no longer actively maintained and this will most likely be the final release. You are advised to switch to logind: http://www.freedesktop.org/software/systemd/man/systemd-logind.service.html * Don't truncate --frequent output to 8 chars in ck-history (Ray Strode) * Import udev-acl tool from udev (Michael Biebl) * Add support for GNU/Hurd (Pino Toscano) * Build system fixes (Samuli Suominen)
2015-09-24update to smartmontools-6.4 (2015-06-04)tnn4-18/+16
- Device type '-d usbprolific' for Prolific PL2571/277x USB bridges. - SAT: Support for ATA registers returned in fixed format sense data. - smartctl '-i' and '--identify': ATA ACS-4 and SATA 3.2 enhancements. - smartctl '-l xerror': Support for logs with more than 255 pages. - smartctl '-l devstat': Prints ACS-3 DSN flags. - smartctl '-l devstat': Read via SMART command if GP log is not available. - smartctl '-l scttempsts': Prints SCT SMART STATUS (ACS-4) and vendor specific SCT bytes. - configure option '--with-systemdenvfile=auto' as new default. - configure options '--disable-drivedb', '--enable-savestates' and '--enable-attributelog' are deprecated. - Corresponding '--with-*' options are enhanced accordingly. - Configure option '--with-docdir' is deprecated. - autoconf < 2.60 and automake < 1.10 are deprecated. (all of the above still work but a warning is printed if used) - HDD, SSD and USB additions to drive database. - Linux: AACRAID fixes, SMART STATUS should work now. - Linux: '/dev/megaraid_sas_ioctl_node' fd leak fix. - Darwin: '-S' command implemented, '-l devstat' should work now. - Cygwin: Compile fix. - Windows: Device type '-d aacraid' for AACRAID controllers. - Windows: SAT autodetection based on IOCTL_STORAGE_QUERY_PROPERTY. - Windows installer: Fix possible loss of user PATH environment variable.
2015-09-23Fix build on non-FreeBSD BSD. Add missing popt dependency.joerg3-2/+28
2015-09-23Bump PKGREVISION.ryoon1-1/+8
* Prepare target directories for DBus consumers. O.K. wiz@.
2015-09-21Fix rsyslog-elasticsearch build on systems that don't have O_LARGEFILE.wiedi2-1/+18
ok joerg@
2015-09-20Require gmake for building.tnn2-4/+4
works around issue seen on NetBSD-6: make: don't know how to make ./mc.hint.*. Stop make: stopped in work/mc-4.8.14/doc/hints/l10n
2015-09-17Move duplicity and rdiff-backup to the newer net/librsync.joerg6-10/+38
2015-09-17Regenerate autoconf-related files / diffs, so that the buildhe4-524/+63
should not complain about missing auto-tools.
2015-09-16Add SunOS to ONLY_FOR_PLATFORM, builds fine. Might be worth removingjperkin1-2/+2
entirely.
2015-09-14Avoid undefined behavior when left-shifting negative values.joerg7-3/+77
2015-09-13Update ruby-listen to 2.10.1, latest 2.10 release.taca2-6/+6
v2.10.1 * #320 - latency option was completely ignored for both OSX and when Polling * #302 - fix bug related to move_to/move_from breaking TCP functionality
2015-09-12+ burpjoerg1-1/+2
2015-09-12Add burp-1.4.40:joerg14-0/+357
Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers.
2015-09-12cloud.github.com unconditionally redirects to https. Use it directly.tnn3-6/+6
2015-09-12Add a plugin for NetBSD which submits the equivalent of the UDPhe9-84/+1095
and UDP6 parts of "netstat -s" output. Useful for monitoring e.g. packet discards due to full UDP socket buffers. Bump PKGREVISION.
2015-09-08Update to 0.109:wiz2-8/+7
0.108_001 2015-02-03 - add full flavored struct accessors and implement all in XS, supports now colnames, fetchrow_arrayref, fetchall_arrayref, fetchrow_hashref, fetchall_hashref, fetchall_hash fetchall_array fetchall_table - as_list is deprecated in favor of fetchall_hash 0.107 2015-01-20 - eliminate potential memory leaks in get_fs_stats, get_network_io_stats, get_network_iface_stats, get_process_stats - add support for device_canonical - update bundled ppport.h to 3.28 one 0.016 2015-01-06 - update meta-information - update author tests - take advantage of Config::AutoConf 0.306 0.105_001 2014-09-07 - take advantage of Config::AutoConf 0.23 - switch to ExtUtils::MakeMaker, it seems more active maintained - add a test for possible leak - improve repository documentation (README.md) 0.104 2014-02-20 - fix link targets for stats description
2015-09-08Add pull request URL.wiz4-7/+10
2015-09-08+ WCMCommander.wiz1-1/+2
2015-09-08Import WCMCommander-0.20.0 as sysutils/WCMCommander.wiz7-0/+128
Two-panel file manager similar to Far Manager, based on the code of Wal Commander.
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin3-9/+4
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-07Remove CONFIGURE_ARGS.enable scheme, in favor of normalgdt2-29/+24
CONFIGURE_ARGS. No functional change intended, so no PKGREVISION++. From David Shao via PR pkg/50075 and private followup.
2015-09-07Don't use -Wno-error flags on Darwin, its version of clang does not supportjperkin1-2/+3
them.
2015-09-07Use pci.ids file from pciids package.wiz1-1/+5
From David Shao in PR 50106. Bump PKGREVISION.
2015-09-07DEPEND on pciids instead of using its bl3.mk.wiz1-2/+3
2015-09-06Added hytctl utility to manage HYT 221/271/939 EEPROMSkardel9-1/+595
2015-09-05+ lnav.wiz1-1/+2