Re: Remove i386 specific mention for pcvtfonts in hier.7

2018-07-11 Thread Jason McIntyre
On Wed, Jul 11, 2018 at 10:34:39AM +0200, Frederic Cambus wrote:
> Hi tech@,
> 
> Remove the i386 specific mention for pcvtfonts, they are also installed
> on alpha and amd64.
> 
> From share/misc/Makefile:
> 
> .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
> (${MACHINE} == "alpha")
> SUBDIR= pcvtfonts
> .endif
> 
> Comments? OK?
> 
> Index: share/man/man7/hier.7
> ===
> RCS file: /cvs/src/share/man/man7/hier.7,v
> retrieving revision 1.159
> diff -u -p -r1.159 hier.7
> --- share/man/man7/hier.7 8 Nov 2017 11:24:24 -   1.159
> +++ share/man/man7/hier.7 11 Jul 2018 08:24:33 -
> @@ -407,7 +407,7 @@ Miscellaneous system-wide ASCII text fil
>  Terminal characteristics database (see
>  .Xr termcap 5 ) .
>  .It pcvtfonts/
> -Additional i386 console fonts.
> +Additional console fonts.
>  .El
>  .Pp
>  .It mk/
> 

hi.

no objection from me. we could say "for some architectures" i suppose,
but that maybe doesn;t add much.

jmc



Re: Remove i386 specific mention for pcvtfonts in hier.7

2018-07-11 Thread Matthieu Herrb
On Wed, Jul 11, 2018 at 10:34:39AM +0200, Frederic Cambus wrote:
> Hi tech@,
> 
> Remove the i386 specific mention for pcvtfonts, they are also installed
> on alpha and amd64.

I guess they could be installed on all archirectures. 
load_font is supported on many of them and the risk of forgetting to
add new ones to that Makefile is high :)

> 
> From share/misc/Makefile:
> 
> .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
> (${MACHINE} == "alpha")
> SUBDIR= pcvtfonts
> .endif
> 
> Comments? OK?
> 
> Index: share/man/man7/hier.7
> ===
> RCS file: /cvs/src/share/man/man7/hier.7,v
> retrieving revision 1.159
> diff -u -p -r1.159 hier.7
> --- share/man/man7/hier.7 8 Nov 2017 11:24:24 -   1.159
> +++ share/man/man7/hier.7 11 Jul 2018 08:24:33 -
> @@ -407,7 +407,7 @@ Miscellaneous system-wide ASCII text fil
>  Terminal characteristics database (see
>  .Xr termcap 5 ) .
>  .It pcvtfonts/
> -Additional i386 console fonts.
> +Additional console fonts.
>  .El
>  .Pp
>  .It mk/

-- 
Matthieu Herrb



Remove i386 specific mention for pcvtfonts in hier.7

2018-07-11 Thread Frederic Cambus
Hi tech@,

Remove the i386 specific mention for pcvtfonts, they are also installed
on alpha and amd64.

>From share/misc/Makefile:

.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "alpha")
SUBDIR= pcvtfonts
.endif

Comments? OK?

Index: share/man/man7/hier.7
===
RCS file: /cvs/src/share/man/man7/hier.7,v
retrieving revision 1.159
diff -u -p -r1.159 hier.7
--- share/man/man7/hier.7   8 Nov 2017 11:24:24 -   1.159
+++ share/man/man7/hier.7   11 Jul 2018 08:24:33 -
@@ -407,7 +407,7 @@ Miscellaneous system-wide ASCII text fil
 Terminal characteristics database (see
 .Xr termcap 5 ) .
 .It pcvtfonts/
-Additional i386 console fonts.
+Additional console fonts.
 .El
 .Pp
 .It mk/