thanks for hfsplus patch

2007-09-28 Thread Scott Francis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (ref: http://marc.info/?l=openbsd-ports&m=104338227301552&w=2) surprisingly, the patch to enable i386 installations for hfsplus never made it into the ports tree (or if it did, it's not there as of OpenBSD-3.9). Anyway, this was _exactly_ what I neede

hfsplus destroys data

2007-09-28 Thread 42gk0qw02
I posted this to the macppc list, but it occurred to me since then that this belongs more appropriately on the ports list. here’s a link to my original message: http://archive.openbsd.nu/?ml=openbsd-ppc&a=2007-06&m=4539771 -- Protect yourself from spam, use h

SDL fixes for sdl-config/sdl.pc

2007-09-28 Thread Brad
While looking at SDL's sdl-config and sdl.pc files I noticed they are not passing along the full set of dependencies for sdl.pc and for static archs in sdl-config. Ok? Index: Makefile === RCS file: /cvs/ports/devel/sdl/Makefile,v re

Re: UPDATE: ruby-1.8.6 patchlevel 110

2007-09-28 Thread Gilles Chehade
On Fri, Sep 28, 2007 at 08:49:39PM +0200, Bernd Ahlers wrote: > Hey! > > Attached is an update to ruby-1.8.6 patchlevel 110. > > It would be nice if some kind souls would test this diff on amd64 and > sparc64. By testing I mean at least 'make package' and 'make regress'. > > Some realworld test

pkg_add problem

2007-09-28 Thread Marius ROMAN
Hi list, Today I have noticed that I cannot install ports anymore. For every pkg_add I get something like : # pkg_add -v vsftpd parsing vsftpd-2.0.5 No pkgname in packing-list for curl-7.16.0 Use of uninitialized value in concatenation (.) or string at /usr/libdata/perl5/OpenBSD/PkgCfl.pm line 42

new: eclipse-plugin-struts-console

2007-09-28 Thread Ian Darwin
pkg/DESCR: "The Struts Console is a free (to use) Java application for developing and managing Struts-based applications. With the Struts Console you can visually edit JSP Tag Library, Struts, Tiles and Validator configuration files. "The Struts Console can be used standalone and also plugs into

Re: NEW: Qmpdclient

2007-09-28 Thread Christian Weisgerber
Paul Irofti <[EMAIL PROTECTED]> wrote: > I'll get the latest snapshots and pkg_add -u tonight. But the package > that contains the library the bulid process complains about is up to > date (gettext). Although: > > $ grep -r libintl /var/db/pkg/* > /var/db/pkg/gettext-0.14.6p0/+CONTENTS:@lib lib/l

Re: NEW: Qmpdclient

2007-09-28 Thread Stuart Henderson
On 2007/09/28 17:46, Paul Irofti wrote: > On Fri, Sep 28, 2007 at 03:38:27PM +0100, Edd Barrett wrote: > > On 28/09/2007, Paul Irofti <[EMAIL PROTECTED]> wrote: > > > Stop in /mnt/data/bulibuta/src/obsd/ports/audio/qmpdclient (line 1403 > > > of /usr/ports/infrastructure/mk/bsd.port.mk). > > > > I

Re: NEW: Qmpdclient

2007-09-28 Thread Paul Irofti
On Fri, Sep 28, 2007 at 03:38:27PM +0100, Edd Barrett wrote: > On 28/09/2007, Paul Irofti <[EMAIL PROTECTED]> wrote: > > Stop in /mnt/data/bulibuta/src/obsd/ports/audio/qmpdclient (line 1403 > > of /usr/ports/infrastructure/mk/bsd.port.mk). > > I take it your packages are up to date? > > Failing

Re: NEW: Qmpdclient

2007-09-28 Thread Edd Barrett
On 28/09/2007, Paul Irofti <[EMAIL PROTECTED]> wrote: > Stop in /mnt/data/bulibuta/src/obsd/ports/audio/qmpdclient (line 1403 > of /usr/ports/infrastructure/mk/bsd.port.mk). I take it your packages are up to date? Failing that I would have to ask another porter what this means. I am going to tes

Re: NEW: Qmpdclient

2007-09-28 Thread Paul Irofti
Tested on i386, everything worked out fine. On amd64 I had the following problem: $ sudo make install ===> Installing qmpdclient-1.0.8 from /usr/ports/packages/amd64/all/ Can't install qmpdclient-1.0.8: lib not found intl.4.0 Dependencies for qmpdclient-1.0.8 resolve to: dbus-1.0.2p1, glib2-2.12

ports, if you want

2007-09-28 Thread Alexey Suslikov
Marc Balmer wrote: > I have the following in my private CVS repo, if some people are > interested in it, I'll move it to OpenBSD: > > www/ilias www.ilias.de, eLearning > www/bscw www.bscw.de, commercial collaboration We've looking for alternatives for MS Sharepoint for our company (bscw?

NEW: Qmpdclient

2007-09-28 Thread Edd Barrett
Hi, Heres one I have been using personally for a while: QMPDClient is an easy to use MPD client written in Qt 4. Features: * Queue support * Dynamic playlist * Configurable keyboard shortcuts * Multimedia keys support * System tray icon * Annouce songs with passive popups * Drag and drop * Stream

Re: UPDATE: security/gnutls

2007-09-28 Thread Claer
On Thu, Sep 27 2007 at 59:08, Giovanni Bechis wrote: > Some fixes from Brad added. > Giovanni Thanks, I'll test this one as soon as I can =)

x11/kde/multimedia3 + xine fix

2007-09-28 Thread Jacob Meuser
fix configure check (libxine needs -pthread) so we don't end up with unresolved symbols in libarts_xine.so. makes noatun much more useful. -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org Index: Makefile ==

Re: artsd full-duplex

2007-09-28 Thread Jacob Meuser
On Fri, Sep 28, 2007 at 07:53:11AM +, Jacob Meuser wrote: > the following allows artsd to be started in full-duplex mode (-d > option). there is still an issue with SNDCTL_DSP_GETISPACE that could cause artsd to crash, but it should be fixed soonish. being able to actually record at all with

artsd full-duplex

2007-09-28 Thread Jacob Meuser
the following allows artsd to be started in full-duplex mode (-d option). this allows recording with e.g. krec from kdemultimedia3. needs recent libossaudio changes to work. -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org Index: Makefile ===