Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2004 10:27:03 +0200
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        Hiroki Sato <hrs@FreeBSD.org>
Cc:        doc@FreeBSD.org
Subject:   Re: doc build with AFPL Ghostscript 8.14
Message-ID:  <20040712082702.GA74317@eddie.nitro.dk>
In-Reply-To: <20040711.225534.98614992.hrs@eos.ocn.ne.jp>
References:  <20040711.225534.98614992.hrs@eos.ocn.ne.jp>

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

--+QahgC5+KEYLbs62
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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.
>=20
>  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
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> 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\$DragonFl=
y:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.27 doc.images.mk

> +.if exists(/usr/bin/perl)
> +PERL?=3D		/usr/bin/perl
> +.elif exists(/usr/local/bin/perl)
> +PERL?=3D		/usr/local/bin/perl
> +.else
> +PERL?=3D		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
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> 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?

--=20
Simon L. Nielsen
FreeBSD Documentation Team

--+QahgC5+KEYLbs62
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA8ktWh9pcDSc1mlERAtgLAJ9owUSCjrORPONWGuLTe8vlID0+KgCcCQVc
Ot1hlQs67satVehNI43a7a4=
=xVmY
-----END PGP SIGNATURE-----

--+QahgC5+KEYLbs62--



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