pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hashcat



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun May  5 11:33:12 UTC 2024

Modified Files:
        pkgsrc/security/hashcat: Makefile

Log Message:
security/hashcat: Use BROKEN_ON rather than NOT_FOR

There's nothing in DESCR, include/common.h, or upstream's landing
pages that suggests "it doesn't make sense for it to work on BE
systems" (ONLY_FOR), vs "it should work but it doesn't" (BROKEN_ON).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/hashcat/Makefile

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

Modified files:

Index: pkgsrc/security/hashcat/Makefile
diff -u pkgsrc/security/hashcat/Makefile:1.3 pkgsrc/security/hashcat/Makefile:1.4
--- pkgsrc/security/hashcat/Makefile:1.3        Sat May  4 09:56:40 2024
+++ pkgsrc/security/hashcat/Makefile    Sun May  5 11:33:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/05/04 09:56:40 nia Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/05 11:33:12 gdt Exp $
 
 DISTNAME=      hashcat-6.2.6
 CATEGORIES=    security
@@ -18,7 +18,7 @@ MAKE_ENV+=    USE_SYSTEM_XXHASH=1
 
 .include "../../mk/bsd.fast.prefs.mk"
 # see include/common.h
-NOT_FOR_PLATFORM+=     ${BIGENDIANPLATFORMS}
+BROKEN_ON_PLATFORM+=   ${BIGENDIANPLATFORMS}
 
 .include "../../archivers/minizip/buildlink3.mk"
 .include "../../devel/xxhash/buildlink3.mk"



Home | Main Index | Thread Index | Old Index