pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nasm



Module Name:    pkgsrc
Committed By:   schwarz
Date:           Fri Apr 10 16:54:28 UTC 2026

Modified Files:
        pkgsrc/devel/nasm: Makefile

Log Message:
ensure GNU sed is used to avoid incompatibilities with other sed implementations


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/nasm/Makefile

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

Modified files:

Index: pkgsrc/devel/nasm/Makefile
diff -u pkgsrc/devel/nasm/Makefile:1.72 pkgsrc/devel/nasm/Makefile:1.73
--- pkgsrc/devel/nasm/Makefile:1.72     Sat Nov  8 01:43:44 2025
+++ pkgsrc/devel/nasm/Makefile  Fri Apr 10 16:54:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2025/11/08 01:43:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.73 2026/04/10 16:54:28 schwarz Exp $
 
 DISTNAME=      nasm-3.01
 CATEGORIES=    devel lang
@@ -14,7 +14,7 @@ USE_LANGUAGE=         c
 USE_CC_FEATURES=       c17
 FORCE_C_STD=           c17
 
-USE_TOOLS+=            gmake makeinfo perl
+USE_TOOLS+=            gmake makeinfo perl gsed
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --docdir=${PREFIX}/share/doc/nasm
 CONFIGURE_ARGS+=       --htmldir=${PREFIX}/share/doc/nasm/html



Home | Main Index | Thread Index | Old Index