Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2002 11:16:46 -0500
From:      AlanE <alane@geeksrus.net>
To:        Douglas Berry <doug@cnd.dundas.on.ca>
Cc:        phoenix@geeksrus.net, FreeBSD Ports List <ports@freebsd.org>
Subject:   Re: rm: /usr/X11R6/bin/phoenix: No such file or directory
Message-ID:  <20021101161646.GA32141@wwweasel.geeksrus.net>
In-Reply-To: <200211011545.gA1FjiBW053064@monk.cnd.dundas.on.ca>
References:  <200211011545.gA1FjiBW053064@monk.cnd.dundas.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 01, 2002 at 10:45:44AM -0500, Douglas Berry wrote:
>Working from...
>
># $FreeBSD: ports/www/phoenix/Makefile,v 1.18 2002/11/01 13:09:32 alane Exp $
>
>in order to get make install on i386 4.7-STABLE to not...
>
>===>   Generating temporary packing list
>/bin/rm /usr/X11R6/bin/phoenix
>rm: /usr/X11R6/bin/phoenix: No such file or directory
>*** Error code 1
>
>Stop in /usr/ports/www/phoenix.
>*** Error code 1
>
>Stop in /usr/ports/www/phoenix.
>
>
>i needed to...
>
>*** Makefile    Fri Nov  1 10:35:23 2002
>--- Makefile.orig       Fri Nov  1 09:12:24 2002
>***************
>*** 79,88 ****
>                nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h
>  
>  post-install:
>!       ${RM} -f ${PREFIX}/bin/phoenix
>        ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \
>                ${PREFIX}/bin/phoenix
>!       ${RM} -f ${PREFIX}/bin/phoenix-config
>        ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \
>                ${PREFIX}/bin/phoenix-config
>  
>--- 79,88 ----
>                nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h
>  
>  post-install:
>!       ${RM} ${PREFIX}/bin/phoenix
>        ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \
>                ${PREFIX}/bin/phoenix
>!       ${RM} ${PREFIX}/bin/phoenix-config
>        ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \
>                ${PREFIX}/bin/phoenix-config
>
>i'm not sure that this is the ``correct'' fix, but it got the new 
>version installed for me.
>
>Thanks for bringing us phoenix,
>doug

And INDEED YOU WERE RIGHT. Teach me fix things before noon.

-- 
Alan Eldridge
Unix/C(++) IT Pro for 20 yrs, seeking new employment.
(http://wwweasel.geeksrus.net/~alane/resume.txt)
KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021101161646.GA32141>