head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.11.29.00.01.24;	author deischen;	state dead;
branches;
next	1.1;

1.1
date	2002.12.01.19.10.48;	author deischen;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update the antiquated version of the GNAT compiler to the GPL-2005
version.

Note that this version now produces executables that are
covered by the GPL as opposed to the previous version which was
covered by the modified GPL.

Also note that the GNAT sources in the stock GCC-4 tree are
not under this restriction.  A new port based on the sources
in GCC-4 will come when I get the time.
@
text
@--- ./config/i386/freebsd.h.orig	Tue Nov 26 12:56:06 2002
+++ ./config/i386/freebsd.h	Tue Nov 26 12:57:30 2002
@@@@ -165,10 +165,10 @@@@
   "%{!shared: \
      %{!pg: \
        %{!pthread: %{!kthread:-lc} %{kthread:-lpthread -lc}} \
-       %{pthread:-lc_r}} \
+       %{pthread:-lc_r -lc}} \
      %{pg: \
        %{!pthread: %{!kthread:-lc_p} %{kthread:-lpthread_p -lc_p}} \
-       %{pthread:-lc_r_p}}}"
+       %{pthread:-lc_r_p -lc_p}}}"
 #else
 #define LIB_SPEC \
   "%{!shared: \
@


1.1
log
@Update to the latest released version of GNAT (3.15p).  Also use a
new bootstrap compiler and fix so that it builds under -current.

Approved by:	portmgr
@
text
@@

