From owner-svn-ports-all@FreeBSD.ORG Thu Mar 27 19:19:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2CCD171; Thu, 27 Mar 2014 19:19:02 +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 8F7629B1; Thu, 27 Mar 2014 19:19:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2RJJ2xV035174; Thu, 27 Mar 2014 19:19:02 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2RJJ1fb035170; Thu, 27 Mar 2014 19:19:01 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201403271919.s2RJJ1fb035170@svn.freebsd.org> From: John Marino Date: Thu, 27 Mar 2014 19:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349354 - in head/devel/ocaml-opam: . files 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.17 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: Thu, 27 Mar 2014 19:19:02 -0000 Author: marino Date: Thu Mar 27 19:19:01 2014 New Revision: 349354 URL: http://svnweb.freebsd.org/changeset/ports/349354 QAT: https://qat.redports.org/buildarchive/r349354/ Log: devel/ocaml-opam: Update 1.1.0 -> 1.1.1 and unbreak Updating to the latest point version did not fix the problems. The first is that now the built tool ocp-build requires TERM to be set in the environment, otherwise it returns non-zero result with an error message (hidden by /dev/null in first instance) and breaks the build. Later the build failed the FS because it was saving preferences at $HOME. Adding -no-user-prefs switch to the command seems to suppress that. Finally, the GNU makefile is not jobs safe, so indicate that. The GNU makefile does not participate much in the overall build. Added: head/devel/ocaml-opam/files/ head/devel/ocaml-opam/files/patch-Makefile (contents, props changed) Modified: head/devel/ocaml-opam/Makefile head/devel/ocaml-opam/distinfo head/devel/ocaml-opam/pkg-plist Modified: head/devel/ocaml-opam/Makefile ============================================================================== --- head/devel/ocaml-opam/Makefile Thu Mar 27 18:45:39 2014 (r349353) +++ head/devel/ocaml-opam/Makefile Thu Mar 27 19:19:01 2014 (r349354) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opam -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel MASTER_SITES= http://www.ocamlpro.com/pub/ PKGNAMEPREFIX= ocaml- @@ -13,12 +13,13 @@ COMMENT= Source-based package manager fo LICENSE= GPLv3 -BROKEN= Does not build - BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl USES= gmake USE_OCAML= yes GNU_CONFIGURE= yes +MAKE_ENV+= TERM=xterm + +MAKE_JOBS_UNSAFE= yes .include Modified: head/devel/ocaml-opam/distinfo ============================================================================== --- head/devel/ocaml-opam/distinfo Thu Mar 27 18:45:39 2014 (r349353) +++ head/devel/ocaml-opam/distinfo Thu Mar 27 19:19:01 2014 (r349354) @@ -1,2 +1,2 @@ -SHA256 (opam-full-1.1.0.tar.gz) = c0ab5e85b6cd26e533a40686e08aea173387d15bead817026f5b08f264642583 -SIZE (opam-full-1.1.0.tar.gz) = 2271477 +SHA256 (opam-full-1.1.1.tar.gz) = bfcb78109cf88612b5170b25bb96aa576ed3908c8a68b9164a7ae16f9f59ae38 +SIZE (opam-full-1.1.1.tar.gz) = 2278273 Added: head/devel/ocaml-opam/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-opam/files/patch-Makefile Thu Mar 27 19:19:01 2014 (r349354) @@ -0,0 +1,10 @@ +--- Makefile.orig 2014-01-14 17:04:37.000000000 +0100 ++++ Makefile +@@ -1,6 +1,6 @@ + -include Makefile.config + +-LOCAL_OCPBUILD=./ocp-build/ocp-build -no-use-ocamlfind ++LOCAL_OCPBUILD=./ocp-build/ocp-build -no-use-ocamlfind -no-user-prefs + OCPBUILD ?= $(LOCAL_OCPBUILD) + SRC_EXT=src_ext + TARGETS = opam opam-admin opam-installer Modified: head/devel/ocaml-opam/pkg-plist ============================================================================== --- head/devel/ocaml-opam/pkg-plist Thu Mar 27 18:45:39 2014 (r349353) +++ head/devel/ocaml-opam/pkg-plist Thu Mar 27 19:19:01 2014 (r349354) @@ -1,5 +1,6 @@ bin/opam bin/opam-admin +bin/opam-installer man/man1/opam-admin-check.1.gz man/man1/opam-admin-make.1.gz man/man1/opam-admin.1.gz @@ -16,7 +17,9 @@ man/man1/opam-remote.1.gz man/man1/opam-remove.1.gz man/man1/opam-repository.1.gz man/man1/opam-search.1.gz +man/man1/opam-show.1.gz man/man1/opam-switch.1.gz +man/man1/opam-uninstall.1.gz man/man1/opam-update.1.gz man/man1/opam-upgrade.1.gz man/man1/opam.1.gz