summaryrefslogtreecommitdiff
path: root/archivers/arj/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-12-22Disable gcc's unit-at-atime optimization if we're using gcc4, since ittnn1-1/+7
interferes with ARJ's "postproc" utility. PR pkg/36919 from Yakovetsky Vladimir.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-04-12Fixed pkglint warnings.rillig1-4/+4
2006-03-05Changes 3.10.22:adam1-4/+3
* 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.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-27Add "archiver" to the COMMENT.reed1-2/+2
2005-10-14Changed the MASTER_SITES to sourceforge, as the old one has only onerillig1-2/+2
version available. Fixes PR #31588.
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
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.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2004-07-27Update to 3.10.21, and fix build on current (statvfs lossage).wiz1-3/+2
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-07-10Use GNU ld specific script only when GNU ld is used.salo1-1/+2
Fixes build on Solaris with native linker.
2004-04-27nb1: Make work on Interix; check for -ldl in configure.in automagically;tv1-1/+4
install without stripping binaries (so that "arj" works properly)
2004-04-22- Use buildlink framework.minskim1-1/+4
- Enable pkgviews installation.
2004-04-22update to 3.10.20 (improvements and bug fixes)dillo1-5/+2
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-3/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-05Override config.sub and config.guess to let it recognize shark.kristerw1-1/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-13Initial import of arj-3.10b into the NetBSD packages collectioncjep1-0/+38
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).