Re: Problem with url2pkg

2006-08-18 Thread Saverio Iacovelli
I have two last questions about this topic, that is to say: 1) where is my patch for ucarp? 2) Can I see changes likened at my patch? Saverio __ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio grat

Re: Problem with url2pkg

2006-08-17 Thread Jeremy C. Reed
> 4) What meaning nb* in binary package, for example > what meaning nb1 in ucarp-1.2nb1.tgz It means it is the first modification of the package. This is version difference specific for pkgsrc packages. In your case, you could remove the PKGREVISION line in that Makefile and do "bmake clean" an

Re: Problem with url2pkg

2006-08-17 Thread Saverio Iacovelli
Wow, cvs updated! thank you very much. !) The "bmake install" output is: > Registering installation for ucarpnb1 ucarp-1.2nb1 requires installed package gettext-lib-0.14.5 2) I try: #bmake print-PLIST | tee PLIST.new but I could also write: #bmake print-PLIST > PLIST.new (the difference is that I

Re: Problem with url2pkg

2006-08-17 Thread Jeremy C. Reed
On Fri, 18 Aug 2006, Saverio Iacovelli wrote: > > bmake print-PLIST | tee PLIST.new > > What is difference between "|" and "tee" commands The vertical bar also called the pipe is a special shell character which basically means the standard output of the previous command becomes the standard in

Re: Problem with url2pkg

2006-08-17 Thread Saverio Iacovelli
> bmake print-PLIST | tee PLIST.new What is difference between "|" and "tee" commands __ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it

Re: Problem with url2pkg

2006-08-17 Thread Jeremy C. Reed
> So, these are commands that I used: > > 1) cd /usr/pkgsrc/net/ucarp > 2) changed ucarp version in makefile > 3) bmake makesum 4) bmake install 5) bmake print-PLIST | tee PLIST.new 6) diff -u PLIST PLIST.new # to compare > distinfo file is updated. > What are my next actions to create patch

Re: Problem with url2pkg

2006-08-17 Thread Saverio Iacovelli
So, these are commands that I used: 1) cd /usr/pkgsrc/net/ucarp 2) changed ucarp version in makefile 3) bmake makesum distinfo file is updated. What are my next actions to create patch for binary package? __ Do You Yahoo!? Poco spazio e tanto sp

Re: Problem with url2pkg

2006-08-16 Thread Steve O'Hara-Smith
On Wed, 16 Aug 2006 14:22:52 +0200 (CEST) Saverio Iacovelli <[EMAIL PROTECTED]> wrote: > > Have you actually installed pkgsrc ? > > I only installed DragonFly 1.6.0 and some pkgtools > (like url2pkg, pkglint, pkgdep...). > Pkgsrc framework didn't install with DragonFly OS? No - the basic

Re: Problem with url2pkg

2006-08-16 Thread Francis Gudin
On 16-08-2006, Saverio Iacovelli <[EMAIL PROTECTED]> wrote: >> Simple edit the pkgsrc/net/ucarp/Makefile to change > the version and try "make makesum" > > Ok, but I don't see makefile in > ftp://packages.stura.uni-rostock.de/pkgsrc-current/DragonFly/1.6.0-RELEASE/i386/net > directory and if I open

Re: Problem with url2pkg

2006-08-16 Thread Saverio Iacovelli
> Simple edit the pkgsrc/net/ucarp/Makefile to change the version and try "make makesum" Ok, but I don't see makefile in ftp://packages.stura.uni-rostock.de/pkgsrc-current/DragonFly/1.6.0-RELEASE/i386/net directory and if I open ucarp-1.1nb1-1.tgz it there isn't makefile. Excuse me, but I newbie a

Re: Problem with url2pkg

2006-08-16 Thread Saverio Iacovelli
> Have you actually installed pkgsrc ? I only installed DragonFly 1.6.0 and some pkgtools (like url2pkg, pkglint, pkgdep...). Pkgsrc framework didn't install with DragonFly OS? Saverio __ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti p

Re: Problem with url2pkg

2006-08-16 Thread Steve O'Hara-Smith
On Wed, 16 Aug 2006 00:16:37 +0200 (CEST) Saverio Iacovelli <[EMAIL PROTECTED]> wrote: > #cd /usr/pkgsrc/net/ucarp > #cd ../../mk/bsd.pkg.mk > ../../mk/bsd.pkg.mk: No such file or directory. Have you actually installed pkgsrc ? -- C:>WIN | Directab

Re: Problem with url2pkg

2006-08-15 Thread Jeremy C. Reed
> > 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

Re: Problem with url2pkg

2006-08-15 Thread walt
Saverio Iacovelli wrote: >> The error is coming from this test in url2pkg: >> >> if [ ! -f ../../mk/bsd.pkg.mk ]; then >>echo "Run this in .../pkgsrc/foo/bar !" >>exit 1 >> fi >> >> So, what happens if you do this: >> #cd /usr/pkgsrc/net/ucarp >> #ls ../../mk/bsd.pkg.mk > > So, I h

Re: Problem with url2pkg

2006-08-15 Thread Saverio Iacovelli
> 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 exis

Re: Problem with url2pkg

2006-08-15 Thread Saverio Iacovelli
> The error is coming from this test in url2pkg: > > if [ ! -f ../../mk/bsd.pkg.mk ]; then >echo "Run this in .../pkgsrc/foo/bar !" >exit 1 > fi > > So, what happens if you do this: > #cd /usr/pkgsrc/net/ucarp > #ls ../../mk/bsd.pkg.mk So, I have test.txt in /usr/pkgsrc directory:

Re: Problem with url2pkg

2006-08-15 Thread Jeremy C. Reed
On Mon, 14 Aug 2006, Francis Gudin wrote: > On 14-08-2006, Saverio Iacovelli <[EMAIL PROTECTED]> 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

Re: Problem with url2pkg

2006-08-14 Thread walt
On Mon, 14 Aug 2006, Saverio Iacovelli wrote: > The command fails also in /usr/pkgsrc/net/ucarp and in > /pkgsrc/net/ucarp!! > I tried this command in multiple directories, but the > error message is always "Run this in > .../pkgsrc/foo/bar ! The error is coming from this test in url2pkg: if [ !

Re: Problem with url2pkg

2006-08-14 Thread Saverio Iacovelli
The command fails also in /usr/pkgsrc/net/ucarp and in /pkgsrc/net/ucarp!! I tried this command in multiple directories, but the error message is always "Run this in .../pkgsrc/foo/bar ! Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.co

Re: Problem with url2pkg

2006-08-14 Thread Francis Gudin
Hello, On 14-08-2006, Saverio Iacovelli <[EMAIL PROTECTED]> 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/uca

Problem with url2pkg

2006-08-14 Thread Saverio Iacovelli
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 ! How can I solve this problem? Thanks everyone for possible answers, Saverio Chiacchiera con i tuoi amici in tempo reale! htt