Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 07:43:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498264 - in head: cad/brlcad cad/elmerfem databases/ruby-odbc databases/rubygem-dbd-odbc devel/dlangui editors/dlangide emulators/desmume emulators/yabause emulators/yape games/armaget...
Message-ID:  <201904070743.x377hcF6058629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  7 07:43:37 2019
New Revision: 498264
URL: https://svnweb.freebsd.org/changeset/ports/498264

Log:
  Deprecate ports broken for more than 6 months

Modified:
  head/cad/brlcad/Makefile
  head/cad/elmerfem/Makefile
  head/databases/ruby-odbc/Makefile
  head/databases/rubygem-dbd-odbc/Makefile
  head/devel/dlangui/Makefile
  head/editors/dlangide/Makefile
  head/emulators/desmume/Makefile
  head/emulators/yabause/Makefile
  head/emulators/yape/Makefile
  head/games/armagetron/Makefile
  head/games/boswars/Makefile
  head/games/ceferino/Makefile
  head/games/chanta/Makefile
  head/games/d2x-xl/Makefile
  head/games/drcreep/Makefile
  head/games/frobtads/Makefile
  head/games/jaggedalliance2/Makefile
  head/games/paintown/Makefile
  head/games/pykawari/Makefile
  head/games/stepmania-devel/Makefile
  head/games/tinymux/Makefile
  head/games/voxelands/Makefile
  head/games/warsow/Makefile
  head/graphics/appleseed/Makefile
  head/graphics/apvlv/Makefile
  head/graphics/qslim/Makefile
  head/graphics/rawstudio/Makefile
  head/graphics/tulip/Makefile
  head/lang/dmd2/Makefile
  head/lang/qore/Makefile
  head/lang/swift/Makefile
  head/mail/milter-manager/Makefile
  head/math/goblin/Makefile
  head/math/mosesdecoder/Makefile
  head/multimedia/asdcplib/Makefile
  head/net/crtmpserver/Makefile
  head/net/openafs/Makefile
  head/security/kr/Makefile
  head/security/quantis/Makefile
  head/sysutils/bbcp/Makefile
  head/sysutils/boxbackup/Makefile
  head/sysutils/grub2-efi/Makefile
  head/sysutils/grub2-pcbsd/Makefile
  head/sysutils/mdcp/Makefile
  head/sysutils/openhpi/Makefile
  head/sysutils/sbsigntool/Makefile
  head/textproc/scim-bridge/Makefile
  head/textproc/sphinxsearch-devel/Makefile

Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/cad/brlcad/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		fails to build
 BROKEN_sparc64=	does not compile: invokes i386 assembler
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \
 		${LOCALBASE}/include/tnt/jama_lu.h:math/jama \

Modified: head/cad/elmerfem/Makefile
==============================================================================
--- head/cad/elmerfem/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/cad/elmerfem/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -12,6 +12,8 @@ COMMENT=	ELMER FEM package
 LICENSE=	GPLv2
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libparpack.so:math/arpack-ng \
 		libmpich.so:net/mpich

Modified: head/databases/ruby-odbc/Makefile
==============================================================================
--- head/databases/ruby-odbc/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/databases/ruby-odbc/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ COMMENT=	Ruby extension library to use ODBC data sourc
 
 BROKEN_RUBY24=	yes
 BROKEN_RUBY25=	yes
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 

Modified: head/databases/rubygem-dbd-odbc/Makefile
==============================================================================
--- head/databases/rubygem-dbd-odbc/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/databases/rubygem-dbd-odbc/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -10,6 +10,10 @@ COMMENT=	ODBC driver for DBI-for-Ruby
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		depends on broken ruby-odbc
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
+
 RUN_DEPENDS=	rubygem-dbi>=0:databases/rubygem-dbi \
 		${RUBY_SITEARCHLIBDIR}/odbc.so:databases/ruby-odbc
 

Modified: head/devel/dlangui/Makefile
==============================================================================
--- head/devel/dlangui/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/devel/dlangui/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ COMMENT=	Cross Platform GUI for D programming language
 LICENSE=	BSL
 
 BROKEN=		does not compile with latest version of ldc
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	ldmd2:lang/ldc \
 		dub:devel/dub \

Modified: head/editors/dlangide/Makefile
==============================================================================
--- head/editors/dlangide/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/editors/dlangide/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ COMMENT=	D language IDE based on DlangUI
 LICENSE=	BSL
 
 BROKEN=		does not compile with latest version of ldc
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	ldmd2:lang/ldc \
 		dub:devel/dub \

Modified: head/emulators/desmume/Makefile
==============================================================================
--- head/emulators/desmume/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/emulators/desmume/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ COMMENT=	Nintendo DS emulator
 LICENSE=	GPLv2
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
 		libSoundTouch.so:audio/soundtouch

Modified: head/emulators/yabause/Makefile
==============================================================================
--- head/emulators/yabause/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/emulators/yabause/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -43,6 +43,8 @@ SDL2_USE_OFF=		sdl=sdl
 
 .if ${PORT_OPTIONS:MQT5}
 BROKEN=			does not compile
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 .endif
 
 post-patch:

Modified: head/emulators/yape/Makefile
==============================================================================
--- head/emulators/yape/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/emulators/yape/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -12,6 +12,8 @@ MAINTAINER=	jmohacsi@bsd.hu
 COMMENT=	Yet Another Commodore +4 Emulator
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USE_SDL=	sdl
 USES=		compiler:features gmake

Modified: head/games/armagetron/Makefile
==============================================================================
--- head/games/armagetron/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/armagetron/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -16,6 +16,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USES=		gmake jpeg
 GNU_CONFIGURE=	yes

Modified: head/games/boswars/Makefile
==============================================================================
--- head/games/boswars/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/boswars/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtheora.so:multimedia/libtheora \

Modified: head/games/ceferino/Makefile
==============================================================================
--- head/games/ceferino/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/ceferino/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ COMMENT=	Game similar to Super Pang
 LICENSE=	GPLv2
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USE_SDL=	sdl mixer image
 GNU_CONFIGURE=	yes

Modified: head/games/chanta/Makefile
==============================================================================
--- head/games/chanta/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/chanta/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USES=		gmake
 USE_SDL=	sdl image mixer

Modified: head/games/d2x-xl/Makefile
==============================================================================
--- head/games/d2x-xl/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/d2x-xl/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -16,6 +16,8 @@ MAINTAINER=	aragon@phat.za.net
 COMMENT=	Community Unix port of Descent 2 Game
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 EXTRACT_DEPENDS=	unrar:archivers/unrar
 RUN_DEPENDS=	unrar:archivers/unrar

Modified: head/games/drcreep/Makefile
==============================================================================
--- head/games/drcreep/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/drcreep/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ COMMENT=	Castles of Dr. Creep
 LICENSE=	GPLv3
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USE_SDL=	sdl
 

Modified: head/games/frobtads/Makefile
==============================================================================
--- head/games/frobtads/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/frobtads/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -12,6 +12,8 @@ MAINTAINER=	kaiwang27@gmail.com
 COMMENT=	TADS interpreter and the compilers for both TADS 2 and 3
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 

Modified: head/games/jaggedalliance2/Makefile
==============================================================================
--- head/games/jaggedalliance2/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/jaggedalliance2/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -12,6 +12,8 @@ MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Port of "Jagged Alliance 2" using SDL
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 # Ignore this if you feel adventurous
 ONLY_FOR_ARCHS=		aarch64 amd64 arm armv6 armv7 i386
 ONLY_FOR_ARCHS_REASON=	Needs a little endian environment

Modified: head/games/paintown/Makefile
==============================================================================
--- head/games/paintown/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/paintown/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	liballeg.so:devel/allegro \
 		libpng.so:graphics/png \

Modified: head/games/pykawari/Makefile
==============================================================================
--- head/games/pykawari/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/pykawari/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 RUN_DEPENDS=	ninix:games/ninix-aya
 

Modified: head/games/stepmania-devel/Makefile
==============================================================================
--- head/games/stepmania-devel/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/stepmania-devel/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -16,6 +16,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/Docs/Licenses.txt
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libpng.so:graphics/png

Modified: head/games/tinymux/Makefile
==============================================================================
--- head/games/tinymux/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/tinymux/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ LICENSE=	ART10
 LICENSE_FILE=	${WRKSRC}/copyright.h
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 WRKSRC=		${WRKDIR}/mux2.10/src
 

Modified: head/games/voxelands/Makefile
==============================================================================
--- head/games/voxelands/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/voxelands/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ LICENSE=		GPLv3+
 
 BROKEN=			fails to build
 BROKEN_powerpc64=	fails to link: sibling call optimization does not allow automatic multiple TOCs
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=		libIrrlicht.so:x11-toolkits/irrlicht \
 			libfreetype.so:print/freetype2

Modified: head/games/warsow/Makefile
==============================================================================
--- head/games/warsow/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/games/warsow/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ COMMENT=	Futuristic, fast-paced first person shooter
 LICENSE=	GPLv2
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 RUN_DEPENDS=	${LOCALBASE}/${DATADIR_REL}/basewsw/data1_15.pk3:games/warsow-data

Modified: head/graphics/appleseed/Makefile
==============================================================================
--- head/graphics/appleseed/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/graphics/appleseed/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libpng.so:graphics/png \

Modified: head/graphics/apvlv/Makefile
==============================================================================
--- head/graphics/apvlv/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/graphics/apvlv/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ COMMENT=	PDF/DJVU Viewer that behaves like Vim
 LICENSE=	GPLv2
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
 

Modified: head/graphics/qslim/Makefile
==============================================================================
--- head/graphics/qslim/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/graphics/qslim/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ COMMENT=	SlimKit surface modeling tools
 LICENSE=	GPLv2
 
 BROKEN=		fails to link
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \

Modified: head/graphics/rawstudio/Makefile
==============================================================================
--- head/graphics/rawstudio/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/graphics/rawstudio/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ COMMENT=	Open-source program to read and manipulate RA
 LICENSE=	GPLv2
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		liblcms.so:graphics/lcms \

Modified: head/graphics/tulip/Makefile
==============================================================================
--- head/graphics/tulip/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/graphics/tulip/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ COMMENT=	System dedicated to the visualization of huge
 LICENSE=	LGPL3
 
 BROKEN=		Missing libquazip.so:archivers/quazip@qt4
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libOGDF.so:math/ogdf \
 		libfreetype.so:print/freetype2

Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/lang/dmd2/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -24,6 +24,8 @@ BROKEN_powerpc64=	fails to build: can't mangle functio
 BROKEN_sparc64=		fails to install: divide-by-zero error
 BROKEN_FreeBSD_12=	stack corruption in generated dmd tool caused by inode64 resulting in segfault
 BROKEN_FreeBSD_13=	stack corruption in generated dmd tool caused by inode64 resulting in segfault
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 NOT_FOR_ARCHS=		aarch64
 NOT_FOR_ARCHS_REASON=	no cpu specified, assuming X86
 

Modified: head/lang/qore/Makefile
==============================================================================
--- head/lang/qore/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/lang/qore/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ BROKEN_mips=		fails to link: single-compilation-unit.c
 BROKEN_mips64=		fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0'
 BROKEN_powerpc=		fails to build
 BROKEN_powerpc64=	fails to compile: unsupported relocation against r1
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libmpfr.so:math/mpfr

Modified: head/lang/swift/Makefile
==============================================================================
--- head/lang/swift/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/lang/swift/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/swift/LICENSE.txt
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	cmake:devel/cmake \
 		bash:shells/bash \

Modified: head/mail/milter-manager/Makefile
==============================================================================
--- head/mail/milter-manager/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/mail/milter-manager/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ LICENSE=	AGPLv3 GFDL GPLv3 LGPL3
 LICENSE_COMB=	multi
 
 BROKEN_RUBY24=	Build succeeds, but using binary results in segmentation fault
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	rubygem-glib2>0:devel/rubygem-glib2
 LIB_DEPENDS=	libev.so:devel/libev

Modified: head/math/goblin/Makefile
==============================================================================
--- head/math/goblin/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/math/goblin/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -16,6 +16,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_LGPL21=	${WRKSRC}/tcl/LGPL
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 CONFLICTS=	glpk-[0-9]*
 
 USES=		gmake tk tar:tgz

Modified: head/math/mosesdecoder/Makefile
==============================================================================
--- head/math/mosesdecoder/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/math/mosesdecoder/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -11,6 +11,8 @@ MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Statistical machine translation system
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	bash:shells/bash \
 		bjam:devel/boost-jam

Modified: head/multimedia/asdcplib/Makefile
==============================================================================
--- head/multimedia/asdcplib/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/multimedia/asdcplib/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -10,6 +10,8 @@ MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Open source implementation of SMPTE and the MXF Interop format
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 

Modified: head/net/crtmpserver/Makefile
==============================================================================
--- head/net/crtmpserver/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/net/crtmpserver/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USES=		cmake lua ssl
 CMAKE_SOURCE_PATH=	${WRKSRC}/builders/cmake

Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/net/openafs/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -22,6 +22,8 @@ LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 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=	2019-05-08
 ONLY_FOR_ARCHS=	i386 amd64
 
 AFS_DISTVERSION=	1.6.22

Modified: head/security/kr/Makefile
==============================================================================
--- head/security/kr/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/security/kr/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -10,6 +10,8 @@ MAINTAINER=	feld@FreeBSD.org
 COMMENT=	SSH and Git commit/tag signing using a key stored in Krypton
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 NOT_FOR_ARCHS=	i386
 NOT_FOR_ARCHS_REASON=	Uses 64bit types
 

Modified: head/security/quantis/Makefile
==============================================================================
--- head/security/quantis/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/security/quantis/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -19,6 +19,8 @@ BROKEN=		does not build
 BROKEN_aarch64=		fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
 BROKEN_armv6=		fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
 BROKEN_armv7=		fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USES=		cmake compiler:c++11-lang zip:infozip
 

Modified: head/sysutils/bbcp/Makefile
==============================================================================
--- head/sysutils/bbcp/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/sysutils/bbcp/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -13,6 +13,8 @@ LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/src/COPYING.LESSER
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USES=		tar:xz
 

Modified: head/sysutils/boxbackup/Makefile
==============================================================================
--- head/sysutils/boxbackup/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/sysutils/boxbackup/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -16,6 +16,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE-DUAL.txt
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 USES=		autoreconf perl5 ssl tar:tgz
 GNU_CONFIGURE=	yes

Modified: head/sysutils/grub2-efi/Makefile
==============================================================================
--- head/sysutils/grub2-efi/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/sysutils/grub2-efi/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,10 @@ COMMENT=	Multiboot EFI boot loader
 
 LICENSE=	GPLv3
 
+BROKEN=		depends on broken grub2-pcbsd
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
+
 RUN_DEPENDS=	${LOCALBASE}/bin/mformat:emulators/mtools \
 		${LOCALBASE}/bin/grub-mkrescue:sysutils/grub2-pcbsd
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \

Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/sysutils/grub2-pcbsd/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ COMMENT=	Multiboot boot loader
 LICENSE=	GPLv3
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
 		${LOCALBASE}/bin/bash:shells/bash \

Modified: head/sysutils/mdcp/Makefile
==============================================================================
--- head/sysutils/mdcp/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/sysutils/mdcp/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -10,6 +10,8 @@ MAINTAINER=	wamonzyne@hotmail.com
 COMMENT=	Fastest utility for copy from a disk device for many
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 GNU_CONFIGURE=	yes
 USES=		gmake

Modified: head/sysutils/openhpi/Makefile
==============================================================================
--- head/sysutils/openhpi/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/sysutils/openhpi/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,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=	2019-05-08
 
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
 		libnetsnmp.so:net-mgmt/net-snmp \

Modified: head/sysutils/sbsigntool/Makefile
==============================================================================
--- head/sysutils/sbsigntool/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/sysutils/sbsigntool/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -14,6 +14,8 @@ COMMENT=	Signing utility for UEFI secure boot
 LICENSE=	GPLv3
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libgnuefi.a:devel/gnu-efi \
 		help2man:misc/help2man

Modified: head/textproc/scim-bridge/Makefile
==============================================================================
--- head/textproc/scim-bridge/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/textproc/scim-bridge/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -15,6 +15,8 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/doc/LICENSE.GPL
 LICENSE_FILE_LGPL21=	${WRKSRC}/doc/LICENSE.LGPL
 
 BROKEN_FreeBSD=	fails to compile with clang6 or later
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 LIB_DEPENDS=	libscim-1.0.so:textproc/scim
 

Modified: head/textproc/sphinxsearch-devel/Makefile
==============================================================================
--- head/textproc/sphinxsearch-devel/Makefile	Sun Apr  7 07:22:04 2019	(r498263)
+++ head/textproc/sphinxsearch-devel/Makefile	Sun Apr  7 07:43:37 2019	(r498264)
@@ -22,6 +22,8 @@ COMMENT=	Sphinx Full-Text Search Engine
 LICENSE=	GPLv2
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2019-05-08
 
 # If expat is present on the system and configure finds it, it will
 # unconditionally link the output binary against it.  There's no way



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904070743.x377hcF6058629>