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, 7 Jun 2005 20:45:06 +0200

 --2oS5YaxWCcQjTEyO
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Tue, Jun 07, 2005 at 06:57:26PM +0200, Lubomir Sedlacik wrote:
 > the patch you submitted seems to be corrupted/incomplete.
 oups, i did something wrong with the web send-pr form.
 
 shouldn't send-pr be included in pkgsrc bootstrap, on non netbsd OSes ?
 
 --2oS5YaxWCcQjTEyO
 Content-Type: text/plain; charset=us-ascii
 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
 +    
 
 --2oS5YaxWCcQjTEyO--
 



Home | Main Index | Thread Index | Old Index