From owner-svn-ports-all@freebsd.org Fri Dec 18 23:01:56 2015 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 0F3B5A4BCE0; Fri, 18 Dec 2015 23:01:56 +0000 (UTC) (envelope-from danilo@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 D0DE01B5D; Fri, 18 Dec 2015 23:01:55 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBIN1s7w058505; Fri, 18 Dec 2015 23:01:54 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBIN1sHn058504; Fri, 18 Dec 2015 23:01:54 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201512182301.tBIN1sHn058504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 18 Dec 2015 23:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403990 - head/games/doomsday 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.20 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: Fri, 18 Dec 2015 23:01:56 -0000 Author: danilo Date: Fri Dec 18 23:01:54 2015 New Revision: 403990 URL: https://svnweb.freebsd.org/changeset/ports/403990 Log: - Switch to USES=execinfo PR: 205276 Submitted by: pawel Modified: head/games/doomsday/Makefile Modified: head/games/doomsday/Makefile ============================================================================== --- head/games/doomsday/Makefile Fri Dec 18 22:55:29 2015 (r403989) +++ head/games/doomsday/Makefile Fri Dec 18 23:01:54 2015 (r403990) @@ -20,7 +20,7 @@ USE_GL= gl glu USE_LDCONFIG= yes USE_SDL= sdl mixer net USE_XORG= x11 -USES= pkgconfig python:build qmake:outsource +USES= execinfo pkgconfig python:build qmake:outsource USE_QT4= corelib network opengl moc_build QMAKE_SOURCE_PATH= ${WRKSRC}/doomsday QMAKE_ARGS+= QMAKE_LFLAGS+="-Wl,--export-dynamic" \ @@ -38,11 +38,6 @@ OPENAL_QMAKE_OFF= CONFIG+=deng_noopenal PORTSCOUT= limit:^\d+\.\d+\.\d+$$ -.include -.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} < 1000052) -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -.endif - post-patch: @${REINPLACE_CMD} 's,share/man,man,' \ ${PATCH_WRKSRC}/doomsday/client/client.pro \ @@ -53,4 +48,4 @@ post-patch: # Removing three non ascii bytes @${REINPLACE_CMD} '1s,^...,,' ${WRKSRC}/doomsday/client/src/client/cl_sound.cpp -.include +.include