FIX: misc/magicpoint

2009-02-11 Thread Giovanni Bechis
Magicpoint segfaults when the presentation is using unicode chars and ttf fonts (tested with x11/msttcorefonts), this diff fixes that. Tested @amd64 Comments ? Ok ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/misc/

Re: x264 and ffmpeg

2009-02-11 Thread Damien Miller
On Wed, 11 Feb 2009, Brad wrote: > I already have proper updates for both pending. Unless I'm looking in the wrong place, your ffmpeg update doesn't actually update ffmpeg. It just adjusts the dependency on x264. Your x264 update doesn't fix version.sh. It still uses bashisms and depends on git

Re: x264 and ffmpeg

2009-02-11 Thread Brad
On Wednesday 11 February 2009 22:35:22 Damien Miller wrote: > Hi, > > In an attempt to recode some videos where the current ports ffmpeg > kept throwing "error, non monotone timestamps 2 >= 1", I updated the > ffmpeg to a very recent snapshot. This in turn necessitated an update > to x264. > > Unfo

x264 and ffmpeg

2009-02-11 Thread Damien Miller
Hi, In an attempt to recode some videos where the current ports ffmpeg kept throwing "error, non monotone timestamps 2 >= 1", I updated the ffmpeg to a very recent snapshot. This in turn necessitated an update to x264. Unfortunately, this did not fix my problem but my hacky diffs may be useful t

Re: qemu readme for people like me

2009-02-11 Thread Todd T. Fries
04A http://todd.fries.net/pgp.txt Penned by Marco Peereboom on 20090211 17:57.10, we have: | This is not really what I sent you. This is again all kinds of magic | that most people don't need. The thing I sent you was a quick cut and | paste this and it works; you

Re: qemu readme for people like me

2009-02-11 Thread Marco Peereboom
This is not really what I sent you. This is again all kinds of magic that most people don't need. The thing I sent you was a quick cut and paste this and it works; you are adding all kinds of decision points which implies a whole lot of reading and again getting stuck in the same places that we g

Re: Porting commercial applications

2009-02-11 Thread Christian Weisgerber
Aaron W. Hsu wrote: > What's the proper thing to do when you want to have a port that can't be > obtained normally via the internet? Is it worth it to publish the port? > In other words, Petite Chez is easy enough to port, but would a > corrolary Chez Scheme (commercial) port be welcome? How wou

Re: Porting commercial applications

2009-02-11 Thread Ian Darwin
Aaron W. Hsu wrote: In other words, Petite Chez is easy enough to port, but would a corrolary Chez Scheme (commercial) port be welcome? How would I set up the fetching, since the user would have to have the distfile already from purchasing it? FETCH_MANUALLY. Grep the tree for examples.

Re: NEW: lang/petite-chez

2009-02-11 Thread Stuart Henderson
On 2009/02/11 15:29, Will Maier wrote: > Hi Aaron- > > On Wed, Feb 11, 2009 at 03:47:15PM -0500, Aaron W. Hsu wrote: > > Attached is a port for Petite Chez Scheme, a high-speed threaded Scheme > > interpreter. This is a rock-solid Scheme system that works great, and I > > would love to see it in P

Re: qemu readme for people like me

2009-02-11 Thread Marco Peereboom
Boots faster. On Wed, Feb 11, 2009 at 04:56:05PM -0600, Todd T. Fries wrote: > Could anyone explain why one would want to do '-no-fd-bootchk' ? I mean > it is there, but what reason would one want to put it on the cmdline? > > In any event, here's my integration of your suggestions below with >

Re: qemu readme for people like me

2009-02-11 Thread Todd T. Fries
Could anyone explain why one would want to do '-no-fd-bootchk' ? I mean it is there, but what reason would one want to put it on the cmdline? In any event, here's my integration of your suggestions below with what exists already. Index: README.OpenBSD

RESUBMIT (Bah!): lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
Quality control ain't what it used to be... This latest one fixes a stupid conflict mispelling. -- Aaron W. Hsu | "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++ ((lambda

Porting commercial applications

2009-02-11 Thread Aaron W. Hsu
What's the proper thing to do when you want to have a port that can't be obtained normally via the internet? Is it worth it to publish the port? In other words, Petite Chez is easy enough to port, but would a corrolary Chez Scheme (commercial) port be welcome? How would I set up the fetching, sinc

RESUBMIT: lang/petite-chez (Cleanup + Improvements)

2009-02-11 Thread Aaron W. Hsu
The attached resubmission of Petite Chez Scheme improves on a number of things compared to my previous submission: * Fixes a packing list issue and adds a conflict with chez * Links dynamically against OpenBSD's libz instead of static internal version. * Fixes a b

RESUBMIT: lang/petite-chez (Hopefully Last)

2009-02-11 Thread Aaron W. Hsu
Whoops! Sorry guys for all the spam. This should be the last one that I can see. I forgot a WANTLIB. Sorry! -- Aaron W. Hsu | "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++

Re: UPDATE: net/ejabberd 2.0.1 -> 2.0.3

2009-02-11 Thread viq
Bump. -- viq pgphAjb2dUcNx.pgp Description: PGP signature

debash textproc/rarian

2009-02-11 Thread Matthias Kilian
Untested. I don't even understand what the purpose of all this rarian and scrollkepper stuff is. And I want to be able to pkg_delete bash without having to pkg_delete all that gnome_* goo or evince or ... I'd appreciate tests and comments from the desktop crowd. Index: Makefile ==

Re: NEW: lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
Hey Will, Thanks for your quick comments... On 11-Feb-2009 Will Maier wrote: > On Wed, Feb 11, 2009 at 03:47:15PM -0500, Aaron W. Hsu wrote: >> Attached is a port for Petite Chez Scheme, a high-speed threaded >> Scheme interpreter. This is a rock-solid Scheme system that works >> great, and I wou

RESUBMIT: lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
This is a resubmission of Petite Chez Scheme. It cleans up the man page and puts the examples in the right place. It also tentatively uses normal permissions for installation of the executables. -- Aaron W. Hsu | "Government is the great fiction, through which everybody

Re: NEW: lang/petite-chez

2009-02-11 Thread Will Maier
Hi Aaron- On Wed, Feb 11, 2009 at 03:47:15PM -0500, Aaron W. Hsu wrote: > Attached is a port for Petite Chez Scheme, a high-speed threaded Scheme > interpreter. This is a rock-solid Scheme system that works great, and I > would love to see it in Ports before the freeze. It's especially nice > sin

NEW: lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
Attached is a port for Petite Chez Scheme, a high-speed threaded Scheme interpreter. This is a rock-solid Scheme system that works great, and I would love to see it in Ports before the freeze. It's especially nice since OpenBSD is one of the officially supported platforms. -- Aaron W. Hsu |

Java and audio? Attempt at running sip-communicator

2009-02-11 Thread viq
I tried running a java app that uses audio - http://sip-communicator.org/ - and it couldn't find any audio devices. Thus my question - is java aware of our audio system? Is it java's fault that this doesn't seem to work, or rather the app is another example of "whole world uses linux" approach? --

NEW: sysutils/s3cmd

2009-02-11 Thread Bruno Bigras
$ cat DESCR S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. It is best suited for power users who don't fear command line. It is also ideal for scripts, automated backups triggered from cron, etc. Tested on i386, please test and commit. thanks! Bruno s3cm

More than 40% discount on new cars

2009-02-11 Thread AutoDiscount by PromoGroup
Qualora non visualizzassi questo messaggio correttamente, clicca sul seguente link http://emktgservice.com/bump/newsletter/n,WJ4VSKGH9Z6VOAOULKKK,DU2WOJDYWB1XK82PDYT3.html ( http://emktgservice.com/bump/trampolino/W

Re: UPDATE: www/mplayerplug-in

2009-02-11 Thread Dawe
Mikolaj Kucharski wrote: > Hi, > > - update to 3.55 > - sync wantlib > - install plugins to ${PREFIX}/lib/mozilla-plugins, requested by > claudio@, with help from martynas@ > - patches which resolve mplayer zombies and firefox freeze when closing > movie when mplayer is still playing it > > S

Re: NEW: lang/plt

2009-02-11 Thread Jeremy Huiskamp
On 2/10/09 6:56 PM, Anton Yabchinskiy wrote: Please test, test, test and commit this excellent Scheme programming environment. An introductory video exists: http://www.youtube.com/watch?v=vgQO_kHl39g pkg/DESCR: PLT Scheme is an innovative programming language that builds on a rich academic and p

opera gcc295 more stable?

2009-02-11 Thread Antoine Jacoutot
Hi. It seems the gcc295 version of opera is much more stable for me after several testings on a default !mp install (no async dns tweaks needed). I would appreciate some comments/testings because if it proves to be really more stable than the gcc4 version, then I'd really like it to make the r

php help

2009-02-11 Thread A.I.
Hi   Sorry I email to bother you.  I am a small OpenBSD user.   I find out a php web site and like to install on openbsd . http://opensolution.org/download,en,18.html?sDir=Quick.Cart   But the package of opebsd php5 and not full work with Quickcart 3.2 vsersion.   problem can not show photo or pic

Re: [update] snort-2.8.3.2

2009-02-11 Thread Rui Reis
looks good. I will commit this unless I hear objections... cheers, rui On Tue, Feb 03, 2009 at 10:10:35PM +0100, Markus Lude wrote: > Hello, > here's an update to snort-2.8.3.2. I still didn't enable IPv6 as not all > preprocessors do support it. > > Apply with patch -E as some patches were in