maybe I only need this cos I forgot to rm -rf /var/db/pkg after /usr/local

*** 7.1-RELEASE/ports/www/httrack/Makefile.orig	Sat Jan 17 21:36:54 2009
--- new-generic/ports/www/httrack/Makefile	Sat Jan 17 22:09:07 2009
***************
*** 20,25 ****
--- 20,26 ----
  USE_GMAKE=	yes
  USE_AUTOTOOLS=	libtool:15
  USE_LDCONFIG=	yes
+ RUN_DEPENDS += 	/usr/local/bin/autom4te:${PORTSDIR}/devel/autoconf262
  
  MAN1=		htsserver.1 httrack.1 proxytrack.1 webhttrack.1
  
-----------
To: sunpoet@sunpoet.net
cc: jhs@@berklix.org
Subject: ports/www/httrack/Makefile
From: "Julian Stacey" <jhs@@berklix.co-m>
Organization: http://www.berklix.com BSD Linux Unix Consultancy, Munich Germany.
User-agent: EXMH on FreeBSD http://www.berklix.com/free/
X-URL: http://www.berklix.com/~jhs/cv/
Date: Sat, 17 Jan 2009 22:08:56 +0100
Sender: jhs@fire.js.berklix.net

Hi sunpoet@sunpoet.net,
ports/www/httrack/Makefile
needs a patch to avoid this on 7.1-RELEASE

===>  Building for httrack-3.42.2^M
cd . && /bin/sh ./config.status Makefile ^M
config.status: creating Makefile^M
cd . && /bin/sh /usr1/ports/www/httrack/work/httrack-3.42.2/missing --run autohe
ader^M
Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains: /usr/local/share/au
toconf-2.61 /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8
.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr
/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /usr/local/bin/auto
header-2.61 line 43.^M
BEGIN failed--compilation aborted at /usr/local/bin/autoheader-2.61 line 43.^M

Patch should be something like (if not exactly) add:

RUN_DEPENDS +=  /usr/local/bin/autom4te:${PORTSDIR}/devel/autoconf262

I discoverd that after removing all /usr/local & make world fro
7.01 to 7.1 & then rebuild of www/httrack

Cheers,
Julian
--
Julian Stacey: BSDUnixLinux C Prog Admin SysEng Consult Munich www.berklix.com
  Mail plain ASCII text.  HTML & Base64 text are spam. www.asciiribbon.org

