pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30455: glib2 on macosx 10.4 (tiger) and non-blocking I/O
The following reply was made to PR pkg/30455; it has been noted by GNATS.
From: Antoine Reilles <Antoine.Reilles%loria.fr@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/30455: glib2 on macosx 10.4 (tiger) and non-blocking I/O
Date: Tue, 07 Jun 2005 19:25:55 +0200
--Boundary_(ID_Tl/EOqgl9yNqK4r8gRpmFQ)
Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Content-transfer-encoding: 7BIT
On Jun 7, 2005, at 6:56 PM, Thomas Klausner wrote:
>> --- /dev/null 2005-06-07 18:35:20.000000000 +0200
>> +++ patches/patch-aj 2005-06-07 18:32:31.000000000 +0200
>> @@ -0,0 +1,11 @@
>> +--- glib/gmain.c.orig 2005-06-07 18:31:19.000000000 +0200
>> ++++ glib/gmain.c 2005-06-07 18:32:01.000000000 +0200
>> +@@ -52,7 +52,7 @@
>> + /* The poll() emulation on OS/X doesn't handle fds=NULL, nfds=0,
>> + * so we prefer our own poll emulation.
>> + */
>>
>>
>
> This patch is truncated.
>
I tried to use the web form for send-pr, since i still don't have it
under macosx (shouldn't this be in pkgsrc bootstrap, at least for non
netbsd OSes )
Here the full patch
regards,
antoine
--Boundary_(ID_Tl/EOqgl9yNqK4r8gRpmFQ)
Content-type: application/octet-stream; x-unix-mode=0644; name=glib2.diff
Content-transfer-encoding: 7bit
Content-disposition: attachment; filename=glib2.diff
? work
? patches/patch-aj
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/glib2/distinfo,v
retrieving revision 1.48
diff -u -r1.48 distinfo
--- distinfo 18 May 2005 10:56:09 -0000 1.48
+++ distinfo 7 Jun 2005 16:35:03 -0000
@@ -12,3 +12,4 @@
SHA1 (patch-ag) = 3917075e80139e0bd937ee9c2b42745fa6e69747
SHA1 (patch-ah) = e30ef18e474699d2b2cf3e7d1c9f36062fad1c73
SHA1 (patch-ai) = 960ff87b0ef869df0194839a752941d0bbb1ee9e
+SHA1 (patch-aj) = 16bd3903f23ca6c4dc712eab1a33f9e77a219f30
--- /dev/null 2005-06-07 18:35:20.000000000 +0200
+++ patches/patch-aj 2005-06-07 18:32:31.000000000 +0200
@@ -0,0 +1,11 @@
+--- glib/gmain.c.orig 2005-06-07 18:31:19.000000000 +0200
++++ glib/gmain.c 2005-06-07 18:32:01.000000000 +0200
+@@ -52,7 +52,7 @@
+ /* The poll() emulation on OS/X doesn't handle fds=NULL, nfds=0,
+ * so we prefer our own poll emulation.
+ */
+-#ifdef _POLL_EMUL_H_
++#ifdef __APPLE__
+ #undef HAVE_POLL
+ #endif
+
--Boundary_(ID_Tl/EOqgl9yNqK4r8gRpmFQ)
Content-type: text/plain; charset=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
--Boundary_(ID_Tl/EOqgl9yNqK4r8gRpmFQ)--
Home |
Main Index |
Thread Index |
Old Index