From owner-svn-ports-head@FreeBSD.ORG Fri Aug 2 08:14:22 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0491DC4; Fri, 2 Aug 2013 08:14:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A42642A82; Fri, 2 Aug 2013 08:14:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r728EMJU044915; Fri, 2 Aug 2013 08:14:22 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r728EM2r044913; Fri, 2 Aug 2013 08:14:22 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308020814.r728EM2r044913@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 2 Aug 2013 08:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324151 - head/games/naev 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.14 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: Fri, 02 Aug 2013 08:14:22 -0000 Author: danfe Date: Fri Aug 2 08:14:21 2013 New Revision: 324151 URL: http://svnweb.freebsd.org/changeset/ports/324151 Log: - Unbreak the build: add missing dependency on audio/libvorbis, and fix the value of USE_GL (normally this goes unnoticed because SDL pulls libGLU.so by default via USE_GL=yes, but shows up if using OpenGL-less SDL package) - Convert USE_GMAKE, cleanup Makefile and port description while here Modified: head/games/naev/Makefile head/games/naev/pkg-descr Modified: head/games/naev/Makefile ============================================================================== --- head/games/naev/Makefile Fri Aug 2 07:48:07 2013 (r324150) +++ head/games/naev/Makefile Fri Aug 2 08:14:21 2013 (r324151) @@ -9,17 +9,18 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org -COMMENT= 2D action/rpg space game +COMMENT= 2D action/RPG space game -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libvorbisfile.so:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/games/naev-data +USES= gmake USE_AUTOTOOLS= automake:env aclocal:env autoconf:env USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GL= gl -USE_GMAKE= yes +USE_GL= glu USE_GNOME= libxml2 USE_SDL= sdl image @@ -53,10 +54,12 @@ CONFIGURE_ARGS+= --with-sdlmixer=no .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6 post-install: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include Modified: head/games/naev/pkg-descr ============================================================================== --- head/games/naev/pkg-descr Fri Aug 2 07:48:07 2013 (r324150) +++ head/games/naev/pkg-descr Fri Aug 2 08:14:21 2013 (r324151) @@ -1,4 +1,4 @@ -NAEV is a 2d action/rpg space game that combines elements from the action, rpg -and simulation genres. +NAEV is a 2D space game that combines elements from the action, RPG, and +simulation genres. -WWW: http://code.google.com/p/naev/ +WWW: http://code.google.com/p/naev/