2013-06-06 14:55:24 by Thomas Klausner | Files touched by this commit (1687) |
Log message: Bump PKGREVISION for libXft changes for NetBSD native X support on NetBSD 6, requested by tron. |
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message: Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. |
2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message: Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 |
2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215) |
Log message: Remove xextproto/buildlink3.mk in most cases where it occurs with libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages). |
2012-10-08 14:42:26 by Aleksej Saushev | Files touched by this commit (87) |
Log message: Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. |
2011-11-01 07:03:15 by Steven Drake | Files touched by this commit (1557) |
Log message: Recursive bump for graphics/freetype2 buildlink addition. |
2010-02-12 21:34:16 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: DESTDIR support |
2009-06-14 20:19:03 by Joerg Sonnenberger | Files touched by this commit (64) |
Log message: Remove @dirrm entries from PLISTs |
2007-02-22 20:01:28 by Thomas Klausner | Files touched by this commit (134) | |
Log message: pkglint cleanup; update HOMEPAGE/MASTER_SITES. |
2006-12-27 14:37:47 by Joerg Sonnenberger | Files touched by this commit (210) |
Log message: - fine grained X11 dependencies for packages which have either USE_IMAKE or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback. |