pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xemu: some linting.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Mon Nov 8 22:59:18 2021 +0100
Changeset: 0c1f6c38a640ba41ef67d3511def29cc6e82ad8d
Modified Files:
xemu/DESCR
xemu/Makefile
Log Message:
xemu: some linting.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c1f6c38a640ba41ef67d3511def29cc6e82ad8d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xemu/DESCR | 3 +++
xemu/Makefile | 14 +++++++-------
2 files changed, 10 insertions(+), 7 deletions(-)
diffs:
diff --git a/xemu/DESCR b/xemu/DESCR
index e69de29bb2..34cffd280e 100644
--- a/xemu/DESCR
+++ b/xemu/DESCR
@@ -0,0 +1,3 @@
+Emulators running on Linux/Unix/Windows/OSX of various (mainly 8 bit)
+machines, including the Commodore LCD and Commodore 65 and MEGA65 as
+well.
diff --git a/xemu/Makefile b/xemu/Makefile
index 1a7f643c0c..ca8d5ca228 100644
--- a/xemu/Makefile
+++ b/xemu/Makefile
@@ -8,7 +8,7 @@ GITHUB_TAG= 71f085f15c1761b1bf03e0f215cd742705d196d1
MAINTAINER= rhialto%NetBSD.org@localhost
HOMEPAGE= https://github.com/lgblgblgb/xemu
-COMMENT= Emulators of various machines, incl the Commodore LCD and Commodore 65 and MEGA65 as well.
+COMMENT= Emulators of various machines, incl the MEGA65
LICENSE= gnu-gpl-v2
USE_TOOLS+= bash gmake
@@ -20,23 +20,23 @@ MAKE_ENV+= DESTDIR=${DESTDIR}
MAKE_ENV+= SDL2_RPATH=${COMPILER_RPATH_FLAG},${BUILDLINK_PREFIX.SDL2}/lib
# This subst only for NetBSD?
-SUBST_CLASSES+= rl
+SUBST_CLASSES+= rl
SUBST_STAGE.rl= pre-configure
SUBST_SED.rl= -e 's/-lreadline/-ledit/'
SUBST_FILES.rl+= build/configure/configure
-SUBST_MESSAGE.rl+= readline
+SUBST_MESSAGE.rl= readline
-SUBST_CLASSES+= usrlocal
+SUBST_CLASSES+= usrlocal
SUBST_STAGE.usrlocal= pre-configure
SUBST_SED.usrlocal= -e 's;/usr/local;${PREFIX};'
SUBST_FILES.usrlocal+= ./xemu/emutools_files.h
-SUBST_MESSAGE.usrlocal+=Replacing /usr/local
+SUBST_MESSAGE.usrlocal= Replacing /usr/local
-SUBST_CLASSES+= destdir
+SUBST_CLASSES+= destdir
SUBST_STAGE.destdir= pre-configure
SUBST_SED.destdir= -e 's;/usr/local;$${DESTDIR}${PREFIX};'
SUBST_FILES.destdir+= ./build/Makefile.common
-SUBST_MESSAGE.destdir+= Inserting DESTDIR into INSTALL_BINDIR
+SUBST_MESSAGE.destdir= Inserting DESTDIR into INSTALL_BINDIR
do-configure:
cd ${WRKSRC}/build/configure && bash ./configure --arch=native
Home |
Main Index |
Thread Index |
Old Index