pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/simh
Module Name: pkgsrc
Committed By: gson
Date: Fri Feb 9 17:35:05 UTC 2018
Modified Files:
pkgsrc/emulators/simh: Makefile PLIST
Log Message:
simh: Handle spaces in directory name
In the do-install target, deal with the spaces in the directory
name "Visual Studio Projects" instead of printing the message
"install: Visual: stat: No such file or directory" and failing to
install one of the .txt files.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/emulators/simh/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/simh/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/simh/Makefile
diff -u pkgsrc/emulators/simh/Makefile:1.48 pkgsrc/emulators/simh/Makefile:1.49
--- pkgsrc/emulators/simh/Makefile:1.48 Sun Dec 31 08:50:00 2017
+++ pkgsrc/emulators/simh/Makefile Fri Feb 9 17:35:05 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2017/12/31 08:50:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.49 2018/02/09 17:35:05 gson Exp $
DISTNAME= simh-4.0.0
PKGNAME= simh-4.0.0.20170406
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=simh/}
GITHUB_PROJECT= simh
@@ -71,7 +71,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/VAX/ka655x.bin ${DESTDIR}${PREFIX}/share/simh
${INSTALL_DATA} ${WRKSRC}/VAX/vmb.exe ${DESTDIR}${PREFIX}/share/simh
(cd ${WRKSRC} && for TXT in *.txt */*.txt; do \
- ${INSTALL_DATA} $$TXT ${DESTDIR}${PREFIX}/share/doc/simh; \
+ ${INSTALL_DATA} "$$TXT" ${DESTDIR}${PREFIX}/share/doc/simh; \
done)
.include "../../devel/SDL2/buildlink3.mk"
Index: pkgsrc/emulators/simh/PLIST
diff -u pkgsrc/emulators/simh/PLIST:1.16 pkgsrc/emulators/simh/PLIST:1.17
--- pkgsrc/emulators/simh/PLIST:1.16 Fri Apr 7 13:30:01 2017
+++ pkgsrc/emulators/simh/PLIST Fri Feb 9 17:35:05 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2017/04/07 13:30:01 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.17 2018/02/09 17:35:05 gson Exp $
bin/simh-altair
bin/simh-altairz80
bin/simh-b5500
@@ -45,6 +45,7 @@ bin/simh-vax730
bin/simh-vax750
bin/simh-vax780
bin/simh-vax8600
+share/doc/simh/0ReadMe_Projects.txt
share/doc/simh/0readmeAsynchIO.txt
share/doc/simh/0readme_39.txt
share/doc/simh/0readme_ethernet.txt
Home |
Main Index |
Thread Index |
Old Index