From owner-cvs-all Sun Sep 1 15:40:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4903E37B401; Sun, 1 Sep 2002 15:40:41 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6563943E4A; Sun, 1 Sep 2002 15:40:40 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 722EB3F28; Sun, 1 Sep 2002 18:40:39 -0400 (EDT) From: "Dan Langille" To: Edwin Groothuis Date: Sun, 01 Sep 2002 18:39:06 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/misc/biblereader Makefile ports/misc/bidwatcher Makefile ports/misc/cheatah Makefile ports/misc/demoniac Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mario Sergio Fujikawa Ferreira Message-ID: <3D725ECA.17617.9F3C0374@localhost> In-reply-to: <200209011513.g81FDGwG052375@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 1 Sep 2002 at 8:13, Mario Sergio Fujikawa Ferreir wrote: > lioux 2002/09/01 08:13:16 PDT > > Modified files: > misc/biblereader Makefile > misc/bidwatcher Makefile > misc/cheatah Makefile > misc/demoniac Makefile > misc/gkrellm-reminder Makefile > misc/gkrellmaflag Makefile > misc/gkrellmbgchg Makefile > misc/gkrellmlaunch Makefile > misc/gkrellscore Makefile > misc/gkrellshoot Makefile > misc/gkrellweather Makefile > misc/gman Makefile > misc/gplbp Makefile > misc/grdb Makefile > misc/gretl Makefile > misc/grun Makefile > misc/gtkfind Makefile > misc/gtktalog Makefile > misc/snowflake Makefile > misc/wmpal Makefile > misc/xosd Makefile > Log: > Deploy USE_GNOMENG infrastructure > > PR: 42286 > Submitted by: Edwin Groothuis There a problem with misc/cheatah when using the -f parameter: [dan@undef:/usr/home/dan/ports/misc/cheatah] $ make -V DESCR -V COMMENT -f /usr/home/dan/ports/misc/cheatah/Makefile PORTSDIR=/usr/ home/dan/ports make: cannot open /usr/home/dan/ports/misc/cheatah/../sword//usr/home/dan/ports/misc/che atah/Makefile. "/usr/home/dan/ports/misc/cheatah/Makefile", line 26: warning: "make - V PORTVERSION -f /usr/home/dan/ports/misc/cheatah/../sword//u sr/home/dan/ports/misc/cheatah/Makefile" returned non-zero status make: cannot open /usr/home/dan/ports/misc/cheatah/../sword//usr/home/dan/ports/misc/che atah/Makefile. "/usr/home/dan/ports/misc/cheatah/Makefile", line 27: warning: "make - V PORTREVISION -f /usr/home/dan/ports/misc/cheatah/../sword// usr/home/dan/ports/misc/cheatah/Makefile" returned non-zero status make: cannot open /usr/home/dan/ports/misc/cheatah/../sword//usr/home/dan/ports/misc/che atah/Makefile. "/usr/home/dan/ports/misc/cheatah/Makefile", line 28: warning: "make - V PORTEPOCH -f /usr/home/dan/ports/misc/cheatah/../sword//usr /home/dan/ports/misc/cheatah/Makefile" returned non-zero status /usr/home/dan/ports/misc/cheatah/pkg-descr /usr/home/dan/ports/misc/cheatah/pkg-comment [dan@undef:/usr/home/dan/ports/misc/cheatah] $ The problem is related to these lines in the Makefile: PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE} PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE} PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE} A similar problem arose with www/mozilla-headers and mozilla-embedded back on 29 Aug. The fix for those ports is at: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mozilla- embedded/Makefile.diff?r1=1.15&r2=1.16&f=h I did not check any of the other ports in this commit. -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message