From owner-svn-ports-all@FreeBSD.ORG Sat Nov 22 05:30:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FB29454; Sat, 22 Nov 2014 05:30:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2BD7A19B; Sat, 22 Nov 2014 05:30:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAM5U3MC049560; Sat, 22 Nov 2014 05:30:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAM5U3Ul049559; Sat, 22 Nov 2014 05:30:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411220530.sAM5U3Ul049559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 22 Nov 2014 05:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373032 - head/games/arx-libertatis X-SVN-Group: ports-head 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.18-1 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: Sat, 22 Nov 2014 05:30:03 -0000 Author: amdmi3 Date: Sat Nov 22 05:30:02 2014 New Revision: 373032 URL: https://svnweb.freebsd.org/changeset/ports/373032 QAT: https://qat.redports.org/buildarchive/r373032/ Log: - Correct depends - Update OSVERSION ranges for clang bug workaround Modified: head/games/arx-libertatis/Makefile Modified: head/games/arx-libertatis/Makefile ============================================================================== --- head/games/arx-libertatis/Makefile Sat Nov 22 03:22:41 2014 (r373031) +++ head/games/arx-libertatis/Makefile Sat Nov 22 05:30:02 2014 (r373032) @@ -13,10 +13,9 @@ COMMENT= Cross-platform port of Arx Fata LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/ARX_PUBLIC_LICENSE.txt -LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ - libGLEW.so:${PORTSDIR}/graphics/glew \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libboost_program_options.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew \ + libfreetype.so:${PORTSDIR}/print/freetype2 +BUILD_DEPENDS= ${LOCALBASE}/include/boost/foreach.hpp:${PORTSDIR}/devel/boost-libs USES= cmake openal tar:xz USE_SDL= sdl @@ -42,7 +41,7 @@ PLIST_SUB+= CRASHREPORTER="@comment " .endif post-patch: -.if ${OSVERSION} >= 1000705 +.if (${OSVERSION} >= 1000705 && ${OSVERSION} < 1001503) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100046) # Workaround for clang 3.4 bug: it crashes when debug info is enabled # See http://llvm.org/bugs/show_bug.cgi?id=19031, http://llvm.org/bugs/show_bug.cgi?id=20893 @${REINPLACE_CMD} -e '/add_cxxflag.*-g2/ d' ${WRKSRC}/cmake/BuildType.cmake