Next | Query returned 65 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2009-02-09 22:09:23 by Joerg Sonnenberger | Files touched by this commit (71) | Package removed
Log message:
Remove Python 2.1 support.
   2009-01-23 04:05:53 by David Sainty | Files touched by this commit (4)
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.
   2008-07-14 16:42:51 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Always build depend on readline, so that devel/py-readline can pick up
the right config. Bump revision.
   2008-07-11 15:17:39 by OBATA Akio | Files touched by this commit (1)
Log message:
Now download only via http.
Noticed by Zafer Aydogan via private mail.
   2008-05-09 12:51:45 by Tobias Nygren | Files touched by this commit (2)
Log message:
PR pkg/38617: Hasso Tepper: Don't call pthread_create() with NULL as the
first argument in configure. Fixes hang on DragonFlyBSD.
   2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370)
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
   2007-10-10 13:21:53 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed mremap on NetBSD.
   2006-10-04 23:07:52 by Roland Illig | Files touched by this commit (3)
Log message:
Added a patch that fixes the interpreter path of the installed Python
scripts. Bumped PKGREVISION.
   2006-08-26 17:32:30 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix PLIST on FreeBSD. Bump revision.
   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

Next | Query returned 65 messages, browsing 1 to 10 | Previous