summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2012-12-20Fix build on Solaris.ryoon2-1/+26
Fix "call of overloaded 'log(unsigned char&)' is ambiguous" error.
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache2-4/+4
2012-12-12Reset maintainer on his request.wiz1-2/+2
2012-12-12Take over maintainership.wiz1-2/+2
2012-12-06Add PKGGNUDIR support.jperkin3-11/+15
2012-12-03Corrected error in META file (wrong libraries referenced). Bumpedjaapb2-5/+5
PKGREVISION.
2012-11-23archivers/dar: #include <unistd.h>marino2-1/+14
Fixes out-of-scope errors seen on gcc 4.7.x
2012-11-20Copy rmt handling from archivers/gtar-base, fixes packaging on Interixjperkin2-3/+12
and Darwin.
2012-11-07Use pkgsrc provided CXX and CXXFLAGSadam2-1/+17
2012-10-16Include bsd.prefs.mk before ".if" so that MACHINE_ARCH is defined.asau1-1/+3
Noticed with non-native bmake (on FreeBSD).
2012-10-13Retire from pkg maintainershipskrll1-2/+2
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-08Updated Makefile to build native-code version on arm architecture as well.jaapb1-2/+4
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb1-1/+2
2012-10-08GCC_REQD is 3.0 not 3.4, removing the pain for NetBSD-2.1 and other ↵abs1-2/+2
3.0<=gcc<3.4 platforms
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz8-13/+16
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-20Added my missing package subdirectories to category Makefiles.jaapb1-1/+2
2012-09-16Imported camlbz2 0.6.0 as archivers/ocamlbz2. This closes PR pkg/41738.jaapb5-0/+68
This Objective Caml library provides easy access to compressed files in bzip2 format. It provides functions for reading from and writing to compressed files in these formats.
2012-09-15Remove a patch that might or might not fix build problems.wiz2-25/+1
The CVS history doesn't explain why or on what platforms it is needed. If it is needed, please contact me with details.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14raros.hpp defines _UNIX on ~everything except Windows, so removewiz2-13/+3
a chunk that shouldn't be necessary.
2012-09-14Add comment to patch.wiz2-3/+5
2012-09-14Update to 4.2.4, changes undocumented.wiz2-6/+6
2012-09-11"user-destdir" is default these daysasau51-121/+51
2012-09-11"user-destdir" is default these daysasau44-99/+44
2012-09-10Updating package for CPAN module Archive::Tar in archivers/p5-Archive-Tarsno2-6/+6
from 1.84 to 1.90. upstream changes: * important changes in version 1.90 05/09/2012 (Tom Jones) - documentation fixes * important changes in version 1.88 01/06/2012 (Markus Prosch) - resolved chown won't work on symlinks * important changes in version 1.86 24/05/2012 (Mark Allen) - don't use tell on IO::Zlib handles RT#64339
2012-09-08Add missing conflict with statist-[0-9]* (bin/statist); ++pkgrevisioncheusov1-2/+4
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-09-07Fix compiler option and disable optimizations from configureadam3-10/+24
2012-09-02Remove libzip dependency -- support was removed in 2009.wiz1-2/+2
Bump PKGREVISION.
2012-08-24gcc-4.5.3 in NetBSD/m68k 6.0_BETA2 gets ICE on compiling mktime.c.tsutsui1-0/+15
-O1 works around in this case.
2012-08-16Update to 1.04, provided by Jaap Boender in PR 46805:wiz4-20/+24
This is an upgrade to the latest version. Changes include: - Added function Zip.add_entry_generator. (Contributed by A. Frisch.) - The "level" optional argument was sometimes not honored; fixed. - Relicensed under LGPL 2.1 or above, with Caml's special exception for static linking. The package itself has been revamped as well, with destdir support, use of PLIST_VARS, and some more minor improvements. It's also been tested to work with ocaml 4.00.
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz1-2/+2
2012-08-05Update to 2.2.5wen4-16/+19
Install the man file Approved by: wiz@(maintainer) Upstream changes; pigz version 2.2.5 has been released and is now available at http://zlib.net/pigz/ . The main changes since 2.2.4 are: - Change suffix to .tar when decompressing or listing .tgz. - Print name of executable in error messages. - Show help properly when the name is unpigz or gunzip. - Fix permissions security problem before output is closed. pigz version 2.2.4 has been released and is now available at http://zlib.net/pigz/ . The main changes since 2.2.3 are: - Improve the portability of printing the off_t type - Fix bug in zip (-K) output - Remove thread portability #defines in pigz.c pigz version 2.2.3 is now available at http://zlib.net/pigz/ . The main changes since 2.1.7 are: - Add --rsyncable functionality - Improve thread portability - Fix the printing of 32-bit check values when listing pigz version 2.1.7 is now available at http://zlib.net/pigz/ . The changes from 2.1.6 are: - Avoid unused parameter warning in reenter() - Don't assume 2's complement ints in compress_thread() - Replicate gzip -cdf cat-like behavior - Replicate gzip -- option to suppress option decoding - Test output from make test instead of showing it - Updated pigz.spec to install unpigz, pigz.1 [Obermaier] - Add PIGZ environment variable [Mueller] - Replicate gzip suffix search when decoding or listing - Fix bug in load() to set in_left to zero on end of file - Do not check suffix when input file won't be modified - Decompress to stdout if name is "*cat" [Hayasaka] - Write data descriptor signature to be like Info-ZIP - Update and sort options list in help - Use CC variable for compiler in Makefile - Exit with code 2 if a warning has been issued - Fix thread synchronization problem when tracing - Change macro name MAX to MAX2 to avoid library conflicts - Determine number of processors on HP-UX [Lloyd]
2012-07-31Update ruby-zip to 0.9.9.taca2-6/+6
= Version 0.9.9 Added support for backslashes in zip files (generated by the default Windows zip packer for example) and comment sections with the comment length set to zero even though there is actually a comment.
2012-07-20- Reset PKG_REVISION by both php53 and php54 are updated.taca1-8/+1
- Remove supporting php5 (PHP 5.2.x) supporting codes.
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz1-2/+2
by Obache.
2012-07-03Really fix inline mess.joerg2-5/+37
2012-07-02Changes 5.0.4:adam3-9/+14
* liblzma: - Fix lzma_index_init(). It could crash if memory allocation failed. - Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ filter is used and the application only provides exactly as much output space as is the uncompressed size of the file. - Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't check if the last call to lzma_code() really returned LZMA_STREAM_END, which made the program think that truncated files are valid. - New example programs in doc/examples (old programs are now in doc/examples_old). These have more comments and more detailed error handling. * Fix "xz -lvv foo.xz". It could crash on some corrupted files. * Fix output of "xz --robot -lv" and "xz --robot -lvv" which incorrectly printed the filename also in the "foo (x/x)" format. * Fix exit status of "xzdiff foo.xz bar.xz". * Fix exit status of "xzgrep foo binary_file". * Fix portability to EBCDIC systems. * Fix a configure issue on AIX with the XL C compiler. See INSTALL for details. * Update French, German, Italian, and Polish translations.
2012-06-28Set the type for get_crc_table() based on zlib version.sbd2-5/+8
2012-06-28fix typodholland1-1/+1
2012-06-27The correct type for get_crc_table with zlib 1.2.7 is z_crc_t*sbd2-4/+16
2012-06-23Fix broken Solaris build by not using sys_errlist.dholland5-19/+238
Clean up other problems revealed by gcc -Wall: - pass (char *)NULL, not 0, as the last arg of execlp, to avoid crashes on LP64 platforms; - use signal.h, not sys/signal.h; - use utime(3) correctly; - use W* macros and sys/wait.h instead of hardcoding bit patterns. Note in the DESCR that the package has been patched, as the license might be construed to require this. PKGREVISION -> 2.
2012-06-17Setting NBPAX_PROGRAM_PREFIX?=nb by default requires archivers/pax to besbd1-2/+2
given a PKGREVISON bump so that the new setting will take effect.
2012-06-16Update to KDE SC 4.8.4markd2-6/+5
Bug fixes.
2012-06-16Change "5" as value of PKG_PHP_VERSION.taca1-3/+3
And restrict the case PHP_BASE_VERS in PKGNAME for PHP 5.2.17.
2012-06-14Fix wrong MAINTAINER.dholland1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-3/+4