Re: New port attempt assistance: sngrep

2016-02-03 Thread Eitan Adler
On 3 February 2016 at 23:35, jungle Boogie wrote: > Hello All, > > Another application which I've worked with the developer to make it > better on FreeBSD is sngrep: > https://github.com/irontec/sngrep > > Still being new to porting applications, my attempt isn't working well. Do you have a compl

New port attempt assistance: sngrep

2016-02-03 Thread jungle Boogie
Hello All, Another application which I've worked with the developer to make it better on FreeBSD is sngrep: https://github.com/irontec/sngrep Still being new to porting applications, my attempt isn't working well. Here's the Makefile attempt: PORTNAME= sngrep PORTVERSION=1.2.0 DISTVERS

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread William A. Mahaffey III
On 02/03/16 10:40, Freddie Cash wrote: On Wed, Feb 3, 2016 at 6:59 AM, William A. Mahaffey III mailto:w...@hiwaay.net>>wrote: On 02/03/16 08:49, Torsten Zuehlsdorff wrote: On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig.

Re: astro/boinc-setiathome-v7 - is a v8 in the works?

2016-02-03 Thread Larry Rosenman
On 2016-02-03 14:44, Torfinn Ingolfsen wrote: On Wed, Feb 3, 2016 at 8:43 PM, A.J. "Fonz" van Werven wrote: Torfinn Ingolfsen wrote: Is a v8 port in the works? That port doesn't have a maintainer, so someone will have to volunteer to upgrade it. If you like, I can try to find some time to

Re: astro/boinc-setiathome-v7 - is a v8 in the works?

2016-02-03 Thread Torfinn Ingolfsen
On Wed, Feb 3, 2016 at 8:43 PM, A.J. "Fonz" van Werven wrote: > Torfinn Ingolfsen wrote: > >> Is a v8 port in the works? > > That port doesn't have a maintainer, so someone will have to volunteer to > upgrade it. If you like, I can try to find some time to have a shot at it. > I know that the por

Re: astro/boinc-setiathome-v7 - is a v8 in the works?

2016-02-03 Thread A.J. "Fonz" van Werven
Torfinn Ingolfsen wrote: > Is a v8 port in the works? That port doesn't have a maintainer, so someone will have to volunteer to upgrade it. If you like, I can try to find some time to have a shot at it. Fonz -- I'm not completely useless, I can be used as a bad example. signature.asc Descrip

astro/boinc-setiathome-v7 - is a v8 in the works?

2016-02-03 Thread Torfinn Ingolfsen
The SETI@home projects recently shows this in /var/db/boinc/stdoutdae.txt 03-Feb-2016 19:48:40 [SETI@home] Your app_info.xml file doesn't have a usable version of SETI@home v8. Is a v8 port in the works? -- Regards, Torfinn Ingolfsen ___ freebsd-ports@f

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Freddie Cash
On Wed, Feb 3, 2016 at 6:59 AM, William A. Mahaffey III wrote: > On 02/03/16 08:49, Torsten Zuehlsdorff wrote: > >> >> On 03.02.2016 15:18, William A. Mahaffey III wrote: >> >>> When I checked the port w/ make showconfig. it shows graphite enabled. >>> >> >> make showconfig shows the configuratio

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread William A. Mahaffey III
On 02/03/16 09:45, Torsten Zuehlsdorff wrote: On 03.02.2016 15:59, William A. Mahaffey III wrote: On 02/03/16 08:49, Torsten Zuehlsdorff wrote: On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig. it shows graphite enabled. make showconfig shows th

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Torsten Zuehlsdorff
On 03.02.2016 15:59, William A. Mahaffey III wrote: On 02/03/16 08:49, Torsten Zuehlsdorff wrote: On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig. it shows graphite enabled. make showconfig shows the configuration at your *local* portstree. It d

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread William A. Mahaffey III
On 02/03/16 09:18, Chris H wrote: Hello, William. On a side note; I can't help but notice that your mail always reports it was written on: Date: Wed, 31 Dec 1969 16:00:00 -0800(Unknown) Is your clock working as intended? --Chris Yes, I have my local LAN timezones set to make my LAN time

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Chris H
Hello, William. On a side note; I can't help but notice that your mail always reports it was written on: Date: Wed, 31 Dec 1969 16:00:00 -0800(Unknown) Is your clock working as intended? --Chris On Wed, 3 Feb 2016 09:06:51 -0553.75 "William A. Mahaffey III" wrote > On 02/03/16 08:49, Torst

Uhub

2016-02-03 Thread Joshua Fernandis
Uhub starts giving this error (below) and using client it is not able to connect ERROR: net_setsockopt, fd=3: Socket operation on non-socket (38) 2016-01-22 21:15:50 ERROR: net_set_nosigpipe, fd=3: Socket operation on non-socket (38) 2016-01-22 21:15:50 ERROR: Unable to open file /etc/uhub/users

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread William A. Mahaffey III
On 02/03/16 08:49, Torsten Zuehlsdorff wrote: On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig. it shows graphite enabled. make showconfig shows the configuration at your *local* portstree. It does not affect or display the settings of pkg. To

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Matthew Seaman
On 2016/02/03 14:18, William A. Mahaffey III wrote: > I just did a full 'pkg upgrade' on my FBSD 9.3R box, which installed the > newest GCC5. I also updated ports. When I used the pkg-provided GCC5, it > doesn't have graphite support enabled, so no auto-parallelization. When > I checked the port w/

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread William A. Mahaffey III
On 02/03/16 08:49, Torsten Zuehlsdorff wrote: On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig. it shows graphite enabled. make showconfig shows the configuration at your *local* portstree. It does not affect or display the settings of pkg. To

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread William A. Mahaffey III
On 02/03/16 08:40, Guido Falsi wrote: On 02/03/16 15:18, William A. Mahaffey III wrote: I just did a full 'pkg upgrade' on my FBSD 9.3R box, which installed the newest GCC5. I also updated ports. When I used the pkg-provided GCC5, it doesn't have graphite support enabled, so no auto-paralleliza

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Torsten Zuehlsdorff
On 03.02.2016 15:18, William A. Mahaffey III wrote: When I checked the port w/ make showconfig. it shows graphite enabled. make showconfig shows the configuration at your *local* portstree. It does not affect or display the settings of pkg. To check the configuration of "pkg-ports" perform

Re: [moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread Guido Falsi
On 02/03/16 15:18, William A. Mahaffey III wrote: > > > I just did a full 'pkg upgrade' on my FBSD 9.3R box, which installed the > newest GCC5. I also updated ports. When I used the pkg-provided GCC5, it > doesn't have graphite support enabled, so no auto-parallelization. When > I checked the por

[moved from toolchain] GCC5: pkg vs. ports

2016-02-03 Thread William A. Mahaffey III
I just did a full 'pkg upgrade' on my FBSD 9.3R box, which installed the newest GCC5. I also updated ports. When I used the pkg-provided GCC5, it doesn't have graphite support enabled, so no auto-parallelization. When I checked the port w/ make showconfig. it shows graphite enabled. I am rec

FreeBSD ports you maintain which are out of date

2016-02-03 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