Subject: CVS commit: pkgsrc/security/dirmngr
From: John R. Shannon
Date: 2005-03-02 15:59:36
Message id: 20050302145936.056A72DA1D@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.5modifypkgsrc/security/dirmngr/Makefile
1.6modifypkgsrc/security/dirmngr/distinfo