summaryrefslogtreecommitdiff
path: root/devel/libsigc++2/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-11-04 10:32:25 +0000
committeradam <adam>2004-11-04 10:32:25 +0000
commit425649dbd66f7d092214c24a19db6359cd0a96a1 (patch)
tree0d1517f904b08fc9915954699dc3bce3a91a6368 /devel/libsigc++2/Makefile
parente17b9f2f97a5d646f31ed83cf8dd20531a5315cf (diff)
downloadpkgsrc-425649dbd66f7d092214c24a19db6359cd0a96a1.tar.gz
Changes 2.0.6:
* Fixed a memory leak in sigc::slot. * Fixed compilation for gcc-3.4. * Fixed compilation for Intel C++ compiler (upgraded libtool). * Fixed project files for MSVC .Net (Timothy M. Shead). * Fixed segfaults when compiled with MSVC .Net 2003 (moved all calls to new and delete into non-inline library code). * In the compatibility module use correct bound_mem_functor variants for const (volatile) methods when creating a slot. * Minor documentation fix. Changes 2.0.5: * Distribute pregenerated configuration header for MSVC .Net. Changes 2.0.4: * Fixed warnings and compiler errors in the test cases. * Added a new test case (Murray Cumming). * Fixed 'hello_world' example. * Don't test optional features that fail with the Sun FORTE. * Fixes for the Sun FORTE to compile out-of-the-box (Damien Carbery, Murray Cumming, Martin Schulze). * Fixes for MSVC to build a DLL out-of-the-box (James Lin). * Improved compiler specific configuration during 'configure'. * Added rpm description file libsigc++-2.0.spec (Eric Bourque). * Minor documentation improvements (Murray Cumming).
Diffstat (limited to 'devel/libsigc++2/Makefile')
-rw-r--r--devel/libsigc++2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libsigc++2/Makefile b/devel/libsigc++2/Makefile
index 60497ebdb28..f5a626a57fe 100644
--- a/devel/libsigc++2/Makefile
+++ b/devel/libsigc++2/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:30 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/04 10:32:25 adam Exp $
-DISTNAME= libsigc++-2.0.3
-PKGNAME= libsigc++2-2.0.3
-PKGREVISION= 1
+DISTNAME= libsigc++-2.0.6
+PKGNAME= libsigc++2-2.0.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= bsieker@freenet.de
HOMEPAGE= http://libsigc.sourceforge.net/