Commit graph

5441 commits

Author SHA1 Message Date
tnn
84adc072ff Update to duplicity-0.5.20:
New in v0.5.20 (2009/08/28)
---------------------------
Bugs fixed this release:
408059  Failure due to _logger.log failure for content with special
        characters: TypeError decoding Unicode not supported
412667  "duplicity remove-older-than" asks for passphrase even though
        not required
418170  [PATCH] file names longer then 512 symbols are not supported


New in v0.5.19 (2009/08/06)
---------------------------
Fixed problem where Cygwin was returning -1 for the
hard max open file limit.
On process that complete before waitpid(), log them
and return zero as the process return status.
Make sure 'invalid packet (ctb=14)' from gpg is not
a fatal error.
Copy changes from trunk for duplicity translation.
Allow handling of unicode filenames in log messages.
Ignore unicode() translation errors in log messsages.
2009-09-05 22:11:50 +00:00
joerg
636a9234b1 We want no /opt/schily, so patch the Defaults rules. wrapper already
takes care of absolute options, but the value of INS_BASE is based down
via -D too. Bump revision.
2009-09-05 10:05:19 +00:00
wiz
de12c60c03 Update to 0.10.8:
Slight brown paper bag release, 0.10.7 fails to build
when the vga arb stubs were required. also whot pointed
out I had no info in 0.10.7 release mail.

libpciacesss 0.10.8 provides support for VGA arbiter on Linux,
along with support to check if a device is the boot VGA and
if a device has a kernel driver associated with it.

Dave Airlie (1):
      pciaccess: bump to 0.10.8

Thomas Klausner (1):
      pciaccess: fix vga arb stubs
2009-08-31 07:48:22 +00:00
tonnerre
dcd1c03ae6 Seems two S got dropped from the puppet makefile. 2009-08-30 22:03:53 +00:00
tonnerre
6993ef80ca Install manifest and SMF methods for puppetd and puppetmasterd when on
Solaris. Bump PKGREVISION.

XXX: This should be formalized for all services.
2009-08-30 21:57:07 +00:00
tonnerre
7bfafc95b5 Solaris has a different set of plugins, adapt plist. 2009-08-30 08:19:43 +00:00
wiz
dcc36689f1 Update to 0.10.7:
Aaron Plattner (1):
      Don't try to write boot_vga since that fails with EACCES

Dave Airlie (15):
      pciaccess: provide a method to detect if a device is boot VGA
      vgaarb: fixup api and decode rsrc.
      add support for finding if something has a kernel driver
      vgaarb: fixup api for new count reporting + decodes interface was wrong.
      vgaarb: clean up debug output
      vgaarb: add support for targetting default device
      vgaarb: change API to target taking a device + lock/unlock not taking one
      vgaarb: more api changes + cleanup
      vgaarb: add vga count + resource accessor
      pciaccess: make linux rom reading fallback optional
      pciaccess: make linux rom reading fallback optional
      pciaccess: make linux rom reading fallback optional
      Revert "vgaarb: delete stub functions"
      vgaarb: update stub interface
      libpciaccess: bump to 0.10.7 for vga arb interface addition

Jesse Barnes (1):
      Don't try to use bogus bridge data

Julien Cristau (2):
      configure.ac: fix help text for the linux-rom-fallback option
      Silence compiler warning about pci_id_file_open definition

Tiago Vignatti (11):
      Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:
      vgaarb: make it compile.
      vgaarb: a bunch of clean ups to fit in libpciaccess style.
      Delete vga_arb_rec.
      Fix typo in vgaarb stubs.
      Reorganize the code.
      Comment typo.
      vgaarb: delete stub functions
      vgaarb: fix indentation and remove trailing white spaces
      vgaarb: fix pci_device_vgaarb_get_info() return value.
      Revert "vgaarb: fix pci_device_vgaarb_get_info() return value."
2009-08-29 15:41:33 +00:00
ahoka
858a6d6fab Add "model name" to the sysinfo hash table.
Fixes "Unknown CPU model" bug in gnome-system-monitor.
2009-08-27 20:03:17 +00:00
wiz
4e76bbd293 Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
2009-08-27 18:53:36 +00:00
wiz
6d186de369 One HOMEPAGE should be plenty. 2009-08-26 20:22:49 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
snj
ceeff01671 Update to 0.9.3. This version kills win32 support, pulls in a bunch of
patches from Debian, and now uses gtk2.

While here, PKG_DESTDIR=user-destdir'ify and use the proper framework
for handling configuration files instead of just sticking them in
share/grun as they were before.
2009-08-26 15:55:14 +00:00
wiz
059bf86ace Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.
2009-08-25 12:32:54 +00:00
wiz
109c80313e Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case.

Fix some packages that need it and remove -L from some packages
that manually set it.
2009-08-25 11:56:34 +00:00
adam
4c37778c76 Changes 3.0.2:
* Fix 1323 about a problem when mounting a requested volume during a restore.
* Add more example SD Device configurations.
* Force the client_encoding to SQL_ASCII when database is already using this
  mode.
* Fix 1335 about postgresql error message during copy session
* Cleanup old job records when starting the director (Created/Running -> Failed)
* Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch
* Add more output when spooling and no space left
* Fix postgresql driver bug that displayed <NULL> rows from time to time.
* Implement the project 'restore' menu: enter a JobId, automatically
  select dependents
* Should fix 1323 about verify accurate jobs and deleted files.
* more...
2009-08-24 09:20:29 +00:00
adam
ba65ae4b13 Changes 3.0.2:
* Fix 1323 about a problem when mounting a requested volume during a restore.
* Add more example SD Device configurations.
* Force the client_encoding to SQL_ASCII when database is already using this
  mode.
* Fix 1335 about postgresql error message during copy session
* Cleanup old job records when starting the director (Created/Running -> Failed)
* Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch
* Add more output when spooling and no space left
* Fix postgresql driver bug that displayed <NULL> rows from time to time.
* Implement the project 'restore' menu: enter a JobId, automatically
  select dependents
* Should fix 1323 about verify accurate jobs and deleted files.
* more...
2009-08-24 08:23:41 +00:00
wiz
59e422c223 patch-aa didn't work too well, remove it. Bump PKGREVISION. 2009-08-24 06:15:23 +00:00
wiz
b17feb0c77 Avoid using os.popen2 with Python>=2.6.
Patch from https://savannah.nongnu.org/bugs/?26064

Bump PKGREVISION.
2009-08-23 15:23:26 +00:00
wiz
2ba51c9e44 Update to 2.22.1. Split off options into options.mk. Set LICENSE.
- Don't fail if homedir or shell are not set (Bug 521438).
- Fix crash when path to share is empty (Bug 524792).
2009-08-20 09:13:51 +00:00
tnn
b7d0636d7c not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
ghen
7adad07bb8 Update to 0.5.3 (Apr 15, 2007)
- Added support for 830, 946GZ, G965, Q965
- Fixed bug when mapping to file
- Added correct timing routines
2009-08-19 08:41:45 +00:00
joerg
9d785711c2 Provide a buildlink3.mk file for bacula and correctly link the console
packages against the shared libraries. Bump revisions for the latter.
2009-08-18 15:23:59 +00:00
joerg
2ae3192feb Fix installation to not override content of /usr/pkg/lib. 2009-08-18 14:37:18 +00:00
wiz
3cd2fc9573 Update to 20090716. Set LICENSE to gnu-gpl-v2.
XXX: optionally licensed under the Academic Free License 2.1, which we
don't have in pkgsrc and which I didn't add just for this package.

Changes: undocumented.
2009-08-16 14:03:59 +00:00
wiz
bd048c1636 Update to 0.82:
dbus-glib-0.82:

 Alban Crequy (1):
       Bug 18294 - Be defensive about a possibly NULL property string

 Brian Cameron (1):
       Bug 20343 - Add a man page for dbus-binding-tool

 Brian Tarricone (1):
       Bug 21753 - Correctly initialize GValues in dbus-binding-tool
 generated code

 Colin Walters (8):
       Bump configure for unstable cycle
       Use -fno-strict-aliasing by default
       Bug 14183 - Listen to NameOwnerChanged using arg0 matching
       Bug 19927 - Use const for GError * param we're not modifying
       Add missing prototype for dbus_g_connection_unregister_g_object
       Clean up some compilation warnings
       Test for git-log in Makefile.am should just be for git now
       Release 0.82

 Frederic Crozat (1):
       Fix format-security warning

 Jason Leach (1):
       Bug 21362 - Remove use of deprecated symbols

 Luis Menina (1):
       Bugg 22244 - Only include <glib.h>, not individual headers

 Marc-Andre Lureau (1):
       build: fix undefined macro: AM_PROG_LIBTOOL with recent libtool

 Mikkel Kamstrup Erlandsen (1):
       Bug 13908: make dbus_g_type_specialized_init() safe for library
 users to call

 Peter Korsgaard (1):
       add --with-dbus-binding-tool option to use an external dbus-binding-tool

 Simon McVittie (24):
       Bug 16776: teach dbus_g_method_return_error about DBUS_GERROR
       Bug #16776: add a regression test
       Remove CXX cruft from configure.ac
       configure.ac: don't check the sizes of integers
       Don't define DBUS_API_SUBJECT_TO_CHANGE
       configure.ac: Don't check endianness
       Don't check whether va_copy works
       Don't check for atomic integer ops
       Remove all sorts of libdbus cruft from configure.ac
       fd.o#20884: dbus_g_proxy_manager_replace_name_owner: don't leave
 freed memory in the hash table if the name was the owner's first
       dbus_g_type_specialized_init: make some effort at being thread-safe
       fd.o #5688: don't assert when exported object is destroyed
 *after* D-Bus connection closes
       fd.o #5688: Add a regression test
       fd.o #21219: implement unregistration of objects
       dbus-gobject: save the ObjectRegistration on each object, not
 just the path
       fd.o #21219: regression test
       Merge branch '20886-configure-cleanup'
       Merge branch '20884-proxy-manager-replace-name-owner'
       Merge branch '16776-make-dbus-errors-throwable'
       Merge part of branch '5688-survive-disconnection'
       Merge branch '5688-survive-disconnection'
       Merge branch '20716-with-dbus-binding-tool'
       fd.o #13908: silently initialize specialized types whenever required
       Merge branch '13908-autoinit'

 Sjoerd Simons (1):
       Use g_strdup instead of strdup in dbus_g_method_get_sender

 Vincent Untz (1):
       Bug 20879 - Use --skip-source argument for glib-genmarshal
2009-08-15 21:10:11 +00:00
wiz
96fcaf5499 Update to 2.01.01alpha63:
All:

-	include/schily/wait.h now includes process.h on DOS systems

-	include/schily/resource.h new include file

-	include/schily/select.h new include file

-	Now all sources use schily/systeminfo.h instead of sys/systeminfo.h

-	Now all sources use schily/assert.h instead of assert.h

-	Now all sources use schily/priv.h instead of priv.h

-	Now all sources use schily/procfs.h instead of profcs.h

-	Now all sources use schily/syslog.h instead of syslog.h

-	Now all sources use schily/float.h instead of float.h

-	Now all sources use schily/ipc.h instead of sys/ipc.h

-	Now all sources use schily/sem.h instead of sys/sem.h

-	Now all sources use schily/shm.h instead of sys/shm.h

-	New autoconf test for "#pragma weak"


Libmdigest:

-	New library

Cdrecord:

-	Correctly abort the FIFO in cdrecord on BeOS and Haiku
	in case that the clone ara cannot be made shared.

Cdda2wav

-	Cdda2wav is now using the sha1 implementation from libmdigest

-	Try to avoid an endloss loop while parsing ISO-9660 directories
	from rotten CD+ sessions.

Readcd:

-	Fixed a problem in the man page.
2009-08-15 21:03:25 +00:00
asau
c9dade7154 Conflicts with gnuls (misc/gnuls), as noted by Mihkel Ader in PR 41876.
Bump revision.
2009-08-12 13:36:06 +00:00
obache
31dd1ca45f Update ruby-gnome2 to 0.19.1.
This release is a bug fix release of 0.19.0.

=== Changes

==== Ruby/GTK2

  * use RUBYARCHDIR
    [OBATA Akio]
  * #2814953: install missing headers
    [Mamoru Tasaka]

==== Ruby/GLib2

  * Bug fixes:
    * avoid object allocation while GC
      [OBATA Akio, Kouhei Sutou]
  * use RUBYARCHDIR
    [OBATA Akio]
  * mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS.
    [OBATA Akio, Kouhei Sutou]

==== Ruby/ATK

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/Pango

  * use RUBYARCHDIR
    [OBATA Akio]
  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/Libart

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/GdkPixbuf

  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/GnomePrint

  * install rblibgnomeprintversion.h
    [OBATA Akio, Kouhei Sutou]

==== Ruby/GtkMozEmbeded

  * fix header generation error caused by missing file
    [OBATA Akio]

==== Ruby/VTE

  * support VTE 0.20
    [Kouhei Sutou]

==== Ruby/PanelApplet

  * #2815036: re-support Ruby 1.8.6.
    [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/Libglade2

  * Debian#519786: fix GC related SEGV when a widget in
    glade is removed by hand.
    [Arnaud Cornet, Kouhei Sutou]

=== Thanks

  * OBATA Akio
  * Mamoru Tasaka
  * Arnaud Cornet
2009-08-12 12:43:08 +00:00
obache
3b11655430 recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
apb
dcaf5576f4 Make this build again on netbsd-current. Bump PKGREVISION to 5. 2009-08-11 20:53:06 +00:00
taca
54e9225bbc Add patches to avoid conflict with getline(3). 2009-08-11 15:44:14 +00:00
wiz
7a64118ff4 Allow python-2.6. 2009-08-08 16:19:13 +00:00
wiz
87aa47a14f Update to 2.01.01pre62:
All:

-	New include files include/schily/ctype.h, include/schily/pwd.h
	and include/schily/grp.h

-	All programs are now using schily/stdio.h
	for orthogonality.

-	Haiku default install dir is now /boot/opt/schily

-	New rules RULES/os-cygwin_nt-6.0-wow64.id and
	RULES/os-cygwin_nt-6.1-wow64.id support Cygwin on 64bit
	installations of Win Vista and "Win 7".

-	New rules for compiling 64 Bit binaries on cygwin_nt-wow64
	NOTE: You need to have a 64 bit aware gcc on Cygwin to use this!

-	TEMPLATES/temp-gcc.rul and TEMPLATES/temp-xcc.rul
	now correctly include cc-gcc.rul and cc-dumb.rul and thus
	make the automake feature working again for completely
	unknown platforms.

-	Fixed RULES/rules.inc to make sure we install xx.h instead of
	xx.h.exe

-	Workaround an infinite hang in an autoconf test on 64 Bit Vista
	with Cygwin

-	Include limits.h in schily/hostname.h for Linux

-	Several "%s" formats have been introduced in order to make gcc-4
	happy even though the original strings have been pointer to constant
	and well known strings

-	Change the option order in the autoconf test for calling the linker
	in order to avoid problems with the microsoft linker.

Libschily:

-	libschily now is thread aware and uses the thread specific errno
	value on Solaris, Linux and FreeBSD.

Libscg:

-	Raised the SCSI Bus-number limit from 256 to 500 for Linux as a workaround
	for a resource leak bug in the linux kernel. The workaround lets the problem
	happen much later but cannot completely avoid it. If you are hit by the Linux
	kernel resource leak bug, you need to reboot.

Cdrecord:

-	Correctly abort the FIFO in cdrecord on BeOS and Haiku
	in case that the clone ara cannot be made shared.

Mkisofs (Maintained/enhanced by J

-	Fixed a potential malloc problem in mkisofs
2009-08-08 09:36:59 +00:00
tnn
9b69d9c02a merge patch (build fix for some platform where MB_CUR_MAX is not defined?)
from wip/tree to allow that package to go away.
2009-08-08 05:20:02 +00:00
cegger
ae35da54e5 Update to Xen 3.3.2.
This is a mainenance release with a number of stability fixes.
2009-08-07 12:43:46 +00:00
drochner
9d45f9fced the .pc file requires ndesk-dbus 2009-08-05 17:32:54 +00:00
schmonz
5104515a2c Update to 4.1.2. From the changelog:
- fix portability issue with MAP_LOCKED flag. Thanks: Scott Haneda.
- remove debugging output accidentally left in v.4.1.0.
- cleanups
- memtester.h was missing from the 4.1.0 tarball; release update to
    fix that. Thanks: Owen Leonard.
- added the ability to test a specific physical region of memory
    (by mmap'ing /dev/mem) with the new -p option, which takes a
    hex starting address as a value. This is mostly of use to
    developers trying to verify memory or I/O mapped devices (on
    an embedded system, for instance). Thanks: Allon Stern.
- re-add the ability to set a suffix on the memory to allocate:
    "3G", "128K", etc, mostly for use with the above new feature,
    where the "memory" to be tested is less than a megabyte, but
    also useful for users wanting to test many gigabytes; you no
    longer have to do the conversion-to-megs in your head.
- documentation updates and clarifications.
2009-08-03 15:51:40 +00:00
joerg
be4b364d1a MAKE_JOBS_SAFE=no 2009-08-03 12:46:26 +00:00
joerg
4d36a69cb0 Needs bin directory. 2009-08-03 12:42:56 +00:00
hasso
d3625bdc54 Needs msgfmt. 2009-07-30 16:44:07 +00:00
drochner
0bb3f65761 I hope I removed all dependencies, so this pkg can be removed eventually.
remove bl3 file to discourage adding new ones
2009-07-26 19:09:25 +00:00
drochner
fd8aa41fd4 remove unneeded "nautilus-cd-burner" bl3,
bump PKGREVISION
2009-07-26 18:43:27 +00:00
drochner
7a65e5eddd rename the "ismounted" property to "is_mounted" which seems to
be the official name
bump PKGREVISION
(this still needs a lot of work)
2009-07-26 18:42:04 +00:00
drochner
c1bb46f2a8 update brasero to 2.26.3
changes: minor bugfixes, translation updates

pkgsrc changes:
-in scsi io code, remove the code which builds a raw device path
 from a block device - use the raw_device hal property instead
-split out the nautilus plugin, allows to use brasero (and its
 clients, eg sound-juicer) with less gnome desktop overhead
-support playlist parsing as an option -- unfortunately this
 pulls in evolution-data-server indirectly which is pretty large
 for that limited gain of functionality (on per default, as in
 other pkgs able to use the evolution database)
-cleanup
2009-07-26 18:25:01 +00:00
drochner
38a4f36726 +gnome-commander 2009-07-23 15:31:20 +00:00
drochner
248d42dcdc add gnome-commander-1.2.8, a two-pane file manager, from
Ondrej Tuma per pkgsrc-wip
2009-07-23 15:29:22 +00:00
wiz
5fd4c345b1 Update to 1.1.5. Convert to user-destdir. Set LICENSE.
=============
Version 1.1.5
=============

Nautilus Sendto

Bug fixes:
	- Fix the plugins not getting translated properly
	- Remove mention of "Evolution" in the mail plugin

===============
Version 1.1.4.1
===============

Nautilus Sendto

Bug fixes:
	- Fix infinite loop in the Pidgin plugin

=============
Version 1.1.4
=============

Nautilus Sendto

Bug fixes:
	- Fix crash in the Pidgin plugin when the file system is full
	- Pidgin plugin cleanups

Other changes:
	- Remove Gaim plugin

=============
Version 1.1.3
=============

Nautilus Sendto

Bug fixes:
	* Use new EmpathyContactSelector and update for latest Empathy


=============
Version 1.1.2
=============

Nautilus Sendto

New features:
	* Add an evolution plugin to allow sending arbitrary attachments
	  through nautilus-sendto
	* Add a "Removable devices" plugin
	* Enable the "burn" plugin by default

Bug fixes:
	* Remove the separate mailer plugins, and use the default
	GNOME mailer instead
	* Fix no plugins being able to send files (oops)
	* Be more lax when checking whether a device supports ObexFTP,
	  also check for the File Transfer profile, and update the profiles
	  if a supported on doesn't appear
	* Make it possible for plugins to support sending directories
	* Support the "Pecan" Pidgin MSN plugin
	* Fix a few memory leaks
2009-07-23 12:20:20 +00:00
markd
1d48252cce Update strigi to 0.6.4
- Path fixes to the build system the benefit of windows users (sengels)
 - Clean up of class ArchiveReader
 - Support for LZMA compressed streams in archives, notably .deb and .rpm
 - Remove preceding ./ from file path in tar archives.
 - Make parsing ar and deb files easier to abort: useful in e.g. Dolphin
 - Better method of removing deleted file from the CLucene
 - Do not tokenize the URL in the index to improve polling speed
 - Fix the bz2 header check: more bz2 archives are recognized (pino)
 - Fix infinite loop on parsing SGI image files
 - Fix reading of zip files without central directory.

Add LICENSE.
2009-07-23 09:07:11 +00:00
wiz
135620df42 Remove empty PLIST.common_end. 2009-07-22 09:31:05 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00