pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bonobo Fix build with gcc4. Addresses PR 33766.
details: https://anonhg.NetBSD.org/pkgsrc/rev/366d5c8c3e76
branches: trunk
changeset: 515167:366d5c8c3e76
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jun 26 17:11:39 2006 +0000
description:
Fix build with gcc4. Addresses PR 33766.
Clean up a pkglint warning while here.
diffstat:
devel/bonobo/Makefile | 8 ++++----
devel/bonobo/distinfo | 3 ++-
devel/bonobo/patches/patch-ab | 13 +++++++++++++
3 files changed, 19 insertions(+), 5 deletions(-)
diffs (51 lines):
diff -r 7317ba7bc99b -r 366d5c8c3e76 devel/bonobo/Makefile
--- a/devel/bonobo/Makefile Mon Jun 26 16:25:58 2006 +0000
+++ b/devel/bonobo/Makefile Mon Jun 26 17:11:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2006/04/17 13:46:02 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2006/06/26 17:11:39 wiz Exp $
DISTNAME= bonobo-1.0.22
PKGREVISION= 2
@@ -27,9 +27,9 @@
PKGCONFIG_OVERRIDE= libefs/libefs.pc.in
post-install:
- -@${RMDIR} ${PREFIX}/share/libefs/html/libefs
- -@${RMDIR} ${PREFIX}/share/libefs/html
- -@${RMDIR} ${PREFIX}/share/libefs
+ -${RMDIR} ${PREFIX}/share/libefs/html/libefs
+ -${RMDIR} ${PREFIX}/share/libefs/html
+ -${RMDIR} ${PREFIX}/share/libefs
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
diff -r 7317ba7bc99b -r 366d5c8c3e76 devel/bonobo/distinfo
--- a/devel/bonobo/distinfo Mon Jun 26 16:25:58 2006 +0000
+++ b/devel/bonobo/distinfo Mon Jun 26 17:11:39 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2005/02/23 22:24:10 agc Exp $
+$NetBSD: distinfo,v 1.17 2006/06/26 17:11:39 wiz Exp $
SHA1 (bonobo-1.0.22.tar.bz2) = 3ec89cc469adf482459e15f37a4008a0d0340c1a
RMD160 (bonobo-1.0.22.tar.bz2) = 9c013077770ca5452c92a9299a579bf41a7f2c5c
Size (bonobo-1.0.22.tar.bz2) = 1186349 bytes
SHA1 (patch-aa) = 03a65d084f79d310d95a1c122c4e2b1e90acc682
+SHA1 (patch-ab) = b24beeda7f60ac622e87ab4b4ee1bcc10423e757
diff -r 7317ba7bc99b -r 366d5c8c3e76 devel/bonobo/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bonobo/patches/patch-ab Mon Jun 26 17:11:39 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.8 2006/06/26 17:11:39 wiz Exp $
+
+--- tests/test-any.c.orig 2002-01-28 10:54:07.000000000 +0000
++++ tests/test-any.c
+@@ -15,7 +15,7 @@ octet_subtypes_array [] = {
+ TC_octet
+ };
+
+-static const struct CORBA_TypeCode_struct
++const struct CORBA_TypeCode_struct
+ TC_CORBA_sequence_CORBA_octet_struct = {
+ {{(ORBit_RootObject_Interface *) & ORBit_TypeCode_epv, TRUE, -1},
+ ORBIT_PSEUDO_TYPECODE},
Home |
Main Index |
Thread Index |
Old Index