Syncing up with the package build cluster

2006-09-22 Thread Daniel O'Connor
Is there an easy way to find when the ports tree was checked out for a given package run? It would be nice to be able to sync my tree to that date and be able to use portupgrade -P and get a good hit rate. -- Daniel O'Connor software and network engineer for Genesis Software -

Re: A section on gettext for the Porter's Handbook

2006-09-22 Thread Yar Tikhiy
On Fri, Sep 22, 2006 at 06:52:45AM +0200, Dirk Meyer wrote: +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS=@comment +.else +USE_GETTEXT=yes +CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib +PLIST_SUB+= NLS=

Re: devel/guichan update and dependant ports

2006-09-22 Thread Dmitry Marakasov
* Marcus von Appen ([EMAIL PROTECTED]) wrote: Personally I would break games/diameter and keep it as broken until a compatible version of it will be released (or remove it in a year or so if nothing happens). I agree. To fork guichan for only one port is not a solution. I would be grateful if

Re: devel/guichan update and dependant ports

2006-09-22 Thread Marcus von Appen
On, Fri Sep 22, 2006, Dmitry Marakasov wrote: * Marcus von Appen ([EMAIL PROTECTED]) wrote: Personally I would break games/diameter and keep it as broken until a compatible version of it will be released (or remove it in a year or so if nothing happens). I agree. To fork guichan for only

Re: Syncing up with the package build cluster

2006-09-22 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 04:21:15PM +0930, Daniel O'Connor wrote: Is there an easy way to find when the ports tree was checked out for a given package run? It would be nice to be able to sync my tree to that date and be able to use portupgrade -P and get a good hit rate. Thanks for

Re: Syncing up with the package build cluster

2006-09-22 Thread Chuck Swiger
On Sep 21, 2006, at 11:51 PM, Daniel O'Connor wrote: Is there an easy way to find when the ports tree was checked out for a given package run? Doing a ls -ltr on the appropriate package directory on one of the FTP servers is probably the most reliable source of information. Normally,

Re: installation of mico failed

2006-09-22 Thread Stanislav Sedov
On Fri, 22 Sep 2006 06:37:13 -0700 (PDT) KAYVEN RIESE [EMAIL PROTECTED] mentioned: here is a link i am asking help http://www.experts-exchange.com/Operating_Systems/FreeBSD/Q_21997654.html tried kayve# ./configure --with-qt=/usr/local/qt mico_config.log (kayve# is the root

Re: Syncing up with the package build cluster

2006-09-22 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 09:56:43AM -0700, Chuck Swiger wrote: On Sep 21, 2006, at 11:51 PM, Daniel O'Connor wrote: Is there an easy way to find when the ports tree was checked out for a given package run? Doing a ls -ltr on the appropriate package directory on one of the FTP servers is

x11/kde3: LANG=C: not found error

2006-09-22 Thread Scot Hetzel
When the x11/kde3/scripts/configure.kde script is run it displays the following error: LANG=C: not found Looking for installd modules.LANG=C: not found This causes the script to display a dialog box with all options not checked. The cause of the problem is that the TR variable is being

avifile will not compile on -current

2006-09-22 Thread Kevin Oberman
avifile has not built on current since the update of gcc to the latest 3.4.6 fixes back on Aug. 25. When I try building avifile on either of my current systems, I get the error: c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I./../common -I./../../ffmpeg/libavformat -I./../../ffmpeg/libavcodec

Re: avifile will not compile on -current

2006-09-22 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 02:10:55PM -0700, Kevin Oberman wrote: avifile has not built on current since the update of gcc to the latest 3.4.6 fixes back on Aug. 25. When I try building avifile on either of my current systems, I get the error: c++ -DHAVE_CONFIG_H -I. -I. -I../../include

Re: FreeBSD Port: dkfilter-0.10_1

2006-09-22 Thread Charles Mujie
Yanagisawa-san, Sorry I am experiencing another problem. I downloaded the lastest dkfilter using cvsup last night and tried to installed in on my production mail server. At boot time I am seeing the following error message. Starting dkfilter_out. logger: illegal option -- - usage: logger

Re: avifile will not compile on -current

2006-09-22 Thread Rainer Alves
Kevin Oberman wrote: avifile has not built on current since the update of gcc to the latest 3.4.6 fixes back on Aug. 25. It also doesn't compile here, for 2 reasons: 1) since `pcvt` was removed from CURRENT around May or so, avifile no longer finds the header pcvt_ioctl.h and the build breaks

Re: installation of mico failed

2006-09-22 Thread KAYVEN RIESE
On Fri, 22 Sep 2006, Stanislav Sedov wrote: On Fri, 22 Sep 2006 06:37:13 -0700 (PDT) KAYVEN RIESE [EMAIL PROTECTED] mentioned: here is a link i am asking help http://www.experts-exchange.com/Operating_Systems/FreeBSD/Q_21997654.html Or install devel/glib12 first. -- Stanislav Sedov

Re: FreeBSD Port: dkfilter-0.10_1

2006-09-22 Thread Charles Mujie
Yanagisawa-san, Ignore my earlier e-mail. I found out the problem. I set the private key to be root readable so when the process starts and changes to dkfilter user it wasn't able to read the private key file. Now I've set it to dkfilter user and it is working fine. /cm