Bug 237280 - java/eclipse: Restore Makefile.plugins
Summary: java/eclipse: Restore Makefile.plugins
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-14 10:23 UTC by Jonathan Chen
Modified: 2019-04-14 12:36 UTC (History)
0 users

See Also:


Attachments
Makefile.plugins restored (531 bytes, text/plain)
2019-04-14 10:23 UTC, Jonathan Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2019-04-14 10:23:02 UTC
Created attachment 203667 [details]
Makefile.plugins restored

Makefile.plugins was removed by PR 236792, but this results in "make index" failure:

make[5]: "/usr/ports/java/eclipse-pydev/Makefile" line 54: Cannot open /usr/ports/java/eclipse/Makefile.plugins
make[5]: Fatal errors encountered -- cannot continue===> java/eclipse-pydev failed
*** [describe.java] Error code 1

It needs to be restored, with a minor tweak to bump up JAVA_VERSION.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-14 12:00:50 UTC
A commit references this bug:

Author: pi
Date: Sun Apr 14 11:59:59 UTC 2019
New revision: 498895
URL: https://svnweb.freebsd.org/changeset/ports/498895

Log:
  java/eclipse: re-add Makefile.plugins to restore build for some ports

  PR:		237280
  Submitted by:	Jonathan Chen <jonc@chen.org.nz>

Changes:
  head/java/eclipse/Makefile.plugins
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-14 12:08:00 UTC
A commit references this bug:

Author: pi
Date: Sun Apr 14 12:07:05 UTC 2019
New revision: 498896
URL: https://svnweb.freebsd.org/changeset/ports/498896

Log:
  java/eclipse: fix whitespace in Makefile.plugins

  PR:		237280

Changes:
  head/java/eclipse/Makefile.plugins
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-04-14 12:25:17 UTC
A commit references this bug:

Author: pi
Date: Sun Apr 14 12:25:08 UTC 2019
New revision: 498899
URL: https://svnweb.freebsd.org/changeset/ports/498899

Log:
  devel/subversive: unbreak after java/eclipse got its Makefile.plugins back

  - testbuild is OK

  PR:		237280

Changes:
  head/devel/subversive/Makefile
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2019-04-14 12:36:07 UTC
all fallout fixed. Sorry for the breakage.