From adamw@FreeBSD.org  Fri Nov  1 01:59:06 2002
Return-Path: <adamw@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0440137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Nov 2002 01:59:06 -0800 (PST)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B563943E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Nov 2002 01:59:05 -0800 (PST)
	(envelope-from adamw@FreeBSD.org)
Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1])
	by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA19x5x3031350
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 1 Nov 2002 01:59:05 -0800 (PST)
	(envelope-from adamw@freefall.freebsd.org)
Received: (from adamw@localhost)
	by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA19x5u9031349;
	Fri, 1 Nov 2002 01:59:05 -0800 (PST)
Message-Id: <200211010959.gA19x5u9031349@freefall.freebsd.org>
Date: Fri, 1 Nov 2002 01:59:05 -0800 (PST)
From: "<Adam Weinberger" <adamw@freebsd.org>
Reply-To: "<Adam Weinberger" <adamw@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: phoenix install failure [patch]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44807
>Category:       ports
>Synopsis:       phoenix install failure [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alane
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 02:00:04 PST 2002
>Closed-Date:    Fri Nov 01 04:33:04 PST 2002
>Last-Modified:  Fri Nov 01 04:33:04 PST 2002
>Originator:     
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.7-STABLE FreeBSD 4.7-STABLE #8: Tue Oct 29 16:21:41 PST 2002     root@smacky.vectors.cx:/usr/src/sys/compile/smacky  i386



	
>Description:
	www/phoenix fails to install because the post-install target adds a
	symlink from ${PREFIX}/bin/phoenix, which already gets installed from
	the normal install process.
	
>How-To-Repeat:
	root@smacky:/usr/ports/www/phoenix# make install
	===>  Installing for phoenix-0.4
	<SNIP 2346 LINES>
	../../config/nsinstall -t phoenix /usr/X11R6/bin
	<SNIP 5 LINES>
	===>   Generating temporary packing list
	/bin/ln -s /usr/X11R6/lib/phoenix/bin/phoenix  /usr/X11R6/bin/phoenix
	ln: /usr/X11R6/bin/phoenix: File exists
	*** Error code 1

	
>Fix:
===================================================================
RCS file: /home/ncvs/ports/www/phoenix/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- phoenix/Makefile    1 Nov 2002 04:17:51 -0000       1.16
+++ phoenix/Makefile    1 Nov 2002 09:54:23 -0000
@@ -78,8 +78,6 @@
                nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h
 
 post-install:
-       ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \
-               ${PREFIX}/bin/phoenix
        ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \
                ${PREFIX}/bin/phoenix-config

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->alane 
Responsible-Changed-By: adamw 
Responsible-Changed-When: Fri Nov 1 02:00:47 PST 2002 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44807 
State-Changed-From-To: open->closed 
State-Changed-By: alane 
State-Changed-When: Fri Nov 1 04:32:59 PST 2002 
State-Changed-Why: Fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44807 
>Unformatted:
