Subject: CVS commit: pkgsrc/lang/python21
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/09/2002 07:14:42
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Apr  9 04:14:41 UTC 2002

Modified Files:
	pkgsrc/lang/python21: Makefile distinfo
	pkgsrc/lang/python21/patches: patch-ac
Added Files:
	pkgsrc/lang/python21/patches: patch-ad

Log Message:
Teach the extension building process about buildlink, and allow passing
LDFLAGS to the linker command when linking a python extension.  This lets
us pass the right flags to correctly find libraries required for certain
extensions, e.g. zlib.so.

Also explicitly comment out a few extensions that aren't being built and
should never be.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/python21/Makefile \
    pkgsrc/lang/python21/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/python21/patches/patch-ac
cvs rdiff -r0 -r1.1 pkgsrc/lang/python21/patches/patch-ad

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