Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-29 | Whitespace. | dholland | 1 | -2/+2 | |
2015-11-03 | Add SHA512 digests for distfiles for archivers category | agc | 1 | -1/+2 | |
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-09-24 | this package is broken on 64-bit platforms as evidenced by instant SEGV | tnn | 1 | -1/+3 | |
2015-05-10 | Add a patch to fix build on Darwin. From Jonathan Buschmann in PR pkg/49857. | bsiegert | 3 | -2/+19 | |
2015-04-18 | Fix build on SunOS. | rodent | 2 | -1/+17 | |
2015-04-12 | Add patches from Debian to fix some instances of possibly unsafe | tnn | 7 | -6/+231 | |
format string usage. Bump PKGREVISION. | |||||
2015-04-12 | defuzz | tnn | 2 | -6/+6 | |
2015-04-12 | Merge Debian patches for: | tnn | 4 | -18/+122 | |
CVE-2015-0556: symlink traversal CVE-2015-0557: directory traversal CVE-2015-2782: buffer overflow | |||||
2015-04-12 | rename and annotate patches | tnn | 9 | -17/+26 | |
2015-02-26 | don't build unoptimized. Bump rev. | tnn | 1 | -6/+2 | |
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2014-05-11 | Fix build for OpenBSD. Defuzz patches (casuality of mkpatches). | rodent | 9 | -23/+41 | |
2013-11-04 | Make guard variable used by the integrity check non-static, so that it | joerg | 3 | -5/+18 | |
won't get dropped as unused. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2009-06-30 | Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with | joerg | 1 | -1/+3 | |
MAKE_JOBS=2 and worked without. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2009-05-13 | Rename strnlen -> _strnlen to avoid conflict in systems having strnlen. | hasso | 2 | -5/+23 | |
2009-02-09 | DESTDIR support. | joerg | 1 | -4/+6 | |
2008-06-21 | Make the build more robust by using a temporary arj binary. | joerg | 2 | -4/+17 | |
This fixes random build errors that disappeared after running make again. | |||||
2007-12-22 | Disable gcc's unit-at-atime optimization if we're using gcc4, since it | tnn | 1 | -1/+7 | |
interferes with ARJ's "postproc" utility. PR pkg/36919 from Yakovetsky Vladimir. | |||||
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2006-04-12 | Fixed pkglint warnings. | rillig | 1 | -4/+4 | |
2006-03-05 | Changes 3.10.22: | adam | 3 | -19/+21 | |
* 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-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-27 | Add "archiver" to the COMMENT. | reed | 1 | -2/+2 | |
2005-10-14 | Changed the MASTER_SITES to sourceforge, as the old one has only one | rillig | 1 | -2/+2 | |
version available. Fixes PR #31588. | |||||
2005-10-07 | Add DragonFly support. | joerg | 4 | -5/+42 | |
patch-af includes the va_arg handling of short -> int promotion from Linux as discussed on tech-pkg@. | |||||
2005-09-08 | Catch some NetBSD statvfs() checks phrased alternatively as > 200030000 | abs | 2 | -4/+4 | |
rather than >= 200040000 and one enterprisingly hidden as > 200050000 | |||||
2005-06-01 | Remove mk/autoconf.mk and mk/automake.mk and replace their usage with | jlam | 1 | -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-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-03-22 | Make this package build on Darwin. | minskim | 6 | -21/+91 | |
- 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. | |||||
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2005-01-16 | Make build on Interix. | tv | 2 | -10/+21 | |
2004-07-27 | Update to 3.10.21, and fix build on current (statvfs lossage). | wiz | 3 | -10/+9 | |
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-10 | Use GNU ld specific script only when GNU ld is used. | salo | 3 | -9/+37 | |
Fixes build on Solaris with native linker. | |||||
2004-04-27 | nb1: Make work on Interix; check for -ldl in configure.in automagically; | tv | 4 | -9/+48 | |
install without stripping binaries (so that "arj" works properly) | |||||
2004-04-22 | - Use buildlink framework. | minskim | 1 | -1/+4 | |
- Enable pkgviews installation. | |||||
2004-04-22 | update to 3.10.20 (improvements and bug fixes) | dillo | 6 | -78/+46 | |
2004-02-14 | CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will | jlam | 1 | -3/+1 | |
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2. | |||||
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-12-05 | Override config.sub and config.guess to let it recognize shark. | kristerw | 1 | -1/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-06 | s|/usr/pkg|@PREFIX@|g, so that the pre-configure target replaces the prefix | jmmv | 2 | -5/+5 | |
properly. | |||||
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2002-12-13 | Initial import of arj-3.10b into the NetBSD packages collection | cjep | 7 | -0/+160 | |
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). |