The NetBSD Project

CVS log for pkgsrc/archivers/arj/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / archivers / arj

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Wed May 13 14:26:24 2009 UTC (3 years ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, HEAD
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Rename strnlen -> _strnlen to avoid conflict in systems having strnlen.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 21 20:24:08 2008 UTC (3 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Make the build more robust by using a temporary arj binary.
This fixes random build errors that disappeared after running
make again.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 5 21:40:57 2006 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Changes 3.10.22:
* 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.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 7 16:52:06 2005 UTC (6 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.10: +4 -2 lines
Diff to previous 1.10 (colored)

Add DragonFly support.
patch-af includes the va_arg handling of short -> int promotion from
Linux as discussed on tech-pkg@.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Sep 8 22:37:53 2005 UTC (6 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Catch some NetBSD statvfs() checks phrased alternatively as > 200030000
rather than >= 200040000 and one enterprisingly hidden as > 200050000

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Fri Mar 25 08:27:53 2005 UTC (7 years, 1 month ago) by snj
Branch: pkgsrc-2005Q1
Changes since 1.8: +6 -4 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pullup ticket 388 - requested by Min Sik Kim
portability fix for arj

Revisions pulled up:
- pkgsrc/archivers/arj/distinfo		1.9
- pkgsrc/archivers/arj/patches/patch-aa	1.6
- pkgsrc/archivers/arj/patches/patch-ab	1.6
- pkgsrc/archivers/arj/patches/patch-ac	1.3
- pkgsrc/archivers/arj/patches/patch-ad	1.1
- pkgsrc/archivers/arj/patches/patch-ae	1.1


    Module Name:  pkgsrc
    Committed By: minskim
    Date:         Tue Mar 22 16:24:13 UTC 2005

    Modified Files:
          pkgsrc/archivers/arj: distinfo
          pkgsrc/archivers/arj/patches: patch-aa patch-ab patch-ac
    Added Files:
          pkgsrc/archivers/arj/patches: patch-ad patch-ae

    Log Message:
    Make this package build on Darwin.
      - 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.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 22 16:24:13 2005 UTC (7 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +6 -4 lines
Diff to previous 1.8 (colored)

Make this package build on Darwin.
  - 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.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 23 14:45:22 2005 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Add RMD160 digests in addition to SHA1 ones.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 16 16:57:12 2005 UTC (7 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Make build on Interix.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 27 13:03:39 2004 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Update to 3.10.21, and fix build on current (statvfs lossage).
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

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Tue Jul 13 14:12:03 2004 UTC (7 years, 10 months ago) by agc
Branch: pkgsrc-2004Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Pullup ticket 53 to the pkgsrc-2004Q2 branch, requested by Lubomir Sedlacik.

Fix Solaris build.

	Module Name:    pkgsrc
	Committed By:   salo
	Date:           Sat Jul 10 17:39:50 UTC 2004

	Modified Files:
		pkgsrc/archivers/arj: Makefile distinfo
		pkgsrc/archivers/arj/patches: patch-ab

	Log Message:
	Use GNU ld specific script only when GNU ld is used.
	Fixes build on Solaris with native linker.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 10 17:39:50 2004 UTC (7 years, 10 months ago) by salo
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Use GNU ld specific script only when GNU ld is used.
Fixes build on Solaris with native linker.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 27 17:16:28 2004 UTC (8 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base
Branch point for: pkgsrc-2004Q2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

nb1: Make work on Interix; check for -ldl in configure.in automagically;
install without stripping binaries (so that "arj" works properly)

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 22 20:16:58 2004 UTC (8 years ago) by dillo
Branch: MAIN
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored)

update to 3.10.20 (improvements and bug fixes)

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 6 10:11:15 2003 UTC (8 years, 11 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

s|/usr/pkg|@PREFIX@|g, so that the pre-configure target replaces the prefix
properly.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 13 15:39:28 2002 UTC (9 years, 5 months ago) by cjep
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of arj-3.10b into the NetBSD packages collection
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).

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 13 15:39:28 2002 UTC (9 years, 5 months ago) by cjep
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>