Re: amule 2 port - trying an upgrade

2008-12-29 Thread Dmitry Marakasov
* Torfinn Ingolfsen (tin...@gmail.com) wrote: > >> +USE_GETTEXT= yes > > Using gettext conditionally like before no longer work? > I don't really know. What exactly do we gain by using gettext conditionally? Optional NLS support. Less depends, not installing unneeded locales if NLS is not needed.

Re: amule 2 port - trying an upgrade

2008-12-29 Thread Torfinn Ingolfsen
Hello, Real life got in the way, and my amule2 porting efforts had to be put on hold. Buttime waits for no man, and now aMule 2.2.3 has been released. So I wil restart my efforts with the newest version. On Sat, Aug 23, 2008 at 3:05 AM, Dmitry Marakasov wrote: > No, they are automake's macro lan

Re: amule 2 port - trying an upgrade

2008-08-30 Thread Jyun-Yi Liou
Hi Dmitry, I am trying to install amule 2.2.1 with port system too. but there is a intresting thing about the "man page installation" issue. In my case, *_MANPAGES will be set by (from amule wiki) ./configure --with-wx-config=/usr/local/bin/wxgtk2u-2.8-config --with-crypto-prefix=/usr/local/ --di

Re: amule 2 port - trying an upgrade

2008-08-22 Thread Dmitry Marakasov
* Torfinn Ingolfsen ([EMAIL PROTECTED]) wrote: > > You should REINPLACE_CMD -e '/if test/ s|==|=|' ${WRKSRC}/configure > I have fixed that now (see attached diff). I also found a similar > thing in ${WRKSRC}/automake/manpages.am and tried to fix that. > Are automake files plain sh scripts? I guess

Re: amule 2 port - trying an upgrade

2008-08-22 Thread Torfinn Ingolfsen
Hi, On Sat, Aug 23, 2008 at 12:13 AM, Dmitry Marakasov <[EMAIL PROTECTED]> wrote: > I think you should hack configure with REINPLACE_CMD and change > (configure:4643): > > for ac_prog in flex lex > > to > > for ac_prog in ${LOCALBASE}/flex OK, if that is the best way, I'll do that. > Those are b

Re: amule 2 port - trying an upgrade

2008-08-22 Thread Dmitry Marakasov
* Torfinn Ingolfsen ([EMAIL PROTECTED]) wrote: > and it looks like configure pick up the old flex: > [EMAIL PROTECTED] grep flex work/a*/config.log > configure:4647: checking for flex > configure:4663: found /usr/bin/flex > configure:4673: result: flex > configure:4837: flex conftest.l > configure

Re: amule 2 port - trying an upgrade

2008-08-22 Thread Torfinn Ingolfsen
Hello, On Fri, Aug 22, 2008 at 2:58 PM, Dmitry Marakasov <[EMAIL PROTECTED]> wrote: > I'll check this out in couple of days. Usually what you do is send-pr > the patch - this way it's easier to track who's responsible for > procesing it. I know about send-pr :) And I intend to snd-pr the patch, b

Re: amule 2 port - trying an upgrade

2008-08-22 Thread Dmitry Marakasov
* Torfinn Ingolfsen ([EMAIL PROTECTED]) wrote: > > Port system does not install man pages for you. This should be done > > by the build scripts in the distribution tarball. You should probably look > > at > > various Makefiles* and/or configure script. > Yes, I know. I have looked at the variou

Re: amule 2 port - trying an upgrade

2008-08-21 Thread Torfinn Ingolfsen
Hello, On Thu, Aug 21, 2008 at 12:55 PM, Alexey Shuvaev <[EMAIL PROTECTED]> wrote: > Port system does not install man pages for you. This should be done > by the build scripts in the distribution tarball. You should probably look at > various Makefiles* and/or configure script. Yes, I know. I ha

Re: amule 2 port - trying an upgrade

2008-08-21 Thread Alexey Shuvaev
On Mon, Aug 18, 2008 at 10:31:21PM +0200, Torfinn Ingolfsen wrote: > > As a first try, I have come up with the following diff[1]. The port > compiles fine, but the installation step fails, because most of the > man pages doesn't get installed. Here is the relevant part of the > 'make install': > =

Re: amule 2 port - trying an upgrade

2008-08-20 Thread Torfinn Ingolfsen
Hi, On Mon, Aug 18, 2008 at 10:31 PM, Torfinn Ingolfsen <[EMAIL PROTECTED]> wrote: > Any hnts on how I fix this? > I have read the man pages[2] chapter in the Porter's Handbook, but it > didn't help me. AFAICT, the Makefile.man should work as is. Nobody who can suggest anything? -- Regards, Tor

amule 2 port - trying an upgrade

2008-08-18 Thread Torfinn Ingolfsen
Hello, I am trying to upgrade the amule2 port from version 2.1.3 to version 2.2.2. I'm doing this because I use amule myself, and hve been informed that the mainatiner curently is busy with other things in his life. I'm not very experienced in the art of ports, in case anyone should think that. :-