From owner-svn-ports-head@freebsd.org Sun Jul 26 07:32:07 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DBF1D37E979; Sun, 26 Jul 2020 07:32:07 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BDvlW5gXgz4CKK; Sun, 26 Jul 2020 07:32:07 +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 A5A4D90D1; Sun, 26 Jul 2020 07:32:07 +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 06Q7W7IF030286; Sun, 26 Jul 2020 07:32:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06Q7W0VG029505; Sun, 26 Jul 2020 07:32:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202007260732.06Q7W0VG029505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Jul 2020 07:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543440 - in head: audio/timidity++-tcltk biology/pbcopper cad/openvsp devel/ace devel/bin86 devel/erlang-oserl devel/opengrok games/asteroid games/linux-darwinia-demo games/linux-defco... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: audio/timidity++-tcltk biology/pbcopper cad/openvsp devel/ace devel/bin86 devel/erlang-oserl devel/opengrok games/asteroid games/linux-darwinia-demo games/linux-defcon games/linux-uplink-demo... X-SVN-Commit-Revision: 543440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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, 26 Jul 2020 07:32:07 -0000 Author: antoine Date: Sun Jul 26 07:32:00 2020 New Revision: 543440 URL: https://svnweb.freebsd.org/changeset/ports/543440 Log: Deprecate ports broken for more than 6 months Modified: head/audio/timidity++-tcltk/Makefile head/biology/pbcopper/Makefile head/cad/openvsp/Makefile head/devel/ace/Makefile head/devel/bin86/Makefile head/devel/erlang-oserl/Makefile head/devel/opengrok/Makefile head/games/asteroid/Makefile head/games/linux-darwinia-demo/Makefile head/games/linux-defcon/Makefile head/games/linux-uplink-demo/Makefile head/games/xevil/Makefile head/games/xminesweep/Makefile head/graphics/backfract/Makefile head/graphics/py-pyembree/Makefile head/japanese/kanjipad/Makefile head/japanese/xdtp/Makefile head/korean/hpscat/Makefile head/math/barvinok/Makefile head/math/openmesh/Makefile head/math/rehearse/Makefile head/net/hinfo/Makefile head/science/datawarrior/Makefile head/science/fleur/Makefile head/science/lm/Makefile head/security/ddos_scan/Makefile head/security/gag/Makefile head/security/py-keystone/Makefile head/sysutils/mono-kmod/Makefile head/x11-drivers/xf86-video-ati-legacy/Makefile head/x11-themes/gtk-cleanice-engine/Makefile head/x11-wm/aewm/Makefile Modified: head/audio/timidity++-tcltk/Makefile ============================================================================== --- head/audio/timidity++-tcltk/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/audio/timidity++-tcltk/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -7,6 +7,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk interface for TiMidity++ BROKEN= fails to build: /bin/sh: tclsh: not found +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 OPTIONS_DEFINE= DOCS Modified: head/biology/pbcopper/Makefile ============================================================================== --- head/biology/pbcopper/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/biology/pbcopper/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LIB_DEPENDS= libboost_regex.so:devel/boost-libs Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/cad/openvsp/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN= fails to link +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 BROKEN_aarch64= fails to compile: invokes x86 asm LIB_DEPENDS= libdrm.so:graphics/libdrm \ Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/devel/ace/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 BROKEN_powerpc= Does not compile on ${ARCH} BROKEN_sparc64= Does not compile on ${ARCH} Modified: head/devel/bin86/Makefile ============================================================================== --- head/devel/bin86/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/devel/bin86/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 16-bit assembler and loader BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 CONFLICTS= bcc-[0-9]* dev86-[0-9]* Modified: head/devel/erlang-oserl/Makefile ============================================================================== --- head/devel/erlang-oserl/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/devel/erlang-oserl/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -9,6 +9,8 @@ MAINTAINER= erlang@FreeBSD.org COMMENT= SMPP library for Erlang BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 BUILD_DEPENDS= erlc:lang/erlang \ txt2tags:textproc/txt2tags Modified: head/devel/opengrok/Makefile ============================================================================== --- head/devel/opengrok/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/devel/opengrok/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast and powerful code search and cross-reference engine BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= CDDL APACHE20 LICENSE_COMB= multi Modified: head/games/asteroid/Makefile ============================================================================== --- head/games/asteroid/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/games/asteroid/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Modern version of the arcade classic Asteroid BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/linux-darwinia-demo/Makefile ============================================================================== --- head/games/linux-darwinia-demo/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/games/linux-darwinia-demo/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Real-time action strategy with programs BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 ONLY_FOR_ARCHS= i386 amd64 USES= linux Modified: head/games/linux-defcon/Makefile ============================================================================== --- head/games/linux-defcon/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/games/linux-defcon/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Defcon for Linux BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 ONLY_FOR_ARCHS= i386 amd64 USES= linux Modified: head/games/linux-uplink-demo/Makefile ============================================================================== --- head/games/linux-uplink-demo/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/games/linux-uplink-demo/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High tech computer crime and industrial espionage on the Internet BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 ONLY_FOR_ARCHS= i386 amd64 USES= linux Modified: head/games/xevil/Makefile ============================================================================== --- head/games/xevil/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/games/xevil/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast-action, networked, anti-social, kill-everything game BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt Modified: head/games/xminesweep/Makefile ============================================================================== --- head/games/xminesweep/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/games/xminesweep/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -15,6 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 minesweeper game BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 USES= imake tar:Z xorg USE_XORG= x11 xext xmu xaw xt xpm sm ice Modified: head/graphics/backfract/Makefile ============================================================================== --- head/graphics/backfract/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/graphics/backfract/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fractal image animated wallpaper program BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= GPLv2+ Modified: head/graphics/py-pyembree/Makefile ============================================================================== --- head/graphics/py-pyembree/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/graphics/py-pyembree/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -11,6 +11,8 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Python wrapper for Embree BROKEN= outdated version, incompatible with Embree 3 API +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/japanese/kanjipad/Makefile ============================================================================== --- head/japanese/kanjipad/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/japanese/kanjipad/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Handwriting recognition BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 USES= gmake gnome perl5 pkgconfig USE_GNOME= gtk20 Modified: head/japanese/xdtp/Makefile ============================================================================== --- head/japanese/xdtp/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/japanese/xdtp/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML document transfer program BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/korean/hpscat/Makefile ============================================================================== --- head/korean/hpscat/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/korean/hpscat/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -18,6 +18,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Hangul Text Printing Utility BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 RUN_DEPENDS= hcode:korean/hcode Modified: head/math/barvinok/Makefile ============================================================================== --- head/math/barvinok/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/math/barvinok/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -11,6 +11,8 @@ COMMENT= Library for counting the number of integer po LICENSE= GPLv2 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LIB_DEPENDS= libglpk.so:math/glpk \ libgmp.so:math/gmp \ Modified: head/math/openmesh/Makefile ============================================================================== --- head/math/openmesh/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/math/openmesh/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Fails to build with cmake-3.16.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 USES= cmake compiler:c++11-lang dos2unix gl qt:5 xorg DOS2UNIX_FILES= src/OpenMesh/Tools/CMakeLists.txt Modified: head/math/rehearse/Makefile ============================================================================== --- head/math/rehearse/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/math/rehearse/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -12,6 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= depends on conflicting ports +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LIB_DEPENDS= libClp.so:math/clp \ libOsi.so:math/osi Modified: head/net/hinfo/Makefile ============================================================================== --- head/net/hinfo/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/net/hinfo/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Utility primarily designed to find the owner of an IP block BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ wget:ftp/wget Modified: head/science/datawarrior/Makefile ============================================================================== --- head/science/datawarrior/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/science/datawarrior/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -10,6 +10,8 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Chemistry-aware multi-purpose data visualization and analysis program BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl.txt Modified: head/science/fleur/Makefile ============================================================================== --- head/science/fleur/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/science/fleur/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -14,6 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Fails to build with cmake-3.16.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LIB_DEPENDS= libopenblas.so:math/openblas Modified: head/science/lm/Makefile ============================================================================== --- head/science/lm/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/science/lm/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -12,6 +12,8 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Software for sampling trajectories of the reaction-diffusion equations BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= UIUC_OPEN_SOURCE_LICENSE LICENSE_NAME= University of Illinois Open Source License Modified: head/security/ddos_scan/Makefile ============================================================================== --- head/security/ddos_scan/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/security/ddos_scan/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Scans for a limited set of distributed denial of service agents BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 USES= tar ALL_TARGET= dds Modified: head/security/gag/Makefile ============================================================================== --- head/security/gag/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/security/gag/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Stacheldraht (DOS attack) agent detector BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 ALL_TARGET= gag Modified: head/security/py-keystone/Makefile ============================================================================== --- head/security/py-keystone/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/security/py-keystone/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -15,6 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ Modified: head/sysutils/mono-kmod/Makefile ============================================================================== --- head/sysutils/mono-kmod/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/sysutils/mono-kmod/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -10,6 +10,8 @@ MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Execute .NET applications from command line BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 ONLY_FOR_ARCHS= amd64 arm i386 Modified: head/x11-drivers/xf86-video-ati-legacy/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati-legacy/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/x11-drivers/xf86-video-ati-legacy/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -14,6 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= does not build with xorg-server 1.20.7 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 # No Radeon kernel driver on non-x86 and PC98. ONLY_FOR_ARCHS= amd64 i386 powerpc64 Modified: head/x11-themes/gtk-cleanice-engine/Makefile ============================================================================== --- head/x11-themes/gtk-cleanice-engine/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/x11-themes/gtk-cleanice-engine/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -15,6 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simplistic GTK+ 2.x theme engine BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 USES= gnome libtool pathfix pkgconfig GNU_CONFIGURE= yes Modified: head/x11-wm/aewm/Makefile ============================================================================== --- head/x11-wm/aewm/Makefile Sun Jul 26 07:16:27 2020 (r543439) +++ head/x11-wm/aewm/Makefile Sun Jul 26 07:32:00 2020 (r543440) @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= ICCCM-compliant window manager based on 9wm BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE