pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pkgconfig Revert <poll.h> patch for Interix, as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec4a3889c55d
branches:  trunk
changeset: 474398:ec4a3889c55d
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Apr 28 14:11:15 2004 +0000

description:
Revert <poll.h> patch for Interix, as we're no longer using poll(2) there
at all.

diffstat:

 devel/pkgconfig/distinfo         |   3 +--
 devel/pkgconfig/patches/patch-aa |  15 ---------------
 2 files changed, 1 insertions(+), 17 deletions(-)

diffs (29 lines):

diff -r 417c18613767 -r ec4a3889c55d devel/pkgconfig/distinfo
--- a/devel/pkgconfig/distinfo  Wed Apr 28 13:56:26 2004 +0000
+++ b/devel/pkgconfig/distinfo  Wed Apr 28 14:11:15 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/04/27 19:08:34 tv Exp $
+$NetBSD: distinfo,v 1.7 2004/04/28 14:11:15 tv Exp $
 
 SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97
 Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes
-SHA1 (patch-aa) = 2f561ff86d639282b26aeb919b6de4ce1e1955f3
diff -r 417c18613767 -r ec4a3889c55d devel/pkgconfig/patches/patch-aa
--- a/devel/pkgconfig/patches/patch-aa  Wed Apr 28 13:56:26 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/04/27 19:08:34 tv Exp $
-
---- glib-1.2.8/gmain.c.orig    Tue Apr 27 14:56:29 2004
-+++ glib-1.2.8/gmain.c
-@@ -49,6 +49,10 @@
- #  undef events        /* AIX 4.1.5 & 4.3.2 define this for SVR3,4 compatibility */
- #  undef revents /* AIX 4.1.5 & 4.3.2 define this for SVR3,4 compatibility */
- #endif /* GLIB_HAVE_SYS_POLL_H */
-+#ifdef __INTERIX
-+/* SUS standard location is NOT <sys/poll.h> */
-+#include <poll.h>
-+#endif
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
- #endif /* HAVE_UNISTD_H */



Home | Main Index | Thread Index | Old Index