From owner-svn-ports-all@FreeBSD.ORG Fri Mar 20 19:06:30 2015 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 3BA07C6B; Fri, 20 Mar 2015 19:06:30 +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 0CD87AE2; Fri, 20 Mar 2015 19:06:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2KJ6Tmi000672; Fri, 20 Mar 2015 19:06:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2KJ6T7J000670; Fri, 20 Mar 2015 19:06:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503201906.t2KJ6T7J000670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 20 Mar 2015 19:06:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381769 - in head/arabic/ae_fonts_mono: . files 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: Fri, 20 Mar 2015 19:06:30 -0000 Author: bapt Date: Fri Mar 20 19:06:28 2015 New Revision: 381769 URL: https://svnweb.freebsd.org/changeset/ports/381769 QAT: https://qat.redports.org/buildarchive/r381769/ Log: Convert to USES=fonts Deleted: head/arabic/ae_fonts_mono/pkg-plist Modified: head/arabic/ae_fonts_mono/Makefile head/arabic/ae_fonts_mono/files/pkg-message.in Modified: head/arabic/ae_fonts_mono/Makefile ============================================================================== --- head/arabic/ae_fonts_mono/Makefile Fri Mar 20 19:05:38 2015 (r381768) +++ head/arabic/ae_fonts_mono/Makefile Fri Mar 20 19:06:28 2015 (r381769) @@ -3,7 +3,7 @@ PORTNAME= ae_fonts_mono PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= arabic x11-fonts MASTER_SITES= SF/arabeyes/Fonts/ae_fonts DISTNAME= ${PORTNAME} @@ -11,20 +11,13 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of PCF fonts that include Arabic glyphs -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale - -USE_XORG= x11 -USES= tar:bzip2 +USES= fonts tar:bzip2 +NO_BUILD= yes SUB_FILES= pkg-message - -do-build: - @mkfontdir ${WRKSRC} +PLIST_FILES= ${FONTSDIR}/10x21.pcf do-install: - @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono - ${INSTALL_DATA} ${WRKSRC}/*.pcf ${WRKSRC}/fonts.dir \ - ${STAGEDIR}/${PREFIX}/lib/X11/fonts/ae_fonts_mono + @${MKDIR} ${STAGEDIR}/${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.pcf ${STAGEDIR}/${FONTSDIR} .include Modified: head/arabic/ae_fonts_mono/files/pkg-message.in ============================================================================== --- head/arabic/ae_fonts_mono/files/pkg-message.in Fri Mar 20 19:05:38 2015 (r381768) +++ head/arabic/ae_fonts_mono/files/pkg-message.in Fri Mar 20 19:06:28 2015 (r381769) @@ -5,5 +5,5 @@ Add the following line to the "Files" section and restart XFree86. - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts_mono" + FontPath "%%FONTSDIR%%" ------------------------------------------------------------------