Up to [cvs.netbsd.org] / pkgsrc / lang / python25
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 22 13:41:58 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 15 17:23:24 2011 UTC (13 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
comment out BUILDLINK_INCDIRS/BUILDLINK_LIBDIRS/BUILDLINK_TRANSFORM definitions which do things behind the client pkgs back, in particular manipulate the library search path It is well possible that this causes some fallout, but I hope it will be small and can be dealt with on a per-pkg basis. (partly) suggested by Mark Davies on tech-pkg
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 7 18:44:08 2009 UTC (2 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.3: +1 -6
lines
Diff to previous 1.3 (colored)
don't propagate the "cups" dependency, this is nut referenced by the exported libraries (according to the CVS log, this was only to work around spurious db4 dependencies which are hopefully fixed by my last change to db4/bl3)
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 20 19:24:52 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +6 -14
lines
Diff to previous 1.2 (colored)
Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 23 03:05:53 2009 UTC (3 years, 4 months ago) by dsainty
Branch: MAIN
Changes since 1.1: +6 -1
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Apr 24 01:50:58 2008 UTC (4 years, 1 month ago) by tnn
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Here's python25-2.5.2, courtesy of pkgsrc-wip. It probably needs plenty more polishing, especially on !NetBSD. Python 2.4 will remain the default for some time. For the new features in Python 2.5, look here: * http://docs.python.org/whatsnew/whatsnew25.html
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 24 01:50:58 2008 UTC (4 years, 1 month ago) by tnn
Branch: MAIN
Initial revision