Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 09:30:47 +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: r457358 - in head: astro/viking audio/ardour audio/gigedit audio/gnomoradio audio/linux-mbrola audio/mbrolavox devel/art devel/guikachu devel/libical-glib devel/npm-amdefine devel/npm-c...
Message-ID:  <201712270930.vBR9Ulcg009434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 27 09:30:47 2017
New Revision: 457358
URL: https://svnweb.freebsd.org/changeset/ports/457358

Log:
  Deprecate ports broken for more than 6 months

Modified:
  head/astro/viking/Makefile
  head/audio/ardour/Makefile
  head/audio/gigedit/Makefile
  head/audio/gnomoradio/Makefile
  head/audio/linux-mbrola/Makefile
  head/audio/mbrolavox/Makefile
  head/devel/art/Makefile
  head/devel/guikachu/Makefile
  head/devel/libical-glib/Makefile
  head/devel/npm-amdefine/Makefile
  head/devel/npm-clean-css/Makefile
  head/devel/npm-commander/Makefile
  head/devel/npm-graceful-readlink/Makefile
  head/devel/npm-source-map/Makefile
  head/devel/pear-SebastianBergmann_PHPLOC/Makefile
  head/devel/py-InlineEgg/Makefile
  head/devel/py-protocols-devel/Makefile
  head/devel/py-ruledispatch/Makefile
  head/emulators/raine/Makefile
  head/games/balazar/Makefile
  head/games/balazarbrothers/Makefile
  head/games/cheech/Makefile
  head/games/gish-demo/Makefile
  head/games/libretro-cores/Makefile
  head/graphics/synfigstudio/Makefile
  head/lang/gcl/Makefile
  head/lang/pike78/Makefile
  head/mail/evolution-mapi/Makefile
  head/mail/libmapi/Makefile
  head/math/asir2000/Makefile
  head/multimedia/bombono/Makefile
  head/multimedia/librespot/Makefile
  head/security/mdcrack/Makefile
  head/security/pond/Makefile
  head/security/tclgpg/Makefile
  head/security/webfwlog/Makefile
  head/shells/ambit/Makefile
  head/www/caudium14/Makefile
  head/www/hinventory-client/Makefile
  head/www/lessc/Makefile
  head/www/npm-less-plugin-clean-css/Makefile
  head/www/py-octoprint/Makefile
  head/www/uglifyjs/Makefile
  head/www/xpi-noscript/Makefile
  head/x11-toolkits/libgnomeprintuimm/Makefile
  head/x11-wm/gcompmgr/Makefile

Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/astro/viking/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -14,6 +14,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		wrong LIB_DEPENDS
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
 LIB_DEPENDS=	libcurl.so:ftp/curl \

Modified: head/audio/ardour/Makefile
==============================================================================
--- head/audio/ardour/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/audio/ardour/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -14,6 +14,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 LIB_DEPENDS=	liblo.so:audio/liblo \
 		liblrdf.so:textproc/liblrdf \

Modified: head/audio/gigedit/Makefile
==============================================================================
--- head/audio/gigedit/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/audio/gigedit/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -11,6 +11,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Instrument editor for gig files
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/audio/gnomoradio/Makefile
==============================================================================
--- head/audio/gnomoradio/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/audio/gnomoradio/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -14,6 +14,8 @@ LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 		libao.so:audio/libao
 
 BROKEN=		fails to compile: trackable.h: expected ';' at end of declaration list
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USES=		pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes

Modified: head/audio/linux-mbrola/Makefile
==============================================================================
--- head/audio/linux-mbrola/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/audio/linux-mbrola/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -14,6 +14,9 @@ EXTRACT_SUFX=	.zip
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MBROLA speech synthesizer for Linux
 
+DEPRECATED=	Depends on expiring audio/mbrolavox
+EXPIRATION_DATE=	2018-01-27
+
 RUN_DEPENDS=	mbrolavox>0:audio/mbrolavox
 
 CONFLICTS=	mbrola-*

Modified: head/audio/mbrolavox/Makefile
==============================================================================
--- head/audio/mbrolavox/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/audio/mbrolavox/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -12,6 +12,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Voices for MBROLA voice synthesizer
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USES=		zip:infozip
 NO_BUILD=	yes

Modified: head/devel/art/Makefile
==============================================================================
--- head/devel/art/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/art/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -16,6 +16,8 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libxml++-2.6.so:textproc/libxml++26
 
 BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USES=	gmake pkgconfig
 

Modified: head/devel/guikachu/Makefile
==============================================================================
--- head/devel/guikachu/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/guikachu/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -15,6 +15,8 @@ LIB_DEPENDS=	libgnomeuimm-2.6.so:x11-toolkits/libgnome
 		libgnomevfsmm-2.6.so:devel/gnome-vfsmm
 
 BROKEN=		fails to build: ustring.h: expected ';' at end of declaration list
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USES=		gmake pathfix pkgconfig shared-mime-info desktop-file-utils
 USE_GNOME=	gnomeprefix intlhack libgnomeui

Modified: head/devel/libical-glib/Makefile
==============================================================================
--- head/devel/libical-glib/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/libical-glib/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -13,6 +13,8 @@ COMMENT=	Introspection bindings for libical
 LIB_DEPENDS=	libical.so:devel/libical
 
 BROKEN=		Does not build with libical >= 2.0
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USES=		compiler:c11 gettext gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build libxml2

Modified: head/devel/npm-amdefine/Makefile
==============================================================================
--- head/devel/npm-amdefine/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/npm-amdefine/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -11,6 +11,8 @@ COMMENT=	Implementation of AMD's define() in Node
 LICENSE=	APACHE20
 
 BROKEN=		fails to package
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm

Modified: head/devel/npm-clean-css/Makefile
==============================================================================
--- head/devel/npm-clean-css/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/npm-clean-css/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -11,6 +11,9 @@ COMMENT=	Fast and efficient CSS optimizer for node.js 
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
+
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm \
 		${LOCALBASE}/lib/node_modules/source-map/source-map.js:devel/npm-source-map \

Modified: head/devel/npm-commander/Makefile
==============================================================================
--- head/devel/npm-commander/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/npm-commander/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -11,6 +11,9 @@ COMMENT=	node.js command-line interfaces made easy
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
+
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm \
 		${LOCALBASE}/lib/node_modules/graceful-readlink/index.js:devel/npm-graceful-readlink

Modified: head/devel/npm-graceful-readlink/Makefile
==============================================================================
--- head/devel/npm-graceful-readlink/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/npm-graceful-readlink/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -11,6 +11,8 @@ COMMENT=	Graceful fs.readlink
 LICENSE=	APACHE20
 
 BROKEN=		fails to package
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm

Modified: head/devel/npm-source-map/Makefile
==============================================================================
--- head/devel/npm-source-map/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/npm-source-map/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -10,6 +10,9 @@ COMMENT=	Parse and consume source maps
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
+
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm \
 		${LOCALBASE}/lib/node_modules/amdefine/amdefine.js:devel/npm-amdefine

Modified: head/devel/pear-SebastianBergmann_PHPLOC/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_PHPLOC/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/pear-SebastianBergmann_PHPLOC/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -21,6 +21,8 @@ BUILD_DEPENDS=	pear-Symfony_Component_Console>=1.1.0:d
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 BROKEN=		unfetchable, redirects to https://phpunit.de/
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USE_PHP=	tokenizer
 PEAR_CHANNEL=	phpunit

Modified: head/devel/py-InlineEgg/Makefile
==============================================================================
--- head/devel/py-InlineEgg/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/py-InlineEgg/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -16,6 +16,8 @@ USES=		dos2unix python shebangfix
 SHEBANG_FILES=	examples/*.py
 USE_PYTHON=	distutils autoplist
 BROKEN=		checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 PORTDOCS=	InlineEgg.html Changelog README
 PORTEXAMPLES=	*

Modified: head/devel/py-protocols-devel/Makefile
==============================================================================
--- head/devel/py-protocols-devel/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/py-protocols-devel/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -18,5 +18,7 @@ USES=		python:2.7 zip
 USE_PYTHON=	distutils autoplist
 
 BROKEN=	checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 .include <bsd.port.mk>

Modified: head/devel/py-ruledispatch/Makefile
==============================================================================
--- head/devel/py-ruledispatch/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/devel/py-ruledispatch/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -16,6 +16,9 @@ COMMENT=	Rule-based Dispatching and Generic Functions
 LICENSE=	PSFL ZPL21
 LICENSE_COMB=	dual
 
+DEPRECATED=	Depends on expiring devel/py-protocols-devel
+EXPIRATION_DATE=	2018-01-27
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Extremes>=1.1:devel/py-extremes@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}PyProtocols>=1.0.a0.r2302:devel/py-protocols-devel@${FLAVOR}
 

Modified: head/emulators/raine/Makefile
==============================================================================
--- head/emulators/raine/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/emulators/raine/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -14,6 +14,8 @@ COMMENT=	Arcade Emulator for M68000, M68020 and Z80 ba
 LICENSE=	ART10
 
 BROKEN=		fails to link
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	nasm>0:devel/nasm
 LIB_DEPENDS=	libpng.so:graphics/png

Modified: head/games/balazar/Makefile
==============================================================================
--- head/games/balazar/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/games/balazar/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -23,6 +23,8 @@ RUN_DEPENDS=	soya_editor:graphics/py-soya3d@${FLAVOR} 
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR}
 
 BROKEN=		fails to package: pkg-static: py27-twisted-17.5.0_1 conflicts with py27-twistedCore-15.2.1 (installs files into the same place)
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 NO_ARCH=	yes
 
 USES=		gettext python:2.7 tar:bzip2

Modified: head/games/balazarbrothers/Makefile
==============================================================================
--- head/games/balazarbrothers/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/games/balazarbrothers/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -15,6 +15,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN=		conflicting dependencies
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 LIB_DEPENDS=	libcal3d.so:graphics/cal3d \
 		libfreetype.so:print/freetype2

Modified: head/games/cheech/Makefile
==============================================================================
--- head/games/cheech/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/games/cheech/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -16,6 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libgnet-2.0.so:net/gnet2
 
 BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/games/gish-demo/Makefile
==============================================================================
--- head/games/gish-demo/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/games/gish-demo/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -12,6 +12,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Platform game with a gelatinous 12-pound ball of tar (Demo version)
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 RESTRICTED=	(c) Copyright 2004 Chronic Logic All rights reserved
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/games/libretro-cores/Makefile
==============================================================================
--- head/games/libretro-cores/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/games/libretro-cores/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -109,6 +109,8 @@ USE_GL=		gl
 DOS2UNIX_FILES=	hatari/Makefile.libretro 81-libretro/81/sp0256.c libretro-uae/Makefile
 
 BROKEN=	checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 .include <bsd.port.pre.mk>
 

Modified: head/graphics/synfigstudio/Makefile
==============================================================================
--- head/graphics/synfigstudio/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/graphics/synfigstudio/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -13,6 +13,8 @@ COMMENT=	Vector-based 2D animation software package
 LICENSE=	GPLv2+
 
 BROKEN=		missing header
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	etl>=0.04.19_1:devel/etl
 LIB_DEPENDS=	libsynfig.so:devel/synfig

Modified: head/lang/gcl/Makefile
==============================================================================
--- head/lang/gcl/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/lang/gcl/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -14,6 +14,8 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
 BROKEN=		missing header
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	gawk:lang/gawk
 LIB_DEPENDS=	libgmp.so:math/gmp

Modified: head/lang/pike78/Makefile
==============================================================================
--- head/lang/pike78/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/lang/pike78/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -14,6 +14,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dynamic programming language with a syntax similar to C++
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libgdbm.so:databases/gdbm \

Modified: head/mail/evolution-mapi/Makefile
==============================================================================
--- head/mail/evolution-mapi/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/mail/evolution-mapi/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -10,6 +10,9 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Evolution Microsoft Exchange plugin through OpenChange
 
+DEPRECATED=	Depends on expiring mail/libmapi
+EXPIRATION_DATE=	2018-01-27
+
 BUILD_DEPENDS=	itstool:textproc/itstool \
 		evolution>=3.0.0:mail/evolution
 LIB_DEPENDS=	libmapi.so:mail/libmapi

Modified: head/mail/libmapi/Makefile
==============================================================================
--- head/mail/libmapi/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/mail/libmapi/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -57,6 +57,8 @@ DOXYGEN_CONFIGURE_ENV_OFF=	ac_cv_path_DOXYGEN=""
 PLIST_SUB=	SAMBA=${SAMBAPORT:T}
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 #  --enable-openchange-qt4 Compile OpenChange Qt4 wrapper.
 

Modified: head/math/asir2000/Makefile
==============================================================================
--- head/math/asir2000/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/math/asir2000/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -22,6 +22,8 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 LIB_DEPENDS=	libpari.so:math/pari
 
 BROKEN=		does not compile: paridecl.h: conflicting types for 'mulreal'
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 NOT_FOR_ARCHS=		aarch64
 NOT_FOR_ARCHS_REASON=	fails to compile: the collector has not been ported to this machine/OS combination
 

Modified: head/multimedia/bombono/Makefile
==============================================================================
--- head/multimedia/bombono/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/multimedia/bombono/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -26,6 +26,8 @@ RUN_DEPENDS=	gm:graphics/GraphicsMagick \
 		toolame:audio/toolame
 
 BROKEN=		fails to compile: weakref.h: macro "static_assert" passed 3 arguments, but takes just 2
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USES=		desktop-file-utils gettext pkgconfig scons shared-mime-info \
 		tar:bzip2

Modified: head/multimedia/librespot/Makefile
==============================================================================
--- head/multimedia/librespot/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/multimedia/librespot/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -11,6 +11,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN=		tries to clone git repository during build phase
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	rust>=1.19.0_2:lang/rust \
 		portaudio>0:audio/portaudio

Modified: head/security/mdcrack/Makefile
==============================================================================
--- head/security/mdcrack/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/security/mdcrack/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -16,6 +16,8 @@ MAKE_ARGS=	LDFLAGS="${LDFLAGS} -lncurses"
 
 USES=		compiler:features ncurses
 BROKEN=		checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 .include <bsd.port.pre.mk>
 

Modified: head/security/pond/Makefile
==============================================================================
--- head/security/pond/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/security/pond/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libgtkspell.so:textproc/gtkspell \
 		libtspi.so:security/trousers
 
 BROKEN=		wrong build depends
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USES=		go
 PLIST_FILES=	bin/pond-server bin/pond

Modified: head/security/tclgpg/Makefile
==============================================================================
--- head/security/tclgpg/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/security/tclgpg/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -19,6 +19,8 @@ USES=		autoreconf gmake tcl:tea
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/tclgpg-4cfd9fa949
 BROKEN=		checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 PLIST_FILES=	lib/gpg1.0/libgpg1.0.so \
 		lib/gpg1.0/pkgIndex.tcl \

Modified: head/security/webfwlog/Makefile
==============================================================================
--- head/security/webfwlog/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/security/webfwlog/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -13,6 +13,8 @@ COMMENT=	Web-based firewall log analyzer
 LICENSE=	GPLv2
 
 BROKEN=		missing header
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 OPTIONS_DEFINE=		MYSQL MYSQLIPV6 PGSQL DOCS
 OPTIONS_DEFAULT=	MYSQL MYSQLIPV6

Modified: head/shells/ambit/Makefile
==============================================================================
--- head/shells/ambit/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/shells/ambit/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -20,6 +20,8 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 BROKEN=		checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 PLIST_SUB=	AMBITDIR=${AMBITDIR}
 

Modified: head/www/caudium14/Makefile
==============================================================================
--- head/www/caudium14/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/www/caudium14/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -12,6 +12,9 @@ DISTNAME=	Caudium-${CAUDIUMVERSION}
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Free webserver based on the Roxen Challenger 1.3 code base
 
+DEPRECATED=	Depends on expiring lang/pike78
+EXPIRATION_DATE=	2018-01-27
+
 BUILD_DEPENDS=	pike78:lang/pike78
 LIB_DEPENDS=	libsablot.so:textproc/sablotron
 RUN_DEPENDS=	lsof:sysutils/lsof

Modified: head/www/hinventory-client/Makefile
==============================================================================
--- head/www/hinventory-client/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/www/hinventory-client/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -11,6 +11,8 @@ MAINTAINER=	tom@h-inventory.com
 COMMENT=	H-Inventory Client for FreeBSD
 
 BROKEN=		does not fetch, upstream gone
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/lessc/Makefile
==============================================================================
--- head/www/lessc/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/www/lessc/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -13,6 +13,8 @@ COMMENT=	Javascript CSS pre-processor
 LICENSE=	APACHE20
 
 BROKEN=		fails to package
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm

Modified: head/www/npm-less-plugin-clean-css/Makefile
==============================================================================
--- head/www/npm-less-plugin-clean-css/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/www/npm-less-plugin-clean-css/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -10,6 +10,9 @@ COMMENT=	Compresses the css output from less using cle
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
+
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm \
 		${LOCALBASE}/lib/node_modules/clean-css/index.js:devel/npm-clean-css \

Modified: head/www/py-octoprint/Makefile
==============================================================================
--- head/www/py-octoprint/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/www/py-octoprint/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -44,6 +44,8 @@ USES=		python:2.7
 
 USE_PYTHON=	autoplist distutils
 BROKEN=		checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kevans91

Modified: head/www/uglifyjs/Makefile
==============================================================================
--- head/www/uglifyjs/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/www/uglifyjs/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -12,6 +12,8 @@ COMMENT=	JavaScript parser/compressor/beautifier
 LICENSE=	BSD2CLAUSE
 
 BROKEN=		fails to package
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 BUILD_DEPENDS=	npm>=0:www/npm
 RUN_DEPENDS=	npm>=0:www/npm

Modified: head/www/xpi-noscript/Makefile
==============================================================================
--- head/www/xpi-noscript/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/www/xpi-noscript/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -10,6 +10,8 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Security-enhancing Java/JS filtering extension
 
 BROKEN=		checksum mismatch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 XPI_ID=		{73a6fe31-595d-460b-a920-fcc0f8843232}
 XPI_NUM=	722
 

Modified: head/x11-toolkits/libgnomeprintuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintuimm/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/x11-toolkits/libgnomeprintuimm/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -12,6 +12,8 @@ MAINTAINER=	bland@FreeBSD.org
 COMMENT=	C++ wrappers for the GNOME print support library
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24 \
 		libgnomeprintmm-2.5.so:print/libgnomeprintmm

Modified: head/x11-wm/gcompmgr/Makefile
==============================================================================
--- head/x11-wm/gcompmgr/Makefile	Wed Dec 27 09:00:43 2017	(r457357)
+++ head/x11-wm/gcompmgr/Makefile	Wed Dec 27 09:30:47 2017	(r457358)
@@ -13,6 +13,8 @@ COMMENT=	GNOME interface to xcompmgr
 RUN_DEPENDS=	xcompmgr:x11-wm/xcompmgr
 
 BROKEN=		fails to compile: ustring.h: expected ';' at end of declaration list
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-01-27
 
 GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib -lX11



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