Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
Em Qui, 2012-07-05 às 01:07 -0400, Robert Huff escreveu: > > Attempting to build 3.5.4 on > > FreeBSD 10.0-CURRENT #0: Sun Mar 11 08:20:02 EDT 2012 amd64 > > has clang-3.1 as a dependency - it even overrides > "USE_GCC=4.6" > Is there any way to make to not require this? > >

Re: make fetch and "302 Moved Temporarily"

2012-07-05 Thread Eitan Adler
On 4 July 2012 14:39, Fernando Apesteguía wrote: > On Wed, Jul 4, 2012 at 7:53 PM, Eitan Adler wrote: >> On 4 July 2012 10:24, Fernando Apesteguía >> wrote: >>> On Wed, Jul 4, 2012 at 6:22 PM, Eitan Adler wrote: On 4 July 2012 08:56, Fernando Apesteguía wrote: > Hi all, > >

Re: make fetch and "302 Moved Temporarily"

2012-07-05 Thread Fernando Apesteguía
On Thu, Jul 5, 2012 at 10:32 AM, Eitan Adler wrote: > On 4 July 2012 14:39, Fernando Apesteguía > wrote: >> On Wed, Jul 4, 2012 at 7:53 PM, Eitan Adler wrote: >>> On 4 July 2012 10:24, Fernando Apesteguía >>> wrote: On Wed, Jul 4, 2012 at 6:22 PM, Eitan Adler wrote: > On 4 July 2012

Re: unable to build openjade after updating perl

2012-07-05 Thread Jerry
On Wed, 4 Jul 2012 21:01:31 -0500 Matthew D. Fuller articulated: > On Wed, Jul 04, 2012 at 09:36:11AM -0400 I heard the voice of > Jerry, and lo! it spake thus: > > > > I just did a quick perusal of the Sourceforge site > > and it appears > > tha

Re: cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2012-07-05 Thread Eygene Ryabinkin
Wed, Jul 04, 2012 at 03:04:44PM -0700, Doug Barton wrote: > Thanks for taking this one on. I was also looking at the new version of > slim that's out recently: http://slim.berlios.de/ I am running 1.3.4 for some time: most of my workstations are fine with it, but one fails to start the desktop, th

Re: cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2012-07-05 Thread Volodymyr Kostyrko
Eygene Ryabinkin wrote: Wed, Jul 04, 2012 at 03:04:44PM -0700, Doug Barton wrote: Thanks for taking this one on. I was also looking at the new version of slim that's out recently: http://slim.berlios.de/ I am running 1.3.4 for some time: most of my workstations are fine with it, but one fails

editors/libreoffice : patches for 8.3-STABLE (i386)

2012-07-05 Thread Luca Pizzamiglio
Hi all. I'm Luca and my system is a 8.3-STABLE system (then with clang derived from ports) on a i386 architecture. I had problem to build the latest libreoffice (3.5.4), so I tried to solve issues I met and I developed this easy patches. Are they acceptable? Are this problem known also on other s

Re: editors/libreoffice : patches for 8.3-STABLE (i386)

2012-07-05 Thread Sergio de Almeida Lenzi
Em Qui, 2012-07-05 às 15:31 +0200, Luca Pizzamiglio escreveu: > Hi all. > > I'm Luca and my system is a 8.3-STABLE system (then with clang derived > from ports) on a i386 architecture. > I had problem to build the latest libreoffice (3.5.4), so I tried to > solve issues I met and I developed this

Tweetless (summary)

2012-07-05 Thread Lars Eighner
(Summarized from thread in questions with the same subject) At least for some users, twitter pages will not fully load with firefox (13.0.1,1) although all is well in opera (12.00) and had been well with firefox until recent bump. Solution: deinstall firefox and install firefox-esr (10.0.5,1).

Re: Question about clang 3.0................Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
> > Hi Sergio. > > Where do I find the clang 3.0 port? It's no longer in the ports tree. > > > Regards > > > /Leslie You can fetch the tar with the "old" clang ports and expand it in the /usr/ports, the clang and llvm will than be installed in the /usr/ports/misc/ directory Make sure th

oracle ports - 8, 9, 10, 11... oh my

2012-07-05 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello All, I have just committed the oracle jdbc drivers for 10g and 11g databases, and was curious what the support is for 8g, and curious if it is something we could consider deprecating from the tree. I am uncertain as to the support for 9. Any fee

RE: Upgrading Base System openssl

2012-07-05 Thread Dewayne Geraghty
> -Original Message- > From: Doug Barton [mailto:do...@freebsd.org] > Sent: Wednesday, 4 July 2012 6:09 PM > To: Dewayne Geraghty > Cc: 'Tom Uffner'; din...@freebsd.org; po...@freebsd.org > Subject: Re: Upgrading Base System openssl > > On 07/03/2012 21:41, Dewayne Geraghty wrote: > > Tom

Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
With the help of Luca Pizzamiglio , I can say that libreoffice now builds with clang 3.1 either with the base system or with the ports... Just add a series of patch instructions in the /etc/make.conf go to /usr/ports/editors/libreoffice, verify if it is version 3.5.4 than do a command make cl

Fix for broken net-im/libjingle

2012-07-05 Thread Hiroshi Nishida
Hi, net-im/libjingle is now marked as BROKEN for non i386 systems. The attached file is a patch for fixing it. The compilation error with the original source code is caused by "size_t != unsigned int" (on non i386). So, just casting a parameter works. Bye -- Hiroshi Nishida, PhD nish...@asusa

Re: libreoffice build solution...

2012-07-05 Thread Sergio de Almeida Lenzi
With the help of Luca Pizzamiglio , I can say that libreoffice now builds with clang 3.1 either with the base system or with the ports... Just add a series of patch instructions in the /etc/make.conf go to /usr/ports/editors/libreoffice, verify if it is version 3.5.4 than do a command make cl