pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox52



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Mar 21 19:59:47 UTC 2023

Modified Files:
        pkgsrc/www/firefox52: Makefile

Log Message:
Set SSP_SUPPORTED=no for NetBSD/sparc64

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/firefox52/Makefile

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

Modified files:

Index: pkgsrc/www/firefox52/Makefile
diff -u pkgsrc/www/firefox52/Makefile:1.82 pkgsrc/www/firefox52/Makefile:1.83
--- pkgsrc/www/firefox52/Makefile:1.82  Sun Jan 29 21:18:03 2023
+++ pkgsrc/www/firefox52/Makefile       Tue Mar 21 19:59:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2023/01/29 21:18:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2023/03/21 19:59:46 abs Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            52.9
@@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR=       .0esr
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION=   52
+PKGREVISION=   53
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
@@ -31,6 +31,11 @@ LDFLAGS.FreeBSD+=    -lplc4 -lnspr4
 LDFLAGS.Linux+=                -lnspr4
 LDFLAGS.SunOS+=                -lm
 
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)
+# Without this NetBSD/sparc64 gets "Bus error (core dumped)"
+SSP_SUPPORTED=no
+.endif
+
 NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/plugin-container
 
 ALL_ENV+=              MOZILLA_PKG_NAME=${PKGBASE}



Home | Main Index | Thread Index | Old Index