Subject: CVS commit: pkgsrc/security/heimdal
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 08/23/2005 14:07:25
Module Name:	pkgsrc
Committed By:	reed
Date:		Tue Aug 23 14:07:25 UTC 2005

Modified Files:
	pkgsrc/security/heimdal: Makefile distinfo
	pkgsrc/security/heimdal/patches: patch-ad

Log Message:
Include sys/types.h. This fixes configure on DragonFly. Bump PKGREVISION.

Okayed by lha@. I tested on Linux and DragonFly. I got this from
Joerg Sonnenberger.

On DragonFly, the configure errored like:

/usr/include/openssl/md5.h:110: error: syntax error before "size_t"
In file included from conftest.c:34:
/usr/include/openssl/sha.h:109: error: syntax error before "size_t"

This caused tests to break and it ended up building and installing libdes
and des.h, md4.h, and related headers.

So later libgssapi needed this libdes which was not buildlinked which
broke kdelibs3 build.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/security/heimdal/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/security/heimdal/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/security/heimdal/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.