ports/103852: arabic/kacst_fonts: unbreak.

Thierry Thomas thierry at FreeBSD.org
Sat Sep 30 15:20:21 UTC 2006


>Number:         103852
>Category:       ports
>Synopsis:       arabic/kacst_fonts: unbreak.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 30 15:20:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Sep 9 19:06:00 CEST 2006 thierry at graf.pompo.net:/usr/obj/usr/src/sys/GRAF060511 i386


	
>Description:
	Run ttmkfdir in a writable directory.

>How-To-Repeat:
	N/A

>Fix:
	Please apply the following patch.

--- ar-kacst_fonts.diff begins here ---
diff -urN arabic/kacst_fonts.orig/Makefile arabic/kacst_fonts/Makefile
--- arabic/kacst_fonts.orig/Makefile	Sun Sep 10 17:50:27 2006
+++ arabic/kacst_fonts/Makefile	Sat Sep 30 16:42:24 2006
@@ -17,10 +17,6 @@
 
 BUILD_DEPENDS=	ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
 
-BROKEN=		Does not build
-DEPRECATED=	${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
 USE_X_PREFIX=	yes
 USE_BZIP2=	yes
 WRKSRC=	${WRKDIR}/KacstArabicFonts-${PORTVERSION}
@@ -29,12 +25,12 @@
 SUB_LIST=	PORTNAME="${PORTNAME}"
 
 do-build:
-	@ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir
+	cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir
 
 do-install:
-	@${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/
-	@${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/
-	@${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/
+	${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/
+	${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
--- ar-kacst_fonts.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list