ports/103851: arabic/ae_fonts_ttf: unbreak.

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


>Number:         103851
>Category:       ports
>Synopsis:       arabic/ae_fonts_ttf: 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:18 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.

	Note: it could be possible to use ${X_WINDOW_SYSTEM} to tune the
	pkg-message.

>How-To-Repeat:
	N/A

>Fix:
	Please apply the following patch.

--- ar-ae_fonts_ttf.diff begins here ---
diff -urN arabic/ae_fonts_ttf.orig/Makefile arabic/ae_fonts_ttf/Makefile
--- arabic/ae_fonts_ttf.orig/Makefile	Sun Sep 10 17:50:27 2006
+++ arabic/ae_fonts_ttf/Makefile	Sat Sep 30 15:50:43 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}/ae_fonts1-${PORTVERSION}
@@ -66,13 +62,13 @@
 
 do-build:
 .for i in ${FONTS}
-	@ttmkfdir -c -d ${WRKSRC}/${i} > ${WRKSRC}/${i}/fonts.dir
+	cd ${WRKSRC} && ttmkfdir -c -d ${WRKSRC}/${i} > ${WRKSRC}/${i}/fonts.dir
 .endfor
 
 do-install:
 .for i in ${FONTS}
-	@${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
-	@${INSTALL_DATA} ${WRKSRC}/${i}/* ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
+	${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
+	${INSTALL_DATA} ${WRKSRC}/${i}/* ${PREFIX}/lib/X11/fonts/ae_fonts1/${i}
 .endfor
 
 post-install:
--- ar-ae_fonts_ttf.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list