summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2007-07-08Make this package build on platforms that don't define MNT_UNION.minskim2-5/+7
2007-07-06update to 0.74drochner3-8/+8
changes: Init threading first to stop a warning from new GLib. Remove the XML documentation support in configure Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt) Update GLib requirement (Closes #10889). Document dbus-gtype-specialized Add simple test suite for peer objects. Support peer-to-peer proxies. (Closes #10233). Add dbus_connection_get_g_connection. Stop compiler warnings (Closes #10374). Handle dbus errors which are not name has no owner Update abstract socket test from DBus, which now cross-compiles Rename the error quark to be unique Update AUTHORS
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam9-18/+27
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04Ensure that nonexistent intermediate directories are created with thejlam1-2/+3
default mode (${PKGDIRMODE}) even if -m <mode> is provided on the command line. Bump the package version to 20070704.
2007-07-03Update to 0.13:wiz3-13/+13
============ Version 0.13 ============ o rewrite validator, and update it for desktop entry specification 1.0. The validator should be stricter and report more useful messages. (Vincent) o add --warn-kde and --no-warn-deprecated command line options to desktop-file-validate (Vincent) o port desktop-file-install to GKeyFile (Vincent) o don't require --vendor for desktop-file-install (Vincent) o some general module cleanup (Vincent)
2007-07-03Update to 0.15.3:xtraeme3-8/+8
Remove -nobak from MKISOFS_ARGS, which is not available on newer cdrtools versions. Pointed out by Zafer Aydogan, thanks.
2007-07-03Override CHECK_PERMS for checkperms and its dependency digest.joerg1-1/+4
This allows making it a real dependency for bulk builds.
2007-07-03Fix build problem with modular Xorg.obache1-1/+3
Problem reported and fix confirmed by Pierre Pronchery in PR 36597.
2007-07-02Make the NetBSD CVS ID go before the custom one so that ident picksjoerg1-1/+1
it up first.
2007-07-02Sort NetBSD ID before DragonFly ID to ensure it getting picked up first.joerg1-2/+1
2007-07-02Needs pkg-config.joerg1-1/+3
2007-07-01Update sysutils/top to 3.6.1. Ok'd by agc@tnn5-35/+34
Changelog mentions many bugfixes and improvements for Linux 2.6, FreeBSD, Solaris, DEC OSF/1, NetBSD, AIX and IRIX. Note that it also says: "Support for MacOS X is officially withdrawn although the macosx module is still part of the distribution. Hopefully this is a temporary situation."
2007-07-01Restrict to Linux-2.[46]*-i386 NetBSD-*-i386. Suggested by Hauke Fath.bouyer2-2/+6
2007-07-01+ cdrkit.wiz1-1/+2
2007-07-01Initial import of cdrkit-1.1.6 (from my package in pkgsrc-wip):wiz7-0/+98
cdrkit is a suite of programs for recording CDs and DVDs, blanking CD-RW media, creating ISO-9660 filesystem images, extracting audio CD data, and more. The programs included in the cdrkit package were originally derived from several sources, most notably mkisofs by Eric Youngdale and others, cdda2wav by Heiko Eissfeldt, and cdrecord by Joerg Schilling. However, cdrkit is not affiliated with any of these authors; it is now an independent project. Tested by Blair Sadewitz.
2007-06-30DragonFly support and fix detection of modular Xorg.joerg5-2/+120
2007-06-30Add untested DragonFly support.joerg4-1/+57
2007-06-30Add untested DragonFly support.joerg2-9/+36
2007-06-27Fix build on DragonFly.joerg3-2/+20
2007-06-25Fix build on DragonFly 1.8+.joerg5-65/+87
2007-06-25Fix build problems with GCC 4.x if netboot support is enabled.tron5-3/+63
Patches provided by Dieter Roelants in PR pkg/36549.
2007-06-21Fix PR 35481 for cdrtools too.wiz5-25/+53
Patches provided by Sergey Svishchev in private mail.
2007-06-21Add a comment before the MAINTAINER line explaining that peoplextraeme1-1/+3
committing to that package should ask me first.
2007-06-21Bump to 0.15.2 because a fix for MULTIPLE_KERNELS (there was a typo:xtraeme1-2/+2
-f rather than ! -f, so the test was inverted) was done by hauke.
2007-06-21Only complain about a missing kernel config file if we did actuallyhauke1-3/+3
_not_ find it.
2007-06-20* Honor PKG_SYSCONFDIR.jlam18-19/+293
* Simplify the PLISTs by merging them. This makes it easier to handle future platforms that want to install fsck. * Don't compress the info files during installation. The plist module can handle that automatically. * Install the example mke2fs.conf file into the right place. This should fix the latest bulk build error for e2fsprogs. Bump PKGREVISION to 1.
2007-06-20Update sysutils/install-sh to 20070620. Changes from the previousjlam2-69/+62
version include modifications to the script to pass the regression test suite in regress/bootstrap-install-sh. This makes the installed install-sh script more closely match NetBSD's /usr/bin/install.
2007-06-19Properly handle config files in $PREFIX/etc. Not sure how this worked withbouyer5-4/+80
the previous version of the package ... Pointed out by Bernd Ernesti.
2007-06-18correct build for modular-xorg. no functional changes.dogcow1-1/+2
2007-06-16Oops, add missing backslash.taca1-2/+2
2007-06-16Trying to fix bulk build problem again.taca1-3/+4
2007-06-15Use a more up-to-date config file as examplebouyer7-385/+100
Add rc.d keywords to the startup script both suggested by Bernd Ernesti.
2007-06-15Update to 3.14.1, based on patches sent in PR pkg/35594 and pkg/36246.bouyer8-19071/+443
As a side effect this should make apcupsd build on netbsd-4 and current. pkgsrc changes: cgi and snmp are now enabled by default. Relevant changes since 3.12.4: Unreliable MASTER/SLAVE networking mode is removed PowerChute Network Shutdown driver (protocol available in the AP9617 family of smart slot modules) New configuration directives to set paths at runtime
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam3-6/+6
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15Put build actions into a do-build target. Keep do-install as a purejlam1-4/+4
"install stuff I already built" step. Also remove an unnecessary creation of ${PREFIX}/share/mklivecd which is already handled in INSTALLATION_DIRS.
2007-06-14Renamed xen*30 to xen*3bouyer83-3759/+4
2007-06-14Rename xentools30-hvm to xentools3-hvm to acknowledge that Xen dropped onebouyer29-0/+1713
digit in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs. Note that this package contains a backport of the pcnet emulation from xen-unstable, to make it useable. It gives better performances than the default realtek emulation.
2007-06-14Rename xentools30 to xentools3 to acknowledge that Xen dropped one digitbouyer58-0/+3085
in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs.
2007-06-14Rename xenkernel30 to xenkernel3 to acknowledge that Xen dropped one digitbouyer4-0/+45
in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs.
2007-06-14add RESTRICTED.gdt1-1/+4
2007-06-14fix license, add restrictedgdt1-2/+6
2007-06-14add license, set RESTRICTEDgdt1-2/+7
2007-06-14Update to 4.21adrianp2-6/+6
+2007-05-24 10:00 Christos Zoulas <christos@zoulas.com> + + * Fix another integer overflow (Colin Percival) + +2007-03-26 13:58 Christos Zoulas <christos@zoulas.com> + + * make sure that all of struct magic_set is initialized appropriately + (Brett) + +2007-03-25 17:44 Christos Zoulas <christos@zoulas.com> + + * reset left bytes in the buffer (Dmitry V. Levin) + + * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS + (Peter Avalos) + +2007-03-15 10:51 Christos Zoulas <christos@zoulas.com> + + * fix fortran and nroff reversed tests (Dmitry V. Levin) + + * fix exclude option (Dmitry V. Levin)
2007-06-13rillig@ fixed the install_sh issue, so nuke patch that worked around.joerg2-17/+1
Proxy commit for xtraeme.
2007-06-13Add pthread variables to environement, needed for FOX.joerg1-1/+5
Use gettext instead of internal libintl. Bump revision.
2007-06-09Dependency works better if it is well-formed.joerg1-2/+2
Found during pbulk testing.
2007-06-09List complete directories required by this package.obache1-2/+3
2007-06-08Remove unnecessary patches.wiz3-29/+1
2007-06-08Clean pkglint warning.wiz1-3/+3
2007-06-08Instead of patch+SUBST just use SUBST (as done in pkgsrc-wip versionwiz8-170/+10
of the package).