Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 13:31:45 -0400 (EDT)
From:      root@misha.privatelabs.com
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        camel@avias.com
Subject:   ports/17979: russian/koi8r-ps port update for gs-6.01
Message-ID:  <200004131731.NAA24048@misha.privatelabs.com>

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

>Number:         17979
>Category:       ports
>Synopsis:       russian/koi8r-ps port update for gs-6.01
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 10:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:
>Description:

	Thanks  to  Ilya  Naumov  I  learned,  that  the  latest
	Ghostscript  installs Fontmap.GS  with  a simple  minded
	Fontmap next to it...

	The new version of port  checks for the Fontmap.GS first
	and  plays with  it instead  of  the Fontmap,  if it  is
	present.

	I can not personally test it right now, so Ilya, please,
	verify, that the  new version works for you.  If it does
	-- please,  follow up to  this PR. Otherwise  -- please,
	let me know ASAP. Thanks!

>How-To-Repeat:

>Fix:

--- Makefile	Mon Nov 29 18:16:00 1999
+++ Makefile	Thu Apr 13 13:22:33 2000
@@ -24,6 +24,7 @@
 					nl { print $$3; exit }'`; \
-			if [ -e $$d/Fontmap ] ; then \
-				${ECHO} $$d/Fontmap; \
+			if [ -e $$d/Fontmap.GS ] ; then \
+				${ECHO} $$d/Fontmap.GS; \
+			elif [ -e $$d/Fontmap ] ; then \
+				${ECHO} $$d/Fontmap \
 			else \
-				logger $$d/Fontmap; \
 				${ECHO} /nicht/ ; \

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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