Bug 224541 - [patch] devel/ocaml-findlib: fix TOOLBOX=off build failure on missing file
Summary: [patch] devel/ocaml-findlib: fix TOOLBOX=off build failure on missing file
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: Hiroki Sato
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-12-23 11:03 UTC by Rick van der Zwet
Modified: 2018-03-15 19:21 UTC (History)
1 user (show)

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


Attachments
patch Makefile to make permissions settings on make_wizard depend on the TOOLBOX flag (929 bytes, patch)
2017-12-23 11:03 UTC, Rick van der Zwet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rick van der Zwet 2017-12-23 11:03:44 UTC
Created attachment 189051 [details]
patch Makefile to make permissions settings on make_wizard depend on the TOOLBOX flag

====>> Building devel/ocaml-findlib
...
chmod: /wrkdirs/usr/ports/devel/ocaml-findlib/work/stage/usr/local/lib/ocaml/site-lib/findlib/make_wizard: No such file or directory
*** Error code 1
...
!!! build failure encountered !!!

make_wizard file is not created when TOOLBOX=off. Attached patch will only set permissions on the affected file if file is created.
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2018-03-15 19:21:54 UTC
Oops I missed this and fixed it in https://svnweb.freebsd.org/changeset/ports/464624.

Thanks for your contribution.