Re: www/elinks: Maintainer timeout - bug 234808 - Fix ssl initialization on newer openssl/libressl without EGD

2019-02-26 Thread Kurt Jaeger
Hi!

> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234808
> 
> Could someone take a look at this bug?  Upstream fix not in a release
> yet to patch elinks from creating control character files in ~/.

Done.

-- 
p...@opsec.eu+49 171 3101372One year 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"


www/elinks: Maintainer timeout - bug 234808 - Fix ssl initialization on newer openssl/libressl without EGD

2019-02-26 Thread Derek Schrock
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234808

Could someone take a look at this bug?  Upstream fix not in a release
yet to patch elinks from creating control character files in ~/.
___
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: FAudio port required for next version of Wine

2019-02-26 Thread Gerald Pfeifer
On Tue, 26 Feb 2019, Tobias Kortkamp wrote:
> Added in https://svnweb.freebsd.org/changeset/ports/493984

You. Rock. Tobias.

Thank you!
Gerald
___
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: FAudio port required for next version of Wine

2019-02-26 Thread Tobias Kortkamp
On Tue, Feb 26, 2019, at 20:54, Gerald Pfeifer wrote:
> Hi everyone,
> 
> the next version of Wine (incl. the next bi-weekly snapshot) is 
> going to have a dependency on a new package, FAudio:
> 
> https://github.com/FNA-XNA/FAudio/
> 
> That's a C99 library which builds with CMake and depends only on 
> SDL2 (ideally 2.0.9). There are special build options available 
> though the default is recommended for general use.
> 
> https://www.winehq.org/pipermail/wine-devel/2019-February/140206.html
> 
> I've been advised that packaging FAudio should be similar to 
> openal-soft and work well on 64- as well as 32-bit systems.
> 
> 
> Can one of you please help and package/maintain this, please?

Added in https://svnweb.freebsd.org/changeset/ports/493984
___
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"


FAudio port required for next version of Wine

2019-02-26 Thread Gerald Pfeifer
Hi everyone,

the next version of Wine (incl. the next bi-weekly snapshot) is 
going to have a dependency on a new package, FAudio:

https://github.com/FNA-XNA/FAudio/

That's a C99 library which builds with CMake and depends only on 
SDL2 (ideally 2.0.9). There are special build options available 
though the default is recommended for general use.

https://www.winehq.org/pipermail/wine-devel/2019-February/140206.html

I've been advised that packaging FAudio should be similar to 
openal-soft and work well on 64- as well as 32-bit systems.


Can one of you please help and package/maintain this, please?

Thanks,
Gerald


PS: I have not been using FreeBSD on a desktop for some 15 years and 
zero expertise around sound, plus lack time, so really need help.
___
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: freecad cannot build

2019-02-26 Thread Christoph Moench-Tegeder
## ajtiM via freebsd-ports (freebsd-ports@freebsd.org):

> BTW, bellow are library dependencies and one of them is libmed.so which
> is part of french/med which pull aster:

french/med uses the same distfile as french/aster, but it does not
depend on the port french/aster, neither at build nor at run time.
It's not in the Makefile, and I've no build log for fr-aster, so
I'm quite positive about that.

Regards,
Christoph

-- 
Spare Space
___
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: LLVM 7.1.0: how to proceed?

2019-02-26 Thread Dimitry Andric
On 6 Feb 2019, at 19:58, Brooks Davis  wrote:
> LLVM 7.1.0 will be release shortly and contains a single
> fix which breaks the LLVM Libra ABI in order to fix an
> incompatibility with GCC 8.2.  A bug describing the issue is at
> https://bugs.llvm.org/show_bug.cgi?id=39427.
> 
> My current plan is:
> - Copy devel/llvm70 to devel/llvm71 and update.
> - Perform a coordinated switch of all dependencies, to llvm71 (e.g. do an
>   exp-run with the switch made and llvm70 removed).  All ports with
>   library dependencies would get PORT_REVISION bumps.
> - DEPRECATE llvm70 and set a short expiration.
> 
> Does this sound like a reasonable plan?

If you were going to drop llvm70 anyway, why not just keep the port and
only bump the 'internal' version number?  Or do you want to reduce
possible confusion which might be caused by the "70" suffix no longer
corresponding to the actual libllvm.so version number?

That said, your approach seems fine to me.

-Dimitry



signature.asc
Description: Message signed with OpenPGP


Re: [PATCH] lang/python27 -- Fix namespace collision

2019-02-26 Thread Kubilay Kocak

On 26/02/2019 12:35 am, dimpase+free...@gmail.com wrote:

On 6/20/17 Kubilay Kosak wrote:

On 6/19/17 4:31 AM, Steve Kargl wrote:
On Sun, Jun 18, 2017 at 11:29:05AM -0700, Steve Kargl wrote:

Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle
trignometric functions cospi, sinpi, and tanpi.  When libm (aka
math.h) grows support for sinpi(x), lang/python27 has a namespace
collision.  The attached patch fixes the problem.


Is this issue relevant only for particular (and/or future) FreeBSD
versions ('where libm grows supports for x, y') or independent of base
entirely?



Also, could you open an upstream issue regarding this please, as a
long-term target for all local (Python port) patches is that they are
included upstream.


I've created a Python PR to fix this:

https://github.com/python/cpython/pull/12027

Dima


This also ensures we can document all patches with their relevant
upstream issue/commit references for our future selves and others.



./koobs

___
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"



Thank you Dima! :)

I've added the upstream PR to #232792 [1] and will track upstream progress.

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232792

./koobs
___
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"