Next | Query returned 101 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2006-10-11 20:20:37 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed "test ==" and improved the randomness of $RANDOM.
   2006-09-20 14:07:19 by Roland Illig | Files touched by this commit (2)
Log message:
libpython needs the pkgsrc-provided LDFLAGS to resolve all dependencies
at runtime. Fixes PR 34565.
   2006-08-26 17:29:05 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Don't use the Python platform variable to check for OSS support on
FreeBSD, but OPSYS directly. We ignore FreeBSD < 4 anyway, so simply the
handling for newer FreeBSD versions.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-06-20 15:29:01 by Matthias Scheler | Files touched by this commit (2)
Log message:
Don't try to compile in Bluetooth support under NetBSD(-current).
The stub code is not compatible with the API presented by NetBSD.
   2006-06-19 19:50:57 by Min Sik Kim | Files touched by this commit (2)
Log message:
Add a missing file to PLIST.Darwin.  Bump PKGREVISION.
   2006-06-01 17:25:03 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Inspecting the setup.py file, one can see that python23 and python24
only build certain modules if the platform is *not* 64-bit.  Correct
the PLIST for those cases.  This should fix the build on non-64bit,
non-x86 platforms, e.g. powerpc.
   2006-05-07 17:11:44 by Todd Vierling | Files touched by this commit (1)
Log message:
Allow use of C++ support on all platforms for consistency, by setting
USE_LANGUAGES.  Fixes PR pkg/33430.
   2006-04-13 04:26:54 by Joerg Sonnenberger | Files touched by this commit (16)
Log message:
Strip of anything after the version number in distutils.util.get_platform
on DragonFly. Since that version is used e.g. as part of the file name
for python eggs, it makes handling easier to match normal pkgsrc
platform policy. Bump revisions of all Python packages.

Next | Query returned 101 messages, browsing 51 to 60 | Previous