diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-27 13:03:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-27 13:03:39 +0000 |
commit | f44073a32e4d043331c8371d48ba6a6c1924b794 (patch) | |
tree | 1199ca67370e0fd8fb040cc6a08005cc4f9e35d5 /archivers/arj/Makefile | |
parent | 8c8c89684ec1e37662b68536f36cfa47acd997e3 (diff) | |
download | pkgsrc-f44073a32e4d043331c8371d48ba6a6c1924b794.tar.gz |
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
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r-- | archivers/arj/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index d28a72805c8..c28585df4ca 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/07/10 17:39:50 salo Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/27 13:03:39 wiz Exp $ # FreeBSD Id: ports/archivers/arj/Makefile,v 1.2 2002/09/17 05:17:29 ijliao Exp -DISTNAME= arj-3.10.20 -PKGREVISION= 1 +DISTNAME= arj-3.10.21 CATEGORIES= archivers MASTER_SITES= http://testcase.newmail.ru/files/ |