Bug 191565 - java/bootstrap-openjdk typo in Makefile
Summary: java/bootstrap-openjdk typo in Makefile
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 18:09 UTC by Sean Bruno
Modified: 2014-07-02 18:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2014-07-02 18:09:17 UTC
Makefile has a typo:

ONLY_FOR_ARCH=  amd64 i386


should be:

ONLY_FOR_ARCHS=  amd64 i386


Found when building armv6 ports.

http://dirty.ysv.freebsd.org/data/11armv632-default/2014-07-02_15h44m47s/logs/errors/bootstrap-openjdk-.log
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-02 18:19:30 UTC
A commit references this bug:

Author: sbruno
Date: Wed Jul  2 18:18:37 UTC 2014
New revision: 360237
URL: http://svnweb.freebsd.org/changeset/ports/360237

Log:
  Correct typo declaring ONLY_FOR_ARCHS

  PR:		191565
  Reviewed by:	bdrewery

Changes:
  head/java/bootstrap-openjdk/Makefile