pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Make thunderbird also obey the mozilla-single-profile ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5ba455b31f4
branches: trunk
changeset: 534293:d5ba455b31f4
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue Oct 16 01:53:28 2007 +0000
description:
Make thunderbird also obey the mozilla-single-profile package option that
is used already for firefox and thunderbird.
diffstat:
mail/thunderbird-gtk1/Makefile | 4 ++--
mail/thunderbird/Makefile | 4 ++--
mail/thunderbird/Makefile-thunderbird.common | 3 +--
www/seamonkey/options.mk | 4 ++--
4 files changed, 7 insertions(+), 8 deletions(-)
diffs (61 lines):
diff -r 759c02cacc69 -r d5ba455b31f4 mail/thunderbird-gtk1/Makefile
--- a/mail/thunderbird-gtk1/Makefile Tue Oct 16 00:50:12 2007 +0000
+++ b/mail/thunderbird-gtk1/Makefile Tue Oct 16 01:53:28 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2007/10/08 10:13:03 ghen Exp $
+# $NetBSD: Makefile,v 1.16 2007/10/16 01:53:28 dmcmahill Exp $
MOZILLA= thunderbird-gtk1
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Mozilla mail client using the older GTK1 toolkit
diff -r 759c02cacc69 -r d5ba455b31f4 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Tue Oct 16 00:50:12 2007 +0000
+++ b/mail/thunderbird/Makefile Tue Oct 16 01:53:28 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2007/10/08 10:13:02 ghen Exp $
+# $NetBSD: Makefile,v 1.29 2007/10/16 01:53:28 dmcmahill Exp $
MOZILLA= thunderbird
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Mozilla mail client
MOZILLA_USE_GTK2= # yes
diff -r 759c02cacc69 -r d5ba455b31f4 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common Tue Oct 16 00:50:12 2007 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common Tue Oct 16 01:53:28 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.29 2007/10/08 10:13:03 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.30 2007/10/16 01:53:28 dmcmahill Exp $
MOZILLA_BIN= thunderbird-bin
MOZ_VER= 2.0.0.6
@@ -17,7 +17,6 @@
PATCHDIR= ${.CURDIR}/../../mail/thunderbird/patches
CONFIGURE_ARGS+= --enable-application=mail
-CONFIGURE_ARGS+= --enable-single-profile
CONFIGURE_ARGS+= --enable-debug=-g
CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
diff -r 759c02cacc69 -r d5ba455b31f4 www/seamonkey/options.mk
--- a/www/seamonkey/options.mk Tue Oct 16 00:50:12 2007 +0000
+++ b/www/seamonkey/options.mk Tue Oct 16 01:53:28 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2007/07/25 13:13:09 gdt Exp $
+# $NetBSD: options.mk,v 1.7 2007/10/16 01:53:28 dmcmahill Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug
@@ -7,7 +7,7 @@
PKG_SUPPORTED_OPTIONS += official-mozilla-branding
.endif
-.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "seamonkey-bin" )
+.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "seamonkey-bin" || ${MOZILLA_BIN} == "thunderbird-bin" )
PKG_SUPPORTED_OPTIONS += mozilla-single-profile
.endif
Home |
Main Index |
Thread Index |
Old Index