svn commit: r387922 - in head: astro/viking devel/monodevelop-database devel/nant devel/rebar3 graphics/pinta lang/cduce science/hdf-java www/geneweb
Antoine Brodin
antoine at FreeBSD.org
Sat May 30 09:51:38 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list