From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 1 13:39:33 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CC501065676; Tue, 1 Jul 2008 13:39:33 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 1BC258FC1A; Tue, 1 Jul 2008 13:39:33 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 000D474402E; Tue, 1 Jul 2008 16:39:30 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z4rvPfGdbGyu; Tue, 1 Jul 2008 16:39:30 +0300 (EEST) Received: from [10.2.1.87] (voip.cybervisiontech.com.ua [91.198.50.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 4C02143C37F; Tue, 1 Jul 2008 16:39:30 +0300 (EEST) Message-ID: <486A338B.80508@icyb.net.ua> Date: Tue, 01 Jul 2008 16:39:23 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: Jeremy Messenger References: <486A1A93.8010805@icyb.net.ua> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, novel@freebsd.org Subject: Re: CALL FOR TEST: Updates to pixmap, cairo, poppler, and firefox 3.0! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 13:39:33 -0000 on 01/07/2008 16:22 Jeremy Messenger said the following: > On Tue, 01 Jul 2008 06:52:51 -0500, Andriy Gapon 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|novel@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|novel@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. > > -- Andriy Gapon