Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 11:44:37 +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: r479890 - in head: emulators/virtio-kmod games/traindirector net/pmf net/stf-6rd-kmod net/userfw sysutils/bsdmoted sysutils/scprotect
Message-ID:  <201809161144.w8GBib6w088553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 16 11:44:37 2018
New Revision: 479890
URL: https://svnweb.freebsd.org/changeset/ports/479890

Log:
  Deprecate ports that do not build on FreeBSD 11+

Modified:
  head/emulators/virtio-kmod/Makefile
  head/games/traindirector/Makefile
  head/net/pmf/Makefile
  head/net/stf-6rd-kmod/Makefile
  head/net/userfw/Makefile
  head/sysutils/bsdmoted/Makefile
  head/sysutils/scprotect/Makefile

Modified: head/emulators/virtio-kmod/Makefile
==============================================================================
--- head/emulators/virtio-kmod/Makefile	Sun Sep 16 11:21:34 2018	(r479889)
+++ head/emulators/virtio-kmod/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
@@ -10,6 +10,9 @@ DISTFILES=	${FILE_8} ${FILE_9}
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	virtio kernel modules port for 8.[234]/9.[01]
 
+DEPRECATED=	Does not build on FreeBSD 10+
+EXPIRATION_DATE=	2018-10-31
+
 ONLY_FOR_ARCHS=	amd64 i386
 
 WRKSRC=		${WRKDIR}

Modified: head/games/traindirector/Makefile
==============================================================================
--- head/games/traindirector/Makefile	Sun Sep 16 11:21:34 2018	(r479889)
+++ head/games/traindirector/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
@@ -12,6 +12,9 @@ COMMENT=	Train controller simulation
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Does not build on FreeBSD 11+
+EXPIRATION_DATE=	2018-10-31
+
 NO_WRKSUBDIR=	yes
 
 USES=		gmake zip

Modified: head/net/pmf/Makefile
==============================================================================
--- head/net/pmf/Makefile	Sun Sep 16 11:21:34 2018	(r479889)
+++ head/net/pmf/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
@@ -12,6 +12,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Padrone's Mud Frontend
 
 BROKEN_powerpc64=	fails to link: ld: cannot find -lreadline
+DEPRECATED=	Does not build on FreeBSD 11+
+EXPIRATION_DATE=	2018-10-31
 
 WRKSRC=		${WRKDIR}/pmfdir
 BUILD_WRKSRC=	${WRKDIR}/pmfdir/src

Modified: head/net/stf-6rd-kmod/Makefile
==============================================================================
--- head/net/stf-6rd-kmod/Makefile	Sun Sep 16 11:21:34 2018	(r479889)
+++ head/net/stf-6rd-kmod/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
@@ -10,6 +10,9 @@ DISTNAME=	freebsd-stf-${OSREL}-${PORTVERSION}
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	6rd patched stf(4) kernel modules port for 8.4+
 
+DEPRECATED=	Does not build on FreeBSD 11+
+EXPIRATION_DATE=	2018-10-31
+
 ONLY_FOR_ARCHS=	amd64 i386
 
 WRKSRC=		${WRKDIR}

Modified: head/net/userfw/Makefile
==============================================================================
--- head/net/userfw/Makefile	Sun Sep 16 11:21:34 2018	(r479889)
+++ head/net/userfw/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
@@ -19,6 +19,8 @@ BROKEN_powerpc=		fails to compile
 BROKEN_powerpc64=	fails to compile: pcpu.h: size of array '__assert_0' is negative
 BROKEN_FreeBSD_11=	fails to build on FreeBSD 11+
 BROKEN_FreeBSD_12=	fails to build on FreeBSD 11+
+DEPRECATED=	Does not build on FreeBSD 11+
+EXPIRATION_DATE=	2018-10-31
 
 SSP_UNSAFE=	kernel module does not support ssp
 USES=		cmake:outsource kmod tar:xz uidfix

Modified: head/sysutils/bsdmoted/Makefile
==============================================================================
--- head/sysutils/bsdmoted/Makefile	Sun Sep 16 11:21:34 2018	(r479889)
+++ head/sysutils/bsdmoted/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_powerpc64=	does not build: warning Make sure new member of socket address initialized
 BROKEN_FreeBSD_11=	does not build (bluetooth changes in 11.x need to be handled)
 BROKEN_FreeBSD_12=	does not build (bluetooth changes in 11.x need to be handled)
+DEPRECATED=	does not build on FreeBSD 11+
+EXPIRATION_DATE=	2018-10-31
 
 USES=		uidfix
 PLIST_FILES=	sbin/bsdmoted

Modified: head/sysutils/scprotect/Makefile
==============================================================================
--- head/sysutils/scprotect/Makefile	Sun Sep 16 11:21:34 2018	(r479889)
+++ head/sysutils/scprotect/Makefile	Sun Sep 16 11:44:37 2018	(r479890)
@@ -11,6 +11,8 @@ COMMENT=	Protect process from killing when the swap sp
 
 BROKEN_FreeBSD_11=	does not build on FreeBSD 11.x+
 BROKEN_FreeBSD_12=	does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function)
+DEPRECATED=	Does not build on FreeBSD 11+
+EXPIRATION_DATE=	2018-10-31
 
 USES=		kmod uidfix
 



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