DragonFly BSD
DragonFly users List (threaded) for 2006-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Problem with url2pkg


From: "Jeremy C. Reed" <reed@xxxxxxxxxxxxx>
Date: Tue, 15 Aug 2006 11:28:24 -0500 (CDT)

On Mon, 14 Aug 2006, Francis Gudin wrote:

> On 14-08-2006, Saverio Iacovelli <iacovelli_mail@xxxxxxxx> wrote:
> > I try in /usr/pkgsrc/net/
> >
> > url2pkg
> > http://download.pureftpd.org/pub/ucarp/ucarp-1.2.tar.gz
> >
> > but there is the following error message:
> >
> > Run this in .../pkgsrc/foo/bar !
> 
> So, follow its instructions: cd in pkgsrc/net/ucarp, I guess.
> Then run url2pkg from there in.

Don't run it in a directory already in use.

cd /usr/pkgsrc # or wherever you keep it
mkdir -p NEW/ucarp
cd NEW/ucarp
url2pkg http://download.pureftpd.org/pub/ucarp/ucarp-1.2.tar.gz

Anyways, it doesn't not make sense to create a new package from scratch 
when it already exists.

Just simply modify the existing Makefile to use the newer version. And run 
"bmake makesum".




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]