pkgsrc-WIP-changes archive

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

virtualxt: Fix COMMIT_MSG and CFLAGS issue



Module Name:	pkgsrc-wip
Committed By:	Andreas T Jonsson <mail%andreasjonsson.se@localhost>
Pushed By:	phix
Date:		Tue Oct 17 19:16:14 2023 +0200
Changeset:	d1317e76cf353cbae489d58fbd7cd00d0c66ddd8

Modified Files:
	virtualxt/Makefile
Added Files:
	virtualxt/COMMIT_MSG

Log Message:
virtualxt: Fix COMMIT_MSG and CFLAGS issue

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d1317e76cf353cbae489d58fbd7cd00d0c66ddd8

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

diffstat:
 virtualxt/COMMIT_MSG | 6 ++++++
 virtualxt/Makefile   | 1 +
 2 files changed, 7 insertions(+)

diffs:
diff --git a/virtualxt/COMMIT_MSG b/virtualxt/COMMIT_MSG
new file mode 100644
index 0000000000..92324779eb
--- /dev/null
+++ b/virtualxt/COMMIT_MSG
@@ -0,0 +1,6 @@
+emulators/virtualxt: Add virtualxt version 0.10.1
+
+VirtualXT is a Turbo PC/XT emulator that runs on modern
+hardware and operating systems. It is designed to be
+simple and lightweight yet still capable enough to run
+a large library of old application and games.
diff --git a/virtualxt/Makefile b/virtualxt/Makefile
index 6fc7159bd2..c9ea5ff766 100644
--- a/virtualxt/Makefile
+++ b/virtualxt/Makefile
@@ -19,6 +19,7 @@ USE_TOOLS+=	gmake
 
 INSTALLATION_DIRS=	bin share/virtualxt/bios share/virtualxt/boot
 BUILD_TARGET=		sdl2-frontend
+CFLAGS+=		-DVXT_VERSION_RELEASE
 WRKSRC=			${WRKDIR}/${DISTNAME}
 
 post-extract:


Home | Main Index | Thread Index | Old Index