summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2003-12-05Change the makefile patch to be even more libtool friendly to allowerh2-25/+71
this to build on AIX. Essentially: s/.o/.lo/g
2003-12-05Override config.sub and config.guess to let it recognize shark.kristerw1-1/+3
2003-12-05Bump to 20031205. Add support for AIX.erh1-2/+2
2003-12-05Update pax to work on AIX. Use tape.h with appropriate fixups sinceerh5-4/+55
there's no mtio.h
2003-12-05Fix a call to ftree_add. s/NULL/0/erh1-3/+3
2003-12-03Portability fixes to get the package to compile and install correctlysketch3-10/+23
under Solaris, maybe others too.
2003-12-03Use libtool when installing, and install libbz2 first.erh1-4/+4
2003-11-26Update cxunzip to 0.98 - closed PR pkg/23404 from Tero Koskinenabs5-77/+13
Changes since version 0.96: * Tyler R. Retzlaff's gcc 3.x patches included. * Modified version of Jeremy C. Reed's "view file with spaces in the filename" patch included. * Fix for "segmentation fault at exit" bug. * Memory usage of uncompression routines is now constant and doesn't depend on the size of the file. * tempname and mktemp functions replaced with mkdtemp.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-10-29Add ${LDFLAGS} to link command, and specify USE_GCC_SHLIB.gavan1-2/+4
Fixes linking against pkgsrc gcc.
2003-10-20For some reason, the digest needs to be recalculated for patch-ag.agc1-2/+2
2003-10-20Bump PKGREVISION for fix from 22348agc1-2/+2
2003-10-20Apply fix from Kouichirou Hiratsuka in PR 22348:agc2-1/+43
+ don't create spurious ${PREFIX}/share/locale/<lang>. directories + don't populate said directories with .gmo files + only install .gmo files if necessary
2003-10-18Add RCS IDscjep11-0/+11
2003-10-18Add RCS tagscjep2-0/+2
2003-10-09Update to unrar-3.2.3. The only change, is that it fixes the build underfredb3-26/+5
gcc-3* a slightly different way than patch-ab did.
2003-10-08Conditionally override ${DEFINES}, which is normally set in the defaultfredb1-1/+11
makefile, to unset -D_LARGEFILE_SOURCE in the least intrusive way for supported platforms which don't have ftello() and fseeko() -- currently only NetBSD-1.5*. Closes PR pkg/23085 by Markus Kurek.
2003-10-07patch-a{d,e,f,g,h,i,j,k,l}: add class-key to friend declarations.rtr13-2/+205
patch-a{m,n}: whitespace fix to avoid cpp warnings. Finally, make it use gmake nbmake isn't compatible anymore. Should resolve pr pkg/23075. Patches approved by Johnny C. Lam.
2003-10-06patch-ab: pass fp expects signature with gpointer not App *.rtr3-1/+62
patch-ac: remove bad casts and make static Should resolve pr pkg/23073. Patches approved by Johnny C. Lam.
2003-10-06Enable freeze-1.0-compatibility decompression. From pkg/22924 byjlam3-2/+20
Todd Vierling. Bump PKGREVISION to 1.
2003-09-25test CC_VERSION rather than doing our own dance to figure out if we'regrant1-4/+2
using gcc or not.
2003-09-25add Darwin-* to _INCOMPAT_BZ2: it has bzlib.h, but only a static libbz2danw1-2/+3
2003-09-23sync with NetBSD-current's pax-20030923.grant5-57/+62
2003-09-19plus regen...jmmv1-2/+2
2003-09-19Remove unused chunk; noted by wiz@.jmmv1-12/+1
2003-09-19Override the install target so that we always use the right install command.jmmv1-1/+5
Fixes PR pkg/22852 by Jonathan Perkin.
2003-09-19update HOMEPAGEdent1-2/+2
2003-09-18Use libtool with correct --mode argument. From Ron Roskens in PR 22824.wiz3-9/+9
2003-09-18use CPPFLAGS for making it build on darwin.yyamano1-2/+2
2003-09-15don't use VAR+=, it doesn't work with all make(1)s.grant1-3/+3
2003-09-15bump version to 20030915 after latest changes.grant3-12/+12
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant3-23/+0
is included.
2003-09-12this pkg needs gcc shared libs.grant1-1/+3
2003-09-06libnbcompat tests for pwd.h, so no need to test for it here.grant3-6/+2
2003-09-06(my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that orgrant3-0/+23
"/dev/tape" if DEFTAPE is undefined.
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-09-05Update archivers/pax to 20030905. Changes from previous version includejlam42-4953/+3586
syncing with -current, making this build using libnbcompat-20030829, and cleaning up the configure script and Makefile.
2003-09-05allow this to build again after the recent lot of libnbcompatgrant2-6/+4
changes (full sync with -current coming soon).
2003-09-04Add and enable p5-Compress-Bzip2xtraeme1-1/+2
2003-09-04Initial import of p5-Compress-Bzip2 1.01xtraeme4-0/+27
Bzip2 bindings for Perl5. That means you can access the Bzip2 library from your Perl scripts there by compressing ordinary Perl strings. Package imported from pkgsrc-wip.
2003-08-31Update PHP to final 4.3.3jdolecek2-8/+0
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2003-08-30Remove archive/ruby-zlib since it moved to devel/ruby-zlib.taca4-43/+0
2003-08-30Remove ruby-zlib since it moved to devel category.taca1-2/+1
2003-08-30Update ruby-zlib package to 0.6.0.taca3-10/+12
Changes from 0.5 to 0.6 o New methods: - Zlib::GzipFile.wrap - Zlib::GzipFile#finish o New constants: - Zlib::ZLIB_VERSION - Zlib::OS_VMCMS - Zlib::OS_ZSYSTEM - Zlib::OS_CPM - Zlib::OS_QDOS - Zlib::OS_RISCOS - Zlib::OS_UNKNOWN o Changed methods: - Zlib::GzipFile.new now takes no block. Use Zlib::GzipFile.wrap instead. - Zlib::GzipFile#close now takes no argument. Use Zlib::GzipFile#finish instead. o Renamed methods: - Zlib.version is renamed to Zlib.zlib_version. o Changed constants: - Zlib::VERSION indicates the version of Ruby/zlib. The zlib.h version is now in Zlib::ZLIB_VERSION. o Backward compatibility: - For backward compatibility for 0.5, the obsoleted methods and arguments are still available. - Obsoleted classes, methods, and constants for backward compatibility for 0.4 or earlier are removed.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-08-26Use Debian's revised patch for the directory traversal vulnerabilitytron2-6/+6
described in CAN-2003-0282. Bump package revision.
2003-08-20Apply Debian's patch for the directory traversal vulnerability described intron2-5/+10
CAN-2003-0282. Bump package revision.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb4-8/+4
2003-07-31also install man page source, bump to 20030731.grant2-4/+7
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti1-2/+2