summaryrefslogtreecommitdiff
path: root/devel/florist/patches
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-06-03 21:42:37 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-06-03 21:42:37 +0000
commit5e85843acbba669f2a971935ab04930a5f05a7b9 (patch)
tree9c7dfa90f45dfc19649019cb5423b00ac6f53b3a /devel/florist/patches
parenteff111992406afe3155481d8ed4872d9f93b15b5 (diff)
downloadpkgsrc-5e85843acbba669f2a971935ab04930a5f05a7b9.tar.gz
Removing package because it depends on package gccAda-3.4 (just removed)
Diffstat (limited to 'devel/florist/patches')
-rw-r--r--devel/florist/patches/patch-c-posix.c34
-rw-r--r--devel/florist/patches/patch-configure.in25
-rw-r--r--devel/florist/patches/patch-posix-implementation.gpb13
-rw-r--r--devel/florist/patches/patch-posix-io.adb12
-rw-r--r--devel/florist/patches/patch-posix-message_queues.adb13
-rw-r--r--devel/florist/patches/patch-posix-permissions.adb13
-rw-r--r--devel/florist/patches/patch-posix-process_environment.adb32
-rw-r--r--devel/florist/patches/patch-posix-process_identification.gpb13
-rw-r--r--devel/florist/patches/patch-posix-process_primitives.gpb13
-rw-r--r--devel/florist/patches/patch-posix-process_scheduling.adb13
-rw-r--r--devel/florist/patches/patch-posix-process_times.adb13
-rw-r--r--devel/florist/patches/patch-posix-signals.adb36
-rw-r--r--devel/florist/patches/patch-posix-supplement_to_ada_io.adb20
-rw-r--r--devel/florist/patches/patch-posix-unsafe_process_primitives.gpb13
14 files changed, 0 insertions, 263 deletions
diff --git a/devel/florist/patches/patch-c-posix.c b/devel/florist/patches/patch-c-posix.c
deleted file mode 100644
index ee944c6c943..00000000000
--- a/devel/florist/patches/patch-c-posix.c
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-c-posix.c,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- c-posix.c.orig 2002-10-24 02:03:51.000000000 -0600
-+++ c-posix.c
-@@ -571,7 +571,7 @@ typedef struct siginfo {
- #endif
- GT2(si_signo, int)
- GT2(si_code, int)
-- GT2(si_value, union sigval)
-+ GT2(si_sigval, union sigval)
- GT3
-
- /* sigevent must precede aiocb
-@@ -2788,7 +2788,11 @@ void create_limits() {
- #endif
-
- #ifdef SEM_VALUE_MAX
-+#if SEM_VALUE_MAX > INT_MAX
-+ gmaxnn("Semaphores_Value",INT_MAX);
-+#else
- gmaxnn("Semaphores_Value",SEM_VALUE_MAX);
-+#endif
- #else
- #ifdef _POSIX_SEM_VALUE_MAX
- gmaxn("Semaphores_Value",_POSIX_SEM_VALUE_MAX);
-@@ -6344,7 +6348,7 @@ void create_c() {
- g_struct_msghdr();
- gcmnt("local socket address");
- { struct sockaddr_un DUMMY;
-- ifprintf(fp," subtype sun_path_string is
-+ ifprintf(fp," subtype sun_path_string is \
- POSIX_String (1 .. %d);\n", sizeof (DUMMY.sun_path));
- }
- g_struct_sockaddr_un();
diff --git a/devel/florist/patches/patch-configure.in b/devel/florist/patches/patch-configure.in
deleted file mode 100644
index c9c1d390748..00000000000
--- a/devel/florist/patches/patch-configure.in
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-configure.in,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- configure.in.orig Tue Jun 3 03:55:13 2003
-+++ configure.in Tue Jun 3 03:58:10 2003
-@@ -104,6 +104,10 @@
- echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
- cp ./configs/pconfig.LynxOS ./pconfig.h.in;
- ;;
-+ NetBSD)
-+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
-+ cp ./configs/pconfig.NetBSD ./pconfig.h.in;
-+ ;;
- *)
- echo "No Configuration for ${UNAME_SYSTEM}. Using default.";
- cp ./configs/pconfig.Default ./pconfig.h.in;
-@@ -177,7 +181,8 @@
- AC_POSIX_LIB(pthreads, pthread_self,,
- AC_POSIX_LIB(cma, pthread_self,,
- AC_POSIX_LIB(:libcma.a, pthread_self,,
-- AC_POSIX_LIB(thread, pthread_self))))))
-+ AC_POSIX_LIB(thread, pthread_self,,
-+ AC_POSIX_LIB(c_r, pthread_self)))))))
- fi
-
- AC_POSIX_LIB(aio, aio_read)
diff --git a/devel/florist/patches/patch-posix-implementation.gpb b/devel/florist/patches/patch-posix-implementation.gpb
deleted file mode 100644
index 6d511ec8d3c..00000000000
--- a/devel/florist/patches/patch-posix-implementation.gpb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-implementation.gpb,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- posix-implementation.gpb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-implementation.gpb
-@@ -50,6 +50,8 @@ with Ada.Exceptions,
- Unchecked_Conversion;
- package body POSIX.Implementation is
-
-+ pragma Warnings (Off);
-+
- use POSIX.C;
-
- package SIM renames System.Interrupt_Management;
diff --git a/devel/florist/patches/patch-posix-io.adb b/devel/florist/patches/patch-posix-io.adb
deleted file mode 100644
index ffa0993e443..00000000000
--- a/devel/florist/patches/patch-posix-io.adb
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-posix-io.adb,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- posix-io.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-io.adb
-@@ -631,6 +631,7 @@ package body POSIX.IO is
- To : in Boolean := True) is
- Flags : Bits;
- Result : int;
-+ pragma Warnings (Off, Result);
- begin
- Begin_Critical_Section;
- Flags := To_Bits (fcntl (int (File), F_GETFD));
diff --git a/devel/florist/patches/patch-posix-message_queues.adb b/devel/florist/patches/patch-posix-message_queues.adb
deleted file mode 100644
index 6a64a50120e..00000000000
--- a/devel/florist/patches/patch-posix-message_queues.adb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-message_queues.adb,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- posix-message_queues.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-message_queues.adb
-@@ -350,7 +350,7 @@ package body POSIX.Message_Queues is
- size_t ((Message'Size + char'Size - 1) / char'Size),
- unsigned (Priority));
- Check_NNeg_And_Restore_Signals
-- (int (Result), Masked_Signals, Old_Mask'Unchecked_Access);
-+ (Result, Masked_Signals, Old_Mask'Unchecked_Access);
- end Send;
-
- ---------------
diff --git a/devel/florist/patches/patch-posix-permissions.adb b/devel/florist/patches/patch-posix-permissions.adb
deleted file mode 100644
index 8b3e746b9b4..00000000000
--- a/devel/florist/patches/patch-posix-permissions.adb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-permissions.adb,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- posix-permissions.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-permissions.adb
-@@ -105,7 +105,7 @@ package body POSIX.Permissions is
- procedure Set_Allowed_Process_Permissions
- (Permissions : in Permission_Set;
- Old_Perms : out Permission_Set) is
-- Mask : mode_t :=
-+ Mask : constant mode_t :=
- not (Form_C_Permission (Permissions) and File_Access_Permission_Bits);
- begin
- Cached_Umask := Mask;
diff --git a/devel/florist/patches/patch-posix-process_environment.adb b/devel/florist/patches/patch-posix-process_environment.adb
deleted file mode 100644
index 36759836740..00000000000
--- a/devel/florist/patches/patch-posix-process_environment.adb
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-posix-process_environment.adb,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- posix-process_environment.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-process_environment.adb
-@@ -443,7 +443,7 @@ package body POSIX.Process_Environment i
- procedure Copy_Environment
- (Source : in Environment;
- Target : in out Environment) is
-- T_Source : POSIX_String_List := To_POSIX_String_List (Source);
-+ T_Source : constant POSIX_String_List := To_POSIX_String_List (Source);
- T_Target : POSIX_String_List;
- procedure Copy_One (Str : POSIX_String; Done : in out Boolean);
- procedure Copy_One (Str : POSIX_String; Done : in out Boolean) is
-@@ -490,7 +490,8 @@ package body POSIX.Process_Environment i
- Undefined : POSIX.POSIX_String := "")
- return POSIX.POSIX_String is
- c_name : POSIX_String := Name & NUL;
-- Result : char_ptr := Getenv (c_name (c_name'First)'Unchecked_Access);
-+ Result : constant char_ptr :=
-+ Getenv (c_name (c_name'First)'Unchecked_Access);
- begin
- Validate (Name);
- if Result = null then return Undefined; end if;
-@@ -568,7 +569,7 @@ package body POSIX.Process_Environment i
- while P.all /= null loop
- -- .... concise but inefficient
- declare
-- S : POSIX_String := Form_POSIX_String (P.all);
-+ S : constant POSIX_String := Form_POSIX_String (P.all);
- J : constant Integer := Split_Point (S);
- begin
- Append (Strings, S (1 .. J - 1));
diff --git a/devel/florist/patches/patch-posix-process_identification.gpb b/devel/florist/patches/patch-posix-process_identification.gpb
deleted file mode 100644
index a1a026fc894..00000000000
--- a/devel/florist/patches/patch-posix-process_identification.gpb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-process_identification.gpb,v 1.1.1.1 2004/06/03 10:07:28 shannonjr Exp $
-
---- posix-process_identification.gpb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-process_identification.gpb
-@@ -213,7 +213,7 @@ package body POSIX.Process_Identificatio
- Name_Ptr : char_ptr;
- begin
- Name_Ptr := getlogin;
-- if (Name_Ptr = null) then Raise_POSIX_Error; end if;
-+ if Name_Ptr = null then Raise_POSIX_Error; end if;
- return Form_POSIX_String (Name_Ptr);
- end Get_Login_Name;
-
diff --git a/devel/florist/patches/patch-posix-process_primitives.gpb b/devel/florist/patches/patch-posix-process_primitives.gpb
deleted file mode 100644
index 81fb92434af..00000000000
--- a/devel/florist/patches/patch-posix-process_primitives.gpb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-process_primitives.gpb,v 1.1.1.1 2004/06/03 10:07:28 shannonjr Exp $
-
---- posix-process_primitives.gpb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-process_primitives.gpb
-@@ -49,6 +49,8 @@ with POSIX,
- Unchecked_Deallocation;
- package body POSIX.Process_Primitives is
-
-+ pragma Warnings (Off);
-+
- use POSIX.C,
- POSIX.Implementation,
- POSIX.Process_Identification,
diff --git a/devel/florist/patches/patch-posix-process_scheduling.adb b/devel/florist/patches/patch-posix-process_scheduling.adb
deleted file mode 100644
index 70b82156422..00000000000
--- a/devel/florist/patches/patch-posix-process_scheduling.adb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-process_scheduling.adb,v 1.1.1.1 2004/06/03 10:07:28 shannonjr Exp $
-
---- posix-process_scheduling.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-process_scheduling.adb
-@@ -104,7 +104,7 @@ package body POSIX.Process_Scheduling is
- begin
- Check (sched_getparam
- (To_pid_t (Process), Params.Param'Unchecked_Access));
-- return Scheduling_Parameters (Params);
-+ return Params;
- end Get_Scheduling_Parameters;
-
- -----------------------------
diff --git a/devel/florist/patches/patch-posix-process_times.adb b/devel/florist/patches/patch-posix-process_times.adb
deleted file mode 100644
index 94573fbbd3d..00000000000
--- a/devel/florist/patches/patch-posix-process_times.adb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-process_times.adb,v 1.1.1.1 2004/06/03 10:07:28 shannonjr Exp $
-
---- posix-process_times.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-process_times.adb
-@@ -64,7 +64,7 @@ package body POSIX.Process_Times is
- t : Process_Times;
- begin
- t.Elapsed_Real_Time := times (t.tms'Unchecked_Access);
-- return Process_Times (t);
-+ return t;
- end Get_Process_Times;
-
- ----------------------------
diff --git a/devel/florist/patches/patch-posix-signals.adb b/devel/florist/patches/patch-posix-signals.adb
deleted file mode 100644
index fc57a18aa49..00000000000
--- a/devel/florist/patches/patch-posix-signals.adb
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-posix-signals.adb,v 1.1.1.1 2004/06/03 10:07:28 shannonjr Exp $
-
---- posix-signals.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-signals.adb
-@@ -236,13 +236,6 @@ package body POSIX.Signals is
- -- Global Data --
- ------------------
-
-- Last_Unblocker : array (Signal) of Task_ID :=
-- (others => Null_Task);
-- pragma Volatile_Components (Last_Unblocker);
-- -- Holds the ID of the last Task which Unblocked this Interrupt.
-- -- It contains Null_Task if no tasks have ever requested the
-- -- Unblocking operation or the Interrupt is currently Blocked.
--
- type Signal_Bit_Vector is array (Signal) of Boolean;
-
- -- Reserved_Signal is the union of the following sets of
-@@ -941,7 +934,7 @@ package body POSIX.Signals is
-
- function Get_Data (Info : Signal_Info) return Signal_Data is
- begin
-- return To_Signal_Data (Info.si_value);
-+ return To_Signal_Data (Info.si_sigval);
- end Get_Data;
-
- ----------------
-@@ -952,7 +945,7 @@ package body POSIX.Signals is
- (Info : in out Signal_Info;
- Data : in Signal_Data) is
- begin
-- Info.si_value := To_sigval (Data);
-+ Info.si_sigval := To_sigval (Data);
- end Set_Data;
-
- -----------------------
diff --git a/devel/florist/patches/patch-posix-supplement_to_ada_io.adb b/devel/florist/patches/patch-posix-supplement_to_ada_io.adb
deleted file mode 100644
index bf199db0db9..00000000000
--- a/devel/florist/patches/patch-posix-supplement_to_ada_io.adb
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-posix-supplement_to_ada_io.adb,v 1.1.1.1 2004/06/03 10:07:27 shannonjr Exp $
-
---- posix-supplement_to_ada_io.adb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-supplement_to_ada_io.adb
-@@ -113,6 +113,7 @@ package body POSIX.Supplement_to_Ada_IO
-
- F : System_File_Type;
- Ret : int;
-+ pragma Warnings (Off, Ret);
-
- begin
- F := To_SFT (File);
-@@ -126,6 +127,7 @@ package body POSIX.Supplement_to_Ada_IO
-
- F : System_File_Type;
- Ret : int;
-+ pragma Warnings (Off, Ret);
-
- begin
- F := To_SFT (File);
diff --git a/devel/florist/patches/patch-posix-unsafe_process_primitives.gpb b/devel/florist/patches/patch-posix-unsafe_process_primitives.gpb
deleted file mode 100644
index 48fb0316988..00000000000
--- a/devel/florist/patches/patch-posix-unsafe_process_primitives.gpb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-posix-unsafe_process_primitives.gpb,v 1.1.1.1 2004/06/03 10:07:28 shannonjr Exp $
-
---- posix-unsafe_process_primitives.gpb.orig 2002-10-24 02:03:52.000000000 -0600
-+++ posix-unsafe_process_primitives.gpb
-@@ -47,6 +47,8 @@ with POSIX.C,
- Unchecked_Conversion;
- package body POSIX.Unsafe_Process_Primitives is
-
-+ pragma Warnings (Off);
-+
- use POSIX.C,
- POSIX.Implementation;
-