svn commit: r519652 - in head: astro/viking audio/slv2 audio/triceratops-lv2 cad/brickutils deskutils/zanshin devel/elixir-gen_state_machine devel/elixir-swarm devel/erlang-clique devel/erlang-cutt...
Antoine Brodin
antoine at FreeBSD.org
Tue Dec 10 09:02:49 UTC 2019
Author: antoine
Date: Tue Dec 10 09:02:42 2019
New Revision: 519652
URL: https://svnweb.freebsd.org/changeset/ports/519652
Log:
Deprecate ports broken for too long
Modified:
head/astro/viking/Makefile
head/audio/slv2/Makefile
head/audio/triceratops-lv2/Makefile
head/cad/brickutils/Makefile
head/deskutils/zanshin/Makefile
head/devel/elixir-gen_state_machine/Makefile
head/devel/elixir-swarm/Makefile
head/devel/erlang-clique/Makefile
head/devel/erlang-cuttlefish/Makefile
head/devel/erlang-gen_rpc/Makefile
head/devel/erlang-msgpack/Makefile
head/devel/monodevelop/Makefile
head/devel/ocaml-deriving-ocsigen/Makefile
head/devel/p5-rpm-build-perl/Makefile
head/devel/shedskin/Makefile
head/games/stonesoup-sdl/Makefile
head/games/xtris/Makefile
head/graphics/mapnik/Makefile
head/graphics/vv/Makefile
head/lang/js_of_ocaml/Makefile
head/lang/rubinius/Makefile
head/math/dynare/Makefile
head/science/meep/Makefile
head/sysutils/docker-freebsd/Makefile
head/sysutils/hfm/Makefile
head/sysutils/u-boot-zedboard/Makefile
head/sysutils/u-boot-zybo/Makefile
head/x11-themes/kde-icons-kool-gorilla/Makefile
Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/astro/viking/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -13,6 +13,9 @@ COMMENT= Program to manage GPS data (tracks, waypoints
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on broken and expiring graphics/mapnik
+EXPIRATION_DATE= 2020-01-10
+
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2 \
Modified: head/audio/slv2/Makefile
==============================================================================
--- head/audio/slv2/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/audio/slv2/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -14,6 +14,8 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to configure
+DEPRECATED= Broken for more than 5 months
+EXPIRATION_DATE= 2020-01-10
BUILD_DEPENDS= lv2>=1.14.0_1:audio/lv2
LIB_DEPENDS= libjack.so:audio/jack \
Modified: head/audio/triceratops-lv2/Makefile
==============================================================================
--- head/audio/triceratops-lv2/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/audio/triceratops-lv2/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -15,6 +15,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to configure
+DEPRECATED= Broken for more than 5 months
+EXPIRATION_DATE= 2020-01-10
BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
Modified: head/cad/brickutils/Makefile
==============================================================================
--- head/cad/brickutils/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/cad/brickutils/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -20,6 +20,8 @@ COMMENT= Utility for building models with LEGO
LICENSE= GPLv3
BROKEN= missing RUN_DEPENDS
+DEPRECATED= Broken for more than 3 months, unmaintained
+EXPIRATION_DATE= 2020-01-10
RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:cad/ldraw \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
Modified: head/deskutils/zanshin/Makefile
==============================================================================
--- head/deskutils/zanshin/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/deskutils/zanshin/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -10,6 +10,8 @@ MAINTAINER= kde at FreeBSD.org
COMMENT= Daily organizer for KDE
BROKEN= Broken by update to appliations 19.04.2
+DEPRECATED= Broken for more than 5 months
+EXPIRATION_DATE= 2020-01-10
LIB_DEPENDS= libical.so:devel/libical
Modified: head/devel/elixir-gen_state_machine/Makefile
==============================================================================
--- head/devel/elixir-gen_state_machine/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/elixir-gen_state_machine/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -12,6 +12,8 @@ COMMENT= Idiomatic Elixir wrapper for gen_statem in OT
LICENSE= APACHE20
BROKEN= fails to build
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
USES= elixir
USE_GITHUB= yes
Modified: head/devel/elixir-swarm/Makefile
==============================================================================
--- head/devel/elixir-swarm/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/elixir-swarm/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -10,6 +10,9 @@ COMMENT= Clustering, registration, and distribution fo
LICENSE= MIT
+DEPRECATED= Depends on broken and expiring devel/elixir-gen_state_machine
+EXPIRATION_DATE= 2020-01-10
+
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= bitwalker
Modified: head/devel/erlang-clique/Makefile
==============================================================================
--- head/devel/erlang-clique/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/erlang-clique/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -10,6 +10,9 @@ COMMENT= CLI Framework for Erlang
LICENSE= APACHE20
+DEPRECATED= Depends on broken and expiring devel/erlang-cuttlefish
+EXPIRATION_DATE= 2020-01-10
+
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= basho
Modified: head/devel/erlang-cuttlefish/Makefile
==============================================================================
--- head/devel/erlang-cuttlefish/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/erlang-cuttlefish/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -12,6 +12,8 @@ COMMENT= Configuration library for Erlang
LICENSE= APACHE20
BROKEN= fails to build
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
USES= erlang:rebar
USE_GITHUB= yes
Modified: head/devel/erlang-gen_rpc/Makefile
==============================================================================
--- head/devel/erlang-gen_rpc/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/erlang-gen_rpc/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -11,6 +11,8 @@ COMMENT= Scalable RPC library for Erlang
LICENSE= APACHE20
BROKEN= fails to build
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
USES= erlang:rebar
USE_GITHUB= yes
Modified: head/devel/erlang-msgpack/Makefile
==============================================================================
--- head/devel/erlang-msgpack/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/erlang-msgpack/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -12,6 +12,8 @@ COMMENT= MessagePack (de)serializer for Erlang
LICENSE= APACHE20
BROKEN= fails to build
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
USES= erlang:rebar
USE_GITHUB= yes
Modified: head/devel/monodevelop/Makefile
==============================================================================
--- head/devel/monodevelop/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/monodevelop/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -79,6 +79,8 @@ PORTSCOUT= limit:^\d+\.\d+\.[1-9].*
.include <bsd.port.pre.mk>
BROKEN= checksum and size mismatch
+DEPRECATED= Broken for more than 3 months
+EXPIRATION_DATE= 2020-01-10
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= fails to compile: incomplete definition of type 'struct bio_st'
BROKEN_FreeBSD_13= fails to compile: incomplete definition of type 'struct bio_st'
Modified: head/devel/ocaml-deriving-ocsigen/Makefile
==============================================================================
--- head/devel/ocaml-deriving-ocsigen/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/ocaml-deriving-ocsigen/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -12,6 +12,8 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Function derivation library
BROKEN= old version, incompatible with modern OCaml
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
Modified: head/devel/p5-rpm-build-perl/Makefile
==============================================================================
--- head/devel/p5-rpm-build-perl/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/p5-rpm-build-perl/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -12,6 +12,8 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= This module is required to build Perl RPM packages
BROKEN= does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350
+DEPRECATED= Broken for more than 7 months
+EXPIRATION_DATE= 2020-01-10
TEST_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny
Modified: head/devel/shedskin/Makefile
==============================================================================
--- head/devel/shedskin/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/devel/shedskin/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -15,6 +15,8 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE
BROKEN= checksum mismatch
+DEPRECATED= Broken for more than 3 months, unmaintained
+EXPIRATION_DATE= 2020-01-10
RUN_DEPENDS= ${LOCALBASE}/lib/libgc.so:devel/boehm-gc \
${LOCALBASE}/lib/libpcre.so:devel/pcre
Modified: head/games/stonesoup-sdl/Makefile
==============================================================================
--- head/games/stonesoup-sdl/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/games/stonesoup-sdl/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -4,6 +4,8 @@
PKGNAMESUFFIX= -sdl
BROKEN= rltiles/floor.png: No such file or directory
+DEPRECATED= Broken for more than 8 months
+EXPIRATION_DATE= 2020-01-10
MASTERDIR= ${.CURDIR}/../stonesoup
OPTIONS_SLAVE= SDL
Modified: head/games/xtris/Makefile
==============================================================================
--- head/games/xtris/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/games/xtris/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -20,6 +20,8 @@ COMMENT= Multi-player version of a popular game for th
LICENSE= GPLv2
BROKEN= unfetchable
+DEPRECATED= Broken for more than 3 months
+EXPIRATION_DATE= 2020-01-10
RESTRICTED= Possible trademark infringement
WRKSRC= ${WRKDIR}/xtris
USES= xorg
Modified: head/graphics/mapnik/Makefile
==============================================================================
--- head/graphics/mapnik/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/graphics/mapnik/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -19,6 +19,8 @@ LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to build with boost 1.70, see bug 237016
+DEPRECATED= Broken for more than 8 months
+EXPIRATION_DATE= 2020-01-10
BROKEN_powerpc= fails to install: runs out of virtual memory
LIB_DEPENDS= libicuuc.so:devel/icu \
Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/graphics/vv/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN= wrong LIB_DEPENDS
+DEPRECATED= Broken for more than 4 months
+EXPIRATION_DATE= 2020-01-10
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libfreetype.so:print/freetype2 \
Modified: head/lang/js_of_ocaml/Makefile
==============================================================================
--- head/lang/js_of_ocaml/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/lang/js_of_ocaml/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -8,6 +8,9 @@ CATEGORIES= lang
MAINTAINER= ports at FreeBSD.org
COMMENT= OCaml to JavaScript compiler
+DEPRECATED= Depends on broken and expiring devel/ocaml-deriving-ocsigen
+EXPIRATION_DATE= 2020-01-10
+
BUILD_DEPENDS= ocaml-lwt>=2.3.0:devel/ocaml-lwt \
menhir:devel/menhir \
${SA_DIR}/deriving-ocsigen/deriving.a:devel/ocaml-deriving-ocsigen \
Modified: head/lang/rubinius/Makefile
==============================================================================
--- head/lang/rubinius/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/lang/rubinius/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -16,6 +16,8 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= Could not find 'bundler' (1.13.6)
+DEPRECATED= Broken for more than 7 months
+EXPIRATION_DATE= 2020-01-10
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \
Modified: head/math/dynare/Makefile
==============================================================================
--- head/math/dynare/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/math/dynare/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -40,6 +40,8 @@ OPTIONS_SUB= yes
MATLAB_CONFIGURE_ENABLE= matlab
OCTAVE_BROKEN= Does not build after octave upgrade in r495225
+DEPRECATED= Broken for more than 9 months
+EXPIRATION_DATE= 2020-01-10
OCTAVE_CONFIGURE_ENABLE= octave
OCTAVE_LIB_DEPENDS= liboctave.so:math/octave
OCTAVE_USES= compiler:c++14-lang
Modified: head/science/meep/Makefile
==============================================================================
--- head/science/meep/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/science/meep/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -14,6 +14,8 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= very old version, incompatible with Guile 2.2
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
BUILD_DEPENDS= harminv:science/harminv \
gsed:textproc/gsed
Modified: head/sysutils/docker-freebsd/Makefile
==============================================================================
--- head/sysutils/docker-freebsd/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/sysutils/docker-freebsd/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -13,6 +13,8 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= fails to build
+DEPRECATED= Broken for more than 9 months
+EXPIRATION_DATE= 2020-01-10
BUILD_DEPENDS= bash:shells/bash \
sqlite3:databases/sqlite3
Modified: head/sysutils/hfm/Makefile
==============================================================================
--- head/sysutils/hfm/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/sysutils/hfm/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -12,6 +12,8 @@ COMMENT= Run tests in parallel at high frequency
LICENSE= BSD2CLAUSE
BROKEN= fails to build
+DEPRECATED= Broken for more than 4 months
+EXPIRATION_DATE= 2020-01-10
# gb 0.4 includes FreeBSD-specific fixes that this port requires
# https://github.com/constabulary/gb/issues/506
Modified: head/sysutils/u-boot-zedboard/Makefile
==============================================================================
--- head/sysutils/u-boot-zedboard/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/sysutils/u-boot-zedboard/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -3,6 +3,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
BROKEN= fails to compile
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
MODEL= zedboard
BOARD_CONFIG= zynq_zed_defconfig
Modified: head/sysutils/u-boot-zybo/Makefile
==============================================================================
--- head/sysutils/u-boot-zybo/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/sysutils/u-boot-zybo/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -3,6 +3,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
BROKEN= fails to compile
+DEPRECATED= Broken for more than 6 months
+EXPIRATION_DATE= 2020-01-10
MODEL= zybo
BOARD_CONFIG= zynq_zybo_defconfig
Modified: head/x11-themes/kde-icons-kool-gorilla/Makefile
==============================================================================
--- head/x11-themes/kde-icons-kool-gorilla/Makefile Tue Dec 10 08:41:08 2019 (r519651)
+++ head/x11-themes/kde-icons-kool-gorilla/Makefile Tue Dec 10 09:02:42 2019 (r519652)
@@ -10,6 +10,8 @@ DISTNAME= Korilla_Icons-v${PORTVERSION}
COMMENT= KDE Kool Gorilla iconset
BROKEN= unfetchable
+DEPRECATED= Broken for more than 3 months, unmaintained
+EXPIRATION_DATE= 2020-01-10
USES= tar:bzip2
WRKSRC= "${WRKDIR}/Kool.Gorilla"
More information about the svn-ports-all
mailing list