pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45104 CVS commit: pkgsrc/devel/cppunit
The following reply was made to PR pkg/45104; it has been noted by GNATS.
From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45104 CVS commit: pkgsrc/devel/cppunit
Date: Tue, 28 Jun 2011 09:28:25 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jun 28 09:28:25 UTC 2011
Modified Files:
pkgsrc/devel/cppunit: Makefile distinfo
Added Files:
pkgsrc/devel/cppunit/patches: patch-include_cppunit_Message.h
patch-src_cppunit_Message.cpp
Log Message:
devel/cppunit misses a destructor declaration for one of its classes.
The compiler generates an implicit destructor but in certain circonstances
this leads to crashes.
More information is available in this bug report on Red Hat's tracker:
https://bugzilla.redhat.com/show_bug.cgi?id=641350
From Francois Tigeot in PR 45104.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/cppunit/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cppunit/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/cppunit/patches/patch-include_cppunit_Message.h \
pkgsrc/devel/cppunit/patches/patch-src_cppunit_Message.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index