Re: Modify memtest86+

2010-12-31 Thread Josh Elsasser
On Fri, Dec 31, 2010 at 08:56:42PM +0100, Pieter Verberne wrote: > Hello, > > I want to test the memory of my Soekris with memtest86+ over serial > console. After reading > /usr/local/share/doc/pkg-readmes/memtest86+-4.10p1 it looks like > memtest-serial is compiled with 9600 baud rate. Soekr

Re: 4.8-release, unable to build any port

2010-12-31 Thread Dan Harnett
On Fri, Dec 31, 2010 at 01:19:26PM -0500, Chad M Stewart wrote: > > From root's .profile > > if [ -x /usr/bin/tset ]; then >if [ X"$XTERM_VERSION" = X"" ]; then >eval `/usr/bin/tset -sQ '-munknown:?vt220' $TERM` >else >eval `/usr/bin/tset -IsQ '-mun

Modify memtest86+

2010-12-31 Thread Pieter Verberne
Hello, I want to test the memory of my Soekris with memtest86+ over serial console. After reading /usr/local/share/doc/pkg-readmes/memtest86+-4.10p1 it looks like memtest-serial is compiled with 9600 baud rate. Soekris uses 19200 baud rate. I have been trying to edit /usr/ports/sysutils/memt

Re: 4.8-release, unable to build any port

2010-12-31 Thread Chad M Stewart
On Dec 31, 2010, at 1:00 PM, Chad M Stewart wrote: > > Off list someone suggested using 'env -i make package' and that worked. That > solves my immediate problem. I'm using ESXi so I can easily create new > systems for testing, etc.. I did a fresh install from install48.iso and a > downl

Re: 4.8-release, unable to build any port

2010-12-31 Thread Chad M Stewart
Off list someone suggested using 'env -i make package' and that worked. That solves my immediate problem. I'm using ESXi so I can easily create new systems for testing, etc.. I did a fresh install from install48.iso and a downloaded ports.tar.gz file. I then 'ssh r...@host' to connect and

Re: 4.8-release, unable to build any port

2010-12-31 Thread Ian McWilliam
On 1/01/2011 2:46 AM, Chad M Stewart wrote: On Dec 31, 2010, at 5:52 AM, Marc Espie wrote: Have you looked for $< around the place in bsd.port.mk where it says it sees it ? A grep reveals no such combination in the file. :( The only thing left is to try removing part of that line until th

Re: 4.8-release, unable to build any port

2010-12-31 Thread Chad M Stewart
On Dec 31, 2010, at 5:52 AM, Marc Espie wrote: > Have you looked for $< around the place in bsd.port.mk where it says it sees > it ? A grep reveals no such combination in the file. :( > > The only thing left is to try removing part of that line until the error > goes away, and then figure ou

NEW: x11/dmz-cursor-themes

2010-12-31 Thread Martin Pieuchot
Hi, Two very popular cursor themes: Cursor themes derived from the Industrial theme developed for the Ximian GNOME desktop. Black and White flavors. I borrowed the explanation of "how to use" the new cursors from the xcursor-themes port. Comments? OK? Martin dmz-cursor-themes.tgz Descripti

UPDATE: textproc/p5-Text-RecordParser

2010-12-31 Thread Benoit Lecocq
Hi, This diff updates p5-Text-RecordParser to 1.5.0. Regression tests are OK. Comments ? OK ? Cheers, benoit p5-Text-RecordParser.diff Description: Binary data

UPDATE: textproc/p5-String-RewritePrefix

2010-12-31 Thread Benoit Lecocq
Hi, This diff updates p5-XML-RSS to the latest release 0.006. Comments ? OK ? Cheers, benoit p5-String-RewritePrefix.diff Description: Binary data

Re: [NEW] sysutils/downtimed

2010-12-31 Thread Remi Pointel
On Thu, 30 Dec 2010 22:59:20 +0100 Remi Pointel wrote: > On Thu, 30 Dec 2010 16:19:33 +0100 (CET) > Antoine Jacoutot wrote: > > On Thu, 30 Dec 2010, Remi Pointel wrote: > > > > > Hi, > > > > > > this is the port of downtimed, a program for monitoring operating system > > > downtime, uptime, sh

UPDATE: textproc/p5-XML-RSS

2010-12-31 Thread Benoit Lecocq
Hi, This diff updates p5-XML-RSS to the latest release 1.48. Regression tests are OK. Comments ? OK ? Cheers, benoit p5-XML-RSS.diff Description: Binary data

Re: 4.8-release, unable to build any port

2010-12-31 Thread Marc Espie
Have you looked for $< around the place in bsd.port.mk where it says it sees it ? The only thing left is to try removing part of that line until the error goes away, and then figure out where it comes from.