summaryrefslogtreecommitdiff
path: root/lang/gnat/files/patch-aa
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2005-11-29 00:01:24 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2005-11-29 00:01:24 +0000
commit653aef86bca9e3d3807bd0bbfdecd29a7beda3bd (patch)
tree18f7b9db8895f0cb3203d925c1250d6ff5333f6d /lang/gnat/files/patch-aa
parent- Update to 2.0.7 (diff)
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.
Diffstat (limited to 'lang/gnat/files/patch-aa')
-rw-r--r--lang/gnat/files/patch-aa68
1 files changed, 11 insertions, 57 deletions
diff --git a/lang/gnat/files/patch-aa b/lang/gnat/files/patch-aa
index 458d032c78b3..88604666bb74 100644
--- a/lang/gnat/files/patch-aa
+++ b/lang/gnat/files/patch-aa
@@ -1,57 +1,11 @@
-*** ./Makefile.in.orig Fri Nov 5 19:52:38 1999
---- ./Makefile.in Sat Nov 6 10:07:16 1999
-***************
-*** 152,158 ****
- ENQUIRE_LDFLAGS = $(LDFLAGS)
-
- # Sed command to transform gcc to installed name. Overwritten by configure.
-! program_transform_name = -e s,x,x,
- program_transform_cross_name = -e s,^,$(target_alias)-,
-
- # Tools to use when building a cross-compiler.
---- 152,158 ----
- ENQUIRE_LDFLAGS = $(LDFLAGS)
-
- # Sed command to transform gcc to installed name. Overwritten by configure.
-! program_transform_name = -e s,^,ada,
- program_transform_cross_name = -e s,^,$(target_alias)-,
-
- # Tools to use when building a cross-compiler.
-***************
-*** 2151,2157 ****
- # Install the driver last so that the window when things are
- # broken is small.
- install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
-! install-man install-info lang.install-normal install-driver
-
- # Do nothing while making gcc with a cross-compiler. The person who
- # makes gcc for the target machine has to know how to put a complete
---- 2151,2157 ----
- # Install the driver last so that the window when things are
- # broken is small.
- install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
-! install-man lang.install-normal install-driver
-
- # Do nothing while making gcc with a cross-compiler. The person who
- # makes gcc for the target machine has to know how to put a complete
-***************
-*** 2241,2249 ****
- # Install gcov if it was compiled.
- -if [ -f gcov$(exeext) ]; \
- then \
-! rm -f $(bindir)/gcov$(exeext); \
-! $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/gcov$(exeext); \
-! chmod a+x $(bindir)/gcov$(exeext); \
- fi
-
- # Install the driver program as $(target_alias)-gcc
---- 2241,2249 ----
- # Install gcov if it was compiled.
- -if [ -f gcov$(exeext) ]; \
- then \
-! rm -f $(bindir)/adagcov$(exeext); \
-! $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/adagcov$(exeext); \
-! chmod a+x $(bindir)/adagcov$(exeext); \
- fi
-
- # Install the driver program as $(target_alias)-gcc
+--- gcc/Makefile.in.orig Wed Nov 23 23:55:21 2005
++++ gcc/Makefile.in Thu Nov 24 10:47:11 2005
+@@ -2871,7 +2871,7 @@
+ # Install the driver last so that the window when things are
+ # broken is small.
+ install: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
+- install-cpp install-man install-info install-@POSUB@ \
++ install-cpp install-man install-@POSUB@ \
+ lang.install-normal install-driver
+
+ # Handle cpp installation.