diff options
author | drochner <drochner@pkgsrc.org> | 2004-07-05 11:04:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-07-05 11:04:33 +0000 |
commit | 4157424609fcb67bcc6b96a92e5e82a2bfbfe6a2 (patch) | |
tree | 900545f9c741fa44016e3010507bad239b234276 /x11/gtkmm/Makefile | |
parent | 16443f4dc7820b6052bb8dcce6e940e7305fc44f (diff) | |
download | pkgsrc-4157424609fcb67bcc6b96a92e5e82a2bfbfe6a2.tar.gz |
update to 2.2.12,
fix MASTER_SITES
changes:
* gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly
disabled some template code for gcc, used to convert from
intermediate C++ containers to STL containers. For instance, this
broke the gnome-vfsmm build.
* TreeView::get_path_at_pos(): Correct memory management. ("David").
* ConstructParams::ConstructParams(): improvement. (Daniel Elstner).
* TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner)
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r-- | x11/gtkmm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile index 349cfa85934..f0673573302 100644 --- a/x11/gtkmm/Makefile +++ b/x11/gtkmm/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2004/04/02 12:33:22 adam Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/05 11:04:33 drochner Exp $ # -DISTNAME= gtkmm-2.2.10 +DISTNAME= gtkmm-2.2.12 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.2/} MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.gtkmm.org/ |