head	1.3;
access;
symbols
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	v2_22:1.1.1.1
	WGHICKS:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2009.03.23.20.53.38;	author miwi;	state dead;
branches;
next	1.2;

1.2
date	2001.03.31.10.59.25;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.11.01.03.46.48;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.11.01.03.46.48;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
@
text
@--- src/machine.h.orig	Mon Oct 23 03:59:26 1995
+++ src/machine.h	Sat Mar 31 02:57:59 2001
@@@@ -33,6 +33,16 @@@@
 #      define M_MACHINE            "dec_alpha"
 #      define M_dec_alpha
 
+#   elif defined(__FreeBSD__) && defined(__i386__)
+
+	#define M_MACHINE          "i386_freebsd"
+	#define M_i386_freebsd
+
+#   elif defined(__FreeBSD__) && defined(__alpha__)
+
+        #define M_MACHINE        "alpha_freebsd"
+	#define M_alpha_freebsd
+
 #   elif defined(__linux__) && !defined(__ELF__)
 
 #      define M_MACHINE            "pc_linux_a_out"
@@@@ -101,7 +111,8 @@@@
 /*---------------------------------*/
 
 #if defined(M_sony_news) || defined(M_dec_ultrix) || defined(M_dec_alpha) ||\
-    defined(M_pc_linux_elf)
+    defined(M_pc_linux_elf) || defined(M_i386_freebsd) ||\
+    defined(M_alpha_freebsd)
 
 #   define M_Asm_Symbol1(name)     #name
 #   define M_Asm_Symbol(name)      M_Asm_Symbol1(name)
@@@@ -122,7 +133,8 @@@@
 
 
 #if defined(M_sparc) || defined(M_dec_ultrix) || defined(M_sony_news) ||    \
-    defined(M_NeXT_hppa) || defined(M_dec_alpha)
+    defined(M_NeXT_hppa) || defined(M_dec_alpha) || defined(M_i386_freebsd) ||\
+    defined(M_alpha_freebsd)
 
 #    define M_Save_Control_Info
 #    define M_Restore_Control_Info
@@@@ -145,7 +157,7 @@@@
 
 
 #if defined(M_sparc) || defined(M_dec_ultrix) || defined(M_sony_news) ||    \
-    defined(M_NeXT_hppa)
+    defined(M_NeXT_hppa) || defined(M_i386_freebsd) || defined(M_alpha_freebsd)
 
 #    define M_Direct_Goto(lab)     {lab(); return;}
 #    define M_Indirect_Goto(p_lab) {(* ((void (*)()) p_lab))();return;}
@


1.2
log
@Spell __i386__ and __alpha__ correctly.
@
text
@@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- src/machine.h.orig	Mon Oct 23 10:59:26 1995
+++ src/machine.h	Tue Sep 14 04:13:45 1999
d7 1
a7 1
+#   elif defined(__FreeBSD__) && defined(i386)
d12 1
a12 1
+#   elif defined(__FreeBSD__) && defined(alpha)
@


1.1.1.1
log
@Initial import of wamcc version 2.22.
A Prolog-to-C translator from Inria.

PR:		13745
Submitted by:	W. Gerald Hicks <wghicks@@bellsouth.net>
@
text
@@
