ports/55270: New port: kaffe-devel, development release of kaffe Java VM

Eric Anholt eta at lclark.edu
Sat Sep 6 08:50:09 UTC 2003


The following reply was made to PR ports/55270; it has been noted by GNATS.

From: Eric Anholt <eta at lclark.edu>
To: freebsd-gnats-submit at FreeBSD.org, xaa+ports at timewasters.nl
Cc:  
Subject: Re: ports/55270: New port: kaffe-devel, development release of
	kaffe Java VM
Date: Sat, 06 Sep 2003 01:46:25 -0700

 --=-MHT/3jUYP4ocAlod8Cp1
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 This fixed the build for me.  Drop it in the files/
 
 -- 
 Eric Anholt                                eta at lclark.edu          
 http://people.freebsd.org/~anholt/         anholt at FreeBSD.org
 
 
 --=-MHT/3jUYP4ocAlod8Cp1
 Content-Disposition: attachment; filename=patch-md.h
 Content-Type: text/x-c-header; name=patch-md.h; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 --- config/i386/freebsd2/md.h.orig	Sat Sep  6 01:38:48 2003
 +++ config/i386/freebsd2/md.h	Sat Sep  6 01:38:52 2003
 @@ -39,8 +39,8 @@
  	asm("frstor %0": :"m"(*fdata))
  
  /* Define signal context macros for xprofiling */
 -#define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *##sc
 -#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *##scp
 +#define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *sc
 +#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *scp
  #define GET_SIGNAL_CONTEXT_POINTER(sc) (sc)
  #define SIGNAL_PC(scp) (scp)->sc_pc
  
 
 --=-MHT/3jUYP4ocAlod8Cp1--
 



More information about the freebsd-ports-bugs mailing list