pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/thunderbird



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Aug 24 13:07:51 UTC 2023

Modified Files:
        pkgsrc/mail/thunderbird: Makefile

Log Message:
mail/thunderbird: Add comment about excessive WRKDIR space requirement

This is just a comment; perhaps in the future there might be a
mechanism to store this information, probably in a database vs source,
so that people who are using WRKOBJDIR in a tmpfs can repoint it for
the few packages that use unreasonable amounts of space.  (The binary
package is only 200 MB, so it's hard to explain 22GB, and
similarly-sized firefox doesn't have this problem.)


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 pkgsrc/mail/thunderbird/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/thunderbird/Makefile
diff -u pkgsrc/mail/thunderbird/Makefile:1.296 pkgsrc/mail/thunderbird/Makefile:1.297
--- pkgsrc/mail/thunderbird/Makefile:1.296      Mon Aug 14 05:24:48 2023
+++ pkgsrc/mail/thunderbird/Makefile    Thu Aug 24 13:07:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.296 2023/08/14 05:24:48 wiz Exp $
+# $NetBSD: Makefile,v 1.297 2023/08/24 13:07:51 gdt Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
@@ -13,6 +13,10 @@ HOMEPAGE=    https://www.thunderbird.net/en
 COMMENT=       Organize, secure and customize your mail
 LICENSE=       mpl-1.1
 
+# As of 2023-08 on netbsd-10 amd64, this package required 22G of space
+# in WRKDIR (noted because it is egregiously and unexpectedly large,
+# overflowing even a biggish tmpfs).
+
 USE_TOOLS+=    unzip pax
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/.source//}
 MOZILLA_DIR=   # empty



Home | Main Index | Thread Index | Old Index