Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2003 15:45:46 +0200 (CEST)
From:      Morten Rodal <morten@rodal.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55310: www/mozilla-firebird install failure
Message-ID:  <200308061345.h76DjkpB053328@atlantis.rodal.no>
Resent-Message-ID: <200308061350.h76DoM6g020254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55310
>Category:       ports
>Synopsis:       www/mozilla-firebird install failure
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 06 06:50:21 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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