Bug 233626 - emulators/virtualbox-ose-additions: Fix build with non-default SRC_BASE
Summary: emulators/virtualbox-ose-additions: Fix build with non-default SRC_BASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jung-uk Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-29 08:50 UTC by Yasuhiro Kimura
Modified: 2018-11-29 21:38 UTC (History)
1 user (show)

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


Attachments
patch file (1.08 KB, patch)
2018-11-29 08:50 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2018-11-29 08:50:36 UTC
Created attachment 199657 [details]
patch file

Fix build when SRC_BASE is not /usr/src.
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2018-11-29 18:35:36 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-29 21:13:36 UTC
A commit references this bug:

Author: jkim
Date: Thu Nov 29 21:12:58 UTC 2018
New revision: 486207
URL: https://svnweb.freebsd.org/changeset/ports/486207

Log:
  Fix build when SRC_BASE is not /usr/src.

  PR:		233626

Changes:
  head/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_mount__vboxvfs_Makefile.kmk
  head/emulators/virtualbox-ose-additions/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-11-29 21:26:50 UTC
A commit references this bug:

Author: jkim
Date: Thu Nov 29 21:26:10 UTC 2018
New revision: 486210
URL: https://svnweb.freebsd.org/changeset/ports/486210

Log:
  Fix build when SRC_BASE is not /usr/src.

  Note the previous patch was incomplete. :-(

  PR:		233626

Changes:
  head/emulators/virtualbox-ose-additions/Makefile
Comment 4 Jung-uk Kim freebsd_committer freebsd_triage 2018-11-29 21:38:45 UTC
Committed (with minor changes), thanks!