From owner-svn-ports-head@freebsd.org Sun Feb 3 20:46:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F18214B2155; Sun, 3 Feb 2019 20:46:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4344085CEB; Sun, 3 Feb 2019 20:46:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3876323E0D; Sun, 3 Feb 2019 20:46:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x13Kkevv005675; Sun, 3 Feb 2019 20:46:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x13KkaDo005652; Sun, 3 Feb 2019 20:46:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201902032046.x13KkaDo005652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Feb 2019 20:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492077 - in head: cad/calculix devel/elixir-lager_logger devel/gpsim devel/hgview games/mudmagic math/mumps-mpich math/sdpara net-im/pidgin-skype net-im/skype net-im/skype-devel net/tn... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: cad/calculix devel/elixir-lager_logger devel/gpsim devel/hgview games/mudmagic math/mumps-mpich math/sdpara net-im/pidgin-skype net-im/skype net-im/skype-devel net/tn5250j science/dft_tools s... X-SVN-Commit-Revision: 492077 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4344085CEB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 03 Feb 2019 20:46:40 -0000 Author: antoine Date: Sun Feb 3 20:46:35 2019 New Revision: 492077 URL: https://svnweb.freebsd.org/changeset/ports/492077 Log: Deprecate ports broken for more than 6 months Modified: head/cad/calculix/Makefile head/devel/elixir-lager_logger/Makefile head/devel/gpsim/Makefile head/devel/hgview/Makefile head/games/mudmagic/Makefile head/math/mumps-mpich/Makefile head/math/sdpara/Makefile head/net-im/pidgin-skype/Makefile head/net-im/skype-devel/Makefile head/net-im/skype/Makefile head/net/tn5250j/Makefile head/science/dft_tools/Makefile head/science/triqs/Makefile head/security/hamachi/Makefile head/sysutils/cluster-glue/Makefile head/textproc/elixir-ex_doc/Makefile head/x11-toolkits/gtkextra2/Makefile head/x11-wm/e-module-everything-websearch/Makefile head/x11/altyo/Makefile head/x11/pantheon-terminal/Makefile Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/cad/calculix/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -16,6 +16,8 @@ COMMENT= Three-Dimensional Structural Finite Element P LICENSE= GPLv2 BROKEN= checksum and size mismatch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 BROKEN_aarch64= fails to link: shapeFunctions.c:(function attach_new): relocation R_AARCH64_CALL26 out of range RUN_DEPENDS= ccx:cad/calculix-ccx Modified: head/devel/elixir-lager_logger/Makefile ============================================================================== --- head/devel/elixir-lager_logger/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/devel/elixir-lager_logger/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -12,6 +12,8 @@ COMMENT= Lager backend for Elixir's Logger LICENSE= APACHE20 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 USES= elixir USE_GITHUB= yes Modified: head/devel/gpsim/Makefile ============================================================================== --- head/devel/gpsim/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/devel/gpsim/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -13,6 +13,9 @@ COMMENT= Software simulator for Microchip PIC microcon LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 + BUILD_DEPENDS= gpasm:devel/gputils LIB_DEPENDS= libpopt.so:devel/popt RUN_DEPENDS= gpasm:devel/gputils Modified: head/devel/hgview/Makefile ============================================================================== --- head/devel/hgview/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/devel/hgview/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -17,6 +17,8 @@ DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 BROKEN= fails to configure +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 RUN_DEPENDS= hg:devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base@${PY_FLAVOR} \ Modified: head/games/mudmagic/Makefile ============================================================================== --- head/games/mudmagic/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/games/mudmagic/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -14,6 +14,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Does not build with recent devel/glib20 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre \ Modified: head/math/mumps-mpich/Makefile ============================================================================== --- head/math/mumps-mpich/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/math/mumps-mpich/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -4,6 +4,8 @@ MASTERDIR= ${.CURDIR}/../mumps BROKEN= conflicting dependencies +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 WITH_MPI= yes .include "../mumps/Makefile" Modified: head/math/sdpara/Makefile ============================================================================== --- head/math/sdpara/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/math/sdpara/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -15,6 +15,8 @@ COMMENT= SDPARA parallel version of SDPA (math/sdpa) LICENSE= GPLv2 # (or later) BROKEN= conflicting dependencies +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 LIB_DEPENDS= libblacs.so:math/blacs \ libscalapack.so:math/scalapack \ Modified: head/net-im/pidgin-skype/Makefile ============================================================================== --- head/net-im/pidgin-skype/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/net-im/pidgin-skype/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -13,6 +13,9 @@ COMMENT= Plugin to use Skype chat from Pidgin (with Sk LICENSE= GPLv2 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 + BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin \ ${LOCALBASE}/bin/skype:net-im/skype RUN_DEPENDS= pidgin:net-im/pidgin \ Modified: head/net-im/skype-devel/Makefile ============================================================================== --- head/net-im/skype-devel/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/net-im/skype-devel/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -24,6 +24,8 @@ USES= cpe linux tar:bzip2 USE_LINUX= alsalib alsa-plugins-oss dri expat fontconfig libasyncns \ libsigcpp20 xorglibs BROKEN= uses non existing libsigcpp20 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 RESTRICTED= Redistribution prohibited. WRKSRC= ${WRKDIR}/${PORTNAME}_static-${DISTVERSION} Modified: head/net-im/skype/Makefile ============================================================================== --- head/net-im/skype/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/net-im/skype/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -23,6 +23,8 @@ USES= cpe linux tar:bzip2 USE_LINUX= alsalib alsa-plugins-oss dri expat fontconfig libasyncns \ libsigcpp20 xorglibs BROKEN= uses non existing libsigcpp20 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 RESTRICTED= Redistribution prohibited. WRKSRC= ${WRKDIR}/${PORTNAME}_static-${DISTVERSION} Modified: head/net/tn5250j/Makefile ============================================================================== --- head/net/tn5250j/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/net/tn5250j/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -12,6 +12,8 @@ MAINTAINER= saper@saper.info COMMENT= 5250 terminal emulator for the AS/400 written in Java BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \ ${JYTHON_JAR}:lang/jython \ Modified: head/science/dft_tools/Makefile ============================================================================== --- head/science/dft_tools/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/science/dft_tools/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -11,6 +11,8 @@ COMMENT= Interface to DFT codes in TRIQS LICENSE= GPLv3 BROKEN= wrong LIB_DEPENDS +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 BUILD_DEPENDS= boost-libs>=1.53:devel/boost-libs \ googletest>0:devel/googletest # not needed: https://github.com/TRIQS/dft_tools/issues/95 Modified: head/science/triqs/Makefile ============================================================================== --- head/science/triqs/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/science/triqs/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -12,6 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt BROKEN= wrong LIB_DEPENDS +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 BROKEN_i386= error: no matching function for call to 'max': https://github.com/TRIQS/triqs/issues/596 BUILD_DEPENDS= boost-libs>=1.53:devel/boost-libs \ Modified: head/security/hamachi/Makefile ============================================================================== --- head/security/hamachi/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/security/hamachi/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast, secure, simple VPN software with NAT-traversal BROKEN= fails to patch with upx 3.94 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 ONLY_FOR_ARCHS= amd64 i386 PATCH_DEPENDS= upx:archivers/upx Modified: head/sysutils/cluster-glue/Makefile ============================================================================== --- head/sysutils/cluster-glue/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/sysutils/cluster-glue/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -17,6 +17,8 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 LIB_DEPENDS= libltdl.so:devel/libltdl \ libuuid.so:misc/e2fsprogs-libuuid \ Modified: head/textproc/elixir-ex_doc/Makefile ============================================================================== --- head/textproc/elixir-ex_doc/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/textproc/elixir-ex_doc/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -13,6 +13,8 @@ LICENSE= APACHE20 MIT LICENSE_COMB= multi BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 USES= elixir USE_GITHUB= yes Modified: head/x11-toolkits/gtkextra2/Makefile ============================================================================== --- head/x11-toolkits/gtkextra2/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/x11-toolkits/gtkextra2/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -15,6 +15,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Does not build: libgtkextra-x11-2.0.so: undefined reference to `gtkextra_BOOLEAN__BOXED_BOXED' +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 Modified: head/x11-wm/e-module-everything-websearch/Makefile ============================================================================== --- head/x11-wm/e-module-everything-websearch/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/x11-wm/e-module-everything-websearch/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -12,6 +12,8 @@ MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment websearch plugin for the "everything" module BROKEN= Not compatible with Enlightenment 0.22 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 BUILD_DEPENDS= enlightenment:x11-wm/enlightenment RUN_DEPENDS= enlightenment:x11-wm/enlightenment Modified: head/x11/altyo/Makefile ============================================================================== --- head/x11/altyo/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/x11/altyo/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -14,6 +14,8 @@ COMMENT= Drop-down terminal emulator, written in Vala LICENSE= GPLv3 BROKEN= Cannot convert from `unowned string' to `unowned char[]?' +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 BUILD_DEPENDS= git:devel/git \ valac:lang/vala Modified: head/x11/pantheon-terminal/Makefile ============================================================================== --- head/x11/pantheon-terminal/Makefile Sun Feb 3 20:44:08 2019 (r492076) +++ head/x11/pantheon-terminal/Makefile Sun Feb 3 20:46:35 2019 (r492077) @@ -13,6 +13,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Doesn't build with vala 0.40+ +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-03-05 LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgnutls.so:security/gnutls \