Bug 224401

Summary: java/icedtea-web should not automatically pulls in firefox-esr
Product: Ports & Packages Reporter: Walter Schwarzenfeld <w.schwarzenfeld>
Component: Individual Port(s)Assignee: freebsd-java (Nobody) <java>
Status: Closed Overcome By Events    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (java)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn-diff-icedtea-web none

Description Walter Schwarzenfeld 2017-12-17 11:04:21 UTC
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
Comment 1 Walter Schwarzenfeld 2017-12-17 11:08:37 UTC
Created attachment 188911 [details]
svn-diff-icedtea-web
Comment 2 Walter Schwarzenfeld 2017-12-17 11:11:14 UTC
Or make it optional.
Comment 3 Walter Schwarzenfeld 2018-02-27 18:59:21 UTC
ping!