pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/39377 CVS commit: pkgsrc/lang



The following reply was made to PR pkg/39377; it has been noted by GNATS.

From: David Sainty <dsainty%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39377 CVS commit: pkgsrc/lang
Date: Fri, 23 Jan 2009 03:05:53 +0000 (UTC)

 Module Name:   pkgsrc
 Committed By:  dsainty
 Date:          Fri Jan 23 03:05:53 UTC 2009
 
 Modified Files:
        pkgsrc/lang/python21: buildlink3.mk
        pkgsrc/lang/python23: buildlink3.mk
        pkgsrc/lang/python24: buildlink3.mk
        pkgsrc/lang/python25: buildlink3.mk
 
 Log Message:
 Any package that determines libraries to link via:
 
   $PYTHON -c "from distutils import sysconfig; print 
sysconfig.get_config_var('SHLIBS');"
 
 ... where bdb.buildlink.mk has been used and it satisfied the requirement from
 Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
 library was not itself buildlinked.
 
 To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
 same conditions as it is pulled in in the package's own makefile.
 
 No revision bump required, this almost certainly only affects packages and
 environments that simply wouldn't build at all prior to the fix.
 
 Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.9 -r1.10 pkgsrc/lang/python21/buildlink3.mk
 cvs rdiff -r1.13 -r1.14 pkgsrc/lang/python23/buildlink3.mk
 cvs rdiff -r1.7 -r1.8 pkgsrc/lang/python24/buildlink3.mk
 cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/python25/buildlink3.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index