diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-17 08:56:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-07-17 08:56:32 +0000 |
commit | f26b2df872e25b92bf9e72fe04989caa85a05834 (patch) | |
tree | 0cc2a350add959f3eafe85d34fea45a2ca5fc18f | |
parent | 504dc6e12999cf5687b778fcbeaa3fa5131edbb9 (diff) |
Deprecate ports broken for more than 5 months
Notes
Notes:
svn path=/head/; revision=474787
32 files changed, 66 insertions, 0 deletions
diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index 92a79b0ab138..5faea29a13ca 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -13,6 +13,8 @@ COMMENT= Open Source CNC machine controller LICENSE= GPLv2 BROKEN= wrong DEPENDS +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LIB_DEPENDS= libBLT25.so:x11-toolkits/blt \ ${PY_BOOST} \ diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile index 87c15dc4a3c2..bceb3ca83729 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -11,6 +11,8 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Ettus Research USRP driver framework BROKEN= fails to build with boost 1.66, see bug 224088 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LIB_DEPENDS= ${PY_BOOST} BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index 317527de96b7..da41791802e6 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -13,6 +13,8 @@ COMMENT= PDO driver for Apache Cassandra LICENSE= APACHE20 BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs diff --git a/devel/bhyve-vm-goagent/Makefile b/devel/bhyve-vm-goagent/Makefile index d9042252279a..09a673b28a52 100644 --- a/devel/bhyve-vm-goagent/Makefile +++ b/devel/bhyve-vm-goagent/Makefile @@ -12,6 +12,8 @@ COMMENT= Agent developed in Go that runs inside guest vm LICENSE= BSD2CLAUSE BROKEN= attempts to download dependencies during build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 ONLY_FOR_ARCHS= amd64 i386 diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile index 7f82a30962d4..9a678de768f3 100644 --- a/devel/bisoncpp/Makefile +++ b/devel/bisoncpp/Makefile @@ -12,6 +12,9 @@ COMMENT= LALR(1) parser generator that generates C++ classes LICENSE= GPLv3 +DEPRECATED= Depends on broken and expiring libbobcat +EXPIRATION_DATE= 2018-08-20 + BUILD_DEPENDS= icmake:devel/icmake \ yodl>=3.0:textproc/yodl \ libbobcat>=3.18:devel/libbobcat diff --git a/devel/cheritrace-devel/Makefile b/devel/cheritrace-devel/Makefile index d1685e92eda5..54d66556d178 100644 --- a/devel/cheritrace-devel/Makefile +++ b/devel/cheritrace-devel/Makefile @@ -10,6 +10,8 @@ MAINTAINER= theraven@FreeBSD.org COMMENT= Library and tool for interacting with CHERI streamtraces BROKEN= fails to build: cheritrace-0.0.1_2 depends on shared library: libLLVMCore.so - not found +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BROKEN_powerpc64= fails to compile: addressmap.cc: 'stoll' is not a member of 'std' BUILD_DEPENDS= llvm-config-cheri:devel/llvm-cheri diff --git a/devel/cherivis-devel/Makefile b/devel/cherivis-devel/Makefile index 60da503c4fc6..f1a41048557d 100644 --- a/devel/cherivis-devel/Makefile +++ b/devel/cherivis-devel/Makefile @@ -11,6 +11,8 @@ COMMENT= Visualisation tool for CHERI / BERI streamtraces LICENSE= MIT +DEPRECATED= Depends on broken and expiring cheritrace-devel +EXPIRATION_DATE= 2018-08-20 BROKEN_aarch64= does not compile: error: unexpected token in argument list USES= gnustep diff --git a/devel/javolution/Makefile b/devel/javolution/Makefile index e90090c1b88b..1c48dbff092b 100644 --- a/devel/javolution/Makefile +++ b/devel/javolution/Makefile @@ -13,6 +13,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 USE_JAVA= yes JAVA_VERSION= 1.6 diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile index 7d6a53ff22f2..fc80d6f7828e 100644 --- a/devel/libbobcat/Makefile +++ b/devel/libbobcat/Makefile @@ -14,6 +14,8 @@ COMMENT= Brokken's Own Base Classes And Templates LICENSE= GPLv3 BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BUILD_DEPENDS= icmake:devel/icmake \ yodl>=3.0:textproc/yodl diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index b6ee6fe2f33b..dd023cdb0dfa 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -17,6 +17,8 @@ MAINTAINER= dk@farm.org COMMENT= Portable MSX/MSX2/MSX2+ Emulator BROKEN= unfetchable +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 USE_XORG= x11 xext USES= dos2unix gmake zip diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index ea1e94496ffa..1aa61f37ce5c 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Enormous opening book (about 270 MByte) for crafty BROKEN= conflicts with games/crafty +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BUILD_DEPENDS= crafty:games/crafty RUN_DEPENDS= crafty:games/crafty diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index 1b903dbf4466..136e2f42db80 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Large opening book for crafty BROKEN= conflicts with games/crafty +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BUILD_DEPENDS= crafty:games/crafty RUN_DEPENDS= crafty:games/crafty diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index edfbc28153e9..0acaa3c4437f 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Medium opening book (about 1.9 MByte) for crafty BROKEN= conflicts with games/crafty +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BUILD_DEPENDS= crafty:games/crafty RUN_DEPENDS= crafty:games/crafty diff --git a/java/jgrapht/Makefile b/java/jgrapht/Makefile index edc855670f8a..70084e5d6a94 100644 --- a/java/jgrapht/Makefile +++ b/java/jgrapht/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java package for mathematical graph-theory objects and algorithms BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 USES= dos2unix zip DOS2UNIX_GLOB= *.xml *.java diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index e8ae47a6bcc7..6633aced31a3 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -14,6 +14,8 @@ COMMENT= Open source JavaScript engine by Google LICENSE= BSD3CLAUSE BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LIB_DEPENDS= libicui18n.so:devel/icu diff --git a/math/hfst/Makefile b/math/hfst/Makefile index 04e9c2a8d946..9979e76cea9c 100644 --- a/math/hfst/Makefile +++ b/math/hfst/Makefile @@ -10,6 +10,8 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Toolkit for for processing natural language morphologies BROKEN= fails to build: /usr/bin/byacc: e - line 75 of "/wrkdirs/usr/ports/math/hfst/work/hfst-c187d5a/libhfst/src/parsers/xre_parse.yy", syntax error +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 USE_GITHUB= yes GH_TAGNAME= c187d5a diff --git a/math/jakarta-commons-math/Makefile b/math/jakarta-commons-math/Makefile index 3518aeab8f0c..d8cd2f5ec099 100644 --- a/math/jakarta-commons-math/Makefile +++ b/math/jakarta-commons-math/Makefile @@ -19,6 +19,8 @@ COMMENT= Java library of self-contained mathematics and statistics components LICENSE= APACHE20 BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 USE_ANT= yes USE_JAVA= yes diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index b3552e951ebb..4fa159a8566a 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BROKEN= does not build with octave version >= 4.2.1 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index bec33683e453..e090e3a01f21 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -13,6 +13,8 @@ COMMENT= P2P crypto currency client favored by shiba inus worldwide LICENSE= MIT BROKEN= fails to build with boost 1.66, see bug 224131 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to configure: "Big Endian not supported" diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 24b9b220fcbe..4c68c956c875 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs BROKEN= fails to build with boost 1.66, see bug 224186 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BROKEN_powerpc64= fails to build: util.cpp: undefined reference to boost::program_options::to_internal OPTIONS_DEFINE= X11 UPNP QRCODES DBUS diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 7f07e0b2a56f..cee03c3fb562 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleveldb.so:databases/leveldb BROKEN= fails to build with boost 1.66, see bug 224134 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BROKEN_powerpc64= Does not build: /usr/bin/ld: final link failed: Bad value OPTIONS_DEFINE= DOCS diff --git a/net/ceph-devel/Makefile b/net/ceph-devel/Makefile index 85f8bf2abe1f..76a25836f996 100644 --- a/net/ceph-devel/Makefile +++ b/net/ceph-devel/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual BROKEN= fails to build with boost 1.66, see bug 224185 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 # even though i386 will build, it is not really advised. ONLY_FOR_ARCHS= amd64 IGNORE_FreeBSD_10= Doesnt build for FreeBSD 10.x diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index e51fde568933..88b2246e20d4 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -15,6 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Server programs for a replicated high-performance network file system BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LIB_DEPENDS= liblwp.so:devel/lwp \ librpc2.so:devel/rpc2 \ diff --git a/net/openmq/Makefile b/net/openmq/Makefile index 7bdc31dc2ef2..4a391cf95abd 100644 --- a/net/openmq/Makefile +++ b/net/openmq/Makefile @@ -19,6 +19,8 @@ LICENSE= GPLv2 CDDL LICENSE_COMB= dual BROKEN= fails to build +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 SRCDIST= mq4_5_2p1-source.zip BOOTJARS= javaee-api-6.0.jar:2 \ diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 6a3d08a5cc5b..be70346207f2 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -13,6 +13,9 @@ COMMENT= Computational chemistry software package LICENSE= GPLv2+ +DEPRECATED= Depends on broken and expiring libghemical +EXPIRATION_DATE= 2018-08-20 + LIB_DEPENDS= libmopac7.so:biology/mopac \ libghemical.so:science/libghemical \ liboglappth.so:science/liboglappth \ diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 5594bc268ec8..ea2e601d0808 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Support libraries of science/ghemical port BROKEN= fails to configure +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BUILD_DEPENDS= obabel:science/openbabel \ intltool-update:textproc/intltool \ diff --git a/security/fastd-devel/Makefile b/security/fastd-devel/Makefile index 72b4f7ca8d05..aec89957ab2f 100644 --- a/security/fastd-devel/Makefile +++ b/security/fastd-devel/Makefile @@ -15,6 +15,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN= fails to build: cipher_aes128_ctr_nacl.c:36:10: 'crypto_stream_aes128ctr.h' file not found +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LIB_DEPENDS= libjson-c.so:devel/json-c \ libsodium.so:security/libsodium \ diff --git a/security/fastd/Makefile b/security/fastd/Makefile index 8d0d0540f457..367acdd22ede 100644 --- a/security/fastd/Makefile +++ b/security/fastd/Makefile @@ -13,6 +13,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN= fails to build: cipher_aes128_ctr_nacl.c:36:10: 'crypto_stream_aes128ctr.h' file not found +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LIB_DEPENDS= libjson-c.so:devel/json-c \ libsodium.so:security/libsodium \ diff --git a/sysutils/rubygem-fluentd010/Makefile b/sysutils/rubygem-fluentd010/Makefile index 825b27b95257..57b786a3c150 100644 --- a/sysutils/rubygem-fluentd010/Makefile +++ b/sysutils/rubygem-fluentd010/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= \ rubygem-tzinfo-data>=1.0.0:devel/rubygem-tzinfo-data BROKEN= Error: RubyGem dependency msgpack < 0.6.0 is not satisfied +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 USE_RUBY= yes PLIST_FILES= bin/fluent-cat bin/fluent-debug bin/fluent-gem bin/fluentd \ diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index 6d13d6fa00e7..4b7a4125f1b7 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -11,6 +11,8 @@ MAINTAINER= tdir@tundraware.com COMMENT= Advanced file directory display utility BROKEN= license forbids modification, but the port cannot be used without it +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LICENSE= TundraWare LICENSE_NAME= TundraWare license diff --git a/www/pydio/Makefile b/www/pydio/Makefile index ef29e4996f98..19d830d23b6e 100644 --- a/www/pydio/Makefile +++ b/www/pydio/Makefile @@ -14,6 +14,8 @@ LICENSE= AGPLv3 PORTSCOUT= limitw:1,even BROKEN= It is wrong to have the entire files owned by www user +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 NO_BUILD= yes NO_ARCH= yes diff --git a/www/wt/Makefile b/www/wt/Makefile index e95e573a9d41..fcf34d9a31b9 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS+= libpng.so:graphics/png \ libGraphicsMagick.so:graphics/GraphicsMagick BROKEN= fails to build with boost 1.66, see bug 224183 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator USE_GITHUB= yes |