ports/102767: [Patch] unbreak mail/moztraybif

Phil Oleson oz at nixil.net
Fri Sep 1 23:00:40 UTC 2006


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



More information about the freebsd-ports-bugs mailing list