From owner-freebsd-doc Fri Feb 23 17: 8:14 2001 Delivered-To: freebsd-doc@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.43.88]) by hub.freebsd.org (Postfix) with ESMTP id 9AF7B37B401; Fri, 23 Feb 2001 17:08:10 -0800 (PST) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-2.cisco.com (8.9.3/8.9.1) with ESMTP id RAA29083; Fri, 23 Feb 2001 17:08:25 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.2/8.11.1) id f1O18AQ64347; Fri, 23 Feb 2001 17:08:10 -0800 (PST) (envelope-from bmah) Message-Id: <200102240108.f1O18AQ64347@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: John Baldwin , nik@FreeBSD.ORG, doc@FreeBSD.ORG Cc: bmah@FreeBSD.ORG Subject: Re: Doc Build broken *sigh* In-Reply-To: <200102232334.f1NNYPc60652@bmah-freebsd-0.cisco.com> References: <200102232334.f1NNYPc60652@bmah-freebsd-0.cisco.com> Comments: In-reply-to "Bruce A. Mah" message dated "Fri, 23 Feb 2001 15:34:25 -0800." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1718563204P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 23 Feb 2001 17:08:10 -0800 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-1718563204P Content-Type: text/plain; charset=us-ascii I wrote: > 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. [snip] I didn't like that patch. Let's try that again, this time with a solution that only touches the Makefile and doesn't require an extra patchfile. Bruce. diff -cr /usr/ports/graphics/eps2png/Makefile eps2png/Makefile *** /usr/ports/graphics/eps2png/Makefile Fri Feb 23 15:31:50 2001 --- eps2png/Makefile Fri Feb 23 17:05:40 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 *************** *** 18,23 **** --- 19,27 ---- USE_PERL5= yes PERL_CONFIGURE= yes + pre-patch: + perl -pi -e 's,/opt/perl-5.6.0/bin/perl,/usr/bin/perl,' \ + ${INSTALL_WRKSRC}/script/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/script/${PORTNAME} ${PREFIX}/bin --==_Exmh_-1718563204P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6lwl62MoxcVugUsMRAmBVAKDB2i2FIZ7IabxrksfKcZzQQdJspQCfetxf FKC8hTX/uNnWL7Ws++aCb6o= =ie0w -----END PGP SIGNATURE----- --==_Exmh_-1718563204P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message