Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2006 17:10:39 +0200 (CEST)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Samy Al Bahra <samy@kerneled.com>
Subject:   ports/103851: arabic/ae_fonts_ttf: unbreak.
Message-ID:  <20060930151039.2FF431144F@graf.pompo.net>
Resent-Message-ID: <200609301520.k8UFKJl0041607@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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