svn commit: r356060 - in head/arabic: ae_fonts_mono ae_fonts_ttf kacst_fonts

Olli Hauer ohauer at FreeBSD.org
Sun Jun 1 08:08:52 UTC 2014


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


More information about the svn-ports-head mailing list