Age | Commit message (Collapse) | Author | Files | Lines |
|
MAKE_JOBS=2 and worked without.
|
|
|
|
|
|
|
|
This fixes random build errors that disappeared after running
make again.
|
|
interferes with ARJ's "postproc" utility.
PR pkg/36919 from Yakovetsky Vladimir.
|
|
|
|
|
|
* Redesigned the year 2038 workarond to fix wrong date/time in ARJ headers
under OS/2 and Win32.
* Fixed TAB character handling in display routines.
* Compiler/portability-related fixes.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
|
|
version available. Fixes PR #31588.
|
|
patch-af includes the va_arg handling of short -> int promotion from
Linux as discussed on tech-pkg@.
|
|
rather than >= 200040000 and one enterprisingly hidden as > 200050000
|
|
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
useful.
|
|
- 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.
|
|
|
|
|
|
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
|
|
Fixes build on Solaris with native linker.
|
|
install without stripping binaries (so that "arj" works properly)
|
|
- Enable pkgviews installation.
|
|
|
|
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
|
|
|
|
|
|
|
|
properly.
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
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).
|