summaryrefslogtreecommitdiff
path: root/archivers/arj/patches/patch-aa
AgeCommit message (Collapse)AuthorFilesLines
2005-10-07Add DragonFly support.joerg1-3/+3
patch-af includes the va_arg handling of short -> int promotion from Linux as discussed on tech-pkg@.
2005-09-08Catch some NetBSD statvfs() checks phrased alternatively as > 200030000abs1-2/+2
rather than >= 200040000 and one enterprisingly hidden as > 200050000
2005-03-22Make this package build on Darwin.minskim1-4/+8
- Include mount.h to use statfs. - Use chown(2) if lchown(2) is unavailable. (Can be problematic, but no easy solution.) - Pass -bundle to gcc to build a Mach-o bundle format file.
2004-07-27Update to 3.10.21, and fix build on current (statvfs lossage).wiz1-3/+3
Changes since 3.10.20: * arj_arcv.c, arj_file.c, arj_proc.c, arj_user.c, arjtypes.c, environ.c, externs.c, externs.h, makefile: Merged with the remaining part of TCO fixes to make up for 3.10.21 * defines.h, encode.c, environ.c, environ.h, fmemcmp.asm, misc.c, rearj.c: Resync with TCO to close any outstanding bugs * arj.c: Rudimentary Borland code caused the filenames in argv[] to be mishandled under Win32 * register.c: REGISTER might fail due to _fput_* changes
2004-04-27nb1: Make work on Interix; check for -ldl in configure.in automagically;tv1-2/+30
install without stripping binaries (so that "arj" works properly)
2004-04-22update to 3.10.20 (improvements and bug fixes)dillo1-17/+8
2003-06-06s|/usr/pkg|@PREFIX@|g, so that the pre-configure target replaces the prefixjmmv1-3/+3
properly.
2002-12-13Initial import of arj-3.10b into the NetBSD packages collectioncjep1-0/+31
as archivers/arj. This package is a GPL implementation of ARJ v2.7x for DOS on UNIX and UNIX-like systems. It is assumed that the user is familiar with ARJ operation on DOS before using this package. New ARJ features on UNIX and UNIX-like platforms: - Support for symbolic and hard links - Archiving of special entities: pipes and devices - Support for UID/GID storage in a variety of methods - World's smallest native self-extracting modules - Outstanding interoperability with ARJ for DOS, Windows and OS/2 Warp From the FreeBSD port collections (with several changes by me).