svn commit: r385141 - head/deskutils/wyrd

Jan Beich jbeich at FreeBSD.org
Fri May 1 19:06:38 UTC 2015


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 at 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


More information about the svn-ports-all mailing list