From owner-svn-ports-all@FreeBSD.ORG Fri Feb 28 19:45:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E5E035E; Fri, 28 Feb 2014 19:45:30 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 286B31086; Fri, 28 Feb 2014 19:45:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SJjUvQ051651; Fri, 28 Feb 2014 19:45:30 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SJjRd3051634; Fri, 28 Feb 2014 19:45:27 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402281945.s1SJjRd3051634@svn.freebsd.org> From: Antoine Brodin Date: Fri, 28 Feb 2014 19:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346572 - in head: archivers/rpm5 databases/flare devel/R-cran-vcd devel/cocaine-core devel/fnccheck devel/ocaml-opam editors/setedit editors/textedit lang/gnustep-guile sysutils/rubyge... 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: Fri, 28 Feb 2014 19:45:30 -0000 Author: antoine Date: Fri Feb 28 19:45:27 2014 New Revision: 346572 URL: http://svnweb.freebsd.org/changeset/ports/346572 QAT: https://qat.redports.org/buildarchive/r346572/ Log: Mark more ports BROKEN Error logs are available in the pkg-fallout archives Reported by: pkg-fallout since at least january 2014 Modified: head/archivers/rpm5/Makefile head/databases/flare/Makefile head/devel/R-cran-vcd/Makefile head/devel/cocaine-core/Makefile head/devel/fnccheck/Makefile head/devel/ocaml-opam/Makefile head/editors/setedit/Makefile head/editors/textedit/Makefile head/lang/gnustep-guile/Makefile head/sysutils/rubygem-fluentd/Makefile head/www/mod_pagespeed/Makefile Modified: head/archivers/rpm5/Makefile ============================================================================== --- head/archivers/rpm5/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/archivers/rpm5/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -11,6 +11,8 @@ PKGNAMESUFFIX= 5 MAINTAINER= afb@rpm5.org COMMENT= The RPM Package Manager +BROKEN= Does not package + LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libpopt.so:${PORTSDIR}/devel/popt \ libbeecrypt.so:${PORTSDIR}/security/beecrypt \ Modified: head/databases/flare/Makefile ============================================================================== --- head/databases/flare/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/databases/flare/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Flare - distributed and persistent key-value storage +BROKEN= Does not build + LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs \ libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet Modified: head/devel/R-cran-vcd/Makefile ============================================================================== --- head/devel/R-cran-vcd/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/devel/R-cran-vcd/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -11,6 +11,8 @@ COMMENT= Visualization techniques, data LICENSE= GPLv2 +BROKEN= Does not find WRKSRC + RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace USE_R_MOD= yes Modified: head/devel/cocaine-core/Makefile ============================================================================== --- head/devel/cocaine-core/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/devel/cocaine-core/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -12,6 +12,8 @@ COMMENT= Cocaine Application Engine LICENSE= GPLv3 +BROKEN= Does not build + LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ libev.so:${PORTSDIR}/devel/libev \ libltdl.so:${PORTSDIR}/devel/libltdl \ Modified: head/devel/fnccheck/Makefile ============================================================================== --- head/devel/fnccheck/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/devel/fnccheck/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -12,6 +12,8 @@ COMMENT= Profiling library/utilities for LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN= Missing header + USE_BINUTILS= yes USE_AUTOTOOLS= libtoolize aclocal automake autoconf LIBTOOLIZE_ARGS=--force Modified: head/devel/ocaml-opam/Makefile ============================================================================== --- head/devel/ocaml-opam/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/devel/ocaml-opam/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -13,6 +13,8 @@ COMMENT= Source-based package manager fo LICENSE= GPLv3 +BROKEN= Does not build + BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl USES= gmake Modified: head/editors/setedit/Makefile ============================================================================== --- head/editors/setedit/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/editors/setedit/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -12,6 +12,7 @@ COMMENT= Programmer's editor with a nice LIB_DEPENDS= rhtv.2:${PORTSDIR}/devel/rhtvision +BROKEN= Does not build MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes Modified: head/editors/textedit/Makefile ============================================================================== --- head/editors/textedit/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/editors/textedit/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -11,6 +11,8 @@ DISTNAME= backbone-6343263e17c5cd771770d MAINTAINER= ports@FreeBSD.org COMMENT= Basic text editor for GNUstep +BROKEN= Does not link + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes Modified: head/lang/gnustep-guile/Makefile ============================================================================== --- head/lang/gnustep-guile/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/lang/gnustep-guile/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -14,6 +14,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${ MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep interface to the GUILE scheme interpreter +BROKEN= Does not build + LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile LICENSE= GPLv2 Modified: head/sysutils/rubygem-fluentd/Makefile ============================================================================== --- head/sysutils/rubygem-fluentd/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/sysutils/rubygem-fluentd/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Fluent event collector +BROKEN= Requires http_parser version 0.5.1 while version 0.6 is installed + RUN_DEPENDS= \ rubygem-msgpack>=0.5.4:${PORTSDIR}/devel/rubygem-msgpack \ rubygem-json>=1.4.3:${PORTSDIR}/devel/rubygem-json \ Modified: head/www/mod_pagespeed/Makefile ============================================================================== --- head/www/mod_pagespeed/Makefile Fri Feb 28 19:38:13 2014 (r346571) +++ head/www/mod_pagespeed/Makefile Fri Feb 28 19:45:27 2014 (r346572) @@ -13,6 +13,8 @@ DISTNAME= mod_pagespeed_source_${PORTVER MAINTAINER= swills@FreeBSD.org COMMENT= An Apache module that automatically optimizes web pages +BROKEN= Does not link + BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ bash:${PORTSDIR}/shells/bash \ greadlink:${PORTSDIR}/sysutils/coreutils \