pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pkgconfig Remove patch-ac since it breaks the bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75186d8a1d7b
branches:  trunk
changeset: 487495:75186d8a1d7b
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Jan 15 13:49:47 2005 +0000

description:
Remove patch-ac since it breaks the build on (some) Darwin systems and the
whole poll() issue is already handled in a cleaner way in
mk/platform/Darwin.mk.
ok'd by grant

This addresses PR 28928 by adrianp@.

diffstat:

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

diffs (31 lines):

diff -r 0fd744a398e1 -r 75186d8a1d7b devel/pkgconfig/distinfo
--- a/devel/pkgconfig/distinfo  Sat Jan 15 12:49:31 2005 +0000
+++ b/devel/pkgconfig/distinfo  Sat Jan 15 13:49:47 2005 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/12/18 16:57:56 grant Exp $
+$NetBSD: distinfo,v 1.11 2005/01/15 13:49:47 recht Exp $
 
 SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97
 Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes
 SHA1 (patch-aa) = 6ac538ffabfadb5ac46e92878f32f969ac14515f
 SHA1 (patch-ab) = 7eee4f3df5bb68e0af3202b48c99d32256bfe8c7
-SHA1 (patch-ac) = cfea2b4ba5fea85daa0329688c43e6b967c3f498
diff -r 0fd744a398e1 -r 75186d8a1d7b devel/pkgconfig/patches/patch-ac
--- a/devel/pkgconfig/patches/patch-ac  Sat Jan 15 12:49:31 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/12/18 16:57:56 grant Exp $
-
---- glib-1.2.8/gmain.c.orig    2000-05-19 15:58:48.000000000 +1000
-+++ glib-1.2.8/gmain.c
-@@ -187,7 +187,9 @@ static gboolean poll_changed = FALSE;
- /* SunOS has poll, but doesn't provide a prototype. */
- #  if defined (sun) && !defined (__SVR4)
- extern gint poll (GPollFD *ufds, guint nfsd, gint timeout);
--#  endif  /* !sun */
-+#  elif defined (__APPLE__)
-+extern gint poll (GPollFD *ufds, guint nfsd, gint timeout);
-+#  endif
- static GPollFunc poll_func = (GPollFunc) poll;
- #else /* !HAVE_POLL */
- #ifdef NATIVE_WIN32



Home | Main Index | Thread Index | Old Index