From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 6 06:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DF637B404 for ; Wed, 6 Aug 2003 06:50:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F2443F93 for ; Wed, 6 Aug 2003 06:50:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h76DoMUp020255 for ; Wed, 6 Aug 2003 06:50:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h76DoM6g020254; Wed, 6 Aug 2003 06:50:22 -0700 (PDT) Resent-Date: Wed, 6 Aug 2003 06:50:22 -0700 (PDT) Resent-Message-Id: <200308061350.h76DoM6g020254@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Morten Rodal Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 401CF37B401 for ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/55310: www/mozilla-firebird install failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Morten Rodal List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 13:50:23 -0000 >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: