From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 6 16:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EEEA106567D for ; Fri, 6 Jun 2008 16:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F366F8FC25 for ; Fri, 6 Jun 2008 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m56GU1bo042839 for ; Fri, 6 Jun 2008 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m56GU1sM042838; Fri, 6 Jun 2008 16:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 6 Jun 2008 16:30:01 GMT Resent-Message-Id: <200806061630.m56GU1sM042838@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, Jean-Francois Dockes Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7F2B106566B for ; Fri, 6 Jun 2008 16:25:17 +0000 (UTC) (envelope-from dockes@wanadoo.fr) Received: from smtp7-g19.free.fr (smtp7-g19.free.fr [212.27.42.64]) by mx1.freebsd.org (Postfix) with ESMTP id A48B38FC1C for ; Fri, 6 Jun 2008 16:25:17 +0000 (UTC) (envelope-from dockes@wanadoo.fr) Received: from smtp7-g19.free.fr (localhost [127.0.0.1]) by smtp7-g19.free.fr (Postfix) with ESMTP id 14B2332284E; Fri, 6 Jun 2008 18:25:16 +0200 (CEST) Received: from y.dockes.com (obs92-1-82-225-153-66.fbx.proxad.net [82.225.153.66]) by smtp7-g19.free.fr (Postfix) with ESMTP id D369C322837; Fri, 6 Jun 2008 18:25:15 +0200 (CEST) Received: from y.dockes.com (localhost [127.0.0.1]) by y.dockes.com (8.14.2/8.14.1) with ESMTP id m56GP9IJ086049; Fri, 6 Jun 2008 18:25:09 +0200 (CEST) (envelope-from dockes@y.dockes.com) Received: (from dockes@localhost) by y.dockes.com (8.14.2/8.14.1/Submit) id m56GP8RF086048; Fri, 6 Jun 2008 18:25:08 +0200 (CEST) (envelope-from dockes) Message-Id: <200806061625.m56GP8RF086048@y.dockes.com> Date: Fri, 6 Jun 2008 18:25:08 +0200 (CEST) From: Jean-Francois Dockes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: "QA Tindy \(Ion-Mihai Tetcu\)" Subject: ports/124356: [PATCH] mail/metamail make package failure when no X11R6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Francois Dockes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 16:30:02 -0000 >Number: 124356 >Category: ports >Synopsis: [PATCH] mail/metamail make package failure when no X11R6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 06 16:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jean-Francois Dockes >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: >Description: make package would fail when /usr/X11R6 not present (guess) Testing for /usr/X11R6 is unnecessary because this part is only done if WITHOUT_X11 is undefined >How-To-Repeat: >Fix: diff -ruN metamail.prev/files/patch-fonts_Makefile metamail/files/patch-fonts_Makefile --- metamail.prev/files/patch-fonts_Makefile 2006-12-19 02:47:36.000000000 +0100 +++ metamail/files/patch-fonts_Makefile 2008-06-06 18:15:29.000000000 +0200 @@ -17,7 +17,7 @@ + mkdir -p ${PREFIX}/lib/metamail/fonts + install -c heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} \ + heb8x13B.${FONTSUFFIX} fonts.alias ${PREFIX}/lib/metamail/fonts -+ if [ -d /usr/X11R6 ]; then mkfontdir ${PREFIX}/lib/metamail/fonts ; fi ++ mkfontdir ${PREFIX}/lib/metamail/fonts clean: rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir >Release-Note: >Audit-Trail: >Unformatted: