pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/thunderbird60



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 25 05:36:38 UTC 2020

Modified Files:
        pkgsrc/mail/thunderbird60: Makefile

Log Message:
mail/thunderbird60: skip shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/thunderbird60/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/thunderbird60/Makefile
diff -u pkgsrc/mail/thunderbird60/Makefile:1.7 pkgsrc/mail/thunderbird60/Makefile:1.8
--- pkgsrc/mail/thunderbird60/Makefile:1.7      Mon Mar 30 19:46:01 2020
+++ pkgsrc/mail/thunderbird60/Makefile  Mon May 25 05:36:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/30 19:46:01 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/25 05:36:38 rillig Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird60-${TB_VER}
@@ -18,6 +18,8 @@ WRKSRC=               ${WRKDIR}/${DISTNAME:S/.source/
 MOZILLA_DIR=   # empty
 PLIST_SRC+=    ${PLIST_SRC_DFLT}
 
+CHECK_PORTABILITY_SKIP+=       modules/pdfium/update.sh
+
 CONFIG_GUESS_OVERRIDE+=        comm/ldap/sdks/c-sdk/config/autoconf/config.guess
 CONFIG_SUB_OVERRIDE+=  comm/ldap/sdks/c-sdk/config/autoconf/config.sub
 



Home | Main Index | Thread Index | Old Index