devel/subversion, Sponsored by

2013-04-11 Thread Sergey V. Dyatko
Hi, I think freebsd template is 'broken' after r314983. I haven't ORGANIZATION defined on /etc/make.conf in this case string 'Sponsored by: ' should not be displayed, right? but I have it: r1242 | tiger | 2013-04-11 11:19:1

problems with half installed ports

2013-04-11 Thread Matthias Apitz
Hi, Sometimes, while compiling all my ports, I encounter the following problem: Say, we are installing ports/A which depends on ports/B; the Makefile detects the dependency and goes to install ports/B; if now during the final installation process, some files are already delivered to /usr/local,

Re: problems with half installed ports

2013-04-11 Thread Chris Rees
On 11 April 2013 11:19, Matthias Apitz wrote: > > Hi, > > Sometimes, while compiling all my ports, I encounter the following > problem: > > Say, we are installing ports/A which depends on ports/B; the Makefile > detects the dependency and goes to install ports/B; if now during the > final installa

Re: Orphaning ports

2013-04-11 Thread René Ladan
On 11-04-2013 08:12, Troels Kofoed Jacobsen wrote: > Hi, > > Unfortunately, I'm no longer able to maintain my ports. How do I orphan the > following? > > - databases/akonadi-googledata > - deskutils/libgcal > - graphics/ipe > - science/avogadro One way is to write a mail like this one, but you m

Re: problems with half installed ports

2013-04-11 Thread Jerry
On Thu, 11 Apr 2013 11:36:54 +0100 Chris Rees articulated: > Installing a port isn't atomic by definition; the larger ones have > loads of files that need installed. > > If I read your description carefully, your solution is to simply avoid > interrupting during the installation phase. Unless yo

Re: problems with half installed ports

2013-04-11 Thread Vitaly Magerya
Matthias Apitz wrote: > Say, we are installing ports/A which depends on ports/B; the Makefile > detects the dependency and goes to install ports/B; if now during the > final installation process, some files are already delivered to > /usr/local, some files not, the system goes down (by intention be

Re: [kde-freebsd] kopete-kde4 fails to build

2013-04-11 Thread Max Brazhnikov
On Wed, 10 Apr 2013 15:44 -0400 Jerry wrote: > On Wed, 10 Apr 2013 11:41:03 -0700 (PDT) > Anthony Jenkins articulated: > > > Looks like the QT4-QT3 incompatibility - try uninstalling > > x11-toolkits/qt33 and rebuilding, then reinstalling qt33. > > I don't have that installed. As far as I can tel

Re: [kde-freebsd] kopete-kde4 fails to build

2013-04-11 Thread Jerry
On Thu, 11 Apr 2013 12:22:22 + Max Brazhnikov articulated: > From your build log: > /usr/local/include/qt4/QtCore/qbytearray.h:79: error: redefinition of > 'uint qstrlen(const char*)' /usr/local/include/qcstring.h:57: error: > 'uint qstrlen(const char*)' previously defined here > > include/qc

Re: [kde-freebsd] kopete-kde4 fails to build

2013-04-11 Thread Matthias Apitz
El día Thursday, April 11, 2013 a las 09:02:23AM -0400, Jerry escribió: > On Thu, 11 Apr 2013 12:22:22 + > Max Brazhnikov articulated: > > > From your build log: > > /usr/local/include/qt4/QtCore/qbytearray.h:79: error: redefinition of > > 'uint qstrlen(const char*)' /usr/local/include/qcstri

Re: [kde-freebsd] kopete-kde4 fails to build

2013-04-11 Thread Anton Shterenlikht
Date: Thu, 11 Apr 2013 09:02:23 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build On Thu, 11 Apr 2013 12:22:22 + Max Brazhnikov articulated: > From your build log: > /usr/local

Re: problems with half installed ports

2013-04-11 Thread Vitaly Magerya
Earlier I wrote: > Anyway, the problem you're describing allows for another fix. If ports/A > depends of file-B, port system could check not only that file-B exists, > but if there is also a package that installed it (via 'pkg which'), and > if not, install ports/B. This will of course slow down po

Re: devel/subversion, Sponsored by

2013-04-11 Thread Rui Paulo
On 2013/04/11, at 1:54, Sergey V. Dyatko wrote: > Hi, > > I think freebsd template is 'broken' after r314983. > I haven't ORGANIZATION defined on /etc/make.conf > in this case string 'Sponsored by: ' should not be displayed, right? > but I have it: It will be displayed but it wasn't getting re

Re: problems with half installed ports

2013-04-11 Thread Chris Rees
On 11 Apr 2013 14:48, "Vitaly Magerya" wrote: > > Earlier I wrote: > > Anyway, the problem you're describing allows for another fix. If ports/A > > depends of file-B, port system could check not only that file-B exists, > > but if there is also a package that installed it (via 'pkg which'), and >

FTP packages missing CHECKSUM.MD5

2013-04-11 Thread grarpamp
Noticed that at least ports/i386/packages-9-stable is missing its CHECKSUM.MD5 file. Of course people shouldn't use it for what they think it's for, because it's not signed and uses a broken hash function. Hopefully that will be updated to signed sha1/256/3 before long. However it does make for a

patching lang/lua52 to honor Mk/bsd.lua.mk

2013-04-11 Thread Hirohisa Yamaguchi
Hi, I've made a slightly big set of patch[0] across several ports. I think that submitting PR's for individual ports obscure the overview. I want someone to coordinate this. Thanks in advance. The patch consists of five parts: - modify lang/lua52 and Mk/bsd.lua.mk to make use of ``USE_LUA=5.2''.

Re: FTP packages missing CHECKSUM.MD5

2013-04-11 Thread Martin Wilke
Hey, Thanks for your report I will take care of that. On Apr 12, 2013, at 2:15 AM, grarpamp wrote: > Noticed that at least ports/i386/packages-9-stable is missing > its CHECKSUM.MD5 file. > > Of course people shouldn't use it for what they think it's for, > because it's not signed and uses a b