Bug 199847

Summary: [PATCH] deskutils/wyrd - Fix build
Product: Ports & Packages Reporter: Herbert J. Skuhra <herbert>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 199845    
Attachments:
Description Flags
Patch to fix build none

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.