Re: leptonica update

2018-06-02 Thread Walter Schwarzenfeld
seems solved: https://svnweb.freebsd.org/ports?view=revision&revision=471431 ___ 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: leptonica update

2018-06-02 Thread Eugene Grosbein
03.06.2018 5:22, Walter Schwarzenfeld wrote: > Yes, I was wrong: > > The CONFLICTS_BUILD in leptonica means it would pick up the wrong > "openjpeg.h" if openjpeg15 is installed. This seems to be porting bug that should be resolved by patching the source instead of just addition of CONFLICTS_BUI

Re: leptonica update

2018-06-02 Thread Fernando Apesteguía
On Sun, Jun 3, 2018 at 12:22 AM, Walter Schwarzenfeld wrote: > Yes, I was wrong: > > The CONFLICTS_BUILD in leptonica means it would pick up the wrong > "openjpeg.h" if openjpeg15 is installed. Yes, that's basically the reason. Sorry if this caused any trouble. Maybe an entry in UPDATING was in o

Re: leptonica update

2018-06-02 Thread Walter Schwarzenfeld
Yes, I was wrong: The CONFLICTS_BUILD in leptonica means it would pick up the wrong "openjpeg.h" if openjpeg15 is installed. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: leptonica update

2018-06-02 Thread StariKarp
On Sat, 2018-06-02 at 16:00 +0200, Walter Schwarzenfeld wrote: > But I don't understand why. You can install leptonica and openjpeg15 > (they have different directories). > > Openjpeg and openjpeg15 have no CONFLICTS_BUILD in the Makefile. > > Either this is missing, or it is not true. > > I n

Re: leptonica update

2018-06-02 Thread Walter Schwarzenfeld
But I don't understand why. You can install leptonica and openjpeg15 (they have different directories). Openjpeg and openjpeg15 have no CONFLICTS_BUILD in the Makefile. Either this is missing, or it is not true. ___ freebsd-ports@freebsd.org mailing

Re: leptonica update

2018-06-02 Thread StariKarp
On Sat, 2018-06-02 at 01:24 +0200, Walter Schwarzenfeld wrote: > A bug-report will not help: > > leptonica Makefile: > > CONFLICTS_BUILD=openjpeg15 > > > Maybe, you have to turn off openjpeg option in blender (and if > installed > mencoder or fox17). > > It will be problematic if you

Re: leptonica update

2018-06-01 Thread Walter Schwarzenfeld
A bug-report will not help: leptonica Makefile: CONFLICTS_BUILD=    openjpeg15 Maybe, you have to turn off openjpeg option in blender (and if installed mencoder or fox17). It will be problematic if you have installed calligra. ___ freebsd-por