summaryrefslogtreecommitdiff
path: root/mail/thunderbird/Makefile-thunderbird.common
diff options
context:
space:
mode:
authortaya <taya>2004-12-04 02:16:03 +0000
committertaya <taya>2004-12-04 02:16:03 +0000
commit5428650741f9614aae9f8f26b2b4624f268e52c6 (patch)
tree56efe9fd14fcda71fb727abf3caa6f8ad6e62e9a /mail/thunderbird/Makefile-thunderbird.common
parenta90dc0c455e6e69bba03d954a3607825fd738265 (diff)
downloadpkgsrc-5428650741f9614aae9f8f26b2b4624f268e52c6.tar.gz
1)Generate extension directory at installation time.
2)sync patches from www/mozilla. - update patch-ab from commit log >> date: 2004/08/31 02:37:57; author: danw; state: Exp; lines: +13 -6 >> darwin fixes (tested against firefox-gtk2) - update patch-ac - update patch-bx - add patch-bz - add patch-ca - add patch-cb from commit log >> date: 2004/07/07 09:08:31; author: aymeric; state: Exp; lines: +14 -7 >> . on PowerPC, update files so that Mozilla works properly when compiled with >> gcc version 3+. >> . generally reduce diffs to Linux version >> . retain compatibility with older ABI (AIX-like) thanks to useful comments >> from Charles Hannum >> >> Thanks to Matthew Green for the fruitful discussion. This should address >> PR#23240 as far as mozilla is concerned. - remove patch-bn enable HAVE_SOCKLEN_T - update patch-br from commit log >> date: 2004/10/04 11:52:45; author: grant; state: Exp; lines: +10 -6 >> bring across a patch in Firefox for using thread-safe resolver library >> functions on NetBSD >=2.0F. - update patch-cc make mozilla work on NetBSD-current/alpha 3)bump PKGREVISION
Diffstat (limited to 'mail/thunderbird/Makefile-thunderbird.common')
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 56ad42d4c16..c8b2aac934a 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.3 2004/11/14 23:38:20 taya Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.4 2004/12/04 02:16:03 taya Exp $
MOZILLA_BIN= thunderbird-bin
MOZ_VER= 0.9
+PKGREVISION= 1
EXTRACT_SUFX= .tar.bz2
DISTNAME= thunderbird-${MOZ_VER}-source
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \
@@ -24,4 +25,9 @@ pre-install:
${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \
${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt
+post-install:
+ cd ${PREFIX}/lib/${MOZILLA} && \
+ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. HOME=${WRKSRC} \
+ ./${MOZILLA_BIN} -register
+
.include "../../www/mozilla/Makefile.common"