summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2007-01-11Modular Xorg support.joerg1-1/+6
2007-01-11Update to 4.0.6. From the changelog:schmonz2-7/+7
- test algorithm improvement: the walking 0 bits test was only walking the 0 bit in one direction, instead of walking it up and back down the line the way it was intended to. Thanks: Tim Rule. - formatting cleanups.
2007-01-10Modular Xorg support.joerg1-1/+6
2007-01-10Updated sysutils/ipmitool to 1.8.8martti7-27/+31
* Fix segfaults in sensor data repository list * Fix ipmievd to open interface before daemonizing * Fix IPMIv1.5 authtype NONE to ignore supplied password * Fix cipher suite display bug in lan print * Fix typo in IPMIv2 SOL output when sending break * Fix improper LUN handling with Tyan SOL * Add LUN support to OpenIPMI interface * Add support for Kontron OEM commands * Update to Kontron Firmware Update command * Remove nuclear clause from license * Add Sun OEM command for blades * Increase argument size for raw commands in shell/exec * Fix handling of LUNs for LAN interfaces * Add IPMIv2 SOL loopback test * Add support for IBM OEM SEL messages * Disable file paranoia checks on read files by default * Support IPMIv2 SOL on older Intel boxes * Display message and exit if keepalive fails during SOL * Add support for setting VLAN id and priority * Add support for FreeBSD OpenIPMI-compatible driver * Add support for IPMIv2 Firmware Firewall * Fix gcc4 compile warnings * Make ipmievd generate pidfile * Add initscripts for ipmievd
2007-01-10+py-notifydrochner1-1/+2
2007-01-10import py-notify-0.1.1 - Python bindings for libnotifydrochner5-0/+62
2007-01-10Fix build with X11_TYPE=modularabs1-2/+2
2007-01-10checkperms uses a BSD-style Makefile.rillig1-2/+3
2007-01-09Don't limit extern "C" to certain Sun compiler. It is never wrong to dojoerg2-9/+5
that for C headers in C++ programs, but GCC does it by default for system include directories.
2007-01-09Modular Xorg support.joerg1-2/+3
2007-01-08Don't build the static screentest as we don't install it. If Mouse orjoerg2-1/+15
anyone else actually wants static linkage, he/she should libtoolize this as the link list of libX11 is platform specific.
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-1/+2
depends bump.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig41-113/+113
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-06Bump the PKGREVISION for the last change...smb1-2/+2
2007-01-06Several fixes:smb6-11/+25
a) 'make install' was broken if option memtestplus-iso was specified b) patch-ac wouldn't pass pkglint c) correct document for the BadRAM link d) add compilation support for 64-bit i386 ports
2007-01-05mc supports pkgviews.rillig1-2/+3
Fixed a pkglint warning.
2007-01-05Update to 0.4.gdt2-7/+6
2007-01-05 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>> * BUILD-NetBSD: add -j with 2 x #cpus * BUILD-NetBSD: recognize netbsd-4
2007-01-05Prevent amverify from looping forever. Patch provided by Jean-Louisobache4-3/+109
Martineau on amanda-users: http://groups.yahoo.com/group/amanda-users/message/55099 Pointed out by Jukka Salmi in PR 35361.
2007-01-05Use MASTER_SITE_SOURCEFORGE.obache1-2/+2
2007-01-04Upgrade the bacula and bacula-* packages to bacula 2.0.0. This is a majorghen5-26/+53
update so the release notes are very long. Please refer to the website or the distfile for detailed release notes. The most important upgrade remarks are included in the MESSAGE file. As I'm not using bacula myself anymore, I won't be able to support PR's, so drop maintainership (though I will continue keeping bacula up-to-date if no one else takes over maintainership).
2007-01-04bacula-client was reimported as bacula-clientonly, add a CONFLICT with theghen1-2/+2
latter, too.
2007-01-04Fixed Perl interpreter for some file systems. PKGREVISION++rillig1-3/+6
2007-01-03Note that booting it via Grub workssmb1-2/+2
2007-01-03Add buildlink3 file for plugin.obache1-0/+20
2007-01-03Update ipa to 2.0.2.obache2-6/+6
Patch provided by MAINTAINER, Andrey Simonenko in PR 35323. ipa-2.0.2 released Changes: * If a system does not have LOG_PERROR flag for syslog(3) (this is a non-standard flag), then "ipa -d" did not output log messages to stderr. * Now the configure script checks vsyslog() function, which is not mentioned in SUSv3. * Added checks for int32_t, uint32_t, int64_t and uint64_t to configure. * autoconf 2.59 -> 2.61, automake 1.9.6 -> 1.10. * Now autoheader is used for generating src/config.in.h. * New options for configure: --enable-gcc-more-warns, --disable-gcc-warns. * It was not possibly to correctly redefine SYM_PREFIX macro variable, added relevant description to INSTALL. * If positive counter of some rule is overflowed, then statistics was incorrectly updated in databases. * Initialization of descriptors in ipa was incorrect if stdin, stdout and stderr were closed. * Usage of include_files parameter in ipastat.conf caused fake log messages about memory leak. * Values in limit, expire, restart and threshold parameters could not be written with spaces, corrected. * In the configure script --enable-FEATURE and --disable-FEATURE disabled FEATURE.
2007-01-02Update estd to -r5nb3abs3-3/+14
- Ensure rc.d script starts with #!/bin/sh
2006-12-29Net::Server breaks rc.subr's techniques for detecting whether theobache1-2/+23
process running at a certain PID is actually the process we wish to stop. Just unconditionally send SIGTERM to the PID instead, like a security/amavisd-new doing, fixed PR 35334.
2006-12-28Specify minimum required version of dbus.jnemeth1-1/+4
Approved by: jmmv Approved for commit during freeze by: joerg
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg3-5/+11
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-23regen patch-aa (fixing pkglint warning). From MAINTAINER.wiz2-6/+7
2006-12-20Enable USB by default, it works fine once uhidev is disabled in kernelbouyer1-1/+3
and doesn't hurt serial connections. Bump pkgrevision.
2006-12-20+ iwi-firmware3joerg1-1/+2
2006-12-20Restore old version with conflict on the new firmware version andjoerg4-14/+28
bump revision.
2006-12-20Reimport version 3.0 under sysutils/iwi-firmware3 as it is notjoerg4-0/+65
compatible and existing installations should be kept working.
2006-12-20New firmware (version 3.0) required by the latest version of the iwi(4)skrll3-24/+14
driver to be committed any minute now.
2006-12-17Do not use libcrypt on Darwin. Darwin has crypt(3) in libc.minskim3-13/+18
2006-12-17Make it clear how to boot a Multiboot-enabled kernel. Per suggestion injmmv4-4/+36
PR pkg/34936. Bump PKGREVISION to 7.
2006-12-17Fix installation under RedHat and Slackware by always installing all possiblejmmv5-8/+42
start-up scripts. This also makes all installations consistent regardless of the underlying OS. Bump PKGREVISION to 1.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg8-16/+16
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15update to 1.0.2drochner4-15/+23
changes: -Fix bug where calling dbus_threads_init_default would assert -Fix UUID output to match the spec -Clear up documentation on UUIDs -Fix security bug CVE-2006-6107 match rules can be removed by apps that did not create them -pthread fix pkgsrc changes: -create /var/lib/dbus on startup -build against X11 to get the automatic startup of the session bus (can be switched off per pkgsrc option)
2006-12-15Reset maintainer, ben@ has resigned.wiz4-8/+8
2006-12-13Fix build with gcc4, based on patch provided by David Howland inwiz2-1/+15
PR 35243.
2006-12-12sysutils/bcmfwplunky1-1/+7
Because the firmware files do not strictly fall into the Free or Open Source camps as explained in the Pkgsrc guide section 18.1.4, introduce a bcmfw-license. Also, because the licensing terms for the firmware files are not especially clear, add NO_BIN_ON_* so that we don't distribute them in an unapproved format. prompted by gdt@
2006-12-12add URL for upstream bug reportdmcmahill2-3/+5
2006-12-11reset PKGREVISION for base pkg updatedrochner1-3/+1
2006-12-11sync with cdrdao: update to 1.2.2drochner2-17/+16
changes: Fixed GCC 4.1 compilation issues Fixed hang when inserting WAV file pkgsrc changes: -doesn't need gnome-dirs -use desktopdb/mimedb -no need to override the "install" target
2006-12-11update to 1.2.2drochner5-31/+33
changes: Man page cleanup
2006-12-08Update gtk-send-pr to 0.4.8.obache2-7/+7
Patch provided by maintainer(updated the e-mail address) by PR 35209. * The FreeBSD categories were updated to include sun4v * Code was reorganized to make it easier to create new GUI code. * Work began on the MacOS X native GUI
2006-12-07not sure how they crept in there, remove themplunky4-56/+0
2006-12-07add new packagesplunky1-1/+3
sysutils/bcmfw sysutils/btpin-qt