Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 07:06:17 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Mike Loiterman <mike@ascendency.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: WITHOUT_X11 Patch for gnuplot
Message-ID:  <20020419040617.GE629@hades.hell.gr>
In-Reply-To: <009101c1e6de$4b0ff630$0301a8c0@mike>
References:  <009101c1e6de$4b0ff630$0301a8c0@mike>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-04-18 08:38, Mike Loiterman wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm trying to build gnuplot without having to build X as well.
> According to the article located here
> http://www.freebsd.org/cgi/query-pr.cgi?pr=35177 I should be able to
> do this.
>
> When I try to apply the patch listed below I get an error saying
> "malformed patch line 30: 	${MKDIR} ${PREFIX}/share/doc/gnuplot"
>
> diff -urN /usr/ports/math/gnuplot/Makefile gnuplot/Makefile
> - --- /usr/ports/math/gnuplot/Makefile	Tue Sep 11 05:19:45 2001

This line doesn't look OK.  Are you sure it should start with "- ---"?
Try removing the initial "- " so that the line looks like:

--- /usr/ports/math/gnuplot/Makefile...

> - -		--with-x --without-linux-vga \

Similar problem here.  The line seems to have an extra "- " at the
beginning of it.  Remove the first two characters.

Giorgos Keramidas                       FreeBSD Documentation Project
keramida@{freebsd.org,ceid.upatras.gr}  http://www.FreeBSD.org/docproj/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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