Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 09:27:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316594 - in head: . Mk
Message-ID:  <201304260927.r3Q9RQTo097062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 26 09:27:26 2013
New Revision: 316594
URL: http://svnweb.freebsd.org/changeset/ports/316594

Log:
  Remove USE_FREETYPE from bsd.port.mk
  
  It added no really value and was used only by 8 ports

Modified:
  head/CHANGES
  head/Mk/bsd.port.mk

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Fri Apr 26 09:23:54 2013	(r316593)
+++ head/CHANGES	Fri Apr 26 09:27:26 2013	(r316594)
@@ -10,6 +10,11 @@ in the release notes and/or placed into 
 
 All ports committers are allowed to commit to this file.
 
+20130425:
+AUTHOR: bapt@FreeBSD.org
+
+  * USE_FREETYPE is no longer recognized
+
 20130423:
 AUTHOR: jgh@FreeBSD.org
 

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Apr 26 09:23:54 2013	(r316593)
+++ head/Mk/bsd.port.mk	Fri Apr 26 09:27:26 2013	(r316594)
@@ -360,7 +360,6 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				  if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and
 #				  MAKE_ENV are extended with a DISPLAY variable.
 #
-# USE_FREETYPE	- If set, this port uses the freetype print libraries.
 # USE_GL		- A list of Mesa or GL related dependencies needed by the port.
 #				  Supported components are: glut, glu, glw, gl and linux.
 #				  If set to "yes", this is equivalent to "glu". Note that
@@ -1922,10 +1921,6 @@ LIB_DEPENDS+=		Xm.4:${PORTSDIR}/x11-tool
 .endif
 .endif
 
-.if defined(USE_FREETYPE)
-LIB_DEPENDS+=			ttf.4:${PORTSDIR}/print/freetype
-.endif
-
 X_IMAKE_PORT=		${PORTSDIR}/devel/imake
 X_FONTSERVER_PORT=	${PORTSDIR}/x11-fonts/xfs
 X_VFBSERVER_PORT=	${PORTSDIR}/x11-servers/xorg-vfbserver



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