From owner-freebsd-ports Sun Jan 10 23:35:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21827 for freebsd-ports-outgoing; Sun, 10 Jan 1999 23:35:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from glitnir.cfar.umd.edu (glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21819 for ; Sun, 10 Jan 1999 23:35:05 -0800 (PST) (envelope-from arensb@cfar.umd.edu) Received: from cfar.umd.edu (arensb@localhost [127.0.0.1]) by glitnir.cfar.umd.edu (8.9.1/8.9.1) with ESMTP id CAA22495 for ; Mon, 11 Jan 1999 02:34:32 -0500 (EST) Message-Id: <199901110734.CAA22495@glitnir.cfar.umd.edu> To: ports@FreeBSD.ORG Subject: xfpovray Makefile patch MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <22490.916040033.0@cfar.umd.edu> Date: Mon, 11 Jan 1999 02:34:32 -0500 From: Andrew Arensburger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22490.916040033.1@cfar.umd.edu> Hi! I had to apply the enclosed patch to /usr/ports/graphics/xfpovray to make it work under 3.0-RELEASE (with Perl 5). It shouldn't break anything for anyone still using Perl 4. -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland What if there was a Barbie Wrestlemania game? ------- =_aaaaaaaaaa0 Content-Type: text/plain; name="xfpovray.patch"; charset="us-ascii" Content-ID: <22490.916040033.2@cfar.umd.edu> Content-Description: xfpovray Makefile --- Makefile.bak Sat Jan 9 06:25:01 1999 +++ Makefile Mon Jan 11 02:28:51 1999 @@ -26,6 +26,6 @@ NO_INSTALL_MANPAGES= yes post-patch: - @/usr/bin/perl -pi -e "s|@LOCALBASE@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h + @/usr/bin/perl -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h .include ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message