summaryrefslogtreecommitdiff
path: root/lang/glade-gpl/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/glade-gpl/files')
-rw-r--r--lang/glade-gpl/files/patch-aa18
-rw-r--r--lang/glade-gpl/files/patch-ac11
-rw-r--r--lang/glade-gpl/files/patch-ad11
-rw-r--r--lang/glade-gpl/files/patch-ae11
-rw-r--r--lang/glade-gpl/files/patch-af11
-rw-r--r--lang/glade-gpl/files/patch-ag11
6 files changed, 0 insertions, 73 deletions
diff --git a/lang/glade-gpl/files/patch-aa b/lang/glade-gpl/files/patch-aa
deleted file mode 100644
index e79abfb2d27e..000000000000
--- a/lang/glade-gpl/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.in.orig Wed May 3 19:38:25 2000
-+++ configure.in Wed May 3 19:39:03 2000
-@@ -83,6 +83,7 @@
- sparc-sun-sunos4*) PLATFORM_SPECIFIC=u;;
- i?86-*-solaris2*) PLATFORM_SPECIFIC=s;;
- *-linux*) PLATFORM_SPECIFIC=l;;
-+ *-freebsd*) PLATFORM_SPECIFIC=f;;
- *-opennt*) PLATFORM_SPECIFIC=p;;
- alpha*-*-osf*) PLATFORM_SPECIFIC=a;;
- i?86-*-cygwin32*) PLATFORM_SPECIFIC=w;;
-@@ -100,6 +101,7 @@
- u) PSNAME="SunOS";;
- a) PSNAME="OSF";;
- l) PSNAME="Linux";;
-+ f) PSNAME="FreeBSD";;
- p) PSNAME="Open NT";;
- w) PSNAME="Windows NT";;
- g) PSNAME="SGI";;
diff --git a/lang/glade-gpl/files/patch-ac b/lang/glade-gpl/files/patch-ac
deleted file mode 100644
index 646677f32f61..000000000000
--- a/lang/glade-gpl/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- Dist/xe_utils.adb.orig Mon Nov 13 11:33:17 2000
-+++ Dist/xe_utils.adb Mon Nov 13 11:33:22 2000
-@@ -630,7 +630,7 @@
- Obj_Suffix := Str_To_Id (Get_Object_Suffix.all);
- Exe_Suffix := Str_To_Id (Get_Executable_Suffix.all);
-
-- Gcc := Locate ("gcc");
-+ Gcc := Locate ("adagcc");
- Link := Locate ("ln", False);
- Gnatbind := Locate ("gnatbind");
- Gnatlink := Locate ("gnatlink");
diff --git a/lang/glade-gpl/files/patch-ad b/lang/glade-gpl/files/patch-ad
deleted file mode 100644
index 0ba7673dce48..000000000000
--- a/lang/glade-gpl/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- Dist/xe_usage.adb.orig Wed May 3 20:07:54 2000
-+++ Dist/xe_usage.adb Wed May 3 20:08:07 2000
-@@ -70,7 +70,7 @@
- Write_Eol;
-
- Write_Str ("Gcc switches such as -g, -O, etc.");
-- Write_Str (" are directly passed to gcc");
-+ Write_Str (" are directly passed to adagcc");
- Write_Eol;
- Write_Eol;
-
diff --git a/lang/glade-gpl/files/patch-ae b/lang/glade-gpl/files/patch-ae
deleted file mode 100644
index 4caa6e576665..000000000000
--- a/lang/glade-gpl/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- ada/ali.adb.orig Wed May 3 20:09:02 2000
-+++ ada/ali.adb Wed May 3 20:09:13 2000
-@@ -220,7 +220,7 @@
- Write_Str (" is incorrectly formatted");
- Write_Eol;
- Write_Str
-- ("make sure you are using consistent versions of gcc/gnatbind");
-+ ("make sure you are using consistent versions of adagcc/gnatbind");
- Write_Eol;
-
- -- Find start of line
diff --git a/lang/glade-gpl/files/patch-af b/lang/glade-gpl/files/patch-af
deleted file mode 100644
index 27378b0647b4..000000000000
--- a/lang/glade-gpl/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- ada/make.adb.orig Wed May 3 20:09:55 2000
-+++ ada/make.adb Wed May 3 20:10:20 2000
-@@ -238,7 +238,7 @@
- -- Compiler, Binder & Linker Data and Subprograms --
- ----------------------------------------------------
-
-- Gcc : String_Access := Program_Name ("gcc");
-+ Gcc : String_Access := Program_Name ("adagcc");
- Gnatbind : String_Access := Program_Name ("gnatbind");
- Gnatlink : String_Access := Program_Name ("gnatlink");
- -- Default compiler, binder, linker programs
diff --git a/lang/glade-gpl/files/patch-ag b/lang/glade-gpl/files/patch-ag
deleted file mode 100644
index 612088e57654..000000000000
--- a/lang/glade-gpl/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- Garlic/constants.sh.orig Fri May 26 11:56:25 2000
-+++ Garlic/constants.sh Sun Oct 22 17:24:43 2000
-@@ -48,7 +48,7 @@
- cat > ${fname} << EOF
- -- This package has been generated automatically on:
- EOF
-- ./split "`uname -a`" >> ${fname}
-+ ./split "`uname -s -r`" >> ${fname}
- echo "-- Generation date: `date`" >> ${fname}
- cat >> ${fname} << EOF
- -- Any change you make here is likely to be lost !