From owner-svn-ports-head@FreeBSD.ORG Sun Jun 1 08:08:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1DE37F7; Sun, 1 Jun 2014 08:08:52 +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 A541D2278; Sun, 1 Jun 2014 08:08:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5188qIc018680; Sun, 1 Jun 2014 08:08:52 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5188qM5018676; Sun, 1 Jun 2014 08:08:52 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201406010808.s5188qM5018676@svn.freebsd.org> From: Olli Hauer Date: Sun, 1 Jun 2014 08:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356060 - in head/arabic: ae_fonts_mono ae_fonts_ttf kacst_fonts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 08:08:52 -0000 Author: ohauer Date: Sun Jun 1 08:08:51 2014 New Revision: 356060 URL: http://svnweb.freebsd.org/changeset/ports/356060 QAT: https://qat.redports.org/buildarchive/r356060/ Log: - USE_BZIP2 -> USES=tar:bzip2 Modified: head/arabic/ae_fonts_mono/Makefile head/arabic/ae_fonts_ttf/Makefile head/arabic/kacst_fonts/Makefile Modified: head/arabic/ae_fonts_mono/Makefile ============================================================================== --- head/arabic/ae_fonts_mono/Makefile Sun Jun 1 08:00:35 2014 (r356059) +++ head/arabic/ae_fonts_mono/Makefile Sun Jun 1 08:08:51 2014 (r356060) @@ -16,7 +16,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale USE_XORG= x11 -USE_BZIP2= yes +USES= tar:bzip2 SUB_FILES= pkg-message do-build: Modified: head/arabic/ae_fonts_ttf/Makefile ============================================================================== --- head/arabic/ae_fonts_ttf/Makefile Sun Jun 1 08:00:35 2014 (r356059) +++ head/arabic/ae_fonts_ttf/Makefile Sun Jun 1 08:08:51 2014 (r356060) @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir -USE_BZIP2= yes +USES= tar:bzip2 WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION} SUB_FILES= pkg-message Modified: head/arabic/kacst_fonts/Makefile ============================================================================== --- head/arabic/kacst_fonts/Makefile Sun Jun 1 08:00:35 2014 (r356059) +++ head/arabic/kacst_fonts/Makefile Sun Jun 1 08:08:51 2014 (r356060) @@ -15,14 +15,14 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir -USE_BZIP2= yes +USES= tar:bzip2 WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTNAME="${PORTNAME}" do-build: - cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir + (cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir) do-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/kacst_fonts