Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 18:35: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: r485242 - in head: databases/grass7 emulators/py-nova games/kajongg graphics/fotoxx math/msieve math/octave-forge-audio math/octave-forge-engine math/octave-forge-fl-core math/octave-fo...
Message-ID:  <201811181835.wAIIZcoJ050304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 18 18:35:38 2018
New Revision: 485242
URL: https://svnweb.freebsd.org/changeset/ports/485242

Log:
  Deprecate ports broken for more than 6 months

Modified:
  head/databases/grass7/Makefile
  head/emulators/py-nova/Makefile
  head/games/kajongg/Makefile
  head/graphics/fotoxx/Makefile
  head/math/msieve/Makefile
  head/math/octave-forge-audio/Makefile
  head/math/octave-forge-engine/Makefile
  head/math/octave-forge-fl-core/Makefile
  head/math/octave-forge-pdb/Makefile
  head/net/ntop/Makefile
  head/net/py-libstorj/Makefile
  head/net/py-pcs/Makefile
  head/net/scribe/Makefile
  head/textproc/ots/Makefile
  head/x11-wm/qtile/Makefile
  head/x11/xpra/Makefile
  head/x11/xpyb/Makefile

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/databases/grass7/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -26,6 +26,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/GPL.TXT
 
 BROKEN=		fails to package
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR}
 LIB_DEPENDS=	libgdal.so:graphics/gdal \

Modified: head/emulators/py-nova/Makefile
==============================================================================
--- head/emulators/py-nova/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/emulators/py-nova/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -14,6 +14,8 @@ COMMENT=	OpenStack compute service
 LICENSE=	APACHE20
 
 BROKEN=		depends on conflicting dependencies
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR}
 

Modified: head/games/kajongg/Makefile
==============================================================================
--- head/games/kajongg/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/games/kajongg/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -1,6 +1,8 @@
 # $FreeBSD$
 
 BROKEN=		Requires PyQt5 for python3 which is broken at the moment.
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 PORTNAME=	kajongg
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}

Modified: head/graphics/fotoxx/Makefile
==============================================================================
--- head/graphics/fotoxx/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/graphics/fotoxx/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -14,6 +14,8 @@ COMMENT=	Application to organize and edit image collec
 LICENSE=	GPLv3
 
 BROKEN=		conflicting dependencies dcraw and ufraw
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 		dcraw:graphics/dcraw \

Modified: head/math/msieve/Makefile
==============================================================================
--- head/math/msieve/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/math/msieve/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -12,6 +12,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast factorization of big integers using MPQS and GNFS
 
 BROKEN=		missing build depends
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libecm.a:math/gmp-ecm
 

Modified: head/math/octave-forge-audio/Makefile
==============================================================================
--- head/math/octave-forge-audio/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/math/octave-forge-audio/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		does not build with octave version >= 4.4.0
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 GNU_CONFIGURE=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"

Modified: head/math/octave-forge-engine/Makefile
==============================================================================
--- head/math/octave-forge-engine/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/math/octave-forge-engine/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		does not build with octave version >= 4.4.0
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	HOME=${WRKSRC}

Modified: head/math/octave-forge-fl-core/Makefile
==============================================================================
--- head/math/octave-forge-fl-core/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/math/octave-forge-fl-core/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -13,6 +13,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
 BROKEN=		does not build with octave >= 4.4.0
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.

Modified: head/math/octave-forge-pdb/Makefile
==============================================================================
--- head/math/octave-forge-pdb/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/math/octave-forge-pdb/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		does not build with octave version >= 4.4.0
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 GNU_CONFIGURE=	yes
 

Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/net/ntop/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		Makefiles use hacks that don't work with recent automake.  Try net/ntopng
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 LIB_DEPENDS=	libgdbm.so:databases/gdbm \
 		libevent.so:devel/libevent

Modified: head/net/py-libstorj/Makefile
==============================================================================
--- head/net/py-libstorj/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/net/py-libstorj/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -12,6 +12,8 @@ COMMENT=	Python bindings for libstorj
 LICENSE=	LGPL21+
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libstorj.so:net/libstorj

Modified: head/net/py-pcs/Makefile
==============================================================================
--- head/net/py-pcs/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/net/py-pcs/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -15,6 +15,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 BROKEN=		fails to build with cython 0.28
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 PORTDOCS=	pcs.pdf
 PORTEXAMPLES=	*

Modified: head/net/scribe/Makefile
==============================================================================
--- head/net/scribe/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/net/scribe/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -12,6 +12,8 @@ COMMENT=	Aggregating log data streamed in real time
 LICENSE=	APACHE20
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 BUILD_DEPENDS=	fb303>0:devel/fb303 \
 		thrift:devel/thrift

Modified: head/textproc/ots/Makefile
==============================================================================
--- head/textproc/ots/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/textproc/ots/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -14,6 +14,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		unfetchable
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 LIB_DEPENDS=	libpopt.so:devel/popt
 

Modified: head/x11-wm/qtile/Makefile
==============================================================================
--- head/x11-wm/qtile/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/x11-wm/qtile/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 DEPRECATED=	does not run
-EXPIRATION_DATE=	2018-12-31
+EXPIRATION_DATE=	2018-12-19
 BROKEN=		does not run
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xpyb>0:x11/xpyb@${PY_FLAVOR} \

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/x11/xpra/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -13,6 +13,8 @@ COMMENT=	Xpra gives you persistent remote applications
 LICENSE=	GPLv2
 
 BROKEN=		fails to build with cython 0.28
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2@${PY_FLAVOR} \
 		${PYNUMPY}

Modified: head/x11/xpyb/Makefile
==============================================================================
--- head/x11/xpyb/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
+++ head/x11/xpyb/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
@@ -12,6 +12,8 @@ MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Python bindings to access X Window System protocol via libxcb
 
 BROKEN=		fails to build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-12-19
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:x11/xcb-proto \
 		xcb-proto>=1.7.1:x11/xcb-proto



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