From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 30 15:20:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0AF16A407 for ; Sat, 30 Sep 2006 15:20:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DABE43D55 for ; Sat, 30 Sep 2006 15:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8UFKKTG041662 for ; Sat, 30 Sep 2006 15:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8UFKK12041661; Sat, 30 Sep 2006 15:20:20 GMT (envelope-from gnats) Resent-Date: Sat, 30 Sep 2006 15:20:20 GMT Resent-Message-Id: <200609301520.k8UFKK12041661@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61AA116A416 for ; Sat, 30 Sep 2006 15:12:25 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD56843D49 for ; Sat, 30 Sep 2006 15:12:24 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 9DF2A11455; Sat, 30 Sep 2006 17:10:43 +0200 (CEST) Message-Id: <20060930151043.9DF2A11455@graf.pompo.net> Date: Sat, 30 Sep 2006 17:10:43 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Samy Al Bahra Subject: ports/103852: arabic/kacst_fonts: unbreak. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2006 15:20:21 -0000 >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@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: