Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Sep 2002 18:39:06 -0400
From:      "Dan Langille" <dan@langille.org>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Subject:   Re: cvs commit: ports/misc/biblereader Makefile ports/misc/bidwatcher Makefile ports/misc/cheatah Makefile ports/misc/demoniac 
Message-ID:  <3D725ECA.17617.9F3C0374@localhost>
In-Reply-To: <200209011513.g81FDGwG052375@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <edwin@mavetju.org>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D725ECA.17617.9F3C0374>