Thu Nov 17 00:25:35 2011 UTC ()
Set PYTHON_VERSIONS_ACCEPTED=27 because the build fails with python26.
I'm going to assume that <26 has no chance of working. I'm also going
to assume python31 doesn't stand a chance...


(dholland)
diff -r1.76 -r1.77 pkgsrc/mail/thunderbird/Makefile

cvs diff -r1.76 -r1.77 pkgsrc/mail/thunderbird/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/Makefile 2011/11/13 16:59:58 1.76
+++ pkgsrc/mail/thunderbird/Makefile 2011/11/17 00:25:35 1.77
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: Makefile,v 1.76 2011/11/13 16:59:58 tnn Exp $ 1# $NetBSD: Makefile,v 1.77 2011/11/17 00:25:35 dholland Exp $
2# 2#
3 3
4DISTNAME= thunderbird-${TB_VER}.source 4DISTNAME= thunderbird-${TB_VER}.source
5PKGNAME= thunderbird-${TB_VER} 5PKGNAME= thunderbird-${TB_VER}
6TB_VER= 8.0 6TB_VER= 8.0
7CATEGORIES= mail 7CATEGORIES= mail
8MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} 8MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= tnn@NetBSD.org 11MAINTAINER= tnn@NetBSD.org
12HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ 12HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/
13COMMENT= Organize, secure and customize your mail 13COMMENT= Organize, secure and customize your mail
14 14
15USE_TOOLS+= unzip pax 15USE_TOOLS+= unzip pax
16WRKSRC= ${WRKDIR}/comm-release 16WRKSRC= ${WRKDIR}/comm-release
17MOZILLA_DIR= mozilla/ 17MOZILLA_DIR= mozilla/
18PLIST_SRC+= PLIST 18PLIST_SRC+= PLIST
19 19
 20PYTHON_VERSIONS_ACCEPTED= 27
 21
20CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess 22CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess
21CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub 23CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub
22 24
23CONFIGURE_ARGS+= --enable-application=mail 25CONFIGURE_ARGS+= --enable-application=mail
24 26
25ALL_ENV+= MOZILLA_PKG_NAME=thunderbird 27ALL_ENV+= MOZILLA_PKG_NAME=thunderbird
26 28
27#SUBST_CLASSES+= ext-compat 29#SUBST_CLASSES+= ext-compat
28#SUBST_STAGE.ext-compat= pre-configure 30#SUBST_STAGE.ext-compat= pre-configure
29#SUBST_MESSAGE.ext-compat= Fixing extension compatibility 31#SUBST_MESSAGE.ext-compat= Fixing extension compatibility
30#SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf 32#SUBST_FILES.ext-compat= mailnews/extensions/enigmail/package/install.rdf
31#SUBST_FILES.ext-compat+= calendar/*/install.rdf 33#SUBST_FILES.ext-compat+= calendar/*/install.rdf
32#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf 34#SUBST_FILES.ext-compat+= calendar/*/*/install.rdf