From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 07:19:31 2013 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 ESMTP id 64F5316E; Fri, 18 Oct 2013 07:19:31 +0000 (UTC) (envelope-from bapt@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3721425D9; Fri, 18 Oct 2013 07:19:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9I7JVWa070455; Fri, 18 Oct 2013 07:19:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9I7JQIR070419; Fri, 18 Oct 2013 07:19:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310180719.r9I7JQIR070419@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 18 Oct 2013 07:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330726 - in head: biology/dotter chinese/bitchx converters/pdf2djvu databases/drizzle databases/gomysql databases/p5-DBD-InterBase databases/p5-DBZ_File deskutils/google-gadgets devel/... 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.14 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, 18 Oct 2013 07:19:31 -0000 Author: bapt Date: Fri Oct 18 07:19:25 2013 New Revision: 330726 URL: http://svnweb.freebsd.org/changeset/ports/330726 Log: Deprecated some ports broken for more than 6 month Modified: head/biology/dotter/Makefile head/chinese/bitchx/Makefile head/converters/pdf2djvu/Makefile head/databases/drizzle/Makefile head/databases/gomysql/Makefile head/databases/p5-DBD-InterBase/Makefile head/databases/p5-DBZ_File/Makefile head/deskutils/google-gadgets/Makefile head/devel/gonzui/Makefile head/devel/klee/Makefile head/devel/libYGP/Makefile head/devel/mono-tools/Makefile head/devel/monodevelop-java/Makefile head/devel/monodevelop-python/Makefile head/devel/monodevelop-vala/Makefile head/devel/p5-File-Lock/Makefile head/devel/ros_comm/Makefile head/devel/simulavr/Makefile head/devel/valide/Makefile head/dns/opendd/Makefile head/games/daimonin-music/Makefile head/graphics/luxrender/Makefile head/japanese/mobileimap/Makefile head/lang/objc/Makefile Modified: head/biology/dotter/Makefile ============================================================================== --- head/biology/dotter/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/biology/dotter/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -14,6 +14,9 @@ EXTRACT_ONLY= # MAINTAINER= ports@FreeBSD.org COMMENT= A viewer for multiple sequence alignments +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BROKEN= checksum mismatch USE_LINUX= yes Modified: head/chinese/bitchx/Makefile ============================================================================== --- head/chinese/bitchx/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/chinese/bitchx/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -8,6 +8,9 @@ CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org COMMENT= A zh-tw cursor movement friendly, wrapping clean BitchX +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + MASTERDIR= ${.CURDIR}/../../irc/bitchx EXTRA_PATCHES= ${.CURDIR}/files/patch-source::input.c \ ${.CURDIR}/files/patch-include::config.h \ Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/converters/pdf2djvu/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}${EX MAINTAINER= darcsis@gmail.com COMMENT= Pdf2djvu creates DjVu files from PDF files +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre Modified: head/databases/drizzle/Makefile ============================================================================== --- head/databases/drizzle/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/databases/drizzle/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ MASTER_SITES= http://launchpadlibrarian. MAINTAINER= glarkin@FreeBSD.org COMMENT= A database optimized for Cloud and Net applications +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + USE_GCC= 4.2+ USES= gmake perl5 USE_PYTHON= yes Modified: head/databases/gomysql/Makefile ============================================================================== --- head/databases/gomysql/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/databases/gomysql/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ DISTNAME= Philio-GoMySQL-${PORTVERSION}- MAINTAINER= wen@FreeBSD.org COMMENT= A MySQL client library written in Go +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BROKEN= Does not compile with go1 WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa Modified: head/databases/p5-DBD-InterBase/Makefile ============================================================================== --- head/databases/p5-DBD-InterBase/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/databases/p5-DBD-InterBase/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI driver for InterBase RDBMS server +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/p5-DBZ_File/Makefile ============================================================================== --- head/databases/p5-DBZ_File/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/databases/p5-DBZ_File/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= leeym@FreeBSD.org COMMENT= Perl module to access a DBZ database +DEPRECATED= BRoken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= DEFINE="-I${FILESDIR}" POLLUTE=1 Modified: head/deskutils/google-gadgets/Makefile ============================================================================== --- head/deskutils/google-gadgets/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/deskutils/google-gadgets/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-for-linux-${PORTVE MAINTAINER= ashish@FreeBSD.org COMMENT= Google Desktop Gadgets +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \ ${LOCALBASE}/libdata/pkgconfig/libcurl.pc:${PORTSDIR}/ftp/curl \ ${LOCALBASE}/libdata/pkgconfig/libxml-2.0.pc:${PORTSDIR}/textproc/libxml2 \ Modified: head/devel/gonzui/Makefile ============================================================================== --- head/devel/gonzui/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/gonzui/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= sumikawa@FreeBSD.org COMMENT= A source code search engine +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ Modified: head/devel/klee/Makefile ============================================================================== --- head/devel/klee/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/klee/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -8,6 +8,9 @@ MASTER_SITES= http://cdn.bitbucket.org/a MAINTAINER= 6yearold@gmail.com COMMENT= Symbolic virtual machine for LLVM bitcode +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= llvm-ar:${PORTSDIR}/devel/llvm \ ccc-analyzer:${PORTSDIR}/lang/clang \ ${LOCALBASE}/lib/libstp.a:${PORTSDIR}/math/stp Modified: head/devel/libYGP/Makefile ============================================================================== --- head/devel/libYGP/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/libYGP/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ DISTNAME= libYGP-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another General Purpose library +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ boost_filesystem:${PORTSDIR}/devel/boost-libs Modified: head/devel/mono-tools/Makefile ============================================================================== --- head/devel/mono-tools/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/mono-tools/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -9,6 +9,9 @@ MASTER_SITES= http://ftp.novell.com/pub/ MAINTAINER= mono@FreeBSD.org COMMENT= Documentation browser for Mono and Mono libraries +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + LIB_DEPENDS= gdiplus.0:${PORTSDIR}/x11-toolkits/libgdiplus BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/monodevelop-java/Makefile ============================================================================== --- head/devel/monodevelop-java/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/monodevelop-java/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ MASTER_SITES= http://download.mono-proje MAINTAINER= mono@FreeBSD.org COMMENT= MonoDevelop Java/IKVM language support +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop Modified: head/devel/monodevelop-python/Makefile ============================================================================== --- head/devel/monodevelop-python/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/monodevelop-python/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ MASTER_SITES= http://download.mono-proje MAINTAINER= romain@FreeBSD.org COMMENT= MonoDevelop Python support +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop Modified: head/devel/monodevelop-vala/Makefile ============================================================================== --- head/devel/monodevelop-vala/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/monodevelop-vala/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ MASTER_SITES= http://download.mono-proje MAINTAINER= mono@FreeBSD.org COMMENT= Vala language support for Monodevelop +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop \ exctags:${PORTSDIR}/devel/ctags \ Modified: head/devel/p5-File-Lock/Makefile ============================================================================== --- head/devel/p5-File-Lock/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/p5-File-Lock/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module for file locking (flock,fcntl) +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + USES= perl5 USE_PERL5= configure CONFIGURE_ARGS+= POLLUTE=1 Modified: head/devel/ros_comm/Makefile ============================================================================== --- head/devel/ros_comm/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/ros_comm/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ DIST_SUBDIR= ros MAINTAINER= ports@FreeBSD.org COMMENT= Robot Operating System - communication-related utilities +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + #LICENSE= BSD LGPL #which? BROKEN= does not build Modified: head/devel/simulavr/Makefile ============================================================================== --- head/devel/simulavr/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/simulavr/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -13,6 +13,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.6 MAINTAINER= joerg@FreeBSD.org COMMENT= A simulator for AVR microcontrollers +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \ avr-ld:${PORTSDIR}/devel/avr-binutils \ doxygen:${PORTSDIR}/devel/doxygen \ Modified: head/devel/valide/Makefile ============================================================================== --- head/devel/valide/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/devel/valide/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ MASTER_SITES= http://launchpadlibrarian. MAINTAINER= romain@FreeBSD.org COMMENT= An IDE for the Vala programming language +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + LIB_DEPENDS= gdl-1:${PORTSDIR}/x11-toolkits/gdl BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/dns/opendd/Makefile ============================================================================== --- head/dns/opendd/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/dns/opendd/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A small DynDNS client +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + OPTIONS_DEFINE= OPENSSL RCNG DOCS OPTIONS_DEFAULT= OPENSSL RCNG RCNG_DESC= Install RC_NG script Modified: head/games/daimonin-music/Makefile ============================================================================== --- head/games/daimonin-music/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/games/daimonin-music/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -11,6 +11,9 @@ DIST_SUBDIR= ${PORTNAME:S/-music//} MAINTAINER= ports@FreeBSD.org COMMENT= Music for daimonin client +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + NO_CHECKSUM= true NO_BUILD= true USE_ZIP= true Modified: head/graphics/luxrender/Makefile ============================================================================== --- head/graphics/luxrender/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/graphics/luxrender/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -13,6 +13,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= Physically based and unbiased rendering system +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + LICENSE= GPLv3 ONLY_FOR_ARCHS= i386 amd64 Modified: head/japanese/mobileimap/Makefile ============================================================================== --- head/japanese/mobileimap/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/japanese/mobileimap/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -9,6 +9,9 @@ MASTER_SITES= http://0xcc.net/mobileimap MAINTAINER= ports@FreeBSD.org COMMENT= An IMAP-based webmail system for mobile-phones +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + USE_RUBY= yes USE_RUBY_FEATURES= iconv openssl zlib Modified: head/lang/objc/Makefile ============================================================================== --- head/lang/objc/Makefile Fri Oct 18 07:05:40 2013 (r330725) +++ head/lang/objc/Makefile Fri Oct 18 07:19:25 2013 (r330726) @@ -10,6 +10,9 @@ DISTFILES= objc-bootstrap-${BOOTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Portable Object Compiler +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BOOTVERSION= 3.2.11 BROKEN= fails to build