Commit graph

5961 commits

Author SHA1 Message Date
wiz
a2a74f575f Set LICENSE. 2011-01-20 15:54:28 +00:00
shattered
7b0284466d PR/40201: Add manual page, bump revision. 2011-01-19 22:57:13 +00:00
jmmv
c87ff062a9 Use SPECIAL_PERMS instead of relying on the package-specific Makefile from
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-19 16:43:38 +00:00
jmmv
3eec7a0f84 Fix the setting of permissions on libgtop_server2 when building with
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-18 13:46:38 +00:00
jmmv
df5074448b Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/brasero
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-18 10:08:43 +00:00
drochner
95f08dd5b9 the API doc isn't even installed -- skip documentation build and
drop build dependency on doxygen
(no change to installed pkg)
2011-01-17 16:31:53 +00:00
asau
6081b117b4 Solaris needs -lsocket in LIBS. PR pkg/44401 2011-01-17 04:10:40 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
drochner
757882aefb update to 2.32.0
This switches to the gnome-2.32 release branch.
2011-01-12 18:51:24 +00:00
drochner
82bbf9d716 minor cleanup 2011-01-12 12:23:47 +00:00
jym
6a17885159 Add support for "vifname" keys inside XenStore. Its value is the
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-12 00:11:19 +00:00
drochner
7ee4d2bc20 update to 1.2.8.9
change: Support for shell-style wildcards in quick search
2011-01-11 19:39:42 +00:00
drochner
be75b2715c sync w/ base pkg 2011-01-11 15:32:05 +00:00
drochner
d4ad2879db update to 2.32.1
This switches to the gnome-2.32 release branch.
2011-01-11 15:27:25 +00:00
drochner
cc4758572f update to 2.32.2.1
changes:
-bugfixes
-translation updates
2011-01-11 12:05:01 +00:00
obache
7e27afca6c Update ipa to 2.0.9.
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-11 11:47:02 +00:00
obache
b08b0ea389 Fixes build on DraognFly (and other than NetBSD).
Based on PR#44346 by Tony Young.
2011-01-10 12:47:03 +00:00
obache
b729b06d8a Set HOMEPAGE. 2011-01-10 12:31:41 +00:00
obache
e7e068a227 require tcp_wrappers to build. 2011-01-10 12:28:12 +00:00
obache
fb02c2b783 once more sort. 2011-01-10 12:22:53 +00:00
obache
f32e51d238 sort. 2011-01-10 12:18:50 +00:00
obache
21cde71c79 Add RCS Id and comments to patch-aa. 2011-01-10 12:17:43 +00:00
obache
cc2b2aae2f LICENSE=original-bsd 2011-01-10 12:15:13 +00:00
obache
bff71b276f The USB headers in DragonFly BSD are located in bus/usb, not dev/usb.
PR#44358 by Tony Young.
2011-01-10 11:40:17 +00:00
obache
c4267cbb59 LICENSE=gnu-gpl-v2. 2011-01-10 06:13:37 +00:00
obache
e89e58a1c1 Add an patch for DragonFly, based on PR#44348 by Tony Young. 2011-01-10 06:12:16 +00:00
dsainty
56856801d1 Fixes for Linux build:
- 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-09 01:26:56 +00:00
obache
8b2b5f0c49 Fixes scriptdir for NetBSD.
Bump PKGREVISION.
2011-01-08 13:39:08 +00:00
obache
04e9a8f3e4 Bring back DragonFly BSD support.
Based on PR#44338 from Rumko, also fixes PLIST.FreeBSD and self-tests by me.
2011-01-08 13:00:13 +00:00
obache
b26dbf2c28 for the case MIN macro is already defined somewhere else.
PR#44328.
2011-01-06 11:23:21 +00:00
obache
c3efd03c94 Add TEST_TARGET. 2011-01-06 11:22:30 +00:00
drochner
f408a387bd revert to 0.83.1
with 0.83.2, audio/sonata crashes on startup for me
(might be an incompatibility with our libdbus version)
2011-01-04 09:55:49 +00:00
obache
be0c2e789e Note upstream ticket URL. 2011-01-03 01:44:59 +00:00
obache
b86912322f Add an patch for DragonFly BSD usb headers.
PR#44320 by Rumko.
2011-01-03 01:40:46 +00:00
obache
d434b895e6 Need msgfmt to install message catalogue.
While here, exactly buildlink with gettext-lib and set USE_PKGLOCALEDIR.
2011-01-01 09:08:06 +00:00
wiz
cd643eaeb3 Fix pkglint warning. 2010-12-31 06:21:33 +00:00
taca
708e9fc0f1 Remove empty patch files which are really unused. 2010-12-31 06:12:03 +00:00
obache
7e32889174 configure require msgfmt. 2010-12-30 14:36:10 +00:00
tron
5db4659a01 Add fix for vulnerability reported in CVE-2010-4352 (SA42580) taken
from the "dbus" GIT repository.
2010-12-29 10:49:21 +00:00
tron
a9a785f7b6 Only look for "blkid" under Linux as we only use the Linux backend under
that platform. This should fix the build under DragonFly BSD.

Problem reported by Peter Avalos in private e-mail.
2010-12-29 00:12:15 +00:00
tron
c4f079d84d Don't check for "blkid" under Mac OS X. It is not necessary and breaks
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-27 22:26:17 +00:00
jmcneill
6f1d195e15 add xc5k-firmware 2010-12-27 16:29:59 +00:00
jmcneill
3d21e11684 Firmware binary image for use with Xceive XC5000 tuners 2010-12-27 16:28:45 +00:00
obache
08af2ae347 Update DragonFly support file, based on PR#44280, fixed by me for x86_64.
Also fix patches for NetBSD, int != long arch.

Bump PKGREVISION.
2010-12-27 13:15:05 +00:00
markd
cbae6a7c42 Add distinfo missed in previous. 2010-12-26 23:52:07 +00:00
markd
04b695c6df Update to 0.5.14.
Many bugfixes and support for new features.
2010-12-26 20:59:31 +00:00
markd
84ff31463c Fix MASTER_SITES.
Fix policykit rules (taken from ConsoleKit 0.4.x).  Bump PKGREVISION
2010-12-26 20:53:14 +00:00
adam
827f64dee5 Changes 5.0.3:
This 5.0.3 version is significant bug fix update to version 5.0.2.
It includes new code and some new features.
There is no database change since prior versions of 5.0.

Compatibility:
--------------
As always, both the Director and Storage daemon must be upgraded at
the same time.

Older 5.0.x and 3.0.x File Daemons are compatible with the 5.0.3
Director and Storage daemons. There should be no need to upgrade older File
Daemons.

Changes and New Features:
- If a VSS (Windows) snapshot fails, the whole Job is failed, previously
  it printed a warning message and continued.
- New editing codes %b = Job Bytes and %f = Job Files for runscripts
- Any non-Bacula project plugins (i.e. third party plugins)
  must be upgraded to specify AGPLv3 in place of the GPLv2 used previously
  for the PLUGIN_LICENSE.
- The bat Media page text columns can be sorted by clicking on the column.
- If possible, the SD will automatically update the catalog Volume size if
  it does not match the Volume size. The mismatch between the Volume sizes
  typically occurs when the FD has a comm line drop or the FD crashes.
2010-12-26 18:39:45 +00:00
jmcneill
367555b100 add support for parsing interface association descriptors (IAD):
INTERFACE ASSOCIATION descriptor:
  bLength=8 bDescriptorType=iad(11) bFirstInterface=1 bInterfaceCount=6
  bFunctionClass=255 bFunctionSubClass=255 bFunctionProtocol=255
  iFunction=0()

bump pkgrevision
2010-12-25 14:03:56 +00:00