Date: Sun, 26 Aug 2018 10:04:47 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478117 - head/devel/commoncpp Message-ID: <201808261004.w7QA4l7K049294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Aug 26 10:04:47 2018 New Revision: 478117 URL: https://svnweb.freebsd.org/changeset/ports/478117 Log: devel/commoncpp: Fix build with Clang 6 socket.cpp:1293:12: error: invalid argument type '__bind<volatile int &, sockaddr *&, unsigned int>' to unary expression if(!bind(so, list->ai_addr, (socklen_t)list->ai_addrlen)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/commoncpp-1.8.1_2,2.log PR: 229389 Reported by: rainer@ultra-secure.de Submitted by: tobik Approved by: acm (maintainer timeout, 2 months) Modified: head/devel/commoncpp/Makefile Modified: head/devel/commoncpp/Makefile ============================================================================== --- head/devel/commoncpp/Makefile Sun Aug 26 09:51:16 2018 (r478116) +++ head/devel/commoncpp/Makefile Sun Aug 26 10:04:47 2018 (r478117) @@ -14,6 +14,7 @@ COMMENT= GNU project portable class framework for C++ USE_LDCONFIG= yes USES= gmake libtool pathfix ssl +USE_CXXSTD= c++98 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_DOXYGEN=no INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808261004.w7QA4l7K049294>