From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 10:31:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70A8D902; Tue, 18 Feb 2014 10:31:00 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C44614C9; Tue, 18 Feb 2014 10:31:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IAV03N068581; Tue, 18 Feb 2014 10:31:00 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IAV0FI068580; Tue, 18 Feb 2014 10:31:00 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402181031.s1IAV0FI068580@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 18 Feb 2014 10:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344861 - head/games/etracer 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.17 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: Tue, 18 Feb 2014 10:31:00 -0000 Author: gahr Date: Tue Feb 18 10:30:59 2014 New Revision: 344861 URL: http://svnweb.freebsd.org/changeset/ports/344861 QAT: https://qat.redports.org/buildarchive/r344861/ Log: - Convert to USES=tcl - Convert to new LIB_DEPENDS format - STAGE-clean Modified: head/games/etracer/Makefile Modified: head/games/etracer/Makefile ============================================================================== --- head/games/etracer/Makefile Tue Feb 18 10:30:58 2014 (r344860) +++ head/games/etracer/Makefile Tue Feb 18 10:30:59 2014 (r344861) @@ -11,19 +11,15 @@ DISTNAME= extremetuxracer-${PORTVERSION MAINTAINER= peter_dunning@dsl.pipex.com COMMENT= The latest and greatest fork of the classic Tux Racer -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so.9:${PORTSDIR}/print/freetype2 USE_SDL= mixer sdl USE_XORG= x11 xi xext xmu xt USE_GL= gl glu glut -USES= gmake pkgconfig +USES= gmake pkgconfig tcl GNU_CONFIGURE= yes -USE_TCL= 84+ - -NO_STAGE= yes -.include CONFIGURE_ARGS= --with-tcl="${TCL_LIBDIR}" \ --with-tcl-inc="${TCL_INCLUDEDIR}" \ --with-gl-libs="${LOCALBASE}/lib" \ @@ -36,4 +32,4 @@ post-patch: -e 's|png_infopp_NULL|NULL|g' \ ${WRKSRC}/src/ppgltk/images/png_reader.cpp -.include +.include