Re: pkgng questions

2012-08-30 Thread Jeffrey Bouquet
--- On Thu, 8/30/12, Matt Burke mattbli...@icritical.com wrote: From: Matt Burke mattbli...@icritical.com Subject: Re: pkgng questions To: Mark Felder f...@feld.me Cc: po...@freebsd.org Date: Thursday, August 30, 2012, 7:44 AM On 08/30/12 13:01, Mark Felder wrote: I think you're very

RE: buildworld error in Makefile.inc1

2005-02-02 Thread Jeffrey Bouquet
on WEDS 2-2-05, Glenn Sieb wrote (paraphrased): (quoting the error): error in Makefile.inc1, cannot continue... I ran into this problem last July doing a 5.1 5.2.1 upgrade, during each cvsup the Makefile.inc1 would be re downloaded because after each cvsup, I corrected the syntax (using #edit)

RE: is there a way to browse the ports tree

2005-01-19 Thread Jeffrey Bouquet
on WEDS S. wrote is there a way to browse the ports... I had been using #/usr/ports/palm#find . -type f -name pkg-descr -exec lookat {} \; HOWEVER in X11 that would take HOURS. Better to a file: #!/bin/zsh ...for i in ` find . -type d -maxdepth 1 -print `