Commit graph

6062 commits

Author SHA1 Message Date
gls
7eebfa4f75 Update sysutils/capistrano to 2.5.21
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-22 20:31:49 +00:00
obache
9ea3b36c23 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
f1fb728c25 remove "used by net/gnome-vfs-dns-sd/Makefil" comment, it had been removed. 2011-04-21 11:32:02 +00:00
roy
bc20b7cbc4 Use perl correctly. 2011-04-19 16:10:16 +00:00
bouyer
daa56d37ed Add $NetBSD: $ 2011-04-15 13:35:05 +00:00
obache
afe43ce416 Update pfstat to 2.5.
while here,
* set LICENSE=2-clause-bsd
* swith to USE_BSD_MAKEFILE.
* honor PKG_SYSCONFDIR.
2011-04-15 11:27:04 +00:00
bouyer
8390fe6133 Install hotplug scripts (actually called by xenbackendd on NetBSD)
in share/examples/xen/scripts, and copy them to etc/xen/scripts/.
Bump pkgrevision
2011-04-15 10:32:22 +00:00
hans
ec6dbc1402 Fix build on SunOS. 2011-04-14 21:47:24 +00:00
drochner
5a754f73d8 update to 2.28.3
changes:
-bugfixes
-translation updates
2011-04-13 17:05:20 +00:00
wiz
e83ac65942 Fix build on DragonFly; patch from upstream via Aleksey Cheusov. 2011-04-08 22:48:04 +00:00
cegger
6aa9c43221 make ocaml-findlib and ocaml a build dependency as discussed with wiz@ 2011-04-06 10:03:00 +00:00
cegger
3c423ace88 add xen 4.1 2011-04-06 09:16:39 +00:00
cegger
38d07fb5f4 The Xen virtual machine monitor allows running several virtual machines
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-06 09:10:26 +00:00
cegger
30bf917389 Xen is a virtual machine monitor which supports running multiple
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-06 09:05:53 +00:00
wiz
ce1c0515be Set LICENSE. 2011-04-05 11:56:34 +00:00
wiz
105d01f833 Fix build with png-1.5. 2011-04-05 11:56:30 +00:00
drochner
ce4130b0ef kill a check that time_t<=int which keeps this pkg from building
on NetBSD-current/32bit
(I don't see what this check is good for)
2011-04-04 11:27:39 +00:00
hans
49052b82dc Fix build on SunOS. 2011-04-04 09:41:17 +00:00
hauke
91fc417f95 Turn a non-fatal condition from a panic into a warning, pulling up
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-04 09:07:06 +00:00
drochner
ef095a526c add build dependency on gsed, hopefully fixes PR pkg/44815
by Robert Elz
2011-04-03 10:08:42 +00:00
drochner
650ea9bbc3 remove stale dependency on libnotify. bump PKGREV 2011-04-01 16:04:11 +00:00
zafer
3e06d1fc1d to prevent this in the future link to the changeset not to the tip. 2011-03-31 20:53:54 +00:00
zafer
aae7747785 match wrksrcdir with changeset 13. 2011-03-31 20:45:56 +00:00
zafer
1f38865326 update distinfo. closes pr 44790. 2011-03-31 20:35:17 +00:00
obache
0f830ea6b4 Change condition for check of libvolume_id.
it depend on backend, not host.

Fixes build with NetBSD-4 (dummy backend), PR#44794.
2011-03-30 13:05:41 +00:00
adam
b57e835160 Don't call autogen.sh, but do autoconf stuff in our Makefile: autogen.sh calls configure, but does not pass CFLAGS/LDFLAGS, so building may fail, e.g. on Mac OS X. 2011-03-29 10:18:18 +00:00
wiz
b7565b87db Jens Rehsack noted that the inclusion of jpeg/bl3.mk in xfce4-thunar
must be propagated in its bl3.mk file.

Do that, and depend on that version; recursive PKGREVISION bump
since a few dependencies might link against jpeg now.
2011-03-24 14:35:16 +00:00
drochner
b5921d85ea add patch from upstream (manually, due to changed #ifdefs and indentation)
to fix possible crashes triggered by 64-bit guests (found by
Cherry G. Mathew, CVE-2011-1166)
bump PKGREV
2011-03-24 12:43:53 +00:00
drochner
2a71a1b4e9 add patch from upstream (manually, due to changed #ifdefs and indentation)
to fix possible crashes triggered by 64-bit guests (found by
Cherry G. Mathew, CVE-2011-1166)
bump PKGREV
2011-03-24 12:04:57 +00:00
obache
7eefaf42ae revert last commit.
It should be installed. If not, the issue should be fixed instead.
2011-03-24 02:23:47 +00:00
zafer
4d66540985 update PLIST. Remove superfluous gschema.xml. Fixes install. 2011-03-23 20:40:26 +00:00
wiz
b0d9b4607f Update to 1.7, based on PR 44014 from Aleksey Cheusov.
Set LICENSE.

Major changes in upstream

        Temporary file names now include digits in addition to letters.
        mktemp will now terminate after 2*N^62 attempts, where N
            is the number of Xs in the template.  Previously it would try
            forever.
        Fixed UTF8 formatting of the grave accent character in the manual.
2011-03-23 10:16:22 +00:00
plunky
78bc294a29 bump PKGREVISION for previous bugfix 2011-03-21 11:38:49 +00:00
jym
1373123a11 When we moved from fd_ofiles to a struct fdtab, the fd_ofiles became
an array of pointer (in struct fdtab) rather than a pointer of pointers.

Sadly for us, no, arrays and pointers are not equivalent from a memory
perspective: while pointers from/to another address space can
be consumed by kvm(3) to query for data in kernel space, arrays
are more tricky, especially when their content is copied in userland:
they are part of the copied struct.

Address of array members are only valid in their own address space,
in our case userland, which is (fortunately?) different from kernel space.
This breaks the various kvm_read() calls that query for file descriptor
information. Consequence: lsof(1) cannot print filedescriptor information
(starting from 5.99.14), and silently ignores the errors, as using
the userland fdtab (``dt'' variable) is not valid for kernel.

Fix that by using the ``fd_dt'' member of struct filedes, which stores
the address of the fdtab struct in kernel address space. Took a few hours
to understand what was going on with lsof(1), hmmm.

Luckily, fstat(1) uses the proper model (checked about 5min ago). Why
lsof(1) decided not to log an error on kvm_read() is... a good question.

Bump rev.
2011-03-21 00:22:02 +00:00
plunky
e15e6bf299 HCI direction message is an int, but you can't memcpy that to a uint8_t
and hope that it will work on big endian machines
2011-03-20 19:56:48 +00:00
obache
d84905e4c2 replace funny trick to avoid PKGREVISION in PKGNAME with PKGNAME_NOREV. 2011-03-19 01:36:20 +00:00
zafer
7649d42cbf service suspended. prevent timeout. fetch from backup. 2011-03-18 20:54:44 +00:00
zafer
077e8e4929 update master_sites and homepage. 2011-03-18 20:51:26 +00:00
zafer
c1cd32c79b service suspended. prevent timeout. fetch from backup. 2011-03-18 20:42:43 +00:00
zafer
981167803c remove dead mirror. 2011-03-18 20:41:44 +00:00
zafer
6edf4ee943 service suspended. prevent timeout. fetch from backup. 2011-03-18 20:40:08 +00:00
zafer
c928e7ed4d remove dead mirror. 2011-03-18 20:38:37 +00:00
zafer
98e09dec3c service suspended. prevent timeout. fetch from backup. 2011-03-18 20:28:21 +00:00
obache
8564b41421 Add user-destdir installation support. 2011-03-18 12:33:54 +00:00
obache
54dbeb4118 Add user-destdir installation support. 2011-03-18 12:22:51 +00:00
obache
85dd03a214 Add user-destdir installation support. 2011-03-18 12:09:31 +00:00
wiz
8726f53a76 Enable jpeg support, bump PKGREVISION.
Addresses PR 44736.
2011-03-18 09:33:48 +00:00
macallan
ecc38406ea add support for macppc. 2011-03-16 05:09:16 +00:00
wiz
5f2c59d172 Update to 3.01a03:
Libscg:

-	libscg/scsi-bsd.c tries to better support the SCSI sense data
	length in the recently upgrades in FreeBSDs ATAPI/CAM module.

-	try to keep SCSI status and error codes when doing a manual GET SENSE
	on AIX, UnixWare, VMS, Linux Parallel Port, Apollo Domain

Cdrecord:

-	cdrecord now warns and aborts if someone tries to write more CD-Text
	for a single language than permitted by the standard.


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	many typo fixes to the cdda2wav.1 man page, thanks to John Bradshaw

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	Add several forgotten options to the mkisofs man page.
2011-03-12 14:23:57 +00:00