FreeBSD ports you maintain which are out of date

2017-01-29 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
+-+
security/libzrtpcppcore | 4.6.4   | v4.6.5
+-+


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
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: net/tigervnc: call for committer

2017-01-29 Thread Kurt Jaeger
Hi!

> can someone grab bug 216387? it's a security update to fix memory 
> overflow.
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216387

@work.

> I'd appreciate if you grab other bugs which I submitted.

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


net/tigervnc: call for committer

2017-01-29 Thread Koichiro IWAO

Hi,

can someone grab bug 216387? it's a security update to fix memory 
overflow.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216387

I'd appreciate if you grab other bugs which I submitted.

--
`whois vmeta.jp | nkf -w`
meta 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT upgrade to xorg 1.18.4 and newer intel/ati DDX

2017-01-29 Thread Tijl Coosemans
On Tue, 24 Jan 2017 00:55:16 +0100 Baptiste Daroussin 
wrote:
> This is a call for testing for newer Xorg along with newer drivers:
> intel and ati.
> 
> The patch against the head ports:
> https://people.freebsd.org/~bapt/newxorg.diff

I first updated the ati driver.  Running glxgears then crashed the X
server with a segfault.  The newer xorg-server seems to fix that.
Everything looks fine so far.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


poudriere and CPUTYPE

2017-01-29 Thread Grzegorz Junka
When building packages for a different machine it's possible to specify 
CPU target, e.g.:


CPUTYPE?=core2

However, when building packages that depend on other packages poudriere 
will install the already build dependencies in order to build the new 
packages. That will fail if the CPU on the build machine doesn't execute 
instructions specified in the CPUTYPE for the target machine. For 
example, on amdfam10 build machine pkg build for core2 fails to install 
and as a result none of the packages can be build since pkg is required 
to install any dependency.


How this CPUTYPE should be used then when building for different 
machines? Bhyve?



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


Re: Firefox and sndio

2017-01-29 Thread Matthieu Volat
On Sun, 29 Jan 2017 12:53:10 +0300
abi  wrote:

> On 29.01.2017 05:10, Jan Beich wrote:
> > Mike Clarke  writes:
> >
> >> On Sat, 28 Jan 2017 14:58:51 +
> >> Grzegorz Junka  wrote:
> >>
> >>> On 28/01/2017 11:37, Tobias Kortkamp wrote:
>  On Sat, Jan 28, 2017, at 11:23, Grzegorz Junka wrote:
> > Audio in Firefox seems to be working fine when ALSA is enabled. But when
> > ALSA is disabled and only SNDIO is enabled there is no sound. In either
> > case I had PULSEAUDIO disabled. What's the expected configuration for
> > this to work?
>  Is sndiod running?  If not:
> 
>    sysrc sndiod_enable=YES
>    service sndiod start
> 
> >>>
> >>> Thanks Tobias. That helped. Out of interest. Is there any reason why I
> >>> should prefer either SNDIO, PUlSEAUDIO or ALSA?
> >>
> >> This currently creates a problem for those of us using Firefox from
> >> packages because the default build has SNDIO turned off.
> >>
> >> $ pkg info firefox
> > [...]
> >>  ALSA   : on
> > [...]
> >>  PULSEAUDIO : on
> > [...]
> >>  SNDIO  : off
> >
> > Only backends that support lazy bindings are enabled by default i.e.,
> > try PULSEAUDIO, if N/A fallback to ALSA, if N/A fallback to native OSS.
> > SNDIO has lower priority than ALSA in libcubeb but higher in WebRTC and
> > cannot fallback to native OSS as well. SNDIO currently doesn't work
> > inside jail and neither sndiod nor Firefox support Capsicum sandboxing,
> > so falling back to ALSA (or OSS) is important.
> 
> Why OSS is not added to port options? OSS is that, probably, all of us have.

I was about the bring the subject, obviously there is no OSS support in firefox 
yet (!!!), but there is an ongoing work on mozilla's bugzilla:

  https://bugzilla.mozilla.org/show_bug.cgi?id=1021761

Did somebody tried to streamline/backport it? With firefox-esr, the latest 
version do not apply, and I've issue autoreconf-ing after applying previous 
versions...

-- Matthieu Volat



pgpFP2iHrd8XE.pgp
Description: OpenPGP digital signature


Re: a quick question about make package-recursive

2017-01-29 Thread Matthew Seaman
On 29/01/2017 01:02, John wrote:
> Hi,
> 
> On Sat, 28 Jan 2017, at 19:25, Matthew Seaman wrote:
> 
>> Hint: use poudriere.  You're going to have a one-time hit to generate a
>> repository full of packages, but after that, poudriere will be much
>> cleverer about working out what is necessary to rebuild.
> 
> Does poudriere work on aarch64? I heard somewhere that was not the case
> (it might have been in the context of cross-compiling though amd64 to
> aarch64 - my use context is not (i.e it's entirely aarch64)).

It's a mostly shell script but it does have a few small bits of C-code.
As far as I know, it works pretty much on all known architectures where
there's a toolchain that can compile code.

The cross compiling thing -- which requires running the emulated CPU
under qemu on an amd64 host -- should work fine.  It was for a time (and
may still be) the way official package builds were being done for
architectures where hardware of a scale suitable for building 25,000 odd
packages wasn't readily available.

Cheers,

Matthew




signature.asc
Description: OpenPGP digital signature


FreeBSD Port: pam_google_authenticator-1.01.20160208_1,1

2017-01-29 Thread Microsoft Roaming
Hello,

Could you add the following dependency as a mandatory or optional dependency 
graphics/libqrencode

As it doesn’t install automatically, pam_google_authenticator doesn’t show up 
by default the scanable QRCode

Installing this and it becomes correct

BUILD_DEPENDS= qrencode :graphics/libqrencode

Regards,

David

Provenance : Courrier pour 
Windows 10

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

Re: Firefox and sndio

2017-01-29 Thread abi



On 29.01.2017 05:10, Jan Beich wrote:

Mike Clarke  writes:


On Sat, 28 Jan 2017 14:58:51 +
Grzegorz Junka  wrote:


On 28/01/2017 11:37, Tobias Kortkamp wrote:

On Sat, Jan 28, 2017, at 11:23, Grzegorz Junka wrote:

Audio in Firefox seems to be working fine when ALSA is enabled. But when
ALSA is disabled and only SNDIO is enabled there is no sound. In either
case I had PULSEAUDIO disabled. What's the expected configuration for
this to work?

Is sndiod running?  If not:

  sysrc sndiod_enable=YES
  service sndiod start



Thanks Tobias. That helped. Out of interest. Is there any reason why I
should prefer either SNDIO, PUlSEAUDIO or ALSA?


This currently creates a problem for those of us using Firefox from
packages because the default build has SNDIO turned off.

$ pkg info firefox

[...]

 ALSA   : on

[...]

 PULSEAUDIO : on

[...]

 SNDIO  : off


Only backends that support lazy bindings are enabled by default i.e.,
try PULSEAUDIO, if N/A fallback to ALSA, if N/A fallback to native OSS.
SNDIO has lower priority than ALSA in libcubeb but higher in WebRTC and
cannot fallback to native OSS as well. SNDIO currently doesn't work
inside jail and neither sndiod nor Firefox support Capsicum sandboxing,
so falling back to ALSA (or OSS) is important.


Why OSS is not added to port options? OSS is that, probably, all of us have.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"