From owner-svn-ports-all@FreeBSD.ORG Sat May 16 12:33:16 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BE6A6D5; Sat, 16 May 2015 12:33:16 +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 5BD89112B; Sat, 16 May 2015 12:33:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GCXGeo044576; Sat, 16 May 2015 12:33:16 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GCXG5K044575; Sat, 16 May 2015 12:33:16 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505161233.t4GCXG5K044575@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 16 May 2015 12:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386526 - head/textproc/ocaml-tyxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 12:33:16 -0000 Author: marino Date: Sat May 16 12:33:15 2015 New Revision: 386526 URL: https://svnweb.freebsd.org/changeset/ports/386526 Log: textproc/ocaml-tyxml: Unbreak by setting USE_OCAML_CAMLP4 Modified: head/textproc/ocaml-tyxml/Makefile Modified: head/textproc/ocaml-tyxml/Makefile ============================================================================== --- head/textproc/ocaml-tyxml/Makefile Sat May 16 12:29:44 2015 (r386525) +++ head/textproc/ocaml-tyxml/Makefile Sat May 16 12:33:15 2015 (r386526) @@ -22,6 +22,7 @@ USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes +USE_OCAML_CAMLP4= yes USE_OCAMLFIND_PLIST= yes SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}