atom feed49 messages in org.freebsd.freebsd-gnomeCALL FOR TEST: Updates to pixmap, cai...
FromSent OnAttachments
Jeremy MessengerJun 18, 2008 5:25 am 
Lapo LuchiniJun 18, 2008 2:16 pm 
Lapo LuchiniJun 18, 2008 3:24 pm 
Jeremy MessengerJun 18, 2008 3:55 pm 
Jeremy MessengerJun 18, 2008 4:01 pm 
Jeremy MessengerJun 18, 2008 4:29 pm 
Lapo LuchiniJun 18, 2008 4:33 pm 
Chess GriffinJun 18, 2008 6:43 pm 
Naram QashatJun 18, 2008 8:49 pm 
Lapo LuchiniJun 19, 2008 7:58 am 
Lapo LuchiniJun 19, 2008 8:28 am 
Tom EvansJun 19, 2008 12:25 pm 
Tom EvansJun 19, 2008 12:54 pm 
Rene LadanJun 19, 2008 1:16 pm 
Naram QashatJun 19, 2008 2:44 pm 
Jeremy MessengerJun 19, 2008 4:08 pm 
Jeremy MessengerJun 19, 2008 4:25 pm 
Jeremy MessengerJun 19, 2008 4:28 pm 
Jeremy MessengerJun 19, 2008 4:34 pm 
Tom EvansJun 19, 2008 5:00 pm 
Jeremy MessengerJun 19, 2008 5:32 pm 
Jeremy MessengerJun 19, 2008 5:42 pm 
Jeremy MessengerJun 19, 2008 6:02 pm 
Rene LadanJun 19, 2008 9:48 pm 
Tom EvansJun 20, 2008 9:04 am 
Lapo LuchiniJun 20, 2008 9:29 am 
Lapo LuchiniJun 20, 2008 9:32 am 
Rene LadanJun 20, 2008 11:30 am 
Lapo LuchiniJun 20, 2008 11:50 am 
Chess GriffinJun 20, 2008 12:32 pm 
Tom EvansJun 20, 2008 12:56 pm 
Jeremy MessengerJun 20, 2008 3:37 pm 
Jeremy MessengerJun 20, 2008 3:58 pm 
Tom EvansJun 20, 2008 4:11 pm 
Naram QashatJun 20, 2008 5:28 pm 
Jeremy MessengerJun 20, 2008 5:32 pm 
Jeremy MessengerJun 20, 2008 5:53 pm 
Jeremy MessengerJun 20, 2008 9:15 pm 
Jeremy MessengerJun 20, 2008 9:21 pm 
Doug BartonJun 20, 2008 9:23 pm 
Lapo LuchiniJun 21, 2008 11:45 am 
Lapo LuchiniJun 23, 2008 2:25 pm 
Jeremy MessengerJun 23, 2008 4:24 pm 
Jeremy MessengerJun 30, 2008 11:17 pm 
Phillip N.Jul 1, 2008 2:42 am 
Andriy GaponJul 1, 2008 12:16 pm 
Jeremy MessengerJul 1, 2008 1:20 pm 
Andriy GaponJul 1, 2008 1:39 pm 
Jeremy MessengerJul 1, 2008 4:18 pm 
Subject:CALL FOR TEST: Updates to pixmap, cairo, poppler, and firefox 3.0!
From:Andriy Gapon (av@icyb.net.ua)
Date:Jul 1, 2008 1:39:18 pm
List:org.freebsd.freebsd-gnome

on 01/07/2008 16:22 Jeremy Messenger said the following:

On Tue, 01 Jul 2008 06:52:51 -0500, Andriy Gapon <av@icyb.net.ua> wrote:

on 01/07/2008 02:20 Jeremy Messenger said the following:

FYI: These have been committed in FreeBSD ports tree. You now can run 'marcusmerge -U' to unmerge ports-stable and remove it. I will removing everything in ports-stable tonight.

I have some problems after this went into the tree, or so it seems. Example:

$ cd /usr/ports/audio/scrobbler $ make describe "/usr/ports/Mk/bsd.gecko.mk", line 162: Inconsistent operator for post-patch make: fatal errors encountered -- cannot continue Exit 1

I can't reproduce it here.

--------------------------------- # make describe scrobbler-0.3.8.1_7|/usr/ports/audio/scrobbler|/usr/local|XMMS/BMP plugin for Audioscrobbler.com|/usr/ports/audio/scrobbler/pkg-descr|nov@FreeBSD.org|audio||||/usr/ports/audio/libmusicbrainz /usr/ports/devel/gmake /usr/ports/ftp/curl /usr/ports/multimedia/beep-media-player /usr/ports/multimedia/xmms|/usr/ports/audio/libmusicbrainz /usr/ports/ftp/curl /usr/ports/multimedia/beep-media-player /usr/ports/multimedia/xmms|http://www.audioscrobbler.com

---------------------------------

Did you tweak anything in make.conf or/and KNOB in audio/scrobbler? I don't see any gecko stuff in scrobbler.

If I change :: => : in the Makefile then I get: $ make describe scrobbler-0.3.8.1_7|/usr/ports/audio/scrobbler|/usr/local|XMMS/BMP plugin for Audioscrobbler.com|/usr/ports/audio/scrobbler/pkg-descr|nov@FreeBSD.org|audio||||/usr/ports/audio/libmusicbrainz /usr/ports/devel/gmake /usr/ports/ftp/curl /usr/ports/multimedia/beep-media-player /usr/ports/multimedia/xmms /usr/ports/www/firefox|/usr/ports/audio/libmusicbrainz /usr/ports/ftp/curl /usr/ports/multimedia/beep-media-player /usr/ports/multimedia/xmms /usr/ports/www/firefox|http://www.audioscrobbler.com

Not sure what exactly brings in the dependency. ... Oh, I got it! I had this in my make.conf: WITH_GECKO=firefox xulrunner seamonkey USE_GECKO=${WITH_GECKO} I guess the second line was evil. I removed it now and everything is fine. Sorry for the noise.

It seems that this is because audio/scrobbler/Makefile has post-patch:: ...

While bsd.gecko.mk has post-patch: ...

I am not sure if the port's Makefile uses '::' for a good reason. Also, it seems that this is not the only port that uses '::' for post-patch target.

P.S. my system is 6.3/amd64, ports updated this morning using portsnap.