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
This commit is contained in:
parent
9b65c3f973
commit
d040d39b16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426114
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue