Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 19:36:26 +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: r451570 - in head: audio/gspeakers audio/sooperlooper audio/tclmidi comms/svxlink databases/cassandra2 databases/elixir-ecto_migrate databases/glom devel/cl-cffi-sbcl devel/dwarves deve...
Message-ID:  <201710081936.v98JaQxX045792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct  8 19:36:26 2017
New Revision: 451570
URL: https://svnweb.freebsd.org/changeset/ports/451570

Log:
  Deprecate ports broken for more than 6 months

Modified:
  head/audio/gspeakers/Makefile
  head/audio/sooperlooper/Makefile
  head/audio/tclmidi/Makefile
  head/comms/svxlink/Makefile
  head/databases/cassandra2/Makefile
  head/databases/elixir-ecto_migrate/Makefile
  head/databases/glom/Makefile
  head/devel/cl-cffi-sbcl/Makefile
  head/devel/dwarves/Makefile
  head/devel/pinba_engine/Makefile
  head/devel/py-event/Makefile
  head/games/linux-nwnclient/Makefile
  head/games/lordsawar/Makefile
  head/net/p5-Filesys-SmbClient/Makefile
  head/security/py-xmlsec/Makefile
  head/security/samba-virusfilter/Makefile
  head/textproc/ocaml-pxp/Makefile

Modified: head/audio/gspeakers/Makefile
==============================================================================
--- head/audio/gspeakers/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/audio/gspeakers/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -12,6 +12,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gnome-based loudspeaker design program
 
 BROKEN=		Does not build with recent sigc++20
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 

Modified: head/audio/sooperlooper/Makefile
==============================================================================
--- head/audio/sooperlooper/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/audio/sooperlooper/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -13,6 +13,8 @@ COMMENT=	Live audio looping sampler
 LICENSE=	GPLv2
 
 BROKEN=		Does not build with newer libsigc++20
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 BUILD_DEPENDS=	ladspa>0:audio/ladspa
 LIB_DEPENDS=	libjack.so:audio/jack \

Modified: head/audio/tclmidi/Makefile
==============================================================================
--- head/audio/tclmidi/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/audio/tclmidi/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -11,6 +11,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Language designed for creating and editing standard MIDI files
 
 BROKEN=		does not fetch, upstream gone
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 USES+=		tcl uidfix
 MAKE_ENV=	TCL_INCLUDEDIR="${TCL_INCLUDEDIR}" TCL_LIBDIR="${TCL_LIBDIR}"

Modified: head/comms/svxlink/Makefile
==============================================================================
--- head/comms/svxlink/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/comms/svxlink/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -11,6 +11,8 @@ COMMENT?=	General purpose ham radio voice services
 LICENSE=	GPLv2
 
 BROKEN=		does not build since newer libsigc++20
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 LIB_DEPENDS?=	libgsm.so:audio/gsm \
 		libspeex.so:audio/speex \

Modified: head/databases/cassandra2/Makefile
==============================================================================
--- head/databases/cassandra2/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/databases/cassandra2/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -14,6 +14,8 @@ COMMENT=	Open source distributed database management s
 LICENSE=	APACHE20
 
 BROKEN=		crash with current OpenJDK
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 JAVA_VERSION=	1.7
 JAVA_VENDOR=	openjdk

Modified: head/databases/elixir-ecto_migrate/Makefile
==============================================================================
--- head/databases/elixir-ecto_migrate/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/databases/elixir-ecto_migrate/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -12,6 +12,8 @@ COMMENT=	Automatic migrations for Ecto
 LICENSE=	APACHE20
 
 BROKEN=		Does not build with latest Ecto
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 USES=		elixir
 USE_GITHUB=	yes

Modified: head/databases/glom/Makefile
==============================================================================
--- head/databases/glom/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/databases/glom/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -25,6 +25,8 @@ RUN_DEPENDS=	iso-codes>=0:misc/iso-codes \
 		libgda5-postgresql>=0:databases/libgda5-postgresql
 
 BROKEN=		Does current not build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 GNU_CONFIGURE=	yes
 USES=		desktop-file-utils gettext gmake libarchive libtool pathfix \

Modified: head/devel/cl-cffi-sbcl/Makefile
==============================================================================
--- head/devel/cl-cffi-sbcl/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/devel/cl-cffi-sbcl/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -10,6 +10,8 @@ MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Portable foreign function interface for Common Lisp
 
 BROKEN=		does not build with new sbcl 1.13
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 BUILD_DEPENDS=	cl-cffi>=0:devel/cl-cffi \
 		cl-alexandria-sbcl>=0:devel/cl-alexandria-sbcl \

Modified: head/devel/dwarves/Makefile
==============================================================================
--- head/devel/dwarves/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/devel/dwarves/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -18,6 +18,8 @@ LICENSE=	GPLv2
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 
 BROKEN=		does not build (/usr/local/include/libelf.h:308:8: error: unknown type name 'Elf32_Chdr')
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 LIB_DEPENDS=	libargp.so:devel/argp-standalone \
 		libdw.so:devel/elfutils

Modified: head/devel/pinba_engine/Makefile
==============================================================================
--- head/devel/pinba_engine/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/devel/pinba_engine/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -19,6 +19,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/google/protobuf/de
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf
 
 BROKEN=		fails to configure (error: Failed to find required header file include/mysql_version.h)
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	tony2001

Modified: head/devel/py-event/Makefile
==============================================================================
--- head/devel/py-event/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/devel/py-event/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -21,6 +21,8 @@ GH_ACCOUNT=	jaraco
 GH_PROJECT=	pyevent
 
 BROKEN=		fails to build with libevent 2.1
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/games/linux-nwnclient/Makefile
==============================================================================
--- head/games/linux-nwnclient/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/games/linux-nwnclient/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -20,6 +20,8 @@ MAINTAINER=	scf@FreeBSD.org
 COMMENT=	Neverwinter Nights Linux (x86) Client
 
 BROKEN=		does not fetch
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 RUN_DEPENDS=	${LOCALBASE}/share/nwndata/docs/readme.txt:games/nwndata
 

Modified: head/games/lordsawar/Makefile
==============================================================================
--- head/games/lordsawar/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/games/lordsawar/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -13,6 +13,8 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		Doesn't build after cairomm was updated to 1.12.
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 USES=		compiler:c++11-lib gettext gmake libarchive pkgconfig shebangfix
 USE_GNOME=	gtkmm30 intltool libxslt

Modified: head/net/p5-Filesys-SmbClient/Makefile
==============================================================================
--- head/net/p5-Filesys-SmbClient/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/net/p5-Filesys-SmbClient/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -12,6 +12,8 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Interface for access Samba filesystem with libsmclient.so
 
 BROKEN=		no member named close in struct _SMBCCTX
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 BUILD_DEPENDS=	p5-Test-Simple>=0:devel/p5-Test-Simple
 

Modified: head/security/py-xmlsec/Makefile
==============================================================================
--- head/security/py-xmlsec/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/security/py-xmlsec/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -16,6 +16,8 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 LIB_DEPENDS=	libxmlsec1.so:security/xmlsec1
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2

Modified: head/security/samba-virusfilter/Makefile
==============================================================================
--- head/security/samba-virusfilter/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/security/samba-virusfilter/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -10,6 +10,8 @@ MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	On-access anti-virus filter for Samba
 
 BROKEN=		fails to configure with samba 4
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 PATCH_DEPENDS=	smbclient:${SAMBAPORT}
 BUILD_DEPENDS=	${NONEXISTENT}:${SAMBAPORT}:configure

Modified: head/textproc/ocaml-pxp/Makefile
==============================================================================
--- head/textproc/ocaml-pxp/Makefile	Sun Oct  8 19:10:04 2017	(r451569)
+++ head/textproc/ocaml-pxp/Makefile	Sun Oct  8 19:36:26 2017	(r451570)
@@ -14,6 +14,8 @@ BUILD_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/netstr
 RUN_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net
 
 BROKEN=		does not build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2017-11-09
 
 OPTIONS_DEFINE=	ULEX
 OPTIONS_DEFAULT=ULEX



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