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.32 retrieving revision 1.40 diff -u -p -r1.32 -r1.40 --- pkgsrc/databases/libcassandra/Makefile 2016/10/07 18:25:40 1.32 +++ pkgsrc/databases/libcassandra/Makefile 2018/04/29 21:31:30 1.40 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.32 2016/10/07 18:25:40 adam Exp $ +# $NetBSD: Makefile,v 1.40 2018/04/29 21:31:30 adam Exp $ # DISTNAME= libcassandra-20101010 -PKGREVISION= 22 +PKGREVISION= 27 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 COMMENT= C++ interface to Cassandra @@ -36,6 +36,7 @@ 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