Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/databases/libcassandra/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/databases/libcassandra/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.43 diff -u -p -r1.11 -r1.43 --- pkgsrc/databases/libcassandra/Makefile 2012/03/12 07:10:13 1.11 +++ pkgsrc/databases/libcassandra/Makefile 2018/12/13 19:51:44 1.43 @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2012/03/12 07:10:13 sbd Exp $ +# $NetBSD: Makefile,v 1.43 2018/12/13 19:51:44 adam Exp $ # DISTNAME= libcassandra-20101010 -PKGREVISION= 5 +PKGREVISION= 30 CATEGORIES= databases MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/NetBSD/packages/distfiles/ -MAINTAINER= tonnerre@NetBSD.org -HOMEPAGE= http://github.com/posulliv/libcassandra/ +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/posulliv/libcassandra/ LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - COMMENT= C++ interface to Cassandra USE_LANGUAGES= c c++ @@ -33,6 +31,13 @@ GCC_REQD+= 4.4 .include "../../devel/libthrift/buildlink3.mk" CONFIGURE_ARGS+= CPPFLAGS="-I${BUILDLINK_PREFIX.libthrift}/include/thrift -I${BUILDLINK_PREFIX.boost-headers}/include/boost" +CONFIGURE_ARGS+= --disable-64bit MAKE_ENV+= AM_DEFAULT_VERBOSITY=1 +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) +CXXFLAGS+= -Wno-unknown-warning-option +CXXFLAGS+= -Wno-c++11-extensions -Wno-error=unused-local-typedef +.endif + .include "../../mk/bsd.pkg.mk"