summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2011-05-09Revert previous commit; I didn't noticed revision 1.8 of patches/patch-ac.taca2-14/+14
2011-05-09Fix build problem on NetBSD 4_STABLE which dosen't have _X86_SYSARCH_L()taca2-14/+14
cpp macro.
2011-05-07Try to fix CONF_FILES handling and some pkglint warnings.tnn6-19/+53
Bump PKGREVISION.
2011-05-07sort PLIST, add two missing ocaml filestnn1-64/+67
2011-05-07Override texi2html & pod2man detection so that manpages belonging totnn2-7/+16
emulators/qemu don't get spuriously overwritten during install.
2011-05-07fix build failure caused by #!/usr/bin/env. revied by wiz@cheusov1-1/+3
(libexec/mc/extfs.d/s3+ script is not checked for interpreter correctness)
2011-05-07+user_irix (package oked by wiz@ and reed@)cheusov1-1/+2
2011-05-07This implements a subset of useradd(8)/groupadd(8) functionality oncheusov7-0/+167
IRIX that is sufficient for pkgsrc use.
2011-05-07Fix build on NetBSD 4shattered1-1/+2
2011-05-07PR/44785 -- fix build on NetBSD 4shattered2-16/+25
2011-05-07xenkernel41 didn't build on current/amd64.tnn3-1/+34
It uses -nostdinc and tries to use #include <stdarg.h> through a local copy of stdarg.h, which can't work. Fixed this by putting the relevant builtin stdarg definitions for NetBSD in the local copy.
2011-05-07drop superflous item in CHECK_PORTABILITY_SKIPtnn1-2/+2
2011-05-05add and enable mkmemstickagc1-1/+2
2011-05-05Initial import of Jared Mcneill's script to create a memory stick from aagc5-0/+156
NetBSD installation ISO. Further information can be found here: http://genericzero.wordpress.com/2009/08/01/install-netbsd-from-a-usb-memory-stick-the-easy-way/ memory stick the easy way I got tired of having to jump through hoops to install NetBSD on my Eee PC, so I wrote a simple script to take a NetBSD release ISO and convert it to an image that can be written to a USB memory stick. To use the script, simply feed it an ISO and tell it where to write the resulting image: $ sh mkmemstick.sh i386cd-5.0.1.iso i386memstick-5.0.1.img The resulting image can be written to a memory stick using dd(1): $ dd if=i386memstick-5.0.1.img of=/dev/sd0d Please note that this script depends on the sysutils/cdrtools package for extracting the contents of the release ISO. Hopefully this will be integrated with the build process so these images are available for those who cannot prepare an image due to lack of access to a NetBSD machine.
2011-05-04Update to 0.2. (Changes are due to Richard Hansen of BBN.)gdt2-7/+6
New in Version 0.2 (released 2011-04-15): * Bug fixes: + extract-account: - account extraction left temp files if authorized_keys had the uchg flag set - if the user didn't actually exist, a bogus tarball would be created anyway + install-account: - the home directory was assumed to be /home/${USER}, which meant that root's files weren't installed properly - If the user already existed, the order of entries in the passwd database wasn't preserved. This caused problems with root accounts because getpwuid(0) started returning the passwd entry for the 'toor' user (breaking "are you root?" tests in various scripts). + sudo-add: - if sudo-add couldn't find the sudoers file or couldn't read it, it didn't remove existing entries when adding or removing a user (adding duplicate entries if adding a user that was already there, and silently failing when removing a user) - if sudo-add could find and read the sudoers file: * it would remove the wrong existing entry if the username of the user being added/removed started with the same characters as another user higher in the sudoers file (e.g., adding or removing foo would remove user foobar if foobar was higher in the sudoers file) * 'sudo-add -r' would only remove the first instance of a user from sudoers (a particular problem given the above bug) - sudo-add wasn't preserving order if the user was already in sudoers (order can be significant in sudoers) * Less verbose output.
2011-05-02Avoid using == in /bin/sh script. Bump PKGREVISIONabs3-3/+16
2011-05-02Update to 3.01a04:wiz2-6/+6
Libfind: - New flag WALK_STRIPLDOT to strip leading "./" like star does Cdrecord: - cdrecord now warns about the correct max. CD-Text size for a single language that is permitted by the standard. Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Fixed several typos in the mkisofs man page and in mkisofs
2011-04-30Depend on gamin as well as libgamin, so the gamin server exists at runtime.dholland1-2/+4
First part of PR 44782; PKGREVISION -> 9.
2011-04-30REPLACE_PYTHON for /usr/bin/env python in misc/xsview, bump PKGREVISIONabs1-2/+4
2011-04-30Fix a "/usr/bin/env python" usage, bump pkgrevisionabs3-9/+11
2011-04-27Fix fallout from gnutls update. gnome-vfs wants a symbol from libgcrypt,tnn3-7/+16
so should link with it explicitly.
2011-04-26LICENSE=modified-bsdobache1-1/+2
2011-04-25Fix building with GDK with Quartz (Mac OS X) backend; switch to .tar.bz2; ↵adam4-12/+30
added LICENSE; fixed pkglint complaints
2011-04-23Update sysutils/fabric to 1.0.1gls3-7/+8
Upstream changes: Bugfixes * #301: Fixed a bug in local?s behavior when capture=False and output.stdout (or .stderr) was also False. Thanks to Chris Rose for the catch. * #310: Update edge case in put where using the mode kwarg alongside use_sudo=True runs a hidden sudo command. The mode kwarg needs to be octal but was being interpolated in the sudo call as a string/integer. Thanks to Adam Ernst for the catch and suggested fix. * #311: append was supposed to have its partial kwarg's default flipped from True to False. However, only the documentation was altered. This has been fixed. Thanks to Adam Ernst for bringing it to our attention. * #312: Tweak internal I/O related loops to prevent high CPU usage and poor screen-printing behavior on some systems. Thanks to Kirill Pinchuk for the initial patch. * #320: Some users reported problems with dropped input, particularly while entering sudo passwords. This was fixed via the same change as for #312. Documentation * Added a missing entry for env.path in the usage documentation.
2011-04-22Update sysutils/capistrano to 2.5.21gls3-11/+14
Upstream changes: ## 2.5.21 / April 6 2011 * Fixed to follow best-practice guidelines from Bundler (Ben Langfeld) * No longer force a gemset for Capistrano development. (Ben Langfeld) ## 2.5.20 / March 16 2011 * `deploy:migrations` will now always operate on the latest_release, not current_release (Mike Vincent) * Adds a check for the presence of `rsync` when using the copy strategy with `rsync`. (Chris Griego) * Do not try to look up the `:release_path` on servers which are defined `:no_release` (Chris Griego) * Tiny patch to the `CVS` SCM code to be Ruby 1.9 compatible (Martin Carpenter) * Changed the default `Git` submodule behaviour to use `--recursive` Lighthouse Issue #176. (Lee Hambley) * `:public_children` can now be `set()`, the default is unchanged, thanks (Chris Griego) * Fixing the load path in the default `Capfile` to search vendored/unpacked Gems. Lighthouse Issue #174 (Mari Carmen/Rafael García) * Adds a `maintenance_basename` variable (default value is `maintenance`) to allow you to set the maintenance page name (Celestino Gomes) * Spelling fixes in inline-documentation (Tom Copeland) * Make `zip` and `tar` handle symlinks the same way (zip follows symlinks by default, tar needs the option `-h`) (Ross Cooperman)
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache130-244/+262
2011-04-21remove "used by net/gnome-vfs-dns-sd/Makefil" comment, it had been removed.obache1-2/+1
2011-04-19Use perl correctly.roy1-2/+5
2011-04-15Add $NetBSD: $bouyer1-0/+2
2011-04-15Update pfstat to 2.5.obache4-20/+29
while here, * set LICENSE=2-clause-bsd * swith to USE_BSD_MAKEFILE. * honor PKG_SYSCONFDIR.
2011-04-15Install hotplug scripts (actually called by xenbackendd on NetBSD)bouyer6-14/+53
in share/examples/xen/scripts, and copy them to etc/xen/scripts/. Bump pkgrevision
2011-04-14Fix build on SunOS.hans1-1/+7
2011-04-13update to 2.28.3drochner3-8/+9
changes: -bugfixes -translation updates
2011-04-08Fix build on DragonFly; patch from upstream via Aleksey Cheusov.wiz2-1/+21
2011-04-06make ocaml-findlib and ocaml a build dependency as discussed with wiz@cegger1-2/+2
2011-04-06add xen 4.1cegger1-1/+3
2011-04-06The Xen virtual machine monitor allows running several virtual machinescegger36-0/+2215
on a single physical machine. The xentools41 package contains the tools to create, destroy and control the virtual machines. This package contains the tools for Xen 4.1.x Release notes: The Xen team is pleased to announce the release of Xen 4.1. The result of nearly 12 months of development, new features include: * A re-architected and improved XL toolstack replacing XM/XEND * Prototype credit2 scheduler designed for latency-sensitive workloads and very large systems. * CPU Pools for advanced partitioning. * Support for large systems (>255 processors) * Support for x86 Advanced Vector eXtension (AVX). * New Memory Access API enabling integration of 3rd party security solutions into Xen virtualized environments. * Many IOMMU fixes (both Intel VT-d IOMMU and AMD IOMMU). * Many toolstack and buildsystem fixes for Linux and NetBSD hosts. * Thirdparty libs: libvirt driver for libxl has been merged to upstream libvirt. * HVM guest PXE boot enhancements, replacing gPXE with iPXE. * Even better stability through our new automated regression tests. Detailed release notes, including a more extensive feature list: http://wiki.xen.org/xenwiki/Xen4.1 To download tarballs: http://xen.org/products/xen_source.html Or the Mercurial source repository (tag 'RELEASE-4.1.0'): http://xenbits.xen.org/xen-unstable.hg And the announcement on the Xen blog: http://blog.xen.org/index.php/2011/03/25/xen-4-1-releases/ Thanks to the many people who have contributed to this release! Regards, The Xen Team
2011-04-06Xen is a virtual machine monitor which supports running multiplecegger5-0/+83
guests operating systems on a single machine. Guest OSes (also called "domains" ) require a modified kernel which supports Xen hypercalls in replacement to access to the physical hardware. At boot, the xen kernel is loaded along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains. This package contains the Xen4 kernel itself. Release notes: The Xen team is pleased to announce the release of Xen 4.1. The result of nearly 12 months of development, new features include: * A re-architected and improved XL toolstack replacing XM/XEND * Prototype credit2 scheduler designed for latency-sensitive workloads and very large systems. * CPU Pools for advanced partitioning. * Support for large systems (>255 processors) * Support for x86 Advanced Vector eXtension (AVX). * New Memory Access API enabling integration of 3rd party security solutions into Xen virtualized environments. * Many IOMMU fixes (both Intel VT-d IOMMU and AMD IOMMU). * Many toolstack and buildsystem fixes for Linux and NetBSD hosts. * Thirdparty libs: libvirt driver for libxl has been merged to upstream libvirt. * HVM guest PXE boot enhancements, replacing gPXE with iPXE. * Even better stability through our new automated regression tests. Detailed release notes, including a more extensive feature list: http://wiki.xen.org/xenwiki/Xen4.1 To download tarballs: http://xen.org/products/xen_source.html Or the Mercurial source repository (tag 'RELEASE-4.1.0'): http://xenbits.xen.org/xen-unstable.hg And the announcement on the Xen blog: http://blog.xen.org/index.php/2011/03/25/xen-4-1-releases/ Thanks to the many people who have contributed to this release! Regards, The Xen Team
2011-04-05Set LICENSE.wiz1-1/+2
2011-04-05Fix build with png-1.5.wiz2-1/+68
2011-04-04kill a check that time_t<=int which keeps this pkg from buildingdrochner2-1/+19
on NetBSD-current/32bit (I don't see what this check is good for)
2011-04-04Fix build on SunOS.hans1-2/+2
2011-04-04Turn a non-fatal condition from a panic into a warning, pulling uphauke3-3/+36
a 3.4 change <http://xenbits.xensource.com/hg/staging/xen-3.4-testing.hg/rev/60ed1226a37c#> as proposed by cegger (see <http://mail-index.netbsd.org/port-xen/2011/04/01/msg006580.html> ff).
2011-04-03add build dependency on gsed, hopefully fixes PR pkg/44815drochner1-1/+2
by Robert Elz
2011-04-01remove stale dependency on libnotify. bump PKGREVdrochner1-3/+2
2011-03-31to prevent this in the future link to the changeset not to the tip.zafer2-6/+6
2011-03-31match wrksrcdir with changeset 13.zafer1-2/+2
2011-03-31update distinfo. closes pr 44790.zafer1-4/+4
2011-03-30Change condition for check of libvolume_id.obache2-6/+8
it depend on backend, not host. Fixes build with NetBSD-4 (dummy backend), PR#44794.