From owner-svn-ports-all@freebsd.org Wed Nov 2 04:38:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9279C2A201; Wed, 2 Nov 2016 04:38:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C8561A28; Wed, 2 Nov 2016 04:38:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA24caks011534; Wed, 2 Nov 2016 04:38:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA24caqB011533; Wed, 2 Nov 2016 04:38:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611020438.uA24caqB011533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 2 Nov 2016 04:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425105 - branches/2016Q4/devel/sfml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 04:38:38 -0000 Author: jbeich Date: Wed Nov 2 04:38:36 2016 New Revision: 425105 URL: https://svnweb.freebsd.org/changeset/ports/425105 Log: MFH: r425104 devel/sfml: unbreak on 9.x via clang cd src/SFML/Audio && /usr/bin/c++ -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS -Iinclude -Isrc -I/usr/local/include/AL -I/usr/local/include -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC -fvisibility=hidden -o CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o -c src/SFML/Audio/SoundFileFactory.cpp include/SFML/Audio/SoundFileFactory.inl: In static member function 'static void sf::SoundFileFactory::unregisterReader() [with T = sf::priv::SoundFileReaderFlac]': include/SFML/Audio/SoundFileFactory.inl:43: instantiated from 'static void sf::SoundFileFactory::registerReader() [with T = sf::priv::SoundFileReaderFlac]' src/SFML/Audio/SoundFileFactory.cpp:48: instantiated from here include/SFML/Audio/SoundFileFactory.inl:62: error: address of overloaded function with no contextual type information include/SFML/Audio/SoundFileFactory.inl: In static member function 'static void sf::SoundFileFactory::unregisterWriter() [with T = sf::priv::SoundFileWriterFlac]': include/SFML/Audio/SoundFileFactory.inl:74: instantiated from 'static void sf::SoundFileFactory::registerWriter() [with T = sf::priv::SoundFileWriterFlac]' src/SFML/Audio/SoundFileFactory.cpp:49: instantiated from here include/SFML/Audio/SoundFileFactory.inl:93: error: address of overloaded function with no contextual type information [...] Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q4/devel/sfml/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/sfml/Makefile ============================================================================== --- branches/2016Q4/devel/sfml/Makefile Wed Nov 2 04:33:05 2016 (r425104) +++ branches/2016Q4/devel/sfml/Makefile Wed Nov 2 04:38:36 2016 (r425105) @@ -19,9 +19,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis \ libxcb-image.so:x11/xcb-util-image -BROKEN_FreeBSD_9= does not build - -USES= cmake dos2unix jpeg openal:al zip:infozip +USES= cmake compiler:c++11-lang dos2unix jpeg openal:al zip:infozip CMAKE_ARGS= -DSFML_INSTALL_PKGCONFIG_FILES=ON DOS2UNIX_FILES= CMakeLists.txt USE_XORG= x11 xcb