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:           Fri Feb 21 08:13:26 UTC 2025

Modified Files:
        pkgsrc/emulators/bochs: Makefile

Log Message:
bochs: Fix Darwin-specific logic


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 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.115 pkgsrc/emulators/bochs/Makefile:1.116
--- pkgsrc/emulators/bochs/Makefile:1.115       Thu Feb 20 22:42:14 2025
+++ pkgsrc/emulators/bochs/Makefile     Fri Feb 21 08:13:26 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.115 2025/02/20 22:42:14 nia Exp $
+# $NetBSD: Makefile,v 1.116 2025/02/21 08:13:26 nia Exp $
 
 DISTNAME=              bochs-2.7
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=bochs/}
 
@@ -101,12 +101,11 @@ post-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bximage ${PREFIX}/bin
        ${RM} -rf ${PREFIX}/libexec/bochs.app/.build
        ${INSTALL_SCRIPT} ${WRKDIR}/bochs.sh ${PREFIX}/bin/bochs
-.else
+.endif
 
 pre-configure:
        ${SED} ${BOCHSRC_SUBST} <${WRKSRC}/.bochsrc >${WRKSRC}/.bochsrc.new
        mv ${WRKSRC}/.bochsrc.new ${WRKSRC}/.bochsrc
-.endif
 
 .include "options.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index