Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 19CF263B8C3 for ; Sat, 21 Feb 2009 02:35:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9BFA663B1E2; Sat, 21 Feb 2009 02:35:53 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id AFA9163B1E1 for ; Sat, 21 Feb 2009 02:35:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9A6BA175D0; Sat, 21 Feb 2009 02:35:52 +0000 (UTC) From: Greg Troxel Subject: CVS commit: pkgsrc/devel/guile-gnome To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org Message-Id: <20090221023552.9A6BA175D0@cvs.netbsd.org> Date: Sat, 21 Feb 2009 02:35:52 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: gdt Date: Sat Feb 21 02:35:52 UTC 2009 Modified Files: pkgsrc/devel/guile-gnome: Makefile PLIST distinfo Removed Files: pkgsrc/devel/guile-gnome/patches: patch-aa Log Message: Update to 2.16.1. Changes since 2.15.93 * Add guile-clutter to the set of configurable packages. * Removed the "docs" module; its content, the tutorial, is now folded into the documentation for all of the relevant modules (e.g. GLib, GTK+, CORBA, etc.) * Changelogs have all been archived to ChangeLog.pre-2.16, because now we will just use revision control logs. * Formally require Guile 1.8, as has been the case for a while now. * Bump the API_VERSION to 2, as a test before going stable. * Support a variant of check-coverage that generates a texinfo file with the missing functions. * Various buildfixes for building out-of-tree modules such as guile-gnome-gstreamer. * Build system work: add common makefile include for unit tests and a new check-coverage target to documentation builds. * Added infrastructure to make documentation. To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pkgsrc/devel/guile-gnome/Makefile cvs rdiff -r1.3 -r1.4 pkgsrc/devel/guile-gnome/PLIST \ pkgsrc/devel/guile-gnome/distinfo cvs rdiff -r1.3 -r0 pkgsrc/devel/guile-gnome/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.