maintainer-feedback requested: [Bug 224401] java/icedtea-web should not automatically pulls in firefox-esr

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 17 11:04:21 UTC 2017


w.schwarzenfeld at utanet.at has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to java at FreeBSD.org:
Bug 224401: java/icedtea-web should not automatically pulls in firefox-esr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224401



--- Description ---
Icedtea-web tries to pull in firefox-esr. This should not be.

Add firefox-esr to this line in Makefile:
-   .for opt in asm chrome chromium ecj epiphany firefox  jacoco midori opera
    CONFIGURE_ARGS+=	    --without-${opt}
    .endfor
+ .for opt in asm chrome chromium ecj epiphany firefox firefox-esr jacoco
midori opera


More information about the freebsd-java mailing list