svn commit: r469101 - head/chinese/telnet

Antoine Brodin antoine at FreeBSD.org
Sat May 5 11:11:17 UTC 2018


Author: antoine
Date: Sat May  5 11:11:17 2018
New Revision: 469101
URL: https://svnweb.freebsd.org/changeset/ports/469101

Log:
  Mark BROKEN everywhere and deprecate
  
  Reported by:	pkg-fallout
  MFH:		2018Q2

Modified:
  head/chinese/telnet/Makefile

Modified: head/chinese/telnet/Makefile
==============================================================================
--- head/chinese/telnet/Makefile	Sat May  5 10:49:36 2018	(r469100)
+++ head/chinese/telnet/Makefile	Sat May  5 11:11:17 2018	(r469101)
@@ -24,11 +24,9 @@ SRCDIR=		${SRC_BASE}/usr.bin/telnet
 IGNORE=		need to build this port with the source code of telnet
 .endif
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000
 BROKEN=		does not build: libtelnet/Makefile: Could not find src.opts.mk
-.endif
-
-BROKEN_DragonFly=	does not build
+DEPRECATED=	Broken for more than 6 months
+EXPIRATION_DATE=	2018-06-06
 
 do-extract:
 	@${MKDIR} ${WRKDIR}


More information about the svn-ports-head mailing list