pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/thunderbird52



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Mar 21 20:08:40 UTC 2023

Modified Files:
        pkgsrc/mail/thunderbird52: Makefile

Log Message:
Set SSP_SUPPORTED=no for NetBSD/sparc64

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/thunderbird52/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/thunderbird52/Makefile
diff -u pkgsrc/mail/thunderbird52/Makefile:1.26 pkgsrc/mail/thunderbird52/Makefile:1.27
--- pkgsrc/mail/thunderbird52/Makefile:1.26     Sun Jan 29 21:17:01 2023
+++ pkgsrc/mail/thunderbird52/Makefile  Tue Mar 21 20:08:40 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2023/01/29 21:17:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2023/03/21 20:08:40 abs Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird${TB_VER:C/\..*$//}-${TB_VER}
-PKGREVISION=   23
+PKGREVISION=   24
 TB_VER=                52.9.1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
@@ -36,6 +36,11 @@ LDFLAGS+=            ${COMPILER_RPATH_FLAG}${PREFI
 
 .include "../../mk/bsd.prefs.mk"
 
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)
+# Without this NetBSD/sparc64 gets "Bus error (core dumped)"
+SSP_SUPPORTED=no
+.endif
+
 #SUBST_CLASSES+=               ext-compat
 #SUBST_STAGE.ext-compat=       pre-configure
 #SUBST_MESSAGE.ext-compat=     Fixing extension compatibility



Home | Main Index | Thread Index | Old Index