Subject: CVS commit: pkgsrc/archivers/archangel
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 07/31/2005 22:31:04
Module Name: pkgsrc
Committed By: agc
Date: Sun Jul 31 22:31:04 UTC 2005
Modified Files:
pkgsrc/archivers/archangel: Makefile distinfo
Log Message:
Update archangel to 20050730
+ include <stdint.h> if we have it, so that we can use uintXX_t types
on OSes that don't have them in <sys/types.h> (thanks, Mac OS X)
+ clean up some uninitialised warnings on NetBSD-current
+ rein in on the compilation flags, since older versions of gcc seem
to barf on -std=c99 (thanks to David Maxwell for pointing this one out).
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/archivers/archangel/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/archangel/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.