svn commit: r316594 - in head: . Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 26 09:27:27 UTC 2013


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 at FreeBSD.org
+
+  * USE_FREETYPE is no longer recognized
+
 20130423:
 AUTHOR: jgh at 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 at 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


More information about the svn-ports-all mailing list