Bug 224401 - java/icedtea-web should not automatically pulls in firefox-esr
Summary: java/icedtea-web should not automatically pulls in firefox-esr
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-17 11:04 UTC by Walter Schwarzenfeld
Modified: 2018-06-21 21:40 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (java)


Attachments
svn-diff-icedtea-web (545 bytes, patch)
2017-12-17 11:08 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!