From owner-svn-ports-head@FreeBSD.ORG Fri May 1 19:06:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88FBCBB0; Fri, 1 May 2015 19:06:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 779FB1FA4; Fri, 1 May 2015 19:06:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t41J6cBh018759; Fri, 1 May 2015 19:06:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t41J6cm5018758; Fri, 1 May 2015 19:06:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505011906.t41J6cm5018758@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 1 May 2015 19:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385141 - head/deskutils/wyrd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 19:06:38 -0000 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