summaryrefslogtreecommitdiff
path: root/x11/gnome--
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-09-12 16:19:50 +0000
committerdrochner <drochner@pkgsrc.org>2003-09-12 16:19:50 +0000
commit9e75c1c1f6bf76b817504a5696f98283afc4e4b9 (patch)
tree9bfbcf82e658bd63b2d90a8972aa7bfae6428840 /x11/gnome--
parent3070b677211e64b04f15487bae5fc94c4cec782f (diff)
downloadpkgsrc-9e75c1c1f6bf76b817504a5696f98283afc4e4b9.tar.gz
update to 1.2.4
didn't find a useful changelog, assuming a bugfix release; add a patch to make it compile with g++3
Diffstat (limited to 'x11/gnome--')
-rw-r--r--x11/gnome--/Makefile7
-rw-r--r--x11/gnome--/PLIST6
-rw-r--r--x11/gnome--/distinfo7
-rw-r--r--x11/gnome--/patches/patch-aa13
4 files changed, 23 insertions, 10 deletions
diff --git a/x11/gnome--/Makefile b/x11/gnome--/Makefile
index ebb07f49dfe..7e0e52ea870 100644
--- a/x11/gnome--/Makefile
+++ b/x11/gnome--/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2003/07/17 22:56:25 grant Exp $
+# $NetBSD: Makefile,v 1.18 2003/09/12 16:19:50 drochner Exp $
#
-DISTNAME= gnomemm-1.2.2
+DISTNAME= gnomemm-1.2.4
PKGNAME= ${DISTNAME:S/mm/--/}
-PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/}
@@ -17,7 +16,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
USE_X11BASE= yes
USE_BUILDLINK2= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
REPLACE_PERL= docgen/pce2
.include "../../devel/libsigc++10/buildlink2.mk"
diff --git a/x11/gnome--/PLIST b/x11/gnome--/PLIST
index b0e44849451..be351a42538 100644
--- a/x11/gnome--/PLIST
+++ b/x11/gnome--/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/09/11 22:36:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/09/12 16:19:51 drochner Exp $
include/gnome--.h
include/gnome--/about.h
include/gnome--/affinetrans.h
@@ -118,8 +118,8 @@ include/gnome--/stock.h
include/gnome--/types.h
lib/gnomemmConf.sh
lib/libgnomemm-1.2.so
-lib/libgnomemm-1.2.so.9
-lib/libgnomemm-1.2.so.9.3
+lib/libgnomemm-1.2.so.10
+lib/libgnomemm-1.2.so.10.4
lib/libgnomemm.a
lib/libgnomemm.la
lib/libgnomemm.so
diff --git a/x11/gnome--/distinfo b/x11/gnome--/distinfo
index 10b75967d0a..19c899ca57a 100644
--- a/x11/gnome--/distinfo
+++ b/x11/gnome--/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/09/11 22:36:52 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/12 16:19:51 drochner Exp $
-SHA1 (gnomemm-1.2.2.tar.gz) = bdca04fd444e5e57733c6eb2a12682e72024c995
-Size (gnomemm-1.2.2.tar.gz) = 292603 bytes
+SHA1 (gnomemm-1.2.4.tar.gz) = e579c72a3166fb5ec22857caf5a658bb505f8420
+Size (gnomemm-1.2.4.tar.gz) = 362158 bytes
+SHA1 (patch-aa) = e5adda72de01f514ff541ab48c7e11027cfdd365
diff --git a/x11/gnome--/patches/patch-aa b/x11/gnome--/patches/patch-aa
new file mode 100644
index 00000000000..bcb8037df91
--- /dev/null
+++ b/x11/gnome--/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/09/12 16:19:53 drochner Exp $
+
+--- src/gnome--/app-helper.h.orig 2003-09-12 17:14:03.000000000 +0200
++++ src/gnome--/app-helper.h
+@@ -40,7 +40,7 @@ class Icon;
+ template<class T_Info>
+ class Array;
+
+-class Info : protected GnomeUIInfo
++class Info : public GnomeUIInfo
+ {
+ /* Note when deriving this, you must not add any fields nor may you
+ add any virtuals */