Re: icedtea-web broken after removal of libxul

2018-06-23 Thread Walter Schwarzenfeld
I have to correct audio/tuxguitar is not broken (I don't at least the 
last four times I tried to install it failed, this time it succeeds. Remove


the references to browser-ftp and libxul).

___
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: icedtea-web broken after removal of libxul

2018-06-23 Thread Walter Schwarzenfeld
Also: x11-toolkits/swt, x11-toolkits/swt-devel, audio/tuxguitar  and 
science/gchemutils have still options for plugin/libxul.


Except science/gchemutils these ports have no maintainer.

(Btw, audio/tuxguitar is broken since long time).


___
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: icedtea-web broken after removal of libxul

2018-06-23 Thread Walter Schwarzenfeld

Thanks, Tobik. You patch in the PR is working fine.

___
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: icedtea-web broken after removal of libxul

2018-06-22 Thread Walter Schwarzenfeld

> did you really intend to put 2 slashes there?

No, that's a typo.

But if there is no npapi.h, it can't find it and that has nothing to do 
with the slashes.


And the question is, which sense has the port, if set --disable-plugin?


___
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: icedtea-web broken after removal of libxul

2018-06-22 Thread Chris H

On Sat, 23 Jun 2018 03:41:35 +0200 "Walter Schwarzenfeld" 
 said


After remove of libxul, icedtea-web does not configure

configure: error: Package requirements (mozilla-plugin) were not met:
Package 'mozilla-plugin', required by 'virtual:world', not found

After a (weak) try with make MOZILLA_LIBS=/usr/local/lib/libxul 
MOZILLA_CFLAGS=-I//usr/local/include/libxul:

___^
did you really intend to put 2 slashes there? might this not potentially
confuse the build?
Just thought I'd mention it, in case it matters. :-)

--Chris


It fails missing npapi.h or other headers.

Mark it as broken, remove it or revert the remove of libxul.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229242

___
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"



___
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: icedtea-web broken after removal of libxul

2018-06-22 Thread Walter Schwarzenfeld

If I adding CONFIGURE_ARGS+=--disable-plugin it is useless.

___
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: icedtea-web broken after removal of libxul

2018-06-22 Thread Tobias Kortkamp
On Sat, Jun 23, 2018, at 03:41, Walter Schwarzenfeld wrote:
> After remove of libxul, icedtea-web does not configure
> 
> configure: error: Package requirements (mozilla-plugin) were not met:
> Package 'mozilla-plugin', required by 'virtual:world', not found
> 
> After a (weak) try with make MOZILLA_LIBS=/usr/local/lib/libxul 
> MOZILLA_CFLAGS=-I//usr/local/include/libxul:
> 
> It fails missing npapi.h or other headers.
> 
> Mark it as broken, remove it or revert the remove of libxul.
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229242

Try adding CONFIGURE_ARGS+=--disable-plugin to the port.
___
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"


icedtea-web broken after removal of libxul

2018-06-22 Thread Walter Schwarzenfeld

After remove of libxul, icedtea-web does not configure

configure: error: Package requirements (mozilla-plugin) were not met:
Package 'mozilla-plugin', required by 'virtual:world', not found

After a (weak) try with make MOZILLA_LIBS=/usr/local/lib/libxul 
MOZILLA_CFLAGS=-I//usr/local/include/libxul:


It fails missing npapi.h or other headers.

Mark it as broken, remove it or revert the remove of libxul.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229242

___
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"