pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/bochs



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 15:32:04 UTC 2023

Modified Files:
        pkgsrc/emulators/bochs: Makefile

Log Message:
bochs: Allow a post-configure SUBST to be a no-op.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/emulators/bochs/Makefile

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

Modified files:

Index: pkgsrc/emulators/bochs/Makefile
diff -u pkgsrc/emulators/bochs/Makefile:1.104 pkgsrc/emulators/bochs/Makefile:1.105
--- pkgsrc/emulators/bochs/Makefile:1.104       Sun Jan 29 21:15:59 2023
+++ pkgsrc/emulators/bochs/Makefile     Sun Jul  9 15:32:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2023/01/29 21:15:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.105 2023/07/09 15:32:04 nia Exp $
 
 DISTNAME=              bochs-2.6.9
 PKGREVISION=           7
@@ -100,6 +100,7 @@ SUBST_CLASSES+=             nobpf
 SUBST_FILES.nobpf=     config.h
 SUBST_SED.nobpf=       -e 's:BX_NETMOD_FBSD 1:BX_NETMOD_FBSD 0:'
 SUBST_STAGE.nobpf=     post-configure
+SUBST_NOOP_OK.nobpf=   yes
 .endif
 
 OPSYSVARS+=            BOCHSRC_SUBST



Home | Main Index | Thread Index | Old Index