summaryrefslogtreecommitdiff
path: root/devel/libsigc++/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-02-05 08:40:46 +0000
committerobache <obache@pkgsrc.org>2012-02-05 08:40:46 +0000
commit555219d54c1acfc688ca53dd017981cc61c26d3b (patch)
tree6762763a31ffb94e32612cfb68ea8d931ca54d60 /devel/libsigc++/Makefile
parent64b28ff0f06167a197215483a3ec9f7fe4594fd7 (diff)
downloadpkgsrc-555219d54c1acfc688ca53dd017981cc61c26d3b.tar.gz
Update libsigc++ to 2.2.10.
(while here, set test target.) 2.2.10: * slot_rep: Avoid access to deleted object in notify(), and test case. (Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri) * Mention visit_each() in the documentation of sigc::adapts. (Thomas Rydzynski)
Diffstat (limited to 'devel/libsigc++/Makefile')
-rw-r--r--devel/libsigc++/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile
index c769b7f8337..1f612ed0bd1 100644
--- a/devel/libsigc++/Makefile
+++ b/devel/libsigc++/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2011/03/10 11:03:11 adam Exp $
+# $NetBSD: Makefile,v 1.36 2012/02/05 08:40:46 obache Exp $
-DISTNAME= libsigc++-2.2.9
+DISTNAME= libsigc++-2.2.10
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.2/}
EXTRACT_SUFX= .tar.bz2
@@ -26,6 +26,8 @@ EXTRACT_USING= bsdtar
PKGCONFIG_OVERRIDE= sigc++.pc.in
+TEST_TARGET= check
+
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")