Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jul 2000 20:30:05 +0100
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19651: update port: fontedit
Message-ID:  <E138pRN-0004PB-00@strontium.scientia.demon.co.uk>

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

>Number:         19651
>Category:       ports
>Synopsis:       update port: fontedit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 02 13:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Ben Smithurst
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

>Description:

This is just a very minor change to the fontdump program,

-               printf("- %c ----\n", isprint(ch) ? ch : ' ');
+               printf("- %c ----\n", (isprint(ch) || ch > 127) ? ch : ' ');

so that non-English characters get labelled correctly in the output.

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/sysutils/fontedit/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	2000/06/22 10:31:27	1.1.1.1
+++ Makefile	2000/07/02 19:25:16
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/sysutils/fontedit/Makefile,v 1.1.1.1 2000/06/22 10:31:27 sobomax Exp $
 
 PORTNAME=	fontedit
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.scientia.demon.co.uk/users/ben/tarballs/ \
 		ftp://ukug.uk.freebsd.org/pub/mark/fontmake/
Index: files/md5
===================================================================
RCS file: /usr/cvs/ports/sysutils/fontedit/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- files/md5	2000/06/22 10:31:27	1.1.1.1
+++ files/md5	2000/07/02 19:25:09
@@ -1 +1 @@
-MD5 (fontedit-1.0.tar.gz) = 3ce2561db3c75d232a3938faeb159485
+MD5 (fontedit-1.1.tar.gz) = 91ec8b348da91942245bc4a0f9b8fe39

>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?E138pRN-0004PB-00>