From owner-svn-ports-head@FreeBSD.ORG Mon Jan 5 17:55:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94D3EFDF; Mon, 5 Jan 2015 17:55:45 +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 8088239D8; Mon, 5 Jan 2015 17:55:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05Htjnc049164; Mon, 5 Jan 2015 17:55:45 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05HtiI5049159; Mon, 5 Jan 2015 17:55:44 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201501051755.t05HtiI5049159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 5 Jan 2015 17:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376331 - in head/games: adgali eduke32 sdlquake2 super_methane_brothers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 17:55:45 -0000 Author: pawel Date: Mon Jan 5 17:55:43 2015 New Revision: 376331 URL: https://svnweb.freebsd.org/changeset/ports/376331 QAT: https://qat.redports.org/buildarchive/r376331/ Log: - Switch to USES=execinfo - Cleanup pkg-plist Modified: head/games/adgali/Makefile head/games/adgali/pkg-plist head/games/eduke32/Makefile head/games/sdlquake2/Makefile head/games/super_methane_brothers/Makefile Modified: head/games/adgali/Makefile ============================================================================== --- head/games/adgali/Makefile Mon Jan 5 17:50:44 2015 (r376330) +++ head/games/adgali/Makefile Mon Jan 5 17:55:43 2015 (r376331) @@ -16,11 +16,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libfreetype.so:${PORTSDIR}/print/freetype2 -.if !exists(/usr/include/execinfo.h) -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -.endif -USES= gmake libtool tar:bzip2 +USES= execinfo gmake libtool tar:bzip2 USE_LDCONFIG= yes USE_SDL= sdl USE_XORG= xpm Modified: head/games/adgali/pkg-plist ============================================================================== --- head/games/adgali/pkg-plist Mon Jan 5 17:50:44 2015 (r376330) +++ head/games/adgali/pkg-plist Mon Jan 5 17:55:43 2015 (r376331) @@ -56,4 +56,3 @@ share/aclocal/adgali.m4 %%PORTDOCS%%%%DOCSDIR%%/structagl__pos.html %%PORTDOCS%%%%DOCSDIR%%/structagl__rect.html %%PORTDOCS%%%%DOCSDIR%%/structagl__size.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% Modified: head/games/eduke32/Makefile ============================================================================== --- head/games/eduke32/Makefile Mon Jan 5 17:50:44 2015 (r376330) +++ head/games/eduke32/Makefile Mon Jan 5 17:55:43 2015 (r376331) @@ -15,9 +15,7 @@ COMMENT= Duke Nukem 3D Port based on JFD LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GNU.TXT -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - -USES= gmake tar:bzip2 +USES= execinfo gmake tar:bzip2 USE_GCC= any USE_CSTD= gnu89 USE_GL= gl Modified: head/games/sdlquake2/Makefile ============================================================================== --- head/games/sdlquake2/Makefile Mon Jan 5 17:50:44 2015 (r376330) +++ head/games/sdlquake2/Makefile Mon Jan 5 17:55:43 2015 (r376331) @@ -10,9 +10,7 @@ MASTER_SITES= http://koti.mbnet.fi/~turo MAINTAINER= ports@FreeBSD.org COMMENT= Combination of R1Q2 and R1GL with SDL code from Quake2Forge -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - -USES= gmake tar:bzip2 +USES= execinfo gmake tar:bzip2 OPTIONS_DEFINE= CLIENT DEDICATED GAME OPTIONS_DEFAULT= CLIENT DEDICATED Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Mon Jan 5 17:50:44 2015 (r376330) +++ head/games/super_methane_brothers/Makefile Mon Jan 5 17:55:43 2015 (r376331) @@ -13,10 +13,9 @@ COMMENT= Port of the Amiga platform game LICENSE= GPLv2 -LIB_DEPENDS= libclan23Core.so:${PORTSDIR}/devel/clanlib \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libclan23Core.so:${PORTSDIR}/devel/clanlib -USES= gmake pkgconfig tar:tgz +USES= execinfo gmake pkgconfig tar:tgz USE_GCC= yes USE_GL= glu MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}"