Date: Fri, 23 Feb 2001 15:34:25 -0800 From: "Bruce A. Mah" <bmah@FreeBSD.ORG> To: John Baldwin <jhb@FreeBSD.ORG>, nik@FreeBSD.ORG Cc: doc@FreeBSD.ORG Subject: Re: Doc Build broken *sigh* Message-ID: <200102232334.f1NNYPc60652@bmah-freebsd-0.cisco.com> In-Reply-To: <XFMail.010223151205.jhb@FreeBSD.org> References: <XFMail.010223151205.jhb@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
If memory serves me right, John Baldwin wrote:
> Well, the doc build is broken, too, so it looks like the current snapshot CD
> BSDi ships probably won't have docs on it:
Urk. Nik needs to patch the eps2png port to teach it the right location
of perl (there was a brief thread on this on some list that I can't
remember). The patch below fixes the port by adding a patchfile and
bumping PORTREVISION.
It worked for me, but I didn't want to commit this without Nik's OK.
Bruce.
diff -crN /usr/ports/graphics/eps2png/Makefile eps2png/Makefile
*** /usr/ports/graphics/eps2png/Makefile Fri Feb 23 15:31:50 2001
--- eps2png/Makefile Fri Feb 23 15:28:02 2001
***************
*** 7,12 ****
--- 7,13 ----
PORTNAME= eps2png
PORTVERSION= 1.7
+ PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans
diff -crN /usr/ports/graphics/eps2png/files/patch-aa eps2png/files/patch-aa
*** /usr/ports/graphics/eps2png/files/patch-aa Wed Dec 31 16:00:00 1969
--- eps2png/files/patch-aa Fri Feb 23 15:27:11 2001
***************
*** 0 ****
--- 1,17 ----
+ *** script/eps2png.orig Fri Feb 23 15:24:35 2001
+ --- script/eps2png Fri Feb 23 15:24:51 2001
+ ***************
+ *** 1,6 ****
+ ! #!/opt/perl-5.6.0/bin/perl
+
+ ! eval 'exec /opt/perl-5.6.0/bin/perl -S $0 ${1+"$@"}'
+ if 0; # not running under some shell
+
+ my $RCS_Id = '$Id: eps2png.pl,v 1.8 2000-07-11 19:04:40+02 jv Exp $ ';
+ --- 1,6 ----
+ ! #!/usr/bin/perl
+
+ ! eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
+ if 0; # not running under some shell
+
+ my $RCS_Id = '$Id: eps2png.pl,v 1.8 2000-07-11 19:04:40+02 jv Exp $ ';
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: Exmh version 2.2 06/23/2000
iD8DBQE6lvOB2MoxcVugUsMRArWLAJ9p7l/NdAwrXncNzbsddgFqW65tkQCg9ub3
EklQATvnr2tt6pO88+4qUfI=
=6iI3
-----END PGP SIGNATURE-----
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102232334.f1NNYPc60652>
