pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/fmsx



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 13:41:11 UTC 2022

Modified Files:
        pkgsrc/emulators/fmsx: Makefile

Log Message:
fmsx: Work around NetBSD unzip vs others for patched files.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/emulators/fmsx/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/fmsx/Makefile
diff -u pkgsrc/emulators/fmsx/Makefile:1.45 pkgsrc/emulators/fmsx/Makefile:1.46
--- pkgsrc/emulators/fmsx/Makefile:1.45 Sun Sep 11 12:51:31 2022
+++ pkgsrc/emulators/fmsx/Makefile      Tue Dec 13 13:41:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2022/09/11 12:51:31 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2022/12/13 13:41:10 jperkin Exp $
 
 DISTNAME=      fMSX54
 PKGNAME=       fmsx-5.4
@@ -19,6 +19,15 @@ WRKSRC=      ${WRKDIR}
 
 USE_TOOLS+=    gmake
 
+# Work around NetBSD unzip vs others for patched files.
+SUBST_CLASSES+=                cr
+SUBST_STAGE.cr=                post-extract
+SUBST_FILES.cr+=       fMSX/Unix/Makefile
+SUBST_FILES.cr+=       EMULib/Unix/SndUnix.c
+SUBST_FILES.cr+=       EMULib/Rules.Unix EMULib/Rules.gcc
+SUBST_FILTER_CMD.cr=   ${TR} -d '\r'
+SUBST_NOOP_OK.cr=      yes
+
 BUILD_DIRS=    fMSX/Unix
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index