pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/39750: emulators/simh has a much newer version available
>Number: 39750
>Category: pkg
>Synopsis: emulators/simh
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Oct 16 19:10:00 +0000 2008
>Originator: Rhialto
>Release: NetBSD 4.0
>Organization:
>Environment:
System: NetBSD radl.falu.nl 4.0 NetBSD 4.0
(Radl-s_Pervasion_of_the_Incorrect_Chord) #5: Fri May 16 23:41:31 CEST 2008
root%radl.falu.nl@localhost:/usr/src/sys/arch/amd64/compile/RADL4.0 amd64
Architecture: x86_64
Machine: amd64
>Description:
emulators/simh has a much newer version available
>How-To-Repeat:
Inspect its website http://simh.trailing-edge.com/changes38.html
>Fix:
For 3.7, also newer than in pkgsrc there is a small change needed in
the Makefile, a similar change is likely needed for 3.8:
--- Makefile 2008-09-04 17:08:45.000000000 +0200
+++ Makefile. 2008-05-29 12:56:30.000000000 +0200
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.26 2008/01/04 21:45:05 joerg Exp $
#
-DISTNAME= simhv33-0
-PKGNAME= simh-3.3.0
-PKGREVISION= 1
+DISTNAME= simhv37-3
+PKGNAME= simh-3.7.3
+#PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/
EXTRACT_SUFX= .zip
@@ -38,7 +38,9 @@
(cd ${WRKSRC}/BIN && for BIN in *; do \
${INSTALL_PROGRAM} $$BIN ${DESTDIR}${PREFIX}/bin/simh-$$BIN;
\
done)
- ${INSTALL_DATA} ${WRKSRC}/VAX/ka655.bin ${DESTDIR}${PREFIX}/share/simh
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/simh
+ ${INSTALL_DATA} ${WRKSRC}/VAX/ka655x.bin ${DESTDIR}${PREFIX}/share/simh
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/simh
(cd ${WRKSRC} && for TXT in *.txt */*.txt; do \
${INSTALL_DATA} $$TXT ${DESTDIR}${PREFIX}/share/doc/simh;
\
done)
-Olaf.
--
___ Olaf 'Rhialto' Seibert -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl -- Cetero censeo "authored" delendum esse.
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index