From owner-svn-ports-head@FreeBSD.ORG Sat May 30 09:51:38 2015 Return-Path: Delivered-To: svn-ports-head@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 9524A863; Sat, 30 May 2015 09:51:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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 766AF124D; Sat, 30 May 2015 09:51:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4U9pcxZ083805; Sat, 30 May 2015 09:51:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4U9paEe083792; Sat, 30 May 2015 09:51:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201505300951.t4U9paEe083792@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 30 May 2015 09:51:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387922 - in head: astro/viking devel/monodevelop-database devel/nant devel/rebar3 graphics/pinta lang/cduce science/hdf-java www/geneweb 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: Sat, 30 May 2015 09:51:38 -0000 Author: antoine Date: Sat May 30 09:51:35 2015 New Revision: 387922 URL: https://svnweb.freebsd.org/changeset/ports/387922 Log: Mark a few ports BROKEN Reported by: pkg-fallout Modified: head/astro/viking/Makefile head/devel/monodevelop-database/Makefile head/devel/nant/Makefile head/devel/rebar3/Makefile head/graphics/pinta/Makefile head/lang/cduce/Makefile head/science/hdf-java/Makefile head/www/geneweb/Makefile Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/astro/viking/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -12,6 +12,8 @@ COMMENT= Program to manage GPS data (tra LICENSE= GPLv2 +BROKEN= Fails to build + BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libpcre.so:${PORTSDIR}/devel/pcre \ Modified: head/devel/monodevelop-database/Makefile ============================================================================== --- head/devel/monodevelop-database/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/devel/monodevelop-database/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -11,6 +11,8 @@ COMMENT= MonoDevelop database support LICENSE= MIT +BROKEN= Fails to package, missing Npgsql Version 2 with mono 4 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop Modified: head/devel/nant/Makefile ============================================================================== --- head/devel/nant/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/devel/nant/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -13,6 +13,8 @@ COMMENT= .NET build tool inspired by Ant LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +BROKEN= Fails to build with mono 4 + OPTIONS_DEFINE= DOCS EXAMPLES INSTALL_TARGET= install destdir=${STAGEDIR} prefix=${PREFIX} Modified: head/devel/rebar3/Makefile ============================================================================== --- head/devel/rebar3/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/devel/rebar3/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -12,6 +12,8 @@ COMMENT= Build tool for Erlang LICENSE= APACHE20 +BROKEN= Checksum and size mismatch + BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang \ ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git RUN_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang Modified: head/graphics/pinta/Makefile ============================================================================== --- head/graphics/pinta/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/graphics/pinta/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -11,6 +11,8 @@ COMMENT= Simple Gtk\# Paint Program LICENSE= MIT +BROKEN= Fails to build with mono 4 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/lang/cduce/Makefile ============================================================================== --- head/lang/cduce/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/lang/cduce/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.cduce.org/downl MAINTAINER= johans@FreeBSD.org COMMENT= Efficient XML centric functional programming language +BROKEN= Fails to build + LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre BUILD_DEPENDS= ${SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \ ${SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ Modified: head/science/hdf-java/Makefile ============================================================================== --- head/science/hdf-java/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/science/hdf-java/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-sou MAINTAINER= ports@FreeBSD.org COMMENT= Java interface to HDF5 +BROKEN= Fails to configure, HDF5 library needs SZIP, SZIP not defined + LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \ libjpeg.so:${PORTSDIR}/graphics/jpeg Modified: head/www/geneweb/Makefile ============================================================================== --- head/www/geneweb/Makefile Sat May 30 09:01:35 2015 (r387921) +++ head/www/geneweb/Makefile Sat May 30 09:51:35 2015 (r387922) @@ -13,6 +13,8 @@ COMMENT= Advanced genealogy software LICENSE= GPLv2 +BROKEN= Fails to build + BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ camlp5:${PORTSDIR}/devel/ocaml-camlp5