From owner-freebsd-ports Fri Nov 1 2: 0: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857DA37B401 for ; Fri, 1 Nov 2002 02:00:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E7843E88 for ; Fri, 1 Nov 2002 02:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1A04x3031391 for ; Fri, 1 Nov 2002 02:00:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1A04tB031390; Fri, 1 Nov 2002 02:00:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0440137B401 for ; 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 ; 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 ; 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: " Reply-To: " To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44807: phoenix install failure [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44807 >Category: ports >Synopsis: phoenix install failure [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 02:00:04 PST 2002 >Closed-Date: >Last-Modified: >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 ../../config/nsinstall -t phoenix /usr/X11R6/bin ===> 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message