From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 1 23:00:40 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 F2EC116A524 for ; Fri, 1 Sep 2006 23:00:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295DD43DA0 for ; Fri, 1 Sep 2006 23:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k81N0aB5064912 for ; Fri, 1 Sep 2006 23:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k81N0ael064911; Fri, 1 Sep 2006 23:00:36 GMT (envelope-from gnats) Resent-Date: Fri, 1 Sep 2006 23:00:36 GMT Resent-Message-Id: <200609012300.k81N0ael064911@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, Phil Oleson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797AA16A4DD for ; Fri, 1 Sep 2006 22:59:23 +0000 (UTC) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2683143D78 for ; Fri, 1 Sep 2006 22:59:18 +0000 (GMT) (envelope-from oz@nixil.net) Received: from nixil.net (localhost [127.0.0.1]) by nixil.net (8.13.6.20060614/8.13.1) with ESMTP id k81MxHkV006369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 1 Sep 2006 16:59:17 -0600 (MDT) Received: (from oz@localhost) by nixil.net (8.13.6.20060614/8.13.1/Submit) id k81MxH9k006368; Fri, 1 Sep 2006 16:59:17 -0600 (MDT) Message-Id: <200609012259.k81MxH9k006368@nixil.net> Date: Fri, 1 Sep 2006 16:59:17 -0600 (MDT) From: Phil Oleson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102767: [Patch] unbreak mail/moztraybif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Oleson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 23:00:40 -0000 >Number: 102767 >Category: ports >Synopsis: [Patch] unbreak mail/moztraybif >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 01 23:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Phil Oleson >Release: FreeBSD 4.7-RELEASE-p28 i386 >Organization: N/A >Environment: System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #43: Wed Jul 20 09:35:30 MDT 2005 root@nixil.net:/usr/src/sys/compile/nixil i386 >Description: Unbreak the moztraybif port. >How-To-Repeat: N/A >Fix: --- moztraybiff.patch begins here --- diff -ruN moztraybiff.orig/Makefile moztraybiff/Makefile --- moztraybiff.orig/Makefile Sat Jul 15 14:31:10 2006 +++ moztraybiff/Makefile Fri Sep 1 16:49:44 2006 @@ -15,8 +15,6 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= New mail tray icon for Thunderbird -BROKEN= fails to install - BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird diff -ruN moztraybiff.orig/files/patch-Makefile moztraybiff/files/patch-Makefile --- moztraybiff.orig/files/patch-Makefile Mon Jan 16 11:07:50 2006 +++ moztraybiff/files/patch-Makefile Fri Sep 1 16:51:34 2006 @@ -1,5 +1,14 @@ ---- Makefile.orig Fri Jan 6 18:51:34 2006 -+++ Makefile Mon Jan 16 13:01:55 2006 +--- Makefile.orig Mon Apr 24 15:22:39 2006 ++++ Makefile Fri Sep 1 16:51:14 2006 +@@ -4,7 +4,7 @@ + XPI_NAME = mozTrayBiff + ifeq ($(PLATFORM),) + # Attempt to detect the platform name +-PLATFORM = `./get-platform` ++#PLATFORM = `./get-platform` + endif + XPI_FILENAME = $(XPI_NAME)-$(XPI_VERSION).xpi + XPI_VERSION := $(VERSION) @@ -19,7 +19,7 @@ XPI_EXTRA_FILES = install.js endif @@ -9,3 +18,12 @@ XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION} XPI_EXTRA_FILES = install.rdf endif +@@ -36,7 +36,7 @@ + PLATFORM_FILES = platform/ + else + PLATFORM_FILES = components/libtraybiff.so +- XPI_VERSION := $(XPI_VERSION)-$(PLATFORM) ++ XPI_VERSION := $(XPI_VERSION) + endif + + export DEBUG MOZ_TRUNK MOZILLA_PLATFORM REAL_CONFIG --- moztraybiff.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: