Commit graph

6232 commits

Author SHA1 Message Date
obache
cccdcaa605 * drop dependency on gdbm, not used directly.
* enable pulseaudio support, current pulseaudio package is sufficient version.
* adjust BUILDLINK_API_DEPENDS.*.

Bump PKGREVISION.
2011-08-28 07:44:29 +00:00
jmcneill
6523900403 Adjust ONLY_FOR_PLATFORM to not match 5.99 2011-08-27 12:37:45 +00:00
jmcneill
7de0b15867 + netbsd-kmod-tools 2011-08-27 12:33:53 +00:00
jmcneill
216ef0c02d Import kmod tools for NetBSD 5.
Kernel modules allow the system administrator to dynamically add and
remove functionality from a running system.  This ability also helps
software developers to develop new parts of the kernel without constantly
rebooting to test their changes.

This package provides the necessary utilities for using kernel modules on
NetBSD 5.x.

The modload utility loads a kernel module specified by the module parameter
into the running system. The modunload utility unloads a loadable kernel
module from a running system. The modstat utility displays the status of
any kernel modules present in the kernel.
2011-08-27 12:33:11 +00:00
cheusov
2dc8f0c124 Fix build failure on Solaris-10 with gcc. PR 45287. 2011-08-26 13:39:55 +00:00
wiz
8088c50848 Update to 1.0.30. Drop maintainership since I never actually used it...
Changes since version 1.0.29:

    A bug fix in the handling of readdir errors; in earlier versions,
    it was theoretically possible for a failing hard drive or other
    errors in reading directories to result in files being silently
    omitted from an archive.

    Several bug fixes relating to the handling of @archive directives
    with mtree files.

    A bug fix to prevent cache directory corruption resulting in
    tarsnap failing if it was interrupted at exactly the right
    (wrong) moment in its operation.

    A bug fix to correctly handle ~ in tarsnap -s path substitutions.

    Many more minor bug fixes.
2011-08-25 15:24:14 +00:00
obache
0b8aa0f6a3 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
shattered
28af0c29b6 PR/42954 -- disable libtool if static-bacula option is on. Doesn't yet
work though.
2011-08-17 20:23:11 +00:00
shattered
f69f877ab2 PR/38104 - remove conflict with nut: rename upsimage.cgi to apcupsimage.cgi
OK by maintainer.
2011-08-14 21:42:14 +00:00
abs
5cbeb046ef Fix build with gcc 4.5.3 under NetBSD 2011-08-14 20:42:40 +00:00
obache
ca6777aa50 Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
taca
d2e0ce47d9 Update sysutils/ruby-facter package to 1.6.0.
1.6.0
===
9404a7a (#7670) Add an acceptance test
0c23845 maint: Fix spelling of acceptance directory
926e912 (#7670) Stop preloading all facts in the application
2255abe (#7670) Never fail to find a fact that is present
8002c24 (#7507) Fix 1.9.2 test failure
0635822 Removed inappropriately uncredited Ohai method from ec2 fact
6b1cd16 (#6614) Update ipaddress6 fact to work with Ruby 1.9
21fe217 (#6612) Changed uptime spec to be endian agnostic
19f96b5 (#6728) Facter improperly detects openvzve on CloudLinux systems
5b10173 (#5135) Fix faulty logic in physicalprocessorcount
53cd946 Ensures that ARP facts are returned only on EC2 hosts
bfa038d Fixed #6974 - Moved to Apache 2.0 license
d56bca8 refactor the mechanism for allowing for resolution ordering to be influenced
9f4c5c6 (#6740) facter doesn't always respect facts in environment variables
7441b32 Partial fix for #6971 - Fix for virtual tests
7f3e89d (#2714) Fixed faulty test
bfc16f6 (#2714) Added timeout to prtdiag resulution
c2ff833 (#5135) Refactored physicalprocessorcount
0c4a98b Re-factor. Do not use pure-Ruby file reading against "/proc/cpuinfo" and possibly any entry under "/sys" from the sysfs file system.
cb52b06 Fix. Using sysfs file system entries to count the number of physical CPUs. Fall-back to "/proc/cpuinfo" included for backward-compatibility with legacy systems.
3efa9d7 (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
7c80172 (#6883) Update Facter install.rb to be slightly more informative.
d31e3f9 (#5394) Document each Facter fact.
af4947c (#6862) Add a default subject for the mail_patches rake task
d6967a0 (#6613) Switch solaris macaddress fact to netstat
e056218 (#6817) Fix for Ruby 1.9 by calling .each_line on a string
861c2b2 maint: cleanup whitespace
f6c9927 (#6719) Corrected faulty logic in bugfix
e42e57c (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
0b5b546 (#6883) Update Facter install.rb to be slightly more informative.
7c08270 (#5394) Document each Facter fact.
06eb3f5 (#6883) Update Facter install.rb to be slightly more informative.
1063753 (#6862) Add a default subject for the mail_patches rake task
56b5f10 (#6613) Switch solaris macaddress fact to netstat
fd4f31c (#6817) Fix for Ruby 1.9 by calling .each_line on a string
72996ff maint: cleanup whitespace
2011-08-12 17:14:42 +00:00
taca
5fadf3ab65 Fix dependency pattern.
Bump PKGREVISION.
2011-08-12 17:13:38 +00:00
gls
68e03da6db Update sysutils/capistrano to 2.8.0
Upstream changelog:

  ## 2.8.0 / August 3 2011

  A short release, after the last. Announcing Rails 3.1 asset pipeline support.

  The asset pipeline support requires an additiona `load` in your `Capfile`.

  You can see information pertaining to the pull request, including the inline
  comments here: https://github.com/capistrano/capistrano/pull/35

  Documentation will be available soon in the wiki.

  * Drop-In Rails 3.1 asset pipeline support. (Chris Griego)

  ## 2.7.0 / August 3 2011

  A fairly substantial release. There are fixes so that current_release works
  during dry-runs, (although, apparently still not with bundler.)

  The test-suite was also modified to work with Ruby 1.9.2, except in one case
  where Ruby 1.9.x calls `to_ary` and `to_a` on mocks, which still makes an
  error. 1.9.x has always been supported, but due to lack of maintenance on my
  part the tests didn't ever pass.

  The `start`, `stop` and `restart` tasks have been reduced to mere hooks into
  which extensions can define their own functionality.

  The `readme` was also slightly improved, simply tweaks to express how best to
  run the test suite.

  * Ensure dry-run works with `:current_release` variable (Carol Nichols)
  * Added a new variable `:git_submodules_recursive`, setting the value to false
  will ensure Git doesn't recursively initialize and checkout submodules. (Konstantin Kudryashov)
  * Added an additional task option, `:on_no_matching_servers`, setting the
  value to `:continue` will ensure tasks with no matched servers continue
  without error, instead of raising `Capistrano::NoMatchingServersError` as was
  the previous behaviour. (Chris Griego)

  A huge thanks to all contributors, as always!

  Remember: @capistranorb on twitter for news.

  ## 2.6.1 / June 25 2011

  A short maintenance release, Some fixes to the verbose flag inside the Git SCM
  as well as another argument for the (internal) `variable()` command, offering
  a default. The Git SCM is now verbose by default, but can be disabled by
  setting `:scm_verbose` to false.

  There has been an additional method added to string, within the context of the
  test suite, I'm always sketchy about adding additional methods to core
  classes, but it's a short term fix until I make the time to patch the test
  suite not to compare strings literally. The method is `String#compact`, and is
  implemented simply as `self.gsub(/\s+/, ' ')`.

  Here's the run-down of changes, and their committers, as always - a huge thank
  you to the community that continues to drive Capistrano's development.

  * `deploy:setup` now respects `:group_writable` (Daniel Duvall)
  * Fixes to `:scm_verbose` for the Git module (defaults to On.) (Matthew Davies)
  * Will now copy hidden files in the project's root into the release
  directory (Mark Jaquith)
  * Now handles closing already-dead connections in a sane way (does not raise
  an exception) (Will Bryant)
  * Renamed `Capistrano::VERSION::TINY` to `Capistrano::VERSION::PATCH` (Lee
  Hambley)
  * Removed the `VERSION` file (Lee Hambley)
2011-08-08 21:37:52 +00:00
gls
9f7a549cc7 Update sysutils/fabric to 1.2.0
Upstream changelog:
=========

  * :release:`1.2.0 <2011-07-12>`
  * :feature:`22` Enhanced `@task <fabric.decorators.task>` to add :ref:`aliasing
    <task-aliases>`, :ref:`per-module default tasks <default-tasks>`, and
    :ref:`control over the wrapping task class <task-decorator-and-classes>`.
    Thanks to Travis Swicegood for the initial work and collaboration.
  * 🐛`380` Improved unicode support when testing objects for being
    string-like. Thanks to Jiri Barton for catch & patch.
  * :support:`382` Experimental overhaul of changelog formatting & process to
    make supporting multiple lines of development less of a hassle.
  * :release:`1.1.2 <2011-07-07>` (see below for details)
  * :release:`1.0.2 <2011-06-24>` (see below for details)

Prehistory
==========

  The content below this section comes from older versions of Fabric which wrote
  out changelogs to individual, undated files. They have been concatenated and
  preserved here for historical reasons, and may not be in strict chronological
  order.

  ----


Changes in version 1.1.2 (2011-07-07)
=====================================

Bugfixes
--------

  * :issue:`375`: The logic used to separate tasks from modules when running
    ``fab --list`` incorrectly considered task classes implementing the mapping
    interface to be modules, not individual tasks. This has been corrected.
    Thanks to Vladimir Mihailenco for the catch.
2011-08-08 21:04:26 +00:00
bouyer
d8cbe7b4b8 Apply patch from PR pkg/45171, fixing rc.d script on DragonFly. 2011-08-07 17:27:24 +00:00
cheusov
59350c7599 Update to version 0.9. This fixes build failures on Linux (PR 44001).
Support for NetBSD was added.
Fixes for pkglint warnings. Oked by wiz@
2011-08-06 16:36:41 +00:00
joerg
df9384a26a Disable stack scan for clang. It fails miserable and I can't figure out
what this $%^&$%^& is supposed to do.
2011-08-04 11:40:49 +00:00
joerg
7947d57875 Fix getline usage. 2011-08-04 11:37:58 +00:00
bouyer
99f5a7fa8c Update to 3.14.9.
Dragonfly users, please test that is still builds !
pkgsrc change: as snmp support doesn't depend on net-snmp
anymore, remove snmp option and always build snmp support.
cgi option now depend on graphics/gd/

User-visible changes sinces 3.14.3:

2010-08-30 14:18  adk0212

        * src/drivers/snmplite/: mge-mib.cpp, mge-oids.h, mibs.cpp:

        Add support for MGE SNMP MIB. Contributed by Lars Täer
        <taeuber@bbaw.de>

2010-07-30 18:04  adk0212

        * src/drivers/snmplite/: apc-mib.cpp, apc-oids.h, mib.cpp, oids.h,
        rfc1628-mib.cpp, rfc1628-oids.h, snmplite.cpp, snmplite.h:

        Add support for RFC1628 SNMP MIB. Refactor APC MIB and create
        MibStrategy struct for associating MIB/CI mapping with
        corresponding processing function. RFC1628 strategy is coded per
        the MIB but untested.

2010-01-10 10:29  adk0212

        * include/defines.h, src/apctest.c, src/drivers/usb/usb.c:

        Add apctest support for reading/setting self-test interval on USB.
        Also show current setting in UPS status. Contributed by James
        Belleau <jpbelleau@gmail.com>

2009-10-25 11:03  adk0212

        * configure, autoconf/config.h.in, autoconf/configure.in,
        autoconf/variables.mak.in, include/struct.h,
        platforms/etc/apcupsd.conf.in, src/drivers/Makefile,
        src/drivers/drivers.c, src/drivers/snmplite/Makefile,
        src/drivers/snmplite/asn.cpp, src/drivers/snmplite/asn.h,
        src/drivers/snmplite/mib.cpp, src/drivers/snmplite/snmp.cpp,
        src/drivers/snmplite/snmp.h, src/drivers/snmplite/snmplite.cpp,
        src/drivers/snmplite/snmplite.h, src/lib/apcconfig.c,
        src/lib/apcstatus.c:

        Add SNMP Lite driver which does not depend on net-snmp library.
        This makes it more portable and eliminates need to move libsnmp.so
        to /lib in order to do a killpower on systems where /usr is
        unmounted.

2009-09-01 20:30  adk0212

        * src/apctest.c:

        Implement battery calibration in apctest for USB models.  Thanks to
        James Belleau <james@belleau.net> for the original implementation
        which has been modified somewhat in this commit.

2009-05-02 10:30  adk0212

        * src/action.c:

        Change log level of UPS self-test messages to WARNING from ALERT.
        Given that self-test messages are routine, they do not belong at
        LOG_ALERT.  Contributed by Dave Ewart <davee@ceu.ox.ac.uk>.

2009-04-25 10:58  adk0212

        * src/lib/apcconfig.c:

        Remove EVENTFILE, EVENTFILEMAX config directives. These were
        replaced by the plural versions that are in use today (EVENTSFILE,
        EVENTSFILEMAX) almost 10 years ago. It's time to kill the old
        names.  (h/t Trevor Roydhouse <trev@sentry.org>)

2009-03-02 17:48  adk0212

        * doc/apcupsd.man, include/drivers.h, include/extern.h,
        src/action.c, src/apctest.c, src/apcupsd.c, src/device.c,
        src/options.c, src/drivers/drivers.c,
        src/drivers/apcsmart/apcsmart.h, src/drivers/apcsmart/smart.c,
        src/drivers/apcsmart/smartoper.c, src/drivers/usb/usb.c,
        src/drivers/usb/usb.h, src/lib/apclock.c:

        Add support for turning the UPS off completely. This complements
        existing hibernate (aka killpower) functionality. Turn-off is
        implemented for apcsmart and USB drivers, subject to support for
        the relevant commands in the UPS itself. Contributed by Keith
        Campbell <campbell@econnectix.com>.

2008-06-29 11:12  adk0212

        * src/action.c:

        Fix bug in LOWBATT glitch handling. We must examine LOWBATT for
        changes every time thru the status loop, not just during the
        OnBattery state.  Otherwise we can miss the initial LOWBATT
        assertion, which defeats the glitch rejection logic.

2008-05-06 20:16  skoona

        * src/gapcmon/gapcmon.c:

        Corrected the use of NOMPOWER and the calc of current usage amount

2008-05-04 11:13  adk0212

        * src/drivers/usb/usb.c:

        Add a heuristic to fix up incorrect NOMINV or NOMOUTV. Some UPSes
        (RS 500) report decivolts instead of volts. Reported by Kirill S.
        Bychkov <yason@linklevel.net>.

2008-01-27 12:00  adk0212

        * include/struct.h, platforms/etc/apcupsd.conf.in,
        platforms/mingw/apcupsd.conf.in, src/device.c,
        src/drivers/net/net.c, src/drivers/snmp/drv_powernet.c,
        src/lib/apcconfig.c:

        Add POLLTIME directive to control UPS polling interval. NETTIME is
        accepted as a synonym for compatibility with old config files.
2011-08-01 14:54:51 +00:00
shattered
365086ffe3 PR/36803 -- honour PKG_SYSCONFDIR 2011-07-30 10:47:54 +00:00
bouyer
9ef0b2db44 Add p5-UPS-Nut 2011-07-29 15:15:45 +00:00
bouyer
7ccb030898 Initial import of p5-UPS-Nut version 2.6.1:
Perl interface to talk to the NUT upsd network daemon
2011-07-29 15:13:58 +00:00
bouyer
e0c74b57be Update ups-nut* from 2.0.5 to 2.6.1. Changes are too large to list here,
see: http://www.networkupstools.org/source/2.6/new-2.6.1.txt
2011-07-29 15:11:40 +00:00
jakllsch
c8375f0fc8 Update flashrom to 0.9.4.
==New major user-visible features==
* Support for new programmers:
** OpenMoko Neo1973/Neo FreeRunner debug board version 2 or 3, FTDI FT2232-based (r1231)
** Olimex ARM-USB-TINY, ARM-USB-TINY-H, ARM-USB-OCD, and ARM-USB-OCD-H, FTDI FT2232-based (r1331)
** Open Graphics Project development card, OGD1 (r1241)
** Angelbird Wings PCIe SSD/88SX7042 (r1258)
** ITE IT85xx embedded controllers (r1262)
** Intel NIC with parallel flash (r1297)
* Dozens of added flash chips, chipsets, mainboards.
* Improved user interface.
* Reliability fixes for buggy hardware, buggy third party software and corner case spec conformance.
* Improved Dediprog SF100 support.
* Update port of flashrom package to Mac OS X using DirectHW.
* Improved support for protection status printing and chip unlocking.
* Fix and improve libpayload platform support.
* Add support for more than one Super I/O or EC per machine.
* Always read the flash chip before writing, for improved error checking and faster programming.
* Enable write support on NVIDIA MCP6x/MCP7x.
* Added SPI flash emulation capability to the dummy programmer.

==Infrastructural improvements and fixes==
* Shutdown function registration
* Improved error messages
* Correctness fixes
* Various workarounds for broken hardware
* Code cleanups
2011-07-29 13:35:42 +00:00
agc
123af4e7a6 Add and enable libvirt 2011-07-26 06:07:26 +00:00
agc
a9708b7106 Initial import of libvert version 0.9.3 into the packages collection.
libvirt is:
	+ A toolkit to interact with the virtualization capabilities of recent
	  versions of operating systems, see our project goals for details.
	+ A long term stable C API
	+ A set of bindings for common languages
	+ A CIM provider for the DMTF virtualization schema
	+ A QMF agent for the AMQP/QPid messaging system
	libvirt supports:
	+ The KVM/QEMU Linux hypervisor
	+ The Xen hypervisor
	+ The LXC Linux container system
	+ The OpenVZ Linux container system
	+ The User Mode Linux paravirtualized kernel
	+ The VirtualBox hypervisor
	+ The VMware ESX and GSX hypervisors
	+ The VMware Workstation and Player hypervisors
	+ Virtual networks using bridging, NAT, VEPA and VN-LINK.
	+ Storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and filesystems
	libvirt provides:
	+ Remote management using TLS encryption and x509 certificates
	+ Remote management authenticating with Kerberos and SASL
	+ Local access control using PolicyKit
	+ Zero-conf discovery using Avahi multicast-DNS
	+ Management of virtual machines, virtual networks and storage

I'm fairly sure that the NetBSD part of the bridging code still needs
some more work, but I'll leave that as an exercise for someone more
versed in it than I am.
2011-07-26 06:05:00 +00:00
jmcneill
5888e8b6ff support HID descriptors larger than 256 bytes 2011-07-24 18:00:06 +00:00
obache
7f43353df0 recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
drochner
de4303cc1e don't propagate dependencies on fam and avahi -- thode are used by
plugin modules only, not by the base lib
2011-07-20 17:58:37 +00:00
jym
b0106f20c6 - protect Xen's stdarg.h from multiple inclusion.
- build fix for stdarg under NetBSD.

Both backported from upstream. Seems to be needed to build pkg under 5.99.x

http://xenbits.xensource.com/hg/xen-unstable.hg/file/a574bf2f5059/xen/include/xe
n/stdarg.h
2011-07-19 18:54:11 +00:00
jym
e6f97c2cc5 - protect Xen's stdarg.h from multiple inclusion.
- build fix for stdarg under NetBSD.

Both backported from upstream. Seems to be needed to build pkg under 5.99.x

http://xenbits.xensource.com/hg/xen-unstable.hg/file/a574bf2f5059/xen/include/xen/stdarg.h
2011-07-19 18:53:53 +00:00
drochner
a91575da5c participate in the client pkg's patches 2011-07-18 19:18:09 +00:00
drochner
93fa04e0cd fix fime namespace problems to make this compile with g++-4.5 2011-07-18 19:06:02 +00:00
drochner
1d9e411c2e update to 1.2.8.12
changes: bugfixes
2011-07-13 20:12:23 +00:00
gls
7e4f048e16 Update sysutils/fabric to 1.1.1
Upstream changes highlights:

Many, many bugfixes.

In release 1.1, highlights are

    * #76: New-style tasks have been added. With the addition of the task
decorator and the Task class, you can now "opt-in" and explicitly mark task
functions as tasks, and Fabric will ignore the rest. The original behavior (now
referred to as "classic" tasks) will still take effect if no new-style tasks are
found. Major thanks to Travis Swicegood for the original implementation.
    * #56: Namespacing is now possible: Fabric will crawl imported module
objects looking for new-style task objects and build a dotted hierarchy (tasks
named e.g. web.deploy or db.migrations.run), allowing for greater organization.
See Namespaces for details. Thanks again to Travis Swicegood.
2011-07-12 20:56:21 +00:00
wiz
37dc39565f Update to 3.01a05:
All:

-	The makefile system now by default disables smake Simple Suffix Rules
	and the POSIX Suffix Rules in order to speed up inference rule search.

Libschily:

-	New functions mkgmtime() mklgmtime() and timegm()

Libfind:

-	libfind no longer aborts with a lack of memory but writes an error
	message

-	libfind now correctly frees memory that has been allocated internaly
	from treewalk()

Mkisofs (Maintained/enhanced by J

-	Mkisofs now correctly supports El Torito multi boot entries by introducing
	a Boot Dection Header before a list of alternate boot entries.

-	New option -eltorito-platform allows to set the El Torito platform id
	for a boot entry or for a list of boot entries. Supported values for the
	parameter are:

	-	x86	the standard value vor x86 based PCs

	-	PPC	the Power PC platform

	-	Mac	The Apple Mac platform

	-	efi	EFI based boot for PCs

	-	#	an arbitrary numerical value

-	New option -modification-date allows to specify a predictable UUID for grub.

	The syntax is: YYYY[MM[DD[HH[MM[SS]]]]][.hh][+-GHGM] and is forgiving
	enought to accept the pupular POSIX date format created by:

		date "+%Y-%m-%d %H:%M:%S %z"
2011-07-12 13:32:25 +00:00
jmcneill
b36f6b0e69 + xc3028l-firmware 2011-07-11 18:27:29 +00:00
jmcneill
30a969dd3e Initial import of XC3028L firmware package. 2011-07-11 18:26:29 +00:00
drochner
d44066813e include <string.h> explicitely to get the memset() prototype, fixes
the build of cdrdao at least on NetBSD-current/gcc45
2011-07-08 18:18:16 +00:00
drochner
e611201bc8 avoid gnutls, and implicit dependency on libgcrypt
bump PKGREV
2011-07-08 11:03:35 +00:00
shattered
196ab8bb7c PR/34029 -- gtar is probably not required any more. 2011-07-03 13:59:53 +00:00
jym
4f8150837d check-interpreter fix. 2011-07-03 12:11:29 +00:00
jym
1420f821f9 check-interpreter fix. 2011-07-03 11:52:55 +00:00
shattered
23f7e458b5 REPLACE_PERL in src/cats/make_catalog_backup.pl.in 2011-06-26 14:24:55 +00:00
schnoebe
2b2a76bca9 Convert to "PKG_DESTDIR_SUPPORT=user-destdir". 2011-06-20 23:49:36 +00:00
tron
59bc10308b Fix build problem caused by tmpfs changes in NetBSD-current. 2011-06-20 10:19:54 +00:00
pettai
4d0a47141b Updated MASTER_SITES, HOMEPAGE 2011-06-19 16:40:52 +00:00
taca
42b353db76 Update pear-Log pacakge to 1.12.6.
Release date: 2011-05-26 05:28 UTC

Changelog:
- Improved the console handler's stream handling. (Bug 17874)
- Added a 'reopen' configuration parameter to the syslog handler.
  (Request 18185)
- The backtrace depth is now configurable via setBacktraceDepth().
  (Request 18423)
2011-06-19 15:57:09 +00:00
plunky
1e9494cd9f update to bluez-hcidump-2.1
from the ChangeLog:
	Add support for decoding OBEX Action command.
	Add support for decoding SMP commands.
	Add support for decoding ATT commands.
	Add support for missing LE decoding.
2011-06-19 13:02:35 +00:00