Re: Status of Chromium port...

2013-05-15 Thread Peter Harrison
Wednesday, 15 May 2013 at 19:01:42 +0300, Volodymyr Kostyrko said:
> 15.05.2013 18:29, J. Porter Clark:
> > On Wed, May 15, 2013 at 11:32:31AM +0300, Volodymyr Kostyrko wrote:
> >> 14.05.2013 23:48, Peter Harrison:
> >>> Hello list!
> >>>
> >>> Does anyone know the status of the Chromium port? It's stuck at v25 with 
> >>> multiple vulnerabilities. Updated versions have been available for a 
> >>> while, but haven't been brought into ports. I've emailed the maintainer 
> >>> but not had a response. Anyone know better?
> >>
> >> I'm building v27 from port now. Looks like many things have changed
> >> since v25 - new dependencies, the build flows differently. Seems to
> >> be a major update.
> >
> > Indeed, seems a real mess now.  I told it not to use
> > pulseaudio, it wants to install it anyway, along with gdbm and
> > accessibility/speech-dispatcher.  WTF?  Might want to hold off
> > until some of this gets fixed...
> >
> 
> Oh, a friendly soul. To ditch pulseaudio I told speech-dispatcher to use 
> flite, this way we get really short list of extra deps.
> 
> I can't build port for now due too -Werror. Clang shrieks about really 
> bad things when compiling gcrypt (warning about deprecated interfaces) 
> whereas gcc4.6 says the same about gssapi.h.

Thanks both for the feedback. Having waited this far, I think I might hang on a 
little longer before attempting the upgrade.



Peter.

> 
> -- 
> Sphinx of black quartz, judge my vow.
> ___
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[email protected]"
___
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"


Re: Status of Chromium port...

2013-05-15 Thread Peter Harrison
Wednesday, 15 May 2013 at 11:32:31 +0300, Volodymyr Kostyrko said:
> 14.05.2013 23:48, Peter Harrison:
> > Hello list!
> >
> > Does anyone know the status of the Chromium port? It's stuck at v25 with 
> > multiple vulnerabilities. Updated versions have been available for a while, 
> > but haven't been brought into ports. I've emailed the maintainer but not 
> > had a response. Anyone know better?
> 
> I'm building v27 from port now. Looks like many things have changed 
> since v25 - new dependencies, the build flows differently. Seems to be a 
> major update.

Wow the irony - the port gets updated on the same day I message the list. 
Thanks for being more on top of this than I am!



Peter.


> 
> -- 
> Sphinx of black quartz, judge my vow.
___
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"


Re: Status of Chromium port...

2013-05-15 Thread pete wright
On Wed, May 15, 2013 at 9:01 AM, Volodymyr Kostyrko  wrote:
> 15.05.2013 18:29, J. Porter Clark:
>
>> On Wed, May 15, 2013 at 11:32:31AM +0300, Volodymyr Kostyrko wrote:
>>>
>>> 14.05.2013 23:48, Peter Harrison:

 Hello list!

 Does anyone know the status of the Chromium port? It's stuck at v25 with
 multiple vulnerabilities. Updated versions have been available for a while,
 but haven't been brought into ports. I've emailed the maintainer but not 
 had
 a response. Anyone know better?
>>>
>>>
>>> I'm building v27 from port now. Looks like many things have changed
>>> since v25 - new dependencies, the build flows differently. Seems to
>>> be a major update.
>>
>>
>> Indeed, seems a real mess now.  I told it not to use
>> pulseaudio, it wants to install it anyway, along with gdbm and
>> accessibility/speech-dispatcher.  WTF?  Might want to hold off
>> until some of this gets fixed...
>>
>
> Oh, a friendly soul. To ditch pulseaudio I told speech-dispatcher to use
> flite, this way we get really short list of extra deps.
>
> I can't build port for now due too -Werror. Clang shrieks about really bad
> things when compiling gcrypt (warning about deprecated interfaces) whereas
> gcc4.6 says the same about gssapi.h.


It looks like I was able to build this version of chromium last night
on my build server I use for pkgng packages:

> pkg info chromium
chromium-27.0.1453.81  Mostly BSD-licensed web browser based
on WebKit and Gtk+


I am running this build now (to compose this email actually) - i can
try to dig up some build logs if that would be helpful.  i don't have
any special build arguments for this port.  here's the uname for this
build box:


[pete@ranch ~]$ uname -ar
FreeBSD ranch.nomadlogic.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0
r243825: Tue Dec  4 09:23:10 UTC 2012
[email protected]:/usr/obj/usr/src/sys/GENERIC  amd64

-pete




--
pete wright
www.nycbug.org
@nomadlogicLA
___
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"


Re: Status of Chromium port...

2013-05-15 Thread Volodymyr Kostyrko

15.05.2013 18:29, J. Porter Clark:

On Wed, May 15, 2013 at 11:32:31AM +0300, Volodymyr Kostyrko wrote:

14.05.2013 23:48, Peter Harrison:

Hello list!

Does anyone know the status of the Chromium port? It's stuck at v25 with 
multiple vulnerabilities. Updated versions have been available for a while, but 
haven't been brought into ports. I've emailed the maintainer but not had a 
response. Anyone know better?


I'm building v27 from port now. Looks like many things have changed
since v25 - new dependencies, the build flows differently. Seems to
be a major update.


Indeed, seems a real mess now.  I told it not to use
pulseaudio, it wants to install it anyway, along with gdbm and
accessibility/speech-dispatcher.  WTF?  Might want to hold off
until some of this gets fixed...



Oh, a friendly soul. To ditch pulseaudio I told speech-dispatcher to use 
flite, this way we get really short list of extra deps.


I can't build port for now due too -Werror. Clang shrieks about really 
bad things when compiling gcrypt (warning about deprecated interfaces) 
whereas gcc4.6 says the same about gssapi.h.


--
Sphinx of black quartz, judge my vow.
___
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"


Re: Status of Chromium port...

2013-05-15 Thread J. Porter Clark
On Wed, May 15, 2013 at 11:32:31AM +0300, Volodymyr Kostyrko wrote:
> 14.05.2013 23:48, Peter Harrison:
> >Hello list!
> >
> >Does anyone know the status of the Chromium port? It's stuck at v25 with 
> >multiple vulnerabilities. Updated versions have been available for a while, 
> >but haven't been brought into ports. I've emailed the maintainer but not had 
> >a response. Anyone know better?
> 
> I'm building v27 from port now. Looks like many things have changed
> since v25 - new dependencies, the build flows differently. Seems to
> be a major update.

Indeed, seems a real mess now.  I told it not to use
pulseaudio, it wants to install it anyway, along with gdbm and
accessibility/speech-dispatcher.  WTF?  Might want to hold off
until some of this gets fixed...

-- 
J. Porter Clark  
___
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"


Re: Status of Chromium port...

2013-05-15 Thread Volodymyr Kostyrko

14.05.2013 23:48, Peter Harrison:

Hello list!

Does anyone know the status of the Chromium port? It's stuck at v25 with 
multiple vulnerabilities. Updated versions have been available for a while, but 
haven't been brought into ports. I've emailed the maintainer but not had a 
response. Anyone know better?


I'm building v27 from port now. Looks like many things have changed 
since v25 - new dependencies, the build flows differently. Seems to be a 
major update.


--
Sphinx of black quartz, judge my vow.
___
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"