ports/55310: www/mozilla-firebird install failure

Morten Rodal morten at rodal.no
Wed Aug 6 13:50:23 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list