pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2023Q2] pkgsrc/www/arcticfox



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Jul 11 16:01:15 UTC 2023

Modified Files:
        pkgsrc/www/arcticfox [pkgsrc-2023Q2]: Makefile

Log Message:
Pullup ticket #6778 - requested by abs
www/arcticfox: sparc64 and alpha build fix

Revisions pulled up:
- www/arcticfox/Makefile                                        1.29

---
   Module Name:    pkgsrc
   Committed By:   abs
   Date:           Thu Jul  6 14:14:38 UTC 2023

   Modified Files:
           pkgsrc/www/arcticfox: Makefile

   Log Message:
   Put SSP_SUPPORTED=no before bsd.prefs.mk include

   >From Connor McLaughlan

   Should fix running on sparc64 & alpha


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.28.2.1 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.28 pkgsrc/www/arcticfox/Makefile:1.28.2.1
--- pkgsrc/www/arcticfox/Makefile:1.28  Mon May 29 10:28:37 2023
+++ pkgsrc/www/arcticfox/Makefile       Tue Jul 11 16:01:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/05/29 10:28:37 abs Exp $
+# $NetBSD: Makefile,v 1.28.2.1 2023/07/11 16:01:15 bsiegert Exp $
 
 DISTNAME=      arcticfox-41.0
 PKGREVISION=   1
@@ -59,13 +59,13 @@ CONFIGURE_ARGS+=    --with-system-nss
 CONFIGURE_ARGS+=       --with-system-nspr
 CONFIGURE_ARGS+=       --with-system-zlib
 
-.include "../../mk/bsd.prefs.mk"
-
 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
 # Without this NetBSD/sparc64 starts, but crashes on some sites
 SSP_SUPPORTED=no
 .endif
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=         yasm>=1.1:../../devel/yasm
 .endif



Home | Main Index | Thread Index | Old Index