Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2016 15:49:59 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426114 - head/archivers/tclmkziplib
Message-ID:  <201611141549.uAEFnxgf050242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Nov 14 15:49:58 2016
New Revision: 426114
URL: https://svnweb.freebsd.org/changeset/ports/426114

Log:
  archivers/tclmkziplib: mark as DEPRECATED, scheduled for removal on 2017-01-15
  
  This is abandonware, the C code is in a pretty bad shape, and fails to build on
  aarch64. Please consider using the bundled zlib package from Tcl:
  http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm

Modified:
  head/archivers/tclmkziplib/Makefile

Modified: head/archivers/tclmkziplib/Makefile
==============================================================================
--- head/archivers/tclmkziplib/Makefile	Mon Nov 14 15:13:30 2016	(r426113)
+++ head/archivers/tclmkziplib/Makefile	Mon Nov 14 15:49:58 2016	(r426114)
@@ -11,7 +11,11 @@ DISTNAME=	mkZiplib${PORTVERSION:S/.//}
 MAINTAINER=	tcltk@FreeBSD.org
 COMMENT=	GZIP and ZIP support for TCL; dynamically loadable
 
+LICENSE=	MIT
+
 BROKEN_aarch64=	Fails to build: error: operand of type va_list where arithmetic or pointer type is required
+DEPRECATED=	Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm]
+EXPIRATION_DATE=2017-01-15
 
 USES+=		tcl zip
 



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