Re: synth install ... builds but does not always install named packages

2017-09-16 Thread Thomas Mueller
> On 16 September 2017 at 09:01, Thomas Mueller wrote: > > Some of the packages not installed are widespread build dependencies, such > > as nasm, and are better installed than rebuilt or temporarily reinstalled > > every time. > synth doesn't rebuild build-dependencies if it isn't requ

FreeBSD ports you maintain which are out of date

2017-09-16 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

INDEX build failed for 10.x

2017-09-16 Thread Ports Index build
INDEX build failed with errors: Generating INDEX-10 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- --- describe.astro --- --- describe.audio --- --- describe.benchmarks --- --- describe.biology --- --- describe.cad --- --- describe.chinese --- --- d

Re: Extra Clang Tools

2017-09-16 Thread Dimitry Andric
On 16 Sep 2017, at 04:29, blubee blubeeme wrote: > > FreeBSD switched to clang as it's compiler some time ago; was clang extra > tools: http://clang.llvm.org/extra/index.html ever ported over? > > If yes, where is it located? Those tools (clang-tidy, clang-include-fixer, etc) are not available

INDEX now builds successfully on 10.x

2017-09-16 Thread Ports Index build
___ 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: slrn from ports segfaults when running

2017-09-16 Thread Eugene Grosbein
16.09.2017 8:46, tech-lists wrote: > # gdb ./slrn ./slrn.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and > you are > welcome to change it and/or distribute copies of it under certain > conditions.

Re: How to make www/npm pick www/node4 and www/node6 instead of www/node?

2017-09-16 Thread Sunpoet Po-Chuan Hsieh
On Sun, Sep 10, 2017 at 4:25 AM, Marcin Cieslak wrote: > Hello, > > in the past (before r414303[1]) > [1] https://svnweb.freebsd.org/ports/head/www/npm/Makefile?view= > log&pathrev=414303 > > npm had a couple of OPTIONS to select which node engine should be used. > > Now this is all gone and repl

Re: Extra Clang Tools

2017-09-16 Thread blubee blubeeme
Howdy I made a few changes to the devel/llvm40/Makefile and added pp-trace as the last line of EXTRA_COMMANDS Then I rebuilt llvm40, then I noticed that the pp-trace executable is built, here's a output of the work directory grepping for pp-trace: /usr/local/share/doc/llvm38/clang-tools/html/_sou

Re: How to make www/npm pick www/node4 and www/node6 instead of www/node?

2017-09-16 Thread Adam Weinberger
> On 16 Sep, 2017, at 7:40, Sunpoet Po-Chuan Hsieh wrote: > > On Sun, Sep 10, 2017 at 4:25 AM, Marcin Cieslak wrote: > >> Hello, >> >> in the past (before r414303[1]) >> [1] https://svnweb.freebsd.org/ports/head/www/npm/Makefile?view= >> log&pathrev=414303 >> >> npm had a couple of OPTIONS to

Re: How to make www/npm pick www/node4 and www/node6 instead of www/node?

2017-09-16 Thread Julian Elischer
On 16/9/17 9:40 pm, Sunpoet Po-Chuan Hsieh wrote: On Sun, Sep 10, 2017 at 4:25 AM, Marcin Cieslak wrote: Hello, in the past (before r414303[1]) [1] https://svnweb.freebsd.org/ports/head/www/npm/Makefile?view= log&pathrev=414303 npm had a couple of OPTIONS to select which node engine should b

Re: slrn from ports segfaults when running

2017-09-16 Thread Christoph Brinkhaus
On Sat, Sep 16, 2017 at 08:19:27PM +0700, Eugene Grosbein wrote: > 16.09.2017 8:46, tech-lists wrote: > > > # gdb ./slrn ./slrn.core > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and > > you are >

PyPI repositories are infiltrated with malware

2017-09-16 Thread Yuri
PyPI got hacked and now contains some malware-infected packages. Please do not try to save time and install anything from PyPI to quickly test or use something. Always use FreeBSD ports and packages. https://arstechnica.com/information-technology/2017/09/devs-unknowingly-use-malicious-modules

Re: slrn from ports segfaults when running

2017-09-16 Thread tech-lists
On Sat, Sep 16, 2017 at 09:23:08PM +0200, Christoph Brinkhaus wrote: I am happy with slrn with options as below. slrn --version slrn 1.0.3 S-Lang Library Version: 2.3.1 Operating System: FreeBSD COMPILE TIME OPTIONS: Backends: +nntp +slrnpull +spool External programs / libs: -canlock -inews +s

Re: Extra Clang Tools

2017-09-16 Thread Shane Ambler
On 16/09/2017 23:22, blubee blubeeme wrote: Howdy I made a few changes to the devel/llvm40/Makefile and added pp-trace as the last line of EXTRA_COMMANDS Then I rebuilt llvm40, then I noticed that the pp-trace executable is built, here's a output of the work directory grepping for pp-trace:

Re: Extra Clang Tools

2017-09-16 Thread blubee blubeeme
Bug created: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222380 Can someone take a look? Different email addresses; it's fine I had the bug created. Best On Sun, Sep 17, 2017 at 11:44 AM, Shane Ambler wrote: > On 16/09/2017 23:22, blubee blubeeme wrote: > >> Howdy >> >> I made a few chan