Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 08:08:52 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
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
Message-ID:  <201406010808.s5188qM5018676@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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