Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 09:51:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201505300951.t4U9paEe083792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505300951.t4U9paEe083792>