Date: Sun, 22 Sep 2002 17:20:07 +0300 From: Giorgos Keramidas <keramida@FreeBSD.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim Makefile ports/editors/vim/files patch-01 Message-ID: <20020922142007.GH496@hades.hell.gr> In-Reply-To: <200209212349.g8LNnSsv020866@freefall.freebsd.org> References: <200209212349.g8LNnSsv020866@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-09-21 16:49, "David E. O'Brien" <obrien@FreeBSD.ORG> wrote:
> obrien 2002/09/21 16:49:28 PDT
>
> Modified files:
> editors/vim Makefile
> editors/vim/files patch-01
> Log:
> This removes the need for one of the patches for WITH_PERL. I've heard
> vague problems with building with WITH_PERL, but I've never been able to
> get hard evidence.
The only problems I ever had with the previous version though were
caused by perl-wrapper bugs. I have a local meta-port that includes a
RUN_DEPENDS list with all the programs I like having around. When, at
first, I had written RUN_DEPENDS as:
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
vim:${PORTSDIR}/editors/vim \
perl:${PORTSDIR}/lang/perl5
The installation of vim failed because of /usr/bin/perl being in the
PATH, even though /usr/bin/perl could not patch the vim source. One
solution was to change my RUN_DEPENDS to depend explicitly on
${LOCALBASE}/bin/perl :-)
But, thanks for this last change anyway.
Giorgos.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020922142007.GH496>
