View | Details | Raw Unified | Return to bug 102767
Collapse All | Expand All

(-)moztraybiff/Makefile (-2 lines)
Lines 15-22 Link Here
15
MAINTAINER=	adamw@FreeBSD.org
15
MAINTAINER=	adamw@FreeBSD.org
16
COMMENT=	New mail tray icon for Thunderbird
16
COMMENT=	New mail tray icon for Thunderbird
17
17
18
BROKEN=		fails to install
19
20
BUILD_DEPENDS=	${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \
18
BUILD_DEPENDS=	${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \
21
		zip:${PORTSDIR}/archivers/zip
19
		zip:${PORTSDIR}/archivers/zip
22
RUN_DEPENDS=	${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird
20
RUN_DEPENDS=	${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird
(-)moztraybiff/files/patch-Makefile (-2 / +20 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Fri Jan  6 18:51:34 2006
1
--- Makefile.orig	Mon Apr 24 15:22:39 2006
2
+++ Makefile	Mon Jan 16 13:01:55 2006
2
+++ Makefile	Fri Sep  1 16:51:14 2006
3
@@ -4,7 +4,7 @@
4
 XPI_NAME = mozTrayBiff
5
 ifeq ($(PLATFORM),)
6
 # Attempt to detect the platform name
7
-PLATFORM = `./get-platform`
8
+#PLATFORM = `./get-platform`
9
 endif
10
 XPI_FILENAME = $(XPI_NAME)-$(XPI_VERSION).xpi
11
 XPI_VERSION := $(VERSION)
3
@@ -19,7 +19,7 @@
12
@@ -19,7 +19,7 @@
4
 XPI_EXTRA_FILES = install.js
13
 XPI_EXTRA_FILES = install.js
5
 endif
14
 endif
Lines 9-11 Link Here
9
 XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION}
18
 XPI_VERSION := $(XPI_VERSION)-tb${MOZILLA_VERSION}
10
 XPI_EXTRA_FILES = install.rdf
19
 XPI_EXTRA_FILES = install.rdf
11
 endif
20
 endif
21
@@ -36,7 +36,7 @@
22
 	PLATFORM_FILES = platform/
23
 else
24
 	PLATFORM_FILES = components/libtraybiff.so
25
-	XPI_VERSION := $(XPI_VERSION)-$(PLATFORM)
26
+	XPI_VERSION := $(XPI_VERSION)
27
 endif
28
 
29
 export DEBUG MOZ_TRUNK MOZILLA_PLATFORM REAL_CONFIG

Return to bug 102767