Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 15:57:46 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351598 - in head: devel/libg19draw games/etracer lang/php53
Message-ID:  <201404191557.s3JFvkuP019449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Apr 19 15:57:46 2014
New Revision: 351598
URL: http://svnweb.freebsd.org/changeset/ports/351598
QAT: https://qat.redports.org/buildarchive/r351598/

Log:
  Fix libfreetype dependencies.
  
  PR:		ports/188792

Modified:
  head/devel/libg19draw/Makefile
  head/games/etracer/Makefile
  head/lang/php53/Makefile.ext

Modified: head/devel/libg19draw/Makefile
==============================================================================
--- head/devel/libg19draw/Makefile	Sat Apr 19 13:54:30 2014	(r351597)
+++ head/devel/libg19draw/Makefile	Sat Apr 19 15:57:46 2014	(r351598)
@@ -11,7 +11,7 @@ MAINTAINER=	armin@frozen-zone.org
 COMMENT=	G19 draw library
 
 LIB_DEPENDS=	libg19.so:${PORTSDIR}/devel/libg19 \
-		libfreetype.so.9:${PORTSDIR}/print/freetype2
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -pthread"
 

Modified: head/games/etracer/Makefile
==============================================================================
--- head/games/etracer/Makefile	Sat Apr 19 13:54:30 2014	(r351597)
+++ head/games/etracer/Makefile	Sat Apr 19 15:57:46 2014	(r351598)
@@ -12,7 +12,7 @@ MAINTAINER=		peter_dunning@dsl.pipex.com
 COMMENT=		The latest and greatest fork of the classic Tux Racer
 
 LIB_DEPENDS=		libpng15.so:${PORTSDIR}/graphics/png \
-			libfreetype.so.9:${PORTSDIR}/print/freetype2
+			libfreetype.so:${PORTSDIR}/print/freetype2
 
 USE_SDL=		mixer sdl
 USE_XORG=		x11 xi xext xmu xt

Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext	Sat Apr 19 13:54:30 2014	(r351597)
+++ head/lang/php53/Makefile.ext	Sat Apr 19 15:57:46 2014	(r351598)
@@ -87,9 +87,9 @@ USE_OPENSSL=	yes
 .endif
 
 .if ${PHP_MODNAME} == "gd"
-LIB_DEPENDS=	libfreetype.so.9:${PORTSDIR}/print/freetype2 \
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libpng15.so:${PORTSDIR}/graphics/png \
-		libjpeg.so.11:${PORTSDIR}/graphics/jpeg
+		libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 CONFIGURE_ARGS+=--with-gd \
 		--with-freetype-dir=${LOCALBASE} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404191557.s3JFvkuP019449>