pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/dosbox-staging
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 3 07:40:17 UTC 2025
Modified Files:
pkgsrc/emulators/dosbox-staging: DESCR Makefile
Log Message:
dosbox-staging: uses bash during build
Fix pkglint.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/dosbox-staging/DESCR \
pkgsrc/emulators/dosbox-staging/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/dosbox-staging/DESCR
diff -u pkgsrc/emulators/dosbox-staging/DESCR:1.1 pkgsrc/emulators/dosbox-staging/DESCR:1.2
--- pkgsrc/emulators/dosbox-staging/DESCR:1.1 Fri Sep 26 18:31:50 2025
+++ pkgsrc/emulators/dosbox-staging/DESCR Fri Oct 3 07:40:17 2025
@@ -1,12 +1,13 @@
-DOSBox Staging is a modern continuation of DOSBox with advanced features and
-current development practices.
-
-It is a (mostly) drop-in replacement for older DOSBox versions — your existing
-configurations will continue to work, and you will have access to many advanced
-features.
-
-DOSBox Staging comes with sensible defaults, so you’ll need to write a lot less
-configuration than with older DOSBox versions. Most games and applications
-require no tweaking and will work fine with the stock settings. However, the
-extensive configuration options and advanced features are available if you wish
-to delve deeper.
+DOSBox Staging is a modern continuation of DOSBox with advanced
+features and current development practices.
+
+It is a (mostly) drop-in replacement for older DOSBox versions -
+your existing configurations will continue to work, and you will
+have access to many advanced features.
+
+DOSBox Staging comes with sensible defaults, so you'll need to
+write a lot less configuration than with older DOSBox versions.
+Most games and applications require no tweaking and will work fine
+with the stock settings. However, the extensive configuration
+options and advanced features are available if you wish to delve
+deeper.
Index: pkgsrc/emulators/dosbox-staging/Makefile
diff -u pkgsrc/emulators/dosbox-staging/Makefile:1.1 pkgsrc/emulators/dosbox-staging/Makefile:1.2
--- pkgsrc/emulators/dosbox-staging/Makefile:1.1 Fri Sep 26 18:31:50 2025
+++ pkgsrc/emulators/dosbox-staging/Makefile Fri Oct 3 07:40:17 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/09/26 18:31:50 js Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/03 07:40:17 wiz Exp $
DISTNAME= dosbox-staging-0.82.2
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=dosbox-staging/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -11,7 +12,7 @@ COMMENT= Modern continuation of DOSBox
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
+USE_TOOLS+= bash pkg-config
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../audio/iir1/buildlink3.mk"
@@ -21,6 +22,7 @@ USE_TOOLS+= pkg-config
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../net/SDL2_net/buildlink3.mk"
.include "../../net/libslirp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index