From owner-freebsd-gecko@FreeBSD.ORG Wed Feb 17 17:01:11 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90C00106566B; Wed, 17 Feb 2010 17:01:11 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0B78FC17; Wed, 17 Feb 2010 17:01:10 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NhnGX-0006iu-VJ; Wed, 17 Feb 2010 20:00:46 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 71D7DB860; Wed, 17 Feb 2010 20:01:08 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 6CA32B84B; Wed, 17 Feb 2010 20:01:08 +0300 (MSK) To: FreeBSD-gnats-submit@freebsd.org From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20100217170108.6CA32B84B@hades.panopticon> Date: Wed, 17 Feb 2010 20:01:08 +0300 (MSK) Cc: gecko@FreeBSD.org Subject: [PATCH] www/firefox: Makefile.webplugins target order bug X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 17:01:11 -0000 >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] www/firefox: Makefile.webplugins target order bug >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-RELEASE i386 >Environment: System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009 >Description: I've got a report that my port graphics/gnash doesn't install with the following error: > ERROR: The "/usr/local/lib/browser_plugins/gnash" in WEBPLUGINS_DIR is > either a typo or no longer exists. Please make a bug report to > amdmi3@FreeBSD.org (maintainer). The problem is likely in Makefile.webplugins, as it has the following dependency line: post-install: webplugins-post-install however gnash installs plugins in post-install, thus the order is broken - webplugins-post-install is ran before the plugins are installed. The installation is reported to be fixed after making gnash port install plugins in pre-install instead. I really wonder why this hadn't shown itself in a tinderbox and why I can't reproduce it locally, however Makefile.webplugins logic should be fixed to run webplugins-post-install after any installation tasks that may be run by a port. Port maintainer (gecko@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: