Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/22/2006 15:12:07
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Mar 22 15:12:07 UTC 2006

Modified Files:
	pkgsrc/devel/darcs: Makefile
	pkgsrc/lang/ghc: buildlink3.mk
	pkgsrc/x11/wxhaskell: Makefile

Log Message:
We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards so
that "gmp" is registered as a direct dependency for any package that
includes ghc/buildlink3.mk to get ghc as a build dependency.  This is
needed since software built by ghc requires routines from the "gmp"
shared library.  This fixes PR pkg/33100.

Remove the workaround in devel/darcs and x11/wxhaskell.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/darcs/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/ghc/buildlink3.mk
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/wxhaskell/Makefile

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