Re: experimental qemu-devel port update, please test!

2007-04-05 Thread Eric Anderson
On 04/05/07 16:03, Juergen Lock wrote: Hi! There have been a few interesting commits to qemu cvs, like, a qcow2 corruption bugfix, vmware vga emulation (-vmwarevga), and several emulated eepro100 (fxp) nic variants (-net nic,model=i82557b -net user worked for me with FreeBSD and linux guests, a

Re: experimental qemu-devel port update, please test!

2007-04-05 Thread Eric Anderson
retrieving revision 1.72 diff -u -r1.72 Makefile --- Makefile25 Mar 2007 16:33:01 - 1.72 +++ Makefile5 Apr 2007 16:08:57 - @@ -6,7 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.9.0s.20070322 +PORTVERSION= 0.9.0s.20070405 CATEGORIES=emulators MASTER_SITES= http://qemu.org

Re: cvsup.au.freebsd.org (Hosted on cvsup.planetmirror.com) issues

2007-04-05 Thread Tim Clewlow
--- Edwin Groothuis <[EMAIL PROTECTED]> wrote: > On Fri, Apr 06, 2007 at 08:25:11AM +1000, Christopher Martin wrote: > > I have recently noticed serious issues with collections from the FreeBSD > > source tree maintained on cvsup.au.freebsd.org (cvsup.planetmirror.com), > and > > have sought to c

Re: cvsup.au.freebsd.org (Hosted on cvsup.planetmirror.com) issues

2007-04-05 Thread Edwin Groothuis
On Fri, Apr 06, 2007 at 08:25:11AM +1000, Christopher Martin wrote: > I have recently noticed serious issues with collections from the FreeBSD > source tree maintained on cvsup.au.freebsd.org (cvsup.planetmirror.com), and > have sought to compare it to two of the US servers, cvsup3 and cvsup4, and

cvsup.au.freebsd.org (Hosted on cvsup.planetmirror.com) issues

2007-04-05 Thread Christopher Martin
I have recently noticed serious issues with collections from the FreeBSD source tree maintained on cvsup.au.freebsd.org (cvsup.planetmirror.com), and have sought to compare it to two of the US servers, cvsup3 and cvsup4, and have found that cvsup.au.freebsd.org seems to be very wrong, with most of

Re: diablo-jdk / 7.0-CURRENT

2007-04-05 Thread Kris Kennaway
On Thu, Apr 05, 2007 at 11:33:11PM +0200, Peter, Oliver wrote: > Hi, > > I would like to use diablo-jdk under my fresh 7.0-CURRENT. > Is it correct that I have to use the binaries from FreeBSD 5.x instead > of FreeBSD 6.x ? > > The Makefile check: > > .if ${OSVERSION} >= 60 && ${OSVERSION} <

Re: INFO: FreeBSD 6.2: GraphicsMagick-1.1.7

2007-04-05 Thread Rong-en Fan
On 4/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > MAN# pkgdb -F > ---> Checking the package registry database > Stale dependency: GraphicsMagick-1.1.7 -> ghostscript-gpl-8.56_2 (print/ghostscript-gpl): > ghostscript-gnu-7.07_15 (score:76%) ? ([y]es/[n]o/[a]ll) [no] > Install st

INFO: FreeBSD 6.2: GraphicsMagick-1.1.7

2007-04-05 Thread pbrath
> Hi, > > MAN# pkgdb -F > ---> Checking the package registry database > Stale dependency: GraphicsMagick-1.1.7 -> ghostscript-gpl-8.56_2 > (print/ghostscript-gpl): > ghostscript-gnu-7.07_15 (score:76%) ? ([y]es/[n]o/[a]ll) [no] > Install stale dependency? ([y]es/[n]o/[a]ll) [yes] no > New depen

diablo-jdk / 7.0-CURRENT

2007-04-05 Thread Peter, Oliver
Hi, I would like to use diablo-jdk under my fresh 7.0-CURRENT. Is it correct that I have to use the binaries from FreeBSD 5.x instead of FreeBSD 6.x ? The Makefile check: .if ${OSVERSION} >= 60 && ${OSVERSION} <= 70 JDK_OSREL=freebsd6 .elif ${OSVERSION} >= 50 && ${ARCH} == "i386" JDK

experimental qemu-devel port update, please test!

2007-04-05 Thread Juergen Lock
= qemu -PORTVERSION= 0.9.0s.20070322 +PORTVERSION= 0.9.0s.20070405 CATEGORIES=emulators MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ @@ -14,7 +14,7 @@ http://www.volny.cz/xnavara/qemu/:snapshot

Re: -- Spam --FreeBSD Port: p3scan-2.3.2_2

2007-04-05 Thread Jeremy Messenger
On Thu, 05 Apr 2007 07:47:27 -0500, Andrew Karev <[EMAIL PROTECTED]> wrote: Dear maintainer! Is it possible to apply changes from the attached file? Change list: 1. Allows to compile at RELENG_4 (added conditional dependency to devel/libgnugetopt). Yes, I know, that support for this branch is

x11/kdelibs3 revamp, add OPTIONS

2007-04-05 Thread Dmitry Marakasov
Hi! I'm one of those people who don't like extra dependencies, and I'm disappointed that, while it's required by many useful apps, x11/kdelibs3 does not provide options to disable obviously useless for many people functionality and, thus, additional depends (arts, libthai, fam, aspell, libidn etc.

Re: Maildrop -- any news - is this broken permanently?

2007-04-05 Thread KIMURA Yasuhiro
From: David Southwell <[EMAIL PROTECTED]> Subject: Maildrop -- any news - is this broken permanently? Date: Thu, 5 Apr 2007 03:07:35 -0700 > I raised a query about maildrop a couple of weeks ago howver we still have: > > ** Port marked as IGNORE: mail/maildrop: > is marked as broken: FAM

Re: ruby port version going backwards? epoch

2007-04-05 Thread Kris Kennaway
On Thu, Apr 05, 2007 at 09:31:42AM +0200, Matthias Andree wrote: > Greetings, > > I just saw this after portsnap fetch update when running pkg_version -IvL=: > > ruby-1.8.5.12,1 > succeeds index (index has 1.8.6) > > Please restore ruby's PORTEPOCH - and consider installing

PostgreSQL 8.x defaults

2007-04-05 Thread Craig Boston
I recently installed some PostgreSQL 8.2 servers (and upgraded some from 8.1), and it reminded me of a few lingering nits in our port that bug me. Mostly the port seems that it can't make up its mind about VACCUM strategy. * We have a patch that sets autovacuum = yes in the default postgresql.c

FreeBSD Port: p3scan-2.3.2_2

2007-04-05 Thread Andrew Karev
Dear maintainer! Is it possible to apply changes from the attached file? Change list: 1. Allows to compile at RELENG_4 (added conditional dependency to devel/libgnugetopt). Yes, I know, that support for this branch is ceased, but corrections are trivial, so why not? 2. Allows to specify group and

Re: scponlyc

2007-04-05 Thread Helmut Schneider
From: "Helmut Schneider" <[EMAIL PROTECTED]> currently I am very frustrated because I'm trying to get scponlyc running. I successfully use it on OpenBSD for many years now. According to http://lists.freebsd.org/pipermail/freebsd-questions/2007-January/139866.h tml I mounted devfs to my jail

scponlyc

2007-04-05 Thread Helmut Schneider
Hi, currently I am very frustrated because I'm trying to get scponlyc running. I successfully use it on OpenBSD for many years now. According to http://lists.freebsd.org/pipermail/freebsd-questions/2007-January/139866.html I mounted devfs to my jail: [EMAIL PROTECTED] /usr/ports/shells/scp

Re: amd64: cc -dumpmachine [ffmpeg]

2007-04-05 Thread usleepless
List, On 4/5/07, Juraj Lutter <[EMAIL PROTECTED]> wrote: On 4/5/07, Andriy Gapon <[EMAIL PROTECTED]> wrote: > $ uname -srm > FreeBSD 6.2-RELEASE-p2 amd64 > $ cc -dumpmachine > > $ > > >From gcc(1): >-dumpmachine >Print the compiler's target machine (for example, >

Re: amd64: cc -dumpmachine [ffmpeg]

2007-04-05 Thread Andriy Gapon
on 05/04/2007 12:41 Oliver Fromme said the following: > Andriy Gapon wrote: > > > > [sorry for spamming so many lists but all of them seem to be relevant] > > > > $ uname -srm > > FreeBSD 6.2-RELEASE-p2 amd64 > > $ cc -dumpmachine > > > > $ > > I get the same empty result on a 32bit REL

Re: amd64: cc -dumpmachine [ffmpeg]

2007-04-05 Thread Michael Johnson
On 4/5/07, Andriy Gapon <[EMAIL PROTECTED]> wrote: [sorry for spamming so many lists but all of them seem to be relevant] $ uname -srm FreeBSD 6.2-RELEASE-p2 amd64 $ cc -dumpmachine $ >From gcc(1): -dumpmachine Print the compiler's target machine (for example, i6

Re: amd64: cc -dumpmachine [ffmpeg]

2007-04-05 Thread Oliver Fromme
Andriy Gapon wrote: > > [sorry for spamming so many lists but all of them seem to be relevant] > > $ uname -srm > FreeBSD 6.2-RELEASE-p2 amd64 > $ cc -dumpmachine > > $ I get the same empty result on a 32bit RELENG_6 (i386) machine here. It seems to be normal. > At least configure sc

Re: amd64: cc -dumpmachine [ffmpeg]

2007-04-05 Thread usleepless
Adriy, On 4/5/07, Andriy Gapon <[EMAIL PROTECTED]> wrote: on 05/04/2007 12:41 Oliver Fromme said the following: > Andriy Gapon wrote: > > > > [sorry for spamming so many lists but all of them seem to be relevant] > > > > $ uname -srm > > FreeBSD 6.2-RELEASE-p2 amd64 > > $ cc -dumpmachine >

Re: amd64: cc -dumpmachine [ffmpeg]

2007-04-05 Thread Juraj Lutter
On 4/5/07, Andriy Gapon <[EMAIL PROTECTED]> wrote: $ uname -srm FreeBSD 6.2-RELEASE-p2 amd64 $ cc -dumpmachine $ >From gcc(1): -dumpmachine Print the compiler's target machine (for example, i686-pc-linux-gnu)---and don't do anything else. At least configure script

amd64: cc -dumpmachine [ffmpeg]

2007-04-05 Thread Andriy Gapon
[sorry for spamming so many lists but all of them seem to be relevant] $ uname -srm FreeBSD 6.2-RELEASE-p2 amd64 $ cc -dumpmachine $ >From gcc(1): -dumpmachine Print the compiler's target machine (for example, i686-pc-linux-gnu)---and don't do anything else. At lea

Maildrop -- any news - is this broken permanently?

2007-04-05 Thread David Southwell
I raised a query about maildrop a couple of weeks ago howver we still have: ** Port marked as IGNORE: mail/maildrop: is marked as broken: FAM system mismatch: gamin is installed and desired FAM system is fam Any news yet? thanks david ___ fre

ruby port version going backwards? epoch

2007-04-05 Thread Matthias Andree
Greetings, I just saw this after portsnap fetch update when running pkg_version -IvL=: ruby-1.8.5.12,1 > succeeds index (index has 1.8.6) Please restore ruby's PORTEPOCH - and consider installing pre-commit check scripts on the CVS master server that refuse Makefile commits

National Ballet Sofia

2007-04-05 Thread Collegium Musicum Musical Productions
[px.gif] [px.gif] [px.gif] [px.gif] [px.gif] [px.gif] If you experience problems viewing this newsletter, [1]Click here [2]Collegium Musicum Produzioni Musicali [EMAIL PROTECTED] [px.gif] [4]www.collegiummusicum.org [px.gif]