Subject: CVS commit: pkgsrc/security/dirmngr
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 03/02/2005 14:59:36
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Wed Mar  2 14:59:36 UTC 2005

Modified Files:
	pkgsrc/security/dirmngr: Makefile distinfo

Log Message:
Problem: Dirmngr depends on pth. With an explicit buildlink to pth, the
package builds and works correctly. This approach was taken prior to
this change. The is a problem because  pth installs pthread.h in
${LOCALBASE}/include. This causes problems for things like Ada tasking
that depend on native pthreads when also linking against libraries in
pkgsrc (eg., gmp).

This change solve the problem by building a static pth library locally
and linking against it.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/security/dirmngr/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/security/dirmngr/distinfo

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