Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 1998 02:42:19 +0900 (JST)
From:      hnokubi@yyy.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6949: ports/mail/faces
Message-ID:  <199806141746.KAA03738@hub.freebsd.org>

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

>Number:         6949
>Category:       ports
>Synopsis:       ports/mail/faces
>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 Jun 14 10:50:01 PDT 1998
>Last-Modified:
>Originator:     NOKUBI Hirotaka
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD sassaby.nokubi.or.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Sun Jun  7 20:22:12 JST 1998     root@sassaby.nokubi.or.jp:/usr/src/sys/compile/SASSABY  i386

>Description:

Configuration seems to be wrong.
Xbm2ikon has bug?

>How-To-Repeat:

% xbm2ikon face.xbm

Without patch, above command generates output like this.
>Fix:

According to comments, `REVORDER' compile option seems to be needed.
But, without this compile option, faces seems to work fine.
(I'm not sure about this.)

--- ../faces/Makefile	Mon Jun 15 02:28:00 1998
+++ Makefile	Mon Jun 15 02:27:48 1998
@@ -185,7 +185,7 @@
 #  are compiling for a little-endian machine (such as the Sun 386i), then
 #  you need to uncomment the following line.
 #
-#REVORDER	  = -DREVORDER
+REVORDER	  = -DREVORDER
 #------------------------------------------------------------------------
 #  If you not running under a BSD4.3 derived system, the parameters
 #  to the select call are different, and this definition should be
--- ../faces/filters/xbm2ikon	Tue May  7 07:51:51 1991
+++ xbm2ikon	Mon Jun 15 02:27:43 1998
@@ -23,6 +23,5 @@
 sed -e 1,2d -e '$s/$/,/' |
 tr -d '\011\012' |
 tr ',' '\012' |
-sed 's/^/0x/' |
 pr -l1 -t -w22 -3 -s, |
 sed -e 's/$/,/' -e 's/\(0x....\)\(0x....\)\(0x....\),/\1,\2,\3,/'
>Audit-Trail:
>Unformatted:
>> 0x0x00,0x0xff,0x0xff,
Compface command doesn't accept this.


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?199806141746.KAA03738>