pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/arcticfox



Module Name:    pkgsrc
Committed By:   abs
Date:           Wed May 24 15:51:18 UTC 2023

Modified Files:
        pkgsrc/www/arcticfox: Makefile

Log Message:
Set SSP_SUPPORTED=no for sparc64


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/arcticfox/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/arcticfox/Makefile
diff -u pkgsrc/www/arcticfox/Makefile:1.25 pkgsrc/www/arcticfox/Makefile:1.26
--- pkgsrc/www/arcticfox/Makefile:1.25  Sun May 21 18:35:57 2023
+++ pkgsrc/www/arcticfox/Makefile       Wed May 24 15:51:18 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2023/05/21 18:35:57 abs Exp $
+# $NetBSD: Makefile,v 1.26 2023/05/24 15:51:18 abs Exp $
 
 DISTNAME=      arcticfox-41.0
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rmottola/}
 GITHUB_PROJECT=        Arctic-Fox
@@ -60,6 +61,11 @@ CONFIGURE_ARGS+=     --with-system-zlib
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${MACHINE_ARCH} == "sparc64"
+# Without this NetBSD/sparc64 starts, but crashes on some sites
+SSP_SUPPORTED=no
+.endif
+
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=         yasm>=1.1:../../devel/yasm
 .endif



Home | Main Index | Thread Index | Old Index