summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2011-01-23Reimport of sysutils/mc for people preferring the old 4.6 branch.wiz15-0/+451
2011-01-23Prefix mc-specific options with "mc-".wiz1-8/+17
Add PKG_OPTIONS_LEGACY_OPTS lines for old variables. Put slang and ncurses options into a required-group, since one of the two is necessary.
2011-01-20Set LICENSE.wiz1-1/+2
2011-01-19PR/40201: Add manual page, bump revision.shattered3-5/+13
2011-01-19Use SPECIAL_PERMS instead of relying on the package-specific Makefile fromjmmv3-59/+22
doing the "right" thing (which it might not anyway because it does not check error conditions). Also set the package as 'user-destdir' because we don't need to do the install as root any more. Suggested by joerg@.
2011-01-18Fix the setting of permissions on libgtop_server2 when building withjmmv3-11/+49
destdir enabled (now the default)! To do this, remove the logic from our custom Makefile and make the logic shipped by the package do its thing (which is smarter than us in this cse). This lets libgtop work again, which in turn fixes stuff like the GNOME system monitor or bug-buddy. Bump PKGREVISION.
2011-01-18Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/braserojmmv2-5/+6
and sysutils/nautilus-sendto to use the new devel/glib2/schemas.mk logic to properly recompile the GSettings database during install/deinstall. Bump PKGREVISION for these packages. (This lets evince work in my machine; it would crash on startup because it would not find its schema. I suspect this also fixes all the other applications mentioned in this change. And the inclusion of schemas.mk also prevents these packages from causing side-effects on the system if they happen to call glib-compile-schemas during their build.)
2011-01-17the API doc isn't even installed -- skip documentation build anddrochner3-3/+17
drop build dependency on doxygen (no change to installed pkg)
2011-01-17Solaris needs -lsocket in LIBS. PR pkg/44401asau1-1/+3
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz88-163/+176
2011-01-12update to 2.32.0drochner5-27/+32
This switches to the gnome-2.32 release branch.
2011-01-12minor cleanupdrochner1-2/+2
2011-01-12Add support for "vifname" keys inside XenStore. Its value is thejym10-16/+52
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4) for domU. This allows querying the XenStore for the vif names, rather than hardcoding their syntax in vif-* scripts. Add a xen-subr shell script that can contain customized functions, and include it in the vif-ip/vif-bridge scripts. Introduce xenstore_read_default that returns the value of a specific key from XenStore, or the default specified value when key is absent. Bump revision. ok bouyer@. See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
2011-01-11update to 1.2.8.9drochner2-6/+6
change: Support for shell-style wildcards in quick search
2011-01-11sync w/ base pkgdrochner1-5/+4
2011-01-11update to 2.32.1drochner5-29/+55
This switches to the gnome-2.32 release branch.
2011-01-11update to 2.32.2.1drochner2-6/+6
changes: -bugfixes -translation updates
2011-01-11Update ipa to 2.0.9.obache2-6/+6
Maintainer update request via PR#44300. Changes: * Check that a module defined db_deinit_rule(), st_init_rule(), st_deinit_rule(), st_init_limit(), st_deinit_limit(), st_init_threshold() and st_deinit_deinit_threshold() before calling these functions. * Corrected one race condition: ipa could forget about a SIGCHLD signal and as a result it did not call waitpid(2) for exited child process and could perform polling in select(2). * "ipa -t" did not show "debug_exec" parameter for "autorule" section, corrected.
2011-01-10Fixes build on DraognFly (and other than NetBSD).obache3-1/+56
Based on PR#44346 by Tony Young.
2011-01-10Set HOMEPAGE.obache1-1/+2
2011-01-10require tcp_wrappers to build.obache1-1/+2
2011-01-10once more sort.obache1-2/+2
2011-01-10sort.obache1-4/+4
2011-01-10Add RCS Id and comments to patch-aa.obache2-2/+6
2011-01-10LICENSE=original-bsdobache1-1/+2
2011-01-10The USB headers in DragonFly BSD are located in bus/usb, not dev/usb.obache2-1/+22
PR#44358 by Tony Young.
2011-01-10LICENSE=gnu-gpl-v2.obache1-1/+2
2011-01-10Add an patch for DragonFly, based on PR#44348 by Tony Young.obache2-1/+48
2011-01-09Fixes for Linux build:dsainty2-24/+30
- Pull in libblkid for Linux in order to successfully build - Fix PLIST.Linux: lib/hal -> libexec - Remove Linux-only libusb buildlink. This version of hal fails to use libusb, since it isn't version 2.0 (this does look a little like a mistake though). - The CSR support is absent because libusb isn't available. Remove from PLIST.Linux - Other minor additions and edits to PLIST.Linux - Buildlink in gperf explicitly, to reliably build the keymap support - Make sure .../etc/udev/rules.d exists before trying to install to it
2011-01-08Fixes scriptdir for NetBSD.obache3-8/+9
Bump PKGREVISION.
2011-01-08Bring back DragonFly BSD support.obache10-39/+236
Based on PR#44338 from Rumko, also fixes PLIST.FreeBSD and self-tests by me.
2011-01-06for the case MIN macro is already defined somewhere else.obache2-1/+18
PR#44328.
2011-01-06Add TEST_TARGET.obache1-1/+3
2011-01-04revert to 0.83.1drochner2-6/+6
with 0.83.2, audio/sonata crashes on startup for me (might be an incompatibility with our libdbus version)
2011-01-03Note upstream ticket URL.obache2-3/+6
2011-01-03Add an patch for DragonFly BSD usb headers.obache2-1/+16
PR#44320 by Rumko.
2011-01-01Need msgfmt to install message catalogue.obache1-2/+4
While here, exactly buildlink with gettext-lib and set USE_PKGLOCALEDIR.
2010-12-31Fix pkglint warning.wiz1-2/+2
2010-12-31Remove empty patch files which are really unused.taca2-0/+0
2010-12-30configure require msgfmt.obache1-1/+3
2010-12-29Add fix for vulnerability reported in CVE-2010-4352 (SA42580) takentron6-3/+220
from the "dbus" GIT repository.
2010-12-29Only look for "blkid" under Linux as we only use the Linux backend undertron2-16/+22
that platform. This should fix the build under DragonFly BSD. Problem reported by Peter Avalos in private e-mail.
2010-12-27Don't check for "blkid" under Mac OS X. It is not necessary and breakstron2-12/+16
the build. The according check in "configure.in" is probably broken. As far as I can tell it should only check for "blkid" if the "linux" backend is used.
2010-12-27add xc5k-firmwarejmcneill1-1/+2
2010-12-27Firmware binary image for use with Xceive XC5000 tunersjmcneill4-0/+33
2010-12-27Update DragonFly support file, based on PR#44280, fixed by me for x86_64.obache6-68/+65
Also fix patches for NetBSD, int != long arch. Bump PKGREVISION.
2010-12-26Add distinfo missed in previous.markd1-14/+12
2010-12-26Update to 0.5.14.markd15-180/+114
Many bugfixes and support for new features.
2010-12-26Fix MASTER_SITES.markd3-4/+186
Fix policykit rules (taken from ConsoleKit 0.4.x). Bump PKGREVISION