pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/xtrs



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 12:31:11 UTC 2020

Modified Files:
        pkgsrc/emulators/xtrs: Makefile

Log Message:
emulators/xtrs: fix SUBST block for oss

Defining SUBST_FILES without a corresponding SUBST_SED makes the build
fail in SUBST_NOOP_OK=no mode.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/emulators/xtrs/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/xtrs/Makefile
diff -u pkgsrc/emulators/xtrs/Makefile:1.27 pkgsrc/emulators/xtrs/Makefile:1.28
--- pkgsrc/emulators/xtrs/Makefile:1.27 Sat Jul  4 16:18:30 2015
+++ pkgsrc/emulators/xtrs/Makefile      Sat May 16 12:31:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/07/04 16:18:30 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/16 12:31:11 rillig Exp $
 #
 
 DISTNAME=      xtrs-4.9d
@@ -23,10 +23,10 @@ SUBST_SED.mf+=              -e 's|/usr/X11/|${X11BAS
 SUBST_SED.mf+=         -e 's|/usr/include/X11|${X11BASE}/include|g'
 SUBST_SED.mf+=         -e 's|/share/man|/${PKGMANDIR}|g'
 
+.if ${OSS_TYPE} != none
 SUBST_CLASSES+=                oss
 SUBST_STAGE.oss=       post-configure
 SUBST_FILES.oss=       trs_cassette.c cassette
-.if ${OSS_TYPE} != none
 SUBST_SED.oss=         -e 's|/dev/dsp|${DEVOSSSOUND}|g'
 SUBST_SED.oss+=                -e 's|if __linux|if 1|'
 .endif



Home | Main Index | Thread Index | Old Index