Re: can I get a 'mentor' who can guide me on the topic of python module ports?

2017-11-27 Thread Kurt Jaeger
Hi! > >> I have a requirement from $JOB to install some software (the python > >> based Azure SDK actually) [...] > > I suggest you put your initial version up somewhere and > > then start ask questions here. > > > > It might be faster if many people submit hints than if > > only one person gives

Re: Exporting phone list to a fritz router (.xml) & android phone app.

2017-11-27 Thread Chris H
On Mon, 27 Nov 2017 22:42:14 +0100 "Julian H. Stacey" said Hi ports@ people Any reccomendations of ports/ that may manage phone & address booke, & import/export to Fritz Routers & Android phone app ? Should I be using a stack of vCards format as a common intermediary to edit

Exporting phone list to a fritz router (.xml) & android phone app.

2017-11-27 Thread Julian H. Stacey
Hi ports@ people Any reccomendations of ports/ that may manage phone & address booke, & import/export to Fritz Routers & Android phone app ? Should I be using a stack of vCards format as a common intermediary to edit the master with vi, or some port ? My large phone+address book has for 20 years

Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-27 Thread Brooks Davis
On Sun, Nov 26, 2017 at 11:15:53PM +0700, Alexey Dokuchaev wrote: > On Sun, Nov 12, 2017 at 07:41:04PM +0700, Alexey Dokuchaev wrote: > > On Sun, Nov 12, 2017 at 08:03:19AM +, Brooks Davis wrote: > > > On Fri, Nov 10, 2017 at 02:07:48PM +0700, Alexey Dokuchaev wrote: > > > > I've just found

Ports and LLVM's lld linker

2017-11-27 Thread Ed Maste
We're making good progress on using LLVM's lld linker as FreeBSD's /usr/bin/ld, so I'd like to raise awareness of the new linker within the ports community. Why do we need a new linker? Compared to GNU ld 2.17.50 currently in the FreeBSD base system, lld brings: * AArch64 (arm64) support * Link

Re: Time for a firefox-56 port?

2017-11-27 Thread blubee blubeeme
I did not add those unless it was from a build process but that doesn't seem likely for this copy of the ports tree. Now that I know that I could get rid of them a few lines of code did it. svn status | awk '{print $2}' | xargs -I {} sudo svn revert "/usr/ports/{}" svn status | awk '{print $2}'

Re: Time for a firefox-56 port?

2017-11-27 Thread Kurt Jaeger
Hi! > svn status for /usr/ports is showing ? for these files, why is that? They are not known to the svn repo, so either remove the files or do something with them -- did you add them ? Local patches ? -- p...@opsec.eu+49 171 3101372 3 years to go !

Re: Time for a firefox-56 port?

2017-11-27 Thread blubee blubeeme
svn status for /usr/ports is showing ? for these files, why is that? How can I fix it? /usr/ports % svn status . ? audio/linuxsampler/files/patch-src_common_Pool.h ? databases/py-pymssql/files/patch-__mssql.pxd ? databases/timescaledb/pkg-message ?

Re: Time for a firefox-56 port?

2017-11-27 Thread blubee blubeeme
looks like there were a few conflicts. I did a svn revert -R /usr/prts && svn update and all seems well now. Thanks for the assistance! On Mon, Nov 27, 2017 at 11:40 PM, Kurt Jaeger wrote: > Hi! > > > URL: https://svn.freebsd.org/ports/head > > Relative URL: ^/head > >

Re: Time for a firefox-56 port?

2017-11-27 Thread Kurt Jaeger
Hi! > URL: https://svn.freebsd.org/ports/head > Relative URL: ^/head > Repository Root: https://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 454966 > Node Kind: directory > Schedule: normal > Last Changed Author: feld > Last Changed Rev: 454966 > Last

Re: can I get a 'mentor' who can guide me on the topic of python module ports?

2017-11-27 Thread Kurt Jaeger
Hi! > I have a requirement from $JOB to install some software (the python > based Azure SDK actually) and I'd like to see if I can beat it into > the form of a port so that others can solve this issue as well. My > problem is that I don't know enough about how ports deal with python, > nor for

Re: Time for a firefox-56 port?

2017-11-27 Thread blubee blubeeme
me@me:/usr/ports % svn info . Path: . Working Copy Root Path: /usr/ports URL: https://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: https://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 454966 Node Kind: directory Schedule: normal Last

Re: Time for a firefox-56 port?

2017-11-27 Thread Kurt Jaeger
Hi! > I just did a svn update to grab the latest ports but palemoon isn't in the > tree yet. When will this land in the ports tree for CURRENT consumption/ > testing? palemoon is already in the HEAD of the ports tree. Which ports tree did you check out ? What does svn info . say about your

Re: Time for a firefox-56 port?

2017-11-27 Thread blubee blubeeme
On Sun, Nov 26, 2017 at 11:18 PM, Kurt Jaeger wrote: > Hi! > > > I'm sure I'm not the only person who relies on old addons. How about > > a firefox-56 port until the current problems die down? > > > > > > Here is a port for the Palemoon browser: > > > >

can I get a 'mentor' who can guide me on the topic of python module ports?

2017-11-27 Thread Julian Elischer
I have a requirement from $JOB to install some software (the python based Azure SDK actually) and I'd like to see if I can beat it into the form of a port so that others can solve this issue as well.  My problem is that I don't know enough about how ports deal with python,  nor for that matter