From owner-svn-ports-head@freebsd.org Mon Nov 14 15:50:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13E2CC41BD0; Mon, 14 Nov 2016 15:50:00 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4B34177D; Mon, 14 Nov 2016 15:49:59 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAEFnx8a050243; Mon, 14 Nov 2016 15:49:59 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAEFnxgf050242; Mon, 14 Nov 2016 15:49:59 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201611141549.uAEFnxgf050242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 14 Nov 2016 15:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426114 - head/archivers/tclmkziplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 15:50:00 -0000 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