pkgsrc/devel/cppunit/Makefile
wiz 4e98be953e 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.
2011-06-28 09:28:24 +00:00

31 lines
776 B
Makefile

# $NetBSD: Makefile,v 1.20 2011/06/28 09:28:24 wiz Exp $
#
DISTNAME= cppunit-1.12.1
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cppunit.sourceforge.net/
COMMENT= CppUnit is a C++ unit testing framework
LICENSE= gnu-lgpl-v2.1
BUILD_DEPENDS+= doxygen>=1.6.3:../../devel/doxygen
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= cppunit.pc.in
SUBST_CLASSES+= rpath
SUBST_SED.rpath= -e s';-L@libdir@;${COMPILER_RPATH_FLAG}@libdir@ -L@libdir@;g'
SUBST_FILES.rpath= cppunit-config.in
SUBST_STAGE.rpath= pre-configure
SUBST_MESSAGE.rpath= Adding rpath to cppunit-config.
.include "../../mk/bsd.pkg.mk"