From morten@rodal.no  Wed Aug  6 06:45:54 2003
Return-Path: <morten@rodal.no>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 401CF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Aug 2003 06:45:54 -0700 (PDT)
Received: from mail45.fg.online.no (mail45-s.fg.online.no [148.122.161.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5505A43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Aug 2003 06:45:52 -0700 (PDT)
	(envelope-from morten@rodal.no)
Received: from slimy.rodal.no (ti121210a080-1558.bb.online.no [80.212.6.22])
	by mail45.fg.online.no (8.9.3p2/8.9.3) with ESMTP id PAA12618
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 6 Aug 2003 15:45:48 +0200 (MEST)
Received: from atlantis.rodal.no (atlantis.rodal.no [192.168.20.62])
	by slimy.rodal.no (8.12.8p1/8.12.8) with ESMTP id h76DjkO1057453
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 6 Aug 2003 15:45:46 +0200 (CEST)
	(envelope-from morten@rodal.no)
Received: (from morten@localhost)
	by atlantis.rodal.no (8.12.9/8.12.9/Submit) id h76DjkpB053328;
	Wed, 6 Aug 2003 15:45:46 +0200 (CEST)
	(envelope-from morten)
Message-Id: <200308061345.h76DjkpB053328@atlantis.rodal.no>
Date: Wed, 6 Aug 2003 15:45:46 +0200 (CEST)
From: Morten Rodal <morten@rodal.no>
Reply-To: Morten Rodal <morten@rodal.no>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: www/mozilla-firebird install failure
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55310
>Category:       ports
>Synopsis:       www/mozilla-firebird install failure
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 06 06:50:21 PDT 2003
>Closed-Date:    Wed Aug 06 09:15:22 PDT 2003
>Last-Modified:  Wed Aug 06 09:15:22 PDT 2003
>Originator:     Morten Rodal
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD atlantis.rodal.no 5.1-CURRENT FreeBSD 5.1-CURRENT #36: Tue Aug 5 20:04:55 CEST 2003 root@atlantis.rodal.no:/usr/obj/usr/src/sys/atlantis i386

>Description:
Mozilla Firebird 0.6.1 does not install correctly when WRKDIRPREFIX is
set to something non-default in /etc/make.conf.  It doesn't matter wether
GTK1 or GTK2 is specified, it will not find the plist file unless this
patch is applied.

I am not sure this is the case on FreeBSD 4.X since I haven't got any
desktop machines running 4.X.

>How-To-Repeat:

Set WRKDIRPREFIX to /usr/obj and try to ``make install'' the
www/mozilla-firebird port.

>Fix:

--- /tmp/Makefile	Wed Aug  6 15:39:22 2003
+++ Makefile	Wed Aug  6 15:37:57 2003
@@ -40,10 +40,10 @@
 .if defined(WITH_GTK2)
 USE_GNOME=	gtk20 libidl
 PKGNAMESUFFIX=	-gtk2
-PLIST=		pkg-plist.gtk2
+PLIST=		${PKGDIR}/pkg-plist.gtk2
 .else
 USE_GNOME=	gtk12 orbit
-PLIST=		pkg-plist.gtk1
+PLIST=		${PKGDIR}/pkg-plist.gtk1
 .endif
 
 NO_MTREE=		yes


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Wed Aug 6 06:54:03 PDT 2003 
Responsible-Changed-Why:  
Over to maintainers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55310 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Wed Aug 6 09:15:07 PDT 2003 
State-Changed-Why:  
Committed, thanks (and sorry)! 

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