doc build with AFPL Ghostscript 8.14
Simon L. Nielsen
simon at FreeBSD.org
Mon Jul 12 08:27:20 UTC 2004
On 2004.07.11 22:55:34 +0900, Hiroki Sato wrote:
> I made a patch to solve a doc build problem when AFPL Ghostscript 8.14
> is used. This patch should be compatible with both of GNU Ghostscript
> 7.07, which the docproj port depends on via graphics/peps, and gs 8.14.
> The problem was that graphics/peps cannot be used with gs 8.14. After
> applying this patch, peps is no longer used.
>
> Comments? If there is no objection, I think I will commit this
> with some additional comments in doc.images.mk.
"Go for it" (R)/(tm)/(c) ;-)
I did a quick test and it seemed to work fine.
> Index: share/mk/doc.images.mk
> ===================================================================
> RCS file: /home/ncvs/doc/share/mk/doc.images.mk,v
> retrieving revision 1.27
> diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.27 doc.images.mk
> +.if exists(/usr/bin/perl)
> +PERL?= /usr/bin/perl
> +.elif exists(/usr/local/bin/perl)
> +PERL?= /usr/local/bin/perl
> +.else
> +PERL?= perl
> +.endif
How about moving this part to doc.project.mk ? I also need a definition
of PERL for the Hardware Notes and if PERL is in doc.project.mk it's
available in all doc related makefiles.
> Index: share/mk/epsgeom
> ===================================================================
> RCS file: share/mk/epsgeom
> diff -N share/mk/epsgeom
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ share/mk/epsgeom 11 Jul 2004 13:27:58 -0000
> @@ -0,0 +1,81 @@
> +#!/usr/bin/perl -w
> +# $FreeBSD$
> +#
> +# epsgeom - extract geometry from a EPS file.
> +#
How about adding some sort of copyright statement?
--
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20040712/a61e558b/attachment.sig>
More information about the freebsd-doc
mailing list