Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 1997 00:21:42 -0800 (PST)
From:      graphite@jp.freebsd.org
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/4863: Fix for ja-groff-0.99 on FreeBSD-2.2.5R
Message-ID:  <199710270821.AAA25816@hub.freebsd.org>
Resent-Message-ID: <199710270830.AAA26377@hub.freebsd.org>

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

>Number:         4863
>Category:       ports
>Synopsis:       Fix for ja-groff-0.99 on FreeBSD-2.2.5R
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 27 00:30:01 PST 1997
>Last-Modified:
>Originator:     Noritaka Ishizumi
>Organization:
NAIST
>Release:        2.2-STABLE
>Environment:
>Description:
Fix a install probrem, 
that because of no roff macro for tcl on FreeBSD-2.2.5R

>How-To-Repeat:

>Fix:
diff -ur groff.old/Makefile groff/Makefile
--- groff.old/Makefile  Mon Sep 15 06:34:39 1997
+++ groff/Makefile      Mon Oct 27 16:44:32 1997
@@ -46,7 +46,6 @@
        @${CP} -p /usr/share/tmac/tmac.vgrind ${PREFIX}/share/groff/tmac
        @${CP} -p /usr/share/tmac/eqnrc ${PREFIX}/share/groff/tmac
        @${CP} -p /usr/share/tmac/hyphen.us-ru ${PREFIX}/share/groff/tmac
-       @${CP} -p /usr/share/tmac/tcl.macros ${PREFIX}/share/groff/tmac
        @${CP} -p /usr/share/tmac/troffrc ${PREFIX}/share/groff/tmac
        @${CP} -p /usr/share/tmac/mdoc/doc-common ${PREFIX}/share/groff/tmac/mdo
c
        @${CP} -p /usr/share/tmac/mdoc/doc-syms ${PREFIX}/share/groff/tmac/mdoc
diff -ur groff.old/pkg/PLIST groff/pkg/PLIST
--- groff.old/pkg/PLIST Tue May 20 13:50:55 1997
+++ groff/pkg/PLIST     Mon Oct 27 16:58:54 1997
@@ -59,7 +59,6 @@
 share/groff/tmac/tmac.groff_an
 share/groff/tmac/tmac.orig_me
 share/groff/tmac/tmac.vgrind
-share/groff/tmac/tcl.macros
 share/groff/tmac/tmac.pic
 share/groff/tmac/tmac.ps
 share/groff/tmac/tmac.psnew

>Audit-Trail:
>Unformatted:



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