K 10 svn:author V 6 marino K 8 svn:date V 27 2015-04-30T21:34:51.836881Z K 7 svn:log V 319 archivers/libcabinet: link with libz For about a week, a new error appeared on this port during linking: undefined reference to deflateEnd@@ZLIB_1.2.8. Portsmon so far has indicated it is only happening on DragonFly so far. Adding -lz during the post-build linking for listcab fixes the issue. Approved by: Blanket END