Re: Ports r459270 upsets "make index"

2018-02-12 Thread Jan Beich
Peter Jeremy writes: > r459270 created hard references to clang38 and clang++38 in > misc/sword/Makefile and, as a result, "make index" is reporting warnings: > > --- describe.misc --- > sh: clang38: not found > make[5]: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang38 > --version" >

Re: Ports r459270 upsets "make index"

2018-02-12 Thread Walter Schwarzenfeld
There seems more problems like this https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225847 seems compiler.mk needs a check (line 69 and 112) if the compiler is installed. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman

Re: Ports r459270 upsets "make index"

2018-02-12 Thread Walter Schwarzenfeld
It is only need to committed https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189853&action=diff ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsu

Re: Ports r459270 upsets "make index"

2018-02-12 Thread Walter Schwarzenfeld
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225802 ___ 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"

Ports r459270 upsets "make index"

2018-02-11 Thread Peter Jeremy
r459270 created hard references to clang38 and clang++38 in misc/sword/Makefile and, as a result, "make index" is reporting warnings: --- describe.misc --- sh: clang38: not found make[5]: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang38 --version" +returned non-zero status make[5]: "/us