Re: KDE 4.4.4 won't build

2010-06-18 Thread Max Brazhnikov
On Fri, 18 Jun 2010 01:52:30 -0500, Troy wrote: > /usr/ports/x11/kdelibs4/work/kdelibs-4.4.4/nepomuk/core/resourcedata.cpp > In file included from > /usr/ports/x11/kdelibs4/work/kdelibs-4.4.4/nepomuk/core/resourcedata.cpp:29 > : /usr/ports/x11/kdelibs4/work/kdelibs-4.4.4/build/nepomuk/core/pimo.h:8

Fwd: graphics/ipe - fails: checksum

2010-06-18 Thread Troels Kofoed Jacobsen
I submitted a PR for an update in January but nothing ever happened, although a committer did take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=143209 Troels Kofoed Jacobsen -- Forwarded message -- From: Date: Fri, Jun 18, 2010 at 3:10 AM Subject: graphics/ipe - fails: checks

[HEADSUP]: Ports feature freeze for 8.1 now in effect

2010-06-18 Thread Erwin Lansing
In preparation for 8.1-RELEASE, the ports tree is now in feature freeze. Normal upgrade, new ports, and changes that only affect other branches are allowed without prior approval but with the extra Feature safe: yes tag in the commit message. Any commit that is sweeping, i.e. touches a large numbe

Re: [HEADSUP]: Ports feature freeze for 8.1 now in effect

2010-06-18 Thread Ion-Mihai Tetcu
On Fri, 18 Jun 2010 14:10:28 +0200 Erwin Lansing wrote: > In preparation for 8.1-RELEASE, the ports tree is now in feature > freeze. > > Normal upgrade, new ports, and changes that only affect other branches > are allowed without prior approval but with the extra Feature safe: > yes tag in the c

Re: FreeBSD Port: squeezeboxserver-7.5.0_1

2010-06-18 Thread Emanuel Haupt
George Hartzell wrote: > Mark writes: > > Hi, > > I've been using this port for some years to power my Squeezebox > > devices > > - thanks for keeping it up to date. > > > > However, the latest update has killed my installation totally - > > first it would not scan my music, and after upg

Now OK (Re: cvs commit: ports/www/mnogosearch Makefile pkg-plist)

2010-06-18 Thread QAT
www/mnogosearch, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a

Re: Fwd: graphics/ipe - fails: checksum

2010-06-18 Thread Mark Linimon
On Fri, Jun 18, 2010 at 01:37:43PM +0200, Troels Kofoed Jacobsen wrote: > I submitted a PR for an update in January but nothing ever happened, > although a committer did take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=143209 It was marked closed via feedback timeout. However, there is no

Maintainer timeout on ports/147130 for security/keepassx

2010-06-18 Thread Damian Gerow
I filed ports/147130 to fix security/keepassx about three weeks ago, and haven't heard anything from the maintainer yet (Cc:'d). Can this port be committed before the 8.1 release? Unless I'm missing something (entirely possible), it's a fairly simple fix. _

Re: Maintainer timeout on ports/147130 for security/keepassx

2010-06-18 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Damian Gerow wrote: > I filed ports/147130 to fix security/keepassx about three weeks ago, and > haven't heard anything from the maintainer yet (Cc:'d). > > Can this port be committed before the 8.1 release? Unless I'm missing > something (entirely p

FreeBSD ports USE_XZ critical issue on low-RAM computers

2010-06-18 Thread Matthias Andree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (blind carbon copy to Lasse Collin, maintainer of xzutils upstream) Greetings, I've just had xz break my devel/libtool22 FreeBSD port build on a low memory computer (128 MB). Reason is that xz by default caps memory use at ~40% of physical RAM (this

Re: FreeBSD ports USE_XZ critical issue on low-RAM computers

2010-06-18 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010/06/18 09:54, Matthias Andree wrote: > So for FreeBSD, I propose to patch this Mk/bsd.port.mk line #2382 (as of > CVS rev. 1.642) > > EXTRACT_CMD?= ${XZ_CMD} > > to > > EXTRACT_CMD?= ${XZ_CMD} $$(getconf LLONG_MAX) > >

Re: FreeBSD ports USE_XZ critical issue on low-RAM computers

2010-06-18 Thread Matthias Andree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 19.06.2010, 02:43 Uhr, schrieb Xin LI: > Will ${XZ_CMD} -M max work for you? This should have the same effect I > think (assuming the ports xz version supports it) Thanks. Yes it does. I wonder why I've missed it in the manpage. This is so much e

lang/perl5.10 doesn't build with gcc 4.5.1

2010-06-18 Thread Doug Barton
I've been experimenting with the idea of using gcc 4.5.1 as my "ports compiler" and ran into this problem: CCCMD = /usr/local/bin/gcc45 -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DDEBUGGING -fno-strict-aliasing -pipe -fstack-prote

Re: FreeBSD ports USE_XZ critical issue on low-RAM computers

2010-06-18 Thread Lasse Collin
On 2010-06-18 Matthias Andree wrote: > I've just had xz break my devel/libtool22 FreeBSD port build on a low > memory computer (128 MB). > > Reason is that xz by default caps memory use at ~40% of physical RAM > (this is documented), and skips decompressing files if that doesn't > suffice. A snap