From owner-svn-ports-all@FreeBSD.ORG Fri Apr 26 09:27:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0E8E417B; Fri, 26 Apr 2013 09:27:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 015AF1C34; Fri, 26 Apr 2013 09:27:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3Q9RQJZ097068; Fri, 26 Apr 2013 09:27:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3Q9RQTo097062; Fri, 26 Apr 2013 09:27:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201304260927.r3Q9RQTo097062@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 26 Apr 2013 09:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316594 - in head: . Mk 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.14 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: Fri, 26 Apr 2013 09:27:27 -0000 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