From owner-svn-ports-all@FreeBSD.ORG Wed Dec 24 12:12:34 2014 Return-Path: Delivered-To: svn-ports-all@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 1B0A5915; Wed, 24 Dec 2014 12:12:34 +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 0745166437; Wed, 24 Dec 2014 12:12:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOCCX1b094953; Wed, 24 Dec 2014 12:12:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOCCXWk094952; Wed, 24 Dec 2014 12:12:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412241212.sBOCCXWk094952@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 24 Dec 2014 12:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375446 - head/games/ppracer 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: Wed, 24 Dec 2014 12:12:34 -0000 Author: antoine Date: Wed Dec 24 12:12:32 2014 New Revision: 375446 URL: https://svnweb.freebsd.org/changeset/ports/375446 QAT: https://qat.redports.org/buildarchive/r375446/ Log: Properly support png 1.5 Modified: head/games/ppracer/Makefile Modified: head/games/ppracer/Makefile ============================================================================== --- head/games/ppracer/Makefile Wed Dec 24 12:06:35 2014 (r375445) +++ head/games/ppracer/Makefile Wed Dec 24 12:12:32 2014 (r375446) @@ -13,7 +13,7 @@ COMMENT= 3D downhill racing game... kind LICENSE= GPLv2 -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 USES= gmake pkgconfig dos2unix desktop-file-utils tar:bzip2 @@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ - -e 's|libpng12|libpng15|g' ${WRKSRC}/configure + -e 's|libpng12|libpng|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|RacingMode::||' ${WRKSRC}/src/racingmode.h @${REINPLACE_CMD} -e 's|int SQHash|long SQHash|' \ ${WRKSRC}/src/squirrel/squirrel.h