Bug 199847 - [PATCH] deskutils/wyrd - Fix build
Summary: [PATCH] deskutils/wyrd - Fix build
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: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks: 199845
  Show dependency treegraph
 
Reported: 2015-05-01 17:57 UTC by Herbert J. Skuhra
Modified: 2015-05-01 19:09 UTC (History)
0 users

See Also:


Attachments
Patch to fix build (725 bytes, patch)
2015-05-01 17:57 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert J. Skuhra 2015-05-01 17:57:40 UTC
Created attachment 156218 [details]
Patch to fix build

The attached patch fixes the build of deskutils/wyrd after devel/ocaml has been updated to version 4.02.1.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-01 19:06:47 UTC
A commit references this bug:

Author: jbeich
Date: Fri May  1 19:06:38 UTC 2015
New revision: 385141
URL: https://svnweb.freebsd.org/changeset/ports/385141

Log:
  deskutils/wyrd: unbreak build after r385012 (camlp4)

  ocamlopt.opt -c -pp camlp4o -g -I ./curses install.ml
  sh: camlp4o: not found
  File "install.ml", line 1:
  Error: Error while running external preprocessor

  PR:		199847
  Reported by:	pkg-fallout, maintainer
  Submitted by:	h.skuhra@gmail.com (maintainer)

Changes:
  head/deskutils/wyrd/Makefile
Comment 2 Jan Beich freebsd_committer freebsd_triage 2015-05-01 19:08:18 UTC
Committed. Thanks.