Date: Fri, 6 Jun 2008 18:25:08 +0200 (CEST) From: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> To: FreeBSD-gnats-submit@FreeBSD.org Cc: "QA Tindy \(Ion-Mihai Tetcu\)" <itetcu@FreeBSD.org> Subject: ports/124356: [PATCH] mail/metamail make package failure when no X11R6 Message-ID: <200806061625.m56GP8RF086048@y.dockes.com> Resent-Message-ID: <200806061630.m56GU1sM042838@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806061625.m56GP8RF086048>