Re: bin/11420 [nanobsd] Build failure on RELENG_6

2007-10-20 Thread Ruslan Ermilov
The following reply was made to PR ports/11420; it has been noted by GNATS. From: Ruslan Ermilov <[EMAIL PROTECTED]> To: "M. Warner Losh" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: bin/11420 [nanobsd] Build failure on RELENG_6 Date: Sat, 20 Oct 2007 22:03:

new imported libpcap has net/bpf.h handling issue

2007-10-20 Thread Norikatsu Shigemura
I tried to install ports/net/pchar on 8-current machine. And I got following compiling error message:-(. c++ -O -fno-strict-aliasing -pipe -march=pentium3 -I. -DSIZEOF_BOOL=1 -DHAVE_SOCKLEN_T=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE

Re: Appropriate way of submitting multiple related ports at once?

2007-10-20 Thread Boris Samorodov
On Sat, 20 Oct 2007 18:55:14 +0200 [LoN]Kamikaze wrote: > Boris Samorodov wrote: > > On Sat, 20 Oct 2007 16:09:56 +0200 [LoN]Kamikaze wrote: > >> Q wrote: > > > >>> I have written a collection of ports (16 in total) for building a > >>> typical Apple WebObjects deployment environment. As most of t

Re: Appropriate way of submitting multiple related ports at once?

2007-10-20 Thread [LoN]Kamikaze
Boris Samorodov wrote: > On Sat, 20 Oct 2007 16:09:56 +0200 [LoN]Kamikaze wrote: >> Q wrote: > >>> I have written a collection of ports (16 in total) for building a >>> typical Apple WebObjects deployment environment. As most of these ports >>> depend on one another in some way could someone advis

Re: Appropriate way of submitting multiple related ports at once?

2007-10-20 Thread Boris Samorodov
On Sat, 20 Oct 2007 16:09:56 +0200 [LoN]Kamikaze wrote: > Q wrote: > > I have written a collection of ports (16 in total) for building a > > typical Apple WebObjects deployment environment. As most of these ports > > depend on one another in some way could someone advise what the most > > appropri

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Beat Gätzi
Miroslav Lachman wrote: > It would be better if one can omit -p. Then pkg_updating will be more > "compatible" with other pkg_* commands (e.g. pkg_info which shows all > installed packages without any argument or just info for given package[s]. > (so one can use `pkg_updating apache mysql` and get

Re: Appropriate way of submitting multiple related ports at once?

2007-10-20 Thread [LoN]Kamikaze
Q wrote: > Hi, > > I have written a collection of ports (16 in total) for building a > typical Apple WebObjects deployment environment. As most of these ports > depend on one another in some way could someone advise what the most > appropriate way to submit these ports as a bundle would be? > > T

Re: Smarteiffel is marked broken but is not (maybe!)

2007-10-20 Thread Patrick Lamaiziere
Le Wed, 17 Oct 2007 01:06:45 +0200, Kris Kennaway <[EMAIL PROTECTED]> : Hello, > > I compiled the install program with full assertions and it crashs > > with a run-time stack dump. Looking the code it seems related to the > > memory management by SmartEiffel (it is not good because there is a > >

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Beat Gätzi
Martin Tournoij wrote: > Here's a little patch. > > It changes: > - variable tmpfile was renamed to tmp_file, I got a warning that it > shadowed a global declaration > - Add support for PORTSDIR and PKG_DBDIR > - Don't exit if we can't open +CONTENTS file, since pkgdb may be in > /var/

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Martin Tournoij
On Sat 20 Oct 2007 13:10, Beat Gtzi wrote: > Rong-en Fan wrote: > >> Known issues: > >> - pkg_updating needs a colon at the end of the date line. Some entries > >> don't have this colon. This patch adds the missing colons: > >> http://tmp.chruetertee.ch/pkg_updating/UPDATING.patch > > > > I just c

Re: FreeBSD Port: rhythmbox-0.10.1_3

2007-10-20 Thread Yuri Pankov
On Fri, Oct 19, 2007 at 05:04:48PM +0200, Roberth Sjonøy wrote: > Please update rhythmbox. > > Regards, Roberth. Version in ports is latest: http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.10/LATEST-IS-0.10.1 Try updating your ports tree. Yuri ___

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Miroslav Lachman
Beat Gätzi wrote: Hi, I read at the project idea page about the UPDATING parser and displayer. I wrote a small script that parses and displays entries from /usr/ports/UPDATING: pkg_updating With the -p argument only entries for the given portname are shown. Without the -p argument entries for

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Beat Gätzi
Rong-en Fan wrote: >> Known issues: >> - pkg_updating needs a colon at the end of the date line. Some entries >> don't have this colon. This patch adds the missing colons: >> http://tmp.chruetertee.ch/pkg_updating/UPDATING.patch > > I just committed this. Thanks! Thanks! >> pkg_updating is avail

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Rong-en Fan
On 10/20/07, Beat Gätzi <[EMAIL PROTECTED]> wrote: > Hi, > > I read at the project idea page about the UPDATING parser and displayer. > I wrote a small script that parses and displays entries from > /usr/ports/UPDATING: pkg_updating > [...] Nice work ;-) > Known issues: > - pkg_updating needs a

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Beat Gätzi
Hans Lambermont wrote: >> I wrote a small script that parses and displays entries from >> /usr/ports/UPDATING: pkg_updating > > Great work ! I just tried it, and it works really nice. Thanks! > I assume the goal is to make it available for the ports upgrade system, > for that pkg_updating needs

Re: Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Hans Lambermont
Beat G?tzi wrote: > I wrote a small script that parses and displays entries from > /usr/ports/UPDATING: pkg_updating Great work ! I just tried it, and it works really nice. I assume the goal is to make it available for the ports upgrade system, for that pkg_updating needs the install date of th

Project ideas page: UPDATING parser and displayer

2007-10-20 Thread Beat Gätzi
Hi, I read at the project idea page about the UPDATING parser and displayer. I wrote a small script that parses and displays entries from /usr/ports/UPDATING: pkg_updating With the -p argument only entries for the given portname are shown. Without the -p argument entries for all installed ports