Re: lang/julia call for testing

2016-12-14 Thread Iblis Lin
Hi, I just found the official doc points to gcc6 as one of depends: https://github.com/JuliaLang/julia#freebsd Julia only use the fortran compiler in gcc, do not need the c compiler. But seems the Uses/fortran.mk do not accept any argument to change the gcc version. If I change the gcc versio

Re: Optional circular dependency between multimedia/ffmpeg and audio/chromaprint

2016-12-14 Thread Ben Woods
On Wed., 14 Dec. 2016 at 5:16 pm, Luca Pizzamiglio < luca.pizzamig...@gmail.com> wrote: > Today I discovered a circular dependency: > > > > if multimedia/ffmpeg has the chromaprint option enabled, then it needs > > audio/chromaprint > > audio/chromaprint always needs multimedia/ffmpeg > > > > Usin

Re: No port should need root for make fetch

2016-12-14 Thread Freddie Cash
On Wed, Dec 14, 2016 at 12:37 AM, Akinori MUSHA wrote: > Hi, > > Thanks for the info. > > On Wed, 14 Dec 2016 05:32:36 +0900, > Julian H. Stacey wrote: > > Hi ports@ > > IMO No port should need root for > > cd /usr/ports; make -i fetch > > The first one that broke for me was databases/mysql

Re: No port should need root for make fetch

2016-12-14 Thread Freddie Cash
On Tue, Dec 13, 2016 at 2:01 PM, Matthias Andree wrote: > Am 13.12.2016 um 22:35 schrieb Julian H. Stacey: > > > >> How is that a problem of "some" ports? All ports require root for "make > >> fetch" > > No they dont. > > Given that, then "none do". > > I'll do what what you omitted in your blind

Re: qt5-webkit fails to build [solved]

2016-12-14 Thread Michael Butler
On 11/28/16 17:27, Michael Butler wrote: Yes - built from -current source, Sent from my iPhone On Nov 29, 2016, at 00:03, Raphael Kubo da Costa wrote: Michael Butler writes: /usr/lib/libgcc_s.so: error: undefined reference to 'free' /usr/lib/libgcc_s.so: error: undefined reference to '__a

Re: No port should need root for make fetch

2016-12-14 Thread Julian H. Stacey
Hi Akinori MUSHA, Thanks for the thoughtful reply, I'll get back in a couple of days, I've been diverted. Cheers, Julian -- Julian Stacey, BSD Linux Unix Sys Eng Consultant Munich Reply below, Prefix '> '. Plain text, No .doc, base64, HTML, quoted-printable. http://berklix.eu/brexit/#stolen_vote

Re: (In)Stability of the Quarterly Branch

2016-12-14 Thread Julian Elischer
Please add my voice to this.. It's not really that much that needs to be done. lets just call it 'learning from experience' Also, the quarterly PACKAGES should be kept around a bit longer too. and the pkg archives need to be in a layout that the system installer can be pointed at them in 4 years

Re: mail/p5-Net-SMTP-SSL Deprecated Message.

2016-12-14 Thread Matthew Seaman
On 2016/12/14 16:53, Janky Jay, III wrote: > Hello All, > > So, mail/p5-Net-SMTP-SSL is a requirement of security/maia (a port I > maintain) and it is apparently being deprecated as of March of next > year. I see this in my nightly reports: > > p5-Net-SMTP-SSL-1.04: Tag: expiration_date Val

mail/p5-Net-SMTP-SSL Deprecated Message.

2016-12-14 Thread Janky Jay, III
Hello All, So, mail/p5-Net-SMTP-SSL is a requirement of security/maia (a port I maintain) and it is apparently being deprecated as of March of next year. I see this in my nightly reports: p5-Net-SMTP-SSL-1.04: Tag: expiration_date Value: 2017-03-31 p5-Net-SMTP-SSL-1.04: Tag: deprecated Va

lang/julia call for testing

2016-12-14 Thread Iblis Lin
Hi, The PR on bugzilla is here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215297 And here is the repo of the port: https://github.com/lwhsu/freebsd-ports-lang-julia (Thanks to patient guidance from lwhsu@ !) Some notes about options: By default, the GPL_LIBS will not be enabled, th

COPYTREE_SHARE failure in poudriere

2016-12-14 Thread Christian Weisgerber
I'm stuck here with this bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215150 It comes down to ${COPYTREE_SHARE} erroring out when performing a chmod. I expect that this isn't a problem with the port (if only because I would be swamped with reports otherwise), but some detail of t

emulators/simh failing to build; PR waiting

2016-12-14 Thread Bob Eager
I took over maintainership of this port a little while ago. I generated some minor fixes, but it wasn't worth uploading them. About three weeks ago I started getting emails from pkg-fallout about build failures on i386 and amd64. This is only happening on CURRENT so far. I have incorporated the f

Optional circular dependency between multimedia/ffmpeg and audio/chromaprint

2016-12-14 Thread Luca Pizzamiglio
Today I discovered a circular dependency: if multimedia/ffmpeg has the chromaprint option enabled, then it needs audio/chromaprint audio/chromaprint always needs multimedia/ffmpeg Using portmaster, I was unable to update both of them. At the moment, I remove the option in multimedia/ffmpeg, but I

FreeBSD ports you maintain which are out of date

2016-12-14 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

Re: No port should need root for make fetch

2016-12-14 Thread Akinori MUSHA
Hi, Thanks for the info. On Wed, 14 Dec 2016 05:32:36 +0900, Julian H. Stacey wrote: > Hi ports@ > IMO No port should need root for > cd /usr/ports; make -i fetch > The first one that broke for me was databases/mysql-q4m > (OK might be others before, but I have DUDS = >arabic biolog

Re: The ports collection has some serious issues

2016-12-14 Thread Shane Ambler
On 12/12/2016 23:14, scratch65...@att.net wrote: [Default] On Mon, 12 Dec 2016 17:01:33 +1030, Shane Ambler wrote: The quarterly ports has been setup for a couple of years but doesn't seem to be documented well, or it just isn't obvious to find. You can use svn to checkout a stable branch by

Re: The ports collection has some serious issues

2016-12-14 Thread Shane Ambler
On 13/12/2016 06:01, Julian H. Stacey wrote: I would say this rarely happens with the default setup, the more port options you change the more likely it is something will break. Yes, I now start: cd /var/db/ports; mv * MV/* ; setenv NO_DIALOG=YES Before: cd /usr/ports; make BERKLIX_CLIENT=YES