tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

thunderbird configure issues?



Wanting to advance a bit on solaris support for thunderbird[24esr]
in the continuation of the topic started concerning firefox and java on pkg-users%netbsd.org@localhost, I noticed the following during configure:

checking for application to build... ../mail
checking if app-specific confvars.sh exists... ./../mail/confvars.sh
/tmp/subscript.ZQjw7a: line 109: ${enable_patsubst(calendar, -, _)+set}: bad 
substitution
/tmp/subscript.ZQjw7a: line 116: ${enable_patsubst(incomplete-external-linkage, 
-, _)+set}: bad substitution
/tmp/subscript.ZQjw7a: line 124: ${enable_patsubst(ldap, -, _)+set}: bad 
substitution
/tmp/subscript.ZQjw7a: line 129: 
${enable_patsubst(incomplete-toolkit-ldap-autocomplete, -, _)+set}: bad 
substitution
checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0 
gdk-x11-2.0... yes

Can't seem to put my finger on where this is generated, but is it possibly an autoconf/m4 issue?

So far, I've only done the following:
ichard@devzone:~/src/pkgsrc/mail/thunderbird$ git diff master .
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 203f976..03bc384 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -2,8 +2,7 @@

 DISTNAME=      # empty
 PKGNAME=       thunderbird-${TB_VER}
-PKGREVISION=   1
-TB_VER=                24.1.0
+TB_VER=                24.1.1
 #LIGHTNINGVER= 1.9
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index a74df4e..bcf20d1 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,11 +1,8 @@
-$NetBSD: distinfo,v 1.131 2013/11/29 17:41:08 wiz Exp $
+$NetBSD$

-SHA1 (enigmail-1.6.tar.gz) = 51a7eb7d86ce24d8199f741a0079f0d56ecd6368
-RMD160 (enigmail-1.6.tar.gz) = a854bb37a6a7f298f6cc268110dcb21d00909fa4
-Size (enigmail-1.6.tar.gz) = 1231111 bytes
-SHA1 (thunderbird-24.1.0.source.tar.bz2) = 
7e7f8837daff087dab8aea58495952bf80b2cb39
-RMD160 (thunderbird-24.1.0.source.tar.bz2) = 
35fae89f8a86359bc63f168a6d314e843c43d209
-Size (thunderbird-24.1.0.source.tar.bz2) = 140336934 bytes
+SHA1 (thunderbird-24.1.1.source.tar.bz2) = 
db75336cbeef823b334b3bfc5176bbfa5acb70d6
+RMD160 (thunderbird-24.1.1.source.tar.bz2) = 
6ad0f6342d4ae074766efd6a973898726e56be8a
+Size (thunderbird-24.1.1.source.tar.bz2) = 140346889 bytes
 SHA1 (patch-aa) = 0ed482fc1d015afcb4813d74ac602acbe875aa6e
 SHA1 (patch-ak) = b47277baa1137a7610445b7c4dd147b331d5c5e6
 SHA1 (patch-al) = 9970e89e92ff8b120119b560cb661eabd3a387de
diff --git a/mail/thunderbird/options.mk b/mail/thunderbird/options.mk
index e398316..39140cb 100644
--- a/mail/thunderbird/options.mk
+++ b/mail/thunderbird/options.mk
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS=  mozilla-lightning

 PLIST_VARS+=           branding nobranding debug gnome jemalloc

-.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "Linux" #|| ${OPSYS} == "SunOS"
 PKG_SUGGESTED_OPTIONS+=        mozilla-jemalloc
 .endif




Home | Main Index | Thread Index | Old Index