Bug 210982 - sysutils/u-boot-* style cleanups
Summary: sysutils/u-boot-* style cleanups
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: Ian Lepore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-10 19:14 UTC by Pawel Pekala
Modified: 2016-07-24 09:53 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (ian)
pawel: maintainer-feedback? (pawel)


Attachments
u-boot-fixes.diff (9.36 KB, patch)
2016-07-10 19:14 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2016-07-10 19:14:52 UTC
Created attachment 172346 [details]
u-boot-fixes.diff

This patch fixes few style violations in u-boot ports:

- GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation
- CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed
  with proper permissions
- sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-24 09:48:49 UTC
A commit references this bug:

Author: pawel
Date: Sun Jul 24 09:48:40 UTC 2016
New revision: 418996
URL: https://svnweb.freebsd.org/changeset/ports/418996

Log:
  Fix few style violations in u-boot ports:

  - GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation
  - CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed
    with proper permissions
  - sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES

  PR:		210982
  Submitted by:	myself
  Approved by:	maintainers timeout

Changes:
  head/sysutils/u-boot-beaglebone/Makefile
  head/sysutils/u-boot-cubieboard/Makefile
  head/sysutils/u-boot-cubox-hummingboard/Makefile
  head/sysutils/u-boot-duovero/Makefile
  head/sysutils/u-boot-pandaboard/Makefile
  head/sysutils/u-boot-pine64/Makefile
  head/sysutils/u-boot-rpi/Makefile
  head/sysutils/u-boot-rpi2/Makefile
  head/sysutils/u-boot-utilite/Makefile
  head/sysutils/u-boot-wandboard/Makefile