summaryrefslogtreecommitdiff
path: root/archivers/libcabinet/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc41Tilman Keskinoz2006-12-191-0/+11
|
* - Remove redundant patch (dupe of patch-Makefile)Volker Stolz2005-04-191-18/+0
| | | | - Fix non-root installation
* Follow up by Simon Barner <barner@in.tum.de>Edwin Groothuis2003-09-051-9/+14
| | | | | | | | | Thanks for committing my patch. However, the port does not build at the present (I think we must include <inttypes.h>, but I don't know whether it is present on -current). This patch (pls. replace old patch file) works on -stable with both gcc 2.95.4 and 3.3.1. Submitted by: Simon Barner <barner@in.tum.de>
* [patch] Unbreak port: archivers/libcabinetEdwin Groothuis2003-08-3114-18/+297
| | | | | | | | | | | | | | | | This port did not build with gcc 3.3.1. I also fixed a possible buffer overflow (they used gets() to read from stdin). Please review the patch file ``patch-cftypes.cpp'' with extra care, since I am not sure whether this makes sense (2 positions in the file, marked with ``TODO'' - thanks. Also added some lines in cftypes.cpp to overcome the absence of values.h on -current. PR: ports/55767 Submitted by: Simon Barner <barner@in.tum.de>
* Fix breakage caused by values.h deorbiting.Maxim Sobolev2002-10-011-0/+47
| | | | Submitted by: bento
* Fix build on -CURRENT.Ruslan Ermilov2002-07-211-4/+5
|
* - Add missed INSTALLS_SHLIB;Maxim Sobolev2000-12-041-3/+4
| | | | | | - disable profiled library building. Submitted by: knu (INSTALLS_SHLIB)
* Add libcabinet - a library and utility to use (create, modify etc.) MicrosoftMaxim Sobolev2000-11-302-0/+27
cabinet (.cab) files.