1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove mail/moztraybiff: Depends on obsolete Thunderbird 2.

This commit is contained in:
Beat Gaetzi 2010-08-03 19:47:43 +00:00
parent 13ab9989ce
commit 9aa04f8421
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258717
9 changed files with 1 additions and 123 deletions

1
MOVED
View File

@ -4464,3 +4464,4 @@ net/gir-repository-avahi|net/avahi-app|2010-07-25|Handled by net/avahi-app now
www/neonpp||2010-07-30|Does not build with neon 0.28 and above
www/neon28|www/neon29|2010-07-30|Replaced by neon 0.29.x
sysutils/aaccli||2010-08-03|Has expired: see sysutils/arcconf instead, no longer maintained by Adaptec
mail/moztraybiff|mail/mail-notification|2010-08-03|Depends on obsolete Thunderbird 2.0

View File

@ -295,7 +295,6 @@
SUBDIR += mmc
SUBDIR += mmr
SUBDIR += movemail
SUBDIR += moztraybiff
SUBDIR += mpop
SUBDIR += mreport
SUBDIR += msgconvert

View File

@ -1,56 +0,0 @@
# New ports collection makefile for: moztraybiff
# Date created: 19 March, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= moztraybiff
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= mozTrayBiff-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= New mail tray icon for Thunderbird
BUILD_DEPENDS= ${LOCALBASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \
zip:${PORTSDIR}/archivers/zip
RUN_DEPENDS= ${LOCALBASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird
USE_GMAKE= yes
USE_GNOME= libgnome
.include <bsd.port.pre.mk>
.if !exists(${PORTSDIR}/mail/thunderbird/Makefile)
BROKEN= ${PORTNAME} needs the Thunderbird port in order to build
.else
TBVER!= (cd ${PORTSDIR}/mail/thunderbird && ${MAKE} -V PORTVERSION)
.endif
MAKE_ARGS+= MOZILLA_PLATFORM=tbird TBVER=${TBVER} MOZ_TRUNK=0
FILENAME= mozTrayBiff-${PORTVERSION}-tb${TBVER}.xpi
PLIST_FILES= share/${PORTNAME}/${FILENAME}
PLIST_DIRS= share/${PORTNAME}
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
post-patch:
@${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/bin/sh|" \
${WRKSRC}/get-platform
do-install:
@${MKDIR} ${DATADIR}
@${INSTALL} -m 644 ${WRKSRC}/${FILENAME} ${DATADIR}
post-install:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.post.mk>

View File

@ -1,3 +0,0 @@
MD5 (mozTrayBiff-1.2.4.tar.gz) = 44d2f2cb26052ab130cd334a9fffa993
SHA256 (mozTrayBiff-1.2.4.tar.gz) = c09fd2f0320e72659664fe89139819d1e22aa5e41b8949e2ad02a4e0d4310df7
SIZE (mozTrayBiff-1.2.4.tar.gz) = 73554

View File

@ -1,20 +0,0 @@
--- Makefile.orig 2010-03-12 21:35:57.000000000 -0300
+++ Makefile 2010-03-12 21:36:27.000000000 -0300
@@ -19,7 +19,7 @@
XPI_EXTRA_FILES = install.js
endif
ifeq ($(MOZILLA_PLATFORM),tbird)
-REAL_CONFIG = $(shell which thunderbird-config mozilla-thunderbird-config | head -1)
+REAL_CONFIG = $(shell which thunderbird-config | head -1)
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

View File

@ -1,11 +0,0 @@
--- components/Makefile.orig Sun Apr 24 09:25:02 2005
+++ components/Makefile Fri Sep 9 01:47:59 2005
@@ -27,7 +27,7 @@
$(shell pkg-config --libs $(GTK_PACKAGE))
MOZ_INCLUDES := \
- $(shell $(MOZILLA_CONFIG) --cflags)
+ $(shell $(MOZILLA_CONFIG) --cflags) $(shell $(REAL_CONFIG) --cflags)
CFLAGS += \
-fPIC

View File

@ -1,14 +0,0 @@
--- make-install.rdf.orig Mon Dec 12 14:23:05 2005
+++ make-install.rdf Mon Dec 12 14:23:39 2005
@@ -1,9 +1,9 @@
#!/usr/bin/perl
-my $machine = `gcc -dumpmachine`;
+my $machine = `uname`;
chomp $machine;
-$machine =~ /^(.*?)\-/
+$machine =~ /^(.*?)$/
or die "Unable to parse machine name";
my $arch = $1;

View File

@ -1,9 +0,0 @@
The extension has been installed in %%DATADIR%%/
To use this extension:
* Open up Thunderbird
* Choose Tools|Extensions from the menu
* Click the "Install" button
* Navigate to %%DATADIR%%/
* Select the file that appears in that directory
* Restart Thunderbird

View File

@ -1,9 +0,0 @@
Mozilla New Mail Icon is an extension which displays an icon in the
system tray when new mail arrives in Mozilla Thunderbird. While it
supports the standard (FreeDesktop.org) system tray, as used by GNOME,
KDE and IceWM, it requires GNOME libraries to build and run.
It builds and installs an .xpi file, which can be installed through
Thunderbird's extension manager. See the pkg-message for more details.
WWW: http://moztraybiff.mozdev.org/