Date: Fri, 1 May 2015 19:06:38 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385141 - head/deskutils/wyrd Message-ID: <201505011906.t41J6cm5018758@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri May 1 19:06:37 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) Modified: head/deskutils/wyrd/Makefile Modified: head/deskutils/wyrd/Makefile ============================================================================== --- head/deskutils/wyrd/Makefile Fri May 1 18:54:47 2015 (r385140) +++ head/deskutils/wyrd/Makefile Fri May 1 19:06:37 2015 (r385141) @@ -3,6 +3,7 @@ PORTNAME= wyrd PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://pessimization.com/software/wyrd/ @@ -11,12 +12,11 @@ COMMENT= Text-based front-end to Remind LICENSE= GPLv2 -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= camlp4o:${PORTSDIR}/devel/ocaml-camlp4 RUN_DEPENDS= remind:${PORTSDIR}/deskutils/remind -BROKEN= pending introduction of new camlp4 (PR 195773) - USES= gmake ncurses +USE_OCAML= yes GNU_CONFIGURE= yes PLIST_FILES= bin/wyrd etc/wyrdrc man/man1/wyrd.1.gz man/man5/wyrdrc.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505011906.t41J6cm5018758>