head	1.3;
access;
symbols
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	jdp_1_0:1.1.1.1
	JDP:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.07.21.23.41.36;	author jdp;	state dead;
branches;
next	1.2;

1.2
date	98.01.17.21.12.10;	author jdp;	state Exp;
branches;
next	1.1;

1.1
date	96.10.29.23.01.51;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.10.29.23.01.51;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the old modula-3 and modula-3-lib ports.  They are superseded
by the pm3-* family of ports, which build a newer and better-maintained
version of Modula-3.  I have converted all ports which depended on
modula-3 to use pm3-* instead.

PR:		ports/27664 is rendered irrelevant
@
text
@Fix the mapping from M3 platform to GNU configure target, for FreeBSD.
This particularly helps with m3gdb.

===================================================================
RCS file: /home/jdp/m3-cvs/m3/m3build/templates/PLATFORMS,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 PLATFORMS
--- m3/m3build/templates/PLATFORMS.orig	1996/09/24 05:28:51	1.1.1.2
+++ m3/m3build/templates/PLATFORMS	1996/09/24 05:34:56
@@@@ -10,7 +10,7 @@@@
   "ARM"       : [ "POSIX", "32BITS", "arm--riscos"        ],
   "DS3100"    : [ "POSIX", "32BITS", "decstation"         ],
   "FreeBSD"   : [ "POSIX", "32BITS", "i486-unknown-bsd"   ],
-  "FreeBSD2"  : [ "POSIX", "32BITS", "i486-unknown-bsd"   ],
+  "FreeBSD2"  : [ "POSIX", "32BITS", "i486-unknown-freebsd" ],
   "HP300"     : [ "POSIX", "32BITS", "m68k-hp-hpux"       ],
   "HPPA"      : [ "POSIX", "32BITS", "hppa1.1-hp-hpux"    ],
   "IBMR2"     : [ "POSIX", "32BITS", "rs6000-ibm-aix3.2"  ],
@


1.2
log
@Fix all the paths in context diff headers and remove the Index
lines, since the WORTHLESS, BROKEN new version of patch ignores
them.
@
text
@@


1.1
log
@Initial revision
@
text
@a3 1
Index: m3/m3build/templates/PLATFORMS
d8 2
a9 2
--- PLATFORMS	1996/09/24 05:28:51	1.1.1.2
+++ PLATFORMS	1996/09/24 05:34:56
@


1.1.1.1
log
@Split the Modula-3 port into two pieces, creating a new port
"modula-3-lib".  It installs only the shared libraries needed for
executing Modula-3 programs.  This saves a lot of disk space for
people who need to run Modula-3 programs but don't need to build
them.  The original "modula-3" port now depends on this one, and
uses it to install the compiler and the rest of the development
system.

Also, everything is now built with optimization.  I have been
testing this for at least a month, and haven't seen any problems
from it.  It makes the libraries and executables substantially
smaller.

This new port also includes some hooks that will make SOCKS support
possible in the near future.
@
text
@@
