Strange behavior of 'exists' function. Need help with Makefile.

2009-12-28 Thread Yevgen Krapiva
Hi guys, I'm trying to create my own port. I'm stucked with the following Makefile: PORTNAME= openjsip PORTVERSION= 0.0.4 ... ... MY_FILE= proxy.properties do-check: #FIRST TEST . if !exists(/usr/local/share/openjsip/conf/proxy.properties) @${ECHO_MS

Strange behavior of 'exists' function. Need help with Makefile.

2009-12-28 Thread Yevgen Krapiva
Hi guys, I'm trying to create my own port. I'm stucked with the following Makefile: PORTNAME= openjsip PORTVERSION= 0.0.4 ... ... MY_FILE= proxy.properties do-check: #FIRST TEST . if !exists(/usr/local/share/openjsip/conf/proxy.properties) @${ECHO_MSG} ">> /usr/local/share/openjs

Mailman - group mismatch error

2009-12-28 Thread David Southwell
Thanks in advance for any replies. Despite scouring the web and trying the many different solutions that seem to be offered to this problem I have be unable to fix it. Is there a way of tracing the cause? The entry in maillog does not say how to tweak postfix! Freebsd 7.2 p3 amd64 on Intel qua

Possibly unbuildable ports reminder

2009-12-28 Thread Bill Fenner
Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the li

Current unassigned ports problem reports

2009-12-28 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsol

Re: downgrade xorg to 7.1

2009-12-28 Thread x z
On Mon, Dec 28, 2009 at 12:41 AM, Warren Block wrote: > On Sun, 27 Dec 2009, x z wrote: > > On Sun, Dec 27, 2009 at 3:39 AM, Warren Block wrote: >> >> On Sat, 26 Dec 2009, x z wrote: >>> >>> I would downgrade xorg from 7.4 to 7.1 for display driver. >>> >>> Why? >>> >>> Because I have a Matr

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Gary Jennejohn
On Mon, 28 Dec 2009 00:24:26 +0100 Martin Wilke wrote: > # /usr/local/etc/rc.d/vboxguest.sh start > This shell script has a problem. It looks in /boot/kernel for the module but the port installs it under /boot/modules. I also can't load this module (after loading vboxdrv.ko): sh -x /usr/

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Bernhard Froehlich
On Mon, December 28, 2009 3:25 pm, Gary Jennejohn wrote: > On Mon, 28 Dec 2009 00:24:26 +0100 > Martin Wilke wrote: > >> # /usr/local/etc/rc.d/vboxguest.sh start >> > > This shell script has a problem. It looks in /boot/kernel for the > module but the port installs it under /boot/modules. > >

Re: mplayer from SVN

2009-12-28 Thread eculp
Quoting "army.of.root" : On 12/13/2009 15:44, Wes Morgan wrote: On Fri, 11 Dec 2009, Denis Shaposhnikov wrote: Hello, Does anybody have a port for building mplayer from SVN? Thanks! I have a "port" for building the latest exported snapshot from SVN, but it requires manual editing because

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Daniel Braniss
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdy, > > Changelog from VirtualBox is available here: > http://www.virtualbox.org/wiki/Changelog > > Changes in the port: > - VirtualBox and the guest additions have been updated to 3.1.2. > - Port has been renamed to virtualbox-ose to

Re: FreeBSD Port: gnokii-0.6.28,1

2009-12-28 Thread Guido Falsi
On Sun, Dec 27, 2009 at 07:47:36PM +0100, Ebbe Hjorth wrote: > Hi, > > Just a head up; > > I wanted to install gnokii and did an "make install clean" in the > /usr/ports/comm/gnokii folder. > > It runs but halts with an error saying it needs intltool 0.36 or newer. > > Ports has intltool 0.40.6

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Sergey Zaharchenko
Hello Martin! Mon, Dec 28, 2009 at 12:24:26AM +0100 you wrote: > Howdy, > > Changelog from VirtualBox is available here: > http://www.virtualbox.org/wiki/Changelog > > Changes in the port: > - Added proper PulseAudio support for FreeBSD. Contributed by Noriyoshi > Kawano May I humbly ask wh

Re: FreeBSD Port: gnokii-0.6.28,1

2009-12-28 Thread Ebbe Hjorth
> On Sun, Dec 27, 2009 at 07:47:36PM +0100, Ebbe Hjorth wrote: >> Hi, >> >> Just a head up; >> >> I wanted to install gnokii and did an "make install clean" in the >> /usr/ports/comm/gnokii folder. >> >> It runs but halts with an error saying it needs intltool 0.36 or newer. >> >> Ports has intltoo

Re: FreeBSD Port: gnokii-0.6.28,1

2009-12-28 Thread Guido Falsi
On Mon, Dec 28, 2009 at 04:38:32PM +0100, Ebbe Hjorth wrote: > > The system is a fresh install, so all ports is new and should be working > 100% :) I'll have to try this case as soon as I can(I'm unable right now). > >> Thank you for all the good work! > > > > You're welcome and thank you again

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Philipp Wuensche
Martin Wilke wrote: > > Please report any functionality which was working with previous versions of > VirtualBox and no longer working with 3.1.2 or any build failure. Seem like the fix from http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/virtualbox/files/patch-src-VBox-HostDrivers-VBoxNetA

Re: Strange behavior of 'exists' function. Need help with Makefile.

2009-12-28 Thread Ulrich Spörlein
On Mon, 28.12.2009 at 10:13:42 +0200, Yevgen Krapiva wrote: > Hi guys, > > I'm trying to create my own port. I'm stucked with the following > Makefile: > > PORTNAME= openjsip > PORTVERSION= 0.0.4 > ... > ... > MY_FILE= proxy.properties > > do-check: > > #FIRST TEST > .

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Gary Jennejohn
On Mon, 28 Dec 2009 15:33:31 +0100 (CET) "Bernhard Froehlich" wrote: > Looks like you installed the guest additions on the host. You should not > do that. They should only be installed on FreeBSD guests running in an > virtualbox. > Ah ha! It wasn't obvious to me that this was how to do it, al

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread John Baldwin
On Monday 28 December 2009 9:25:28 am Gary Jennejohn wrote: > I also can't load this module (after loading vboxdrv.ko): > > sh -x /usr/local/etc/rc.d/vboxguest.sh start > + VBOXGUESTFILE='' > + SILENTUNLOAD='' > + check_root > + id -u > + test 0 -ne 0 > + get_module_path > + moduledir=/boot/module

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Brandon Gooch
On Mon, Dec 28, 2009 at 10:04 AM, John Baldwin wrote: > On Monday 28 December 2009 9:25:28 am Gary Jennejohn wrote: [SNIP] >> >> Does vboxguest.ko have silent dependencies on other vbox modules? I only >> loaded vboxdrv.ko. > > Look in dmesg for the real kldload error message. > I'm seeing this

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Philipp Wuensche
Beat Gaetzi wrote: > Philipp Wuensche wrote: >> Martin Wilke wrote: >>> Please report any functionality which was working with previous versions of >>> VirtualBox and no longer working with 3.1.2 or any build failure. >> Seem like the fix from >> http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulator

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Beat Gaetzi
Philipp Wuensche wrote: > Martin Wilke wrote: >> Please report any functionality which was working with previous versions of >> VirtualBox and no longer working with 3.1.2 or any build failure. > > Seem like the fix from > http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/virtualbox/files/patc

Re: mplayer from SVN

2009-12-28 Thread Michal Varga
On Mon, Dec 28, 2009 at 3:47 PM, eculp wrote: >>> I have a "port" for building the latest exported snapshot from SVN, but >>> it requires manual editing because the extract dir changes daily. >> >> >> Hi, >> >> does your port deinstall cleanly ? - I would love to use an mplayer >> version newer th

Re: mplayer from SVN

2009-12-28 Thread Frank Staals
On 12/28/09 15:47, eculp wrote: On Fri, 11 Dec 2009, Denis Shaposhnikov wrote: Hello, Does anybody have a port for building mplayer from SVN? Thanks! On a sidenote: I used to build mplayer from svn regularly on my previous system. Updating mplayer usually was quite painless. Simply 'svn up &

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Doug Barton
Bernhard Froehlich wrote: > Looks like you installed the guest additions on the host. You should not > do that. They should only be installed on FreeBSD guests running in an > virtualbox. The pkg-descr and COMMENT should probably be amended to reflect this since it was confusing to me too. :) Perh

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread John Baldwin
On Monday 28 December 2009 11:46:36 am Brandon Gooch wrote: > On Mon, Dec 28, 2009 at 10:04 AM, John Baldwin wrote: > > On Monday 28 December 2009 9:25:28 am Gary Jennejohn wrote: > [SNIP] > >> > >> Does vboxguest.ko have silent dependencies on other vbox modules? I only > >> loaded vboxdrv.ko. >

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Gary Jennejohn
Bernhard Froehlich wrote: > Looks like you installed the guest additions on the host. You should not > do that. They should only be installed on FreeBSD guests running in an > virtualbox. > I installed it in the guest (PC-BSD) and got _exactly_ the same error as on the host. Something is fubar.

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Bernhard Froehlich
On Mon, December 28, 2009 7:24 pm, Doug Barton wrote: > Bernhard Froehlich wrote: >> Looks like you installed the guest additions on the host. You should not >> do that. They should only be installed on FreeBSD guests running in an >> virtualbox. > > The pkg-descr and COMMENT should probably be ame

Re: mplayer from SVN

2009-12-28 Thread Peter Jeremy
On 2009-Dec-28 18:25:41 +0100, Michal Varga wrote: >Does anybody know why are we still using 3-year old version? The MPlayer Project no longer do "releases". Instead they only offer daily snapshots of their SVN repo. It appears that the maintainer of the MPlayer port has adopted a policy of wai

Re: Mailman - group mismatch error

2009-12-28 Thread Jeffrey Goldberg
On Dec 28, 2009, at 3:57 AM, David Southwell wrote: > The entry in maillog does not say how to tweak postfix! Be sure to install mailman from ports and set the make options for postfix. cd /usr/ports/mail/mailman sudo make config and choose the postfix option. Cheers, -j -- Jeffrey Goldbe

Sound on rdesktop client and 8.0-stable

2009-12-28 Thread Bob Willcox
Since upgrading my system to 8.0-stable (from 7.2-stable) I no longer get sound on my FreeBSD system when connecting to my Windows 7 system via rdesktop. I start rdesktop like this: rdesktop -r sound:local ... and this was working on 7.2-stable. Now all I get is silence. Is anyone else exper

Re: mplayer from SVN

2009-12-28 Thread Doug Barton
Peter Jeremy wrote: > On 2009-Dec-28 18:25:41 +0100, Michal Varga wrote: >> Does anybody know why are we still using 3-year old version? > > The MPlayer Project no longer do "releases". Instead they only offer > daily snapshots of their SVN repo. It appears that the maintainer of > the MPlayer

(no subject)

2009-12-28 Thread Scot Hetzel
On Mon, Dec 28, 2009 at 3:22 AM, Yevgen Krapiva wrote: > Hi guys, > > I'm trying to create my own port. I'm stucked with the following > Makefile: > > PORTNAME= openjsip > PORTVERSION= 0.0.4 > ... > ... > MY_FILE= proxy.properties > > do-check: > > #FIRST TEST > . if !exists(/usr/loca

Re: Strange behavior of 'exists' function. Need help with Makefile.

2009-12-28 Thread Yevgen Krapiva
Thanks Ulrich, I've discovered the following issue: !!!This example works: !!! MY_FILE=/usr/local/share/openjsip/conf/proxy.properties do-check: .for f in ${MY_FILE} . if !exists(${f}) @${ECHO_MSG} ">> File ${f} doesn't exists" . else @$