[46829] trunk/dports/emulators/simh

gwright at macports.org gwright at macports.org
Sat Feb 14 04:55:38 PST 2009


Revision: 46829
          http://trac.macports.org/changeset/46829
Author:   gwright at macports.org
Date:     2009-02-14 04:55:37 -0800 (Sat, 14 Feb 2009)
Log Message:
-----------
Version bump to 3.8-1.

Modified Paths:
--------------
    trunk/dports/emulators/simh/Portfile

Removed Paths:
-------------
    trunk/dports/emulators/simh/files/patch-sim_defs.h.diff
    trunk/dports/emulators/simh/files/patch-vax780_defs.h.diff
    trunk/dports/emulators/simh/files/patch-vax_cpu.c.diff
    trunk/dports/emulators/simh/files/patch-vaxmod_defs.h.diff

Modified: trunk/dports/emulators/simh/Portfile
===================================================================
--- trunk/dports/emulators/simh/Portfile	2009-02-14 12:52:12 UTC (rev 46828)
+++ trunk/dports/emulators/simh/Portfile	2009-02-14 12:55:37 UTC (rev 46829)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		simh
-version		v38-0
+version		v38-1
 categories	emulators
 platforms	darwin
 maintainers	gwright at macports.org
@@ -21,15 +21,10 @@
 homepage	http://simh.trailing-edge.com
 master_sites	http://simh.trailing-edge.com/sources/
 
-checksums	md5     d4bf6b7708e1f429e1e9b3c9e3e93b24		\
-		sha1    e1afbebede7dc4b2e0f7b13fca3ee6aa8d34f9c1	\
-		rmd160  f1986d45f9b17a905957d1dca4eaa70098a7cae6
+checksums	md5     e15f65a82e21ea49e14b438326d93d5c		\
+		sha1    5eac2f8e50be11600727983e05072690a7066702	\
+		rmd160  f085c52ec92425f84f65b3f3605cb7aba8be7b32
 
-patchfiles	patch-vax780_defs.h.diff	\
-		patch-vaxmod_defs.h.diff	\
-		patch-vax_cpu.c.diff		\
-		patch-sim_defs.h.diff
-
 use_zip		yes
 distname	${name}${version}
 worksrcdir	.

Deleted: trunk/dports/emulators/simh/files/patch-sim_defs.h.diff
===================================================================
--- trunk/dports/emulators/simh/files/patch-sim_defs.h.diff	2009-02-14 12:52:12 UTC (rev 46828)
+++ trunk/dports/emulators/simh/files/patch-sim_defs.h.diff	2009-02-14 12:55:37 UTC (rev 46829)
@@ -1,10 +0,0 @@
---- sim_defs.h.sav	2008-06-25 14:10:17.000000000 -0400
-+++ sim_defs.h	2008-06-25 14:12:21.000000000 -0400
-@@ -165,6 +165,7 @@
- 
- #if defined (__GNUC__)                                  /* GCC */
- #define SIM_INLINE inline
-+#define SIM_INLINE_DECL
- #elif defined (_MSC_VER)                                /* Microsoft C Compilers */
- #define SIM_INLINE __inline
- #else                                                   /* default */

Deleted: trunk/dports/emulators/simh/files/patch-vax780_defs.h.diff
===================================================================
--- trunk/dports/emulators/simh/files/patch-vax780_defs.h.diff	2009-02-14 12:52:12 UTC (rev 46828)
+++ trunk/dports/emulators/simh/files/patch-vax780_defs.h.diff	2009-02-14 12:55:37 UTC (rev 46829)
@@ -1,23 +0,0 @@
---- VAX/vax780_defs.h.sav	2008-06-25 14:03:21.000000000 -0400
-+++ VAX/vax780_defs.h	2008-06-25 14:05:24.000000000 -0400
-@@ -411,13 +411,13 @@
- 
- /* Function prototypes for physical memory interface (inlined) */
- 
--SIM_INLINE int32 ReadB (uint32 pa);
--SIM_INLINE int32 ReadW (uint32 pa);
--SIM_INLINE int32 ReadL (uint32 pa);
--SIM_INLINE int32 ReadLP (uint32 pa);
--SIM_INLINE void WriteB (uint32 pa, int32 val);
--SIM_INLINE void WriteW (uint32 pa, int32 val);
--SIM_INLINE void WriteL (uint32 pa, int32 val);
-+SIM_INLINE_DECL int32 ReadB (uint32 pa);
-+SIM_INLINE_DECL int32 ReadW (uint32 pa);
-+SIM_INLINE_DECL int32 ReadL (uint32 pa);
-+SIM_INLINE_DECL int32 ReadLP (uint32 pa);
-+SIM_INLINE_DECL void WriteB (uint32 pa, int32 val);
-+SIM_INLINE_DECL void WriteW (uint32 pa, int32 val);
-+SIM_INLINE_DECL void WriteL (uint32 pa, int32 val);
- void WriteLP (uint32 pa, int32 val);
- 
- /* Function prototypes for I/O */

Deleted: trunk/dports/emulators/simh/files/patch-vax_cpu.c.diff
===================================================================
--- trunk/dports/emulators/simh/files/patch-vax_cpu.c.diff	2009-02-14 12:52:12 UTC (rev 46828)
+++ trunk/dports/emulators/simh/files/patch-vax_cpu.c.diff	2009-02-14 12:55:37 UTC (rev 46829)
@@ -1,11 +0,0 @@
---- VAX/vax_cpu.c.sav	2008-06-25 14:08:05.000000000 -0400
-+++ VAX/vax_cpu.c	2008-06-25 14:08:15.000000000 -0400
-@@ -372,7 +372,7 @@
- t_stat cpu_set_idle (UNIT *uptr, int32 val, char *cptr, void *desc);
- t_stat cpu_show_idle (FILE *st, UNIT *uptr, int32 val, void *desc);
- int32 cpu_get_vsw (int32 sw);
--SIM_INLINE int32 get_istr (int32 lnt, int32 acc);
-+SIM_INLINE_DECL int32 get_istr (int32 lnt, int32 acc);
- int32 ReadOcta (int32 va, int32 *opnd, int32 j, int32 acc);
- t_bool cpu_show_opnd (FILE *st, InstHistory *h, int32 line);
- int32 cpu_psl_ipl_idle (int32 newpsl);

Deleted: trunk/dports/emulators/simh/files/patch-vaxmod_defs.h.diff
===================================================================
--- trunk/dports/emulators/simh/files/patch-vaxmod_defs.h.diff	2009-02-14 12:52:12 UTC (rev 46828)
+++ trunk/dports/emulators/simh/files/patch-vaxmod_defs.h.diff	2009-02-14 12:55:37 UTC (rev 46829)
@@ -1,23 +0,0 @@
---- VAX/vaxmod_defs.h.sav	2008-06-25 14:03:30.000000000 -0400
-+++ VAX/vaxmod_defs.h	2008-06-25 14:06:27.000000000 -0400
-@@ -448,13 +448,13 @@
- 
- /* Function prototypes for physical memory interface (inlined) */
- 
--SIM_INLINE int32 ReadB (uint32 pa);
--SIM_INLINE int32 ReadW (uint32 pa);
--SIM_INLINE int32 ReadL (uint32 pa);
--SIM_INLINE int32 ReadLP (uint32 pa);
--SIM_INLINE void WriteB (uint32 pa, int32 val);
--SIM_INLINE void WriteW (uint32 pa, int32 val);
--SIM_INLINE void WriteL (uint32 pa, int32 val);
-+SIM_INLINE_DECL int32 ReadB (uint32 pa);
-+SIM_INLINE_DECL int32 ReadW (uint32 pa);
-+SIM_INLINE_DECL int32 ReadL (uint32 pa);
-+SIM_INLINE_DECL int32 ReadLP (uint32 pa);
-+SIM_INLINE_DECL void WriteB (uint32 pa, int32 val);
-+SIM_INLINE_DECL void WriteW (uint32 pa, int32 val);
-+SIM_INLINE_DECL void WriteL (uint32 pa, int32 val);
- void WriteLP (uint32 pa, int32 val);
- 
- /* Function prototypes for I/O */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090214/dabd6931/attachment.html>


More information about the macports-changes mailing list