pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/angle-grinder



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 19:35:22 UTC 2025

Modified Files:
        pkgsrc/textproc/angle-grinder: Makefile

Log Message:
textproc/angle-grinder: doesn't need sse2


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/angle-grinder/Makefile

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

Modified files:

Index: pkgsrc/textproc/angle-grinder/Makefile
diff -u pkgsrc/textproc/angle-grinder/Makefile:1.8 pkgsrc/textproc/angle-grinder/Makefile:1.9
--- pkgsrc/textproc/angle-grinder/Makefile:1.8  Wed Apr  2 11:12:40 2025
+++ pkgsrc/textproc/angle-grinder/Makefile      Thu Apr 10 19:35:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/04/02 11:12:40 pin Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/10 19:35:22 pin Exp $
 
 DISTNAME=      angle-grinder-0.19.4
 CATEGORIES=    textproc
@@ -10,9 +10,6 @@ HOMEPAGE=     https://github.com/rcoh/angle-
 COMMENT=       Slice and dice logs on the command line
 LICENSE=       mit
 
-# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
-
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=                c c++



Home | Main Index | Thread Index | Old Index