FreeBSD Port: mongodb-2.6.7

2015-04-30 Thread David Soles
Hi,
I was wondering when version 3.0.2 of MongoDB is going to be ready?

Thanks in advance.

- David S.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Cannot build latest Chromium

2015-04-30 Thread Christoph Moench-Tegeder
## Christoph Moench-Tegeder (c...@burggraben.net):

> It isn't. Here's what fixed the 9.3-gcc build for me:
> https://github.com/moench-tegeder/freebsd-chromium/commit/7e7d6d48f1426967e6cef605122a7bc251c640d7
> A build on 10.1-clang is still running (I dont't have that many cores...)

Done, looks good.
There's a pull request :)

Regards,
Christoph

-- 
Spare Space
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Cannot build latest Chromium

2015-04-30 Thread Christoph Moench-Tegeder
## René Ladan (r...@freebsd.org):

> > `OpaqueBrowserFrameViewPlatformSpecific::Create(OpaqueBrowserFrameView*,
> > OpaqueBrowserFrameViewLayout*, Profile*)':
> > opaque_browser_frame_view_platform_specific.cc:(.text._ZN38OpaqueBrowserFrameViewPlatformSpecific6CreateEP22OpaqueBrowserFrameViewP28OpaqueBrowserFrameViewLayoutP7Profile+0x0):
> > multiple definition of
> > `OpaqueBrowserFrameViewPlatformSpecific::Create(OpaqueBrowserFrameView*,
> > OpaqueBrowserFrameViewLayout*, Profile*)'
> > obj/chrome/libbrowser_ui.a(browser_ui.opaq):opaque_browser_frame_view_linux.cc:(.text._ZN38OpaqueBrowserFrameViewPlatformSpecific6CreateEP22OpaqueBrowserFrameViewP28OpaqueBrowserFrameViewLayoutP7Profile+0x0):
> > first defined here
> > collect2: error: ld returned 1 exit status
> 
> So somehow with GCC the Create() function is defined twice, which
> leads to this error.

It's always defined twice, but looks like clang deals better with that
here.

> Maybe it will be automagically fixed in 42.0.2311.135, which I will
>>  commit as soon as the tarballs are available.

It isn't. Here's what fixed the 9.3-gcc build for me:
https://github.com/moench-tegeder/freebsd-chromium/commit/7e7d6d48f1426967e6cef605122a7bc251c640d7
A build on 10.1-clang is still running (I dont't have that many cores...)

Regards,
Christoph

-- 
Spare Space
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: FreeBSD Port: kibana-3.1.2

2015-04-30 Thread Antoine Brodin
On Thu, Apr 30, 2015 at 10:49 AM, Albert Gabàs | Astabis
 wrote:
> Dear Kibana port maintainer,
>
>
>
> Please, could you update the port to the latest version (Kibana 4.0.2)??

Hi,

Kibana 4 is a complete rewrite so the kibana 3 port will stay for a bit.

Cheers,

Antoine
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Unable to build webkit-gtk2 after updating ICU

2015-04-30 Thread Luciano Mannucci
On Thu, 30 Apr 2015 06:45:30 -0400
Carmel  wrote:

> I changed the system path because I use "openssl" from ports. I want to make
> sure that, that is the version used. Is there some way I can insure that the
> "ports" version of "openssl" is used without changing the "path" environment?
Not that sure that you can.
Personally, I prefer leaving PATH switched to the ports (/usr/local/bin
first) and I control ld+ar+whatsoever via a little script like that:

luke@mordeus:~ % cat switchld 
#!/bin/sh

DIST=/usr/bin/ld
ADIST=/usr/bin/ar
RDIST=/usr/bin/ranlib
MIST=/usr/bin/ld.dist
AMIST=/usr/bin/ar.dist
RMIST=/usr/bin/ranlib.dist

[ "$1" = "-t" ] && {
[ -x "$DIST" ] && echo $DIST || echo Should be in  /usr/local/bin
exit 0
}

[ -x "$DIST" ]  && mv "$DIST" "$MIST" || mv "$MIST" "$DIST"

[ -x "$ADIST" ]  && mv "$ADIST" "$AMIST" || mv "$AMIST" "$ADIST"

[ -x "$RDIST" ]  && mv "$RDIST" "$RMIST" || mv "$RMIST" "$RDIST"


exit 0


Cheers,

luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: kibana-3.1.2

2015-04-30 Thread Albert Gabàs | Astabis
Dear Kibana port maintainer,

 

Please, could you update the port to the latest version (Kibana 4.0.2)??

 

Thank you!!

--

Albert Gabàs - Astabis

Information Risk Management

 

Barcelona:  +34 931 980 181  | Madrid:  +34 911 333 071

United Kingdom: +44 203 695 2195 | Israel:  +97 248 847 344

 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

RE: Unable to build webkit-gtk2 after updating ICU

2015-04-30 Thread Carmel
> Hi!
> 
> > I tried that and virtually every other thing I can think of. It still
> > fails with this message:
> >
> >   CXXLDlibWTF.la
> >   CXXLDPrograms/LLIntOffsetsExtractor
> > /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as
> > linker script
> > /usr/bin/ld:./.libs/libWTF.a:1: syntax error
> > c++: error: linker command failed with exit code 1 (use -v to see
> > c++invocation)
> > GNUmakefile:40539: recipe for target 'Programs/LLIntOffsetsExtractor'
> > failed
> > gmake[1]: *** [Programs/LLIntOffsetsExtractor] Error 1
> > gmake[1]: Leaving directory '/usr/ports/www/webkit-
> gtk3/work/webkitgtk-2.4.8'
> > *** Error code 1
> See
> 
> https://lists.freebsd.org/pipermail/freebsd-ports/2015-January/097534.html
> 
> The webkit-gtk2 build fails if the ports 'ar' is found before the system 'ar'.
> 
> Check $PATH and put /usr/bin before /usr/local/bin.

Okay, that was the problem. However, I fail to see why. Why is there a 
difference between the "system" and "ports" 'ar' that causes this problem to 
exist? Obviously, since one does exist, it would seem only logical that the 
"port maintainer" would have hard coded which "ar" he/she wanted invoked. At 
some point it would seem advantageous to correct this problem permanently. Snce 
you were aware of this conflict, I can only assume that someone else knows 
about it too.

I changed the system path because I use "openssl" from ports. I want to make 
sure that, that is the version used. Is there some way I can insure that the 
"ports" version of "openssl" is used without changing the "path" environment?

Thanks!

-- 
Carmel

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2015-04-30 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
science/InsightToolkit  | 2.8.1   | 4.7.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"