2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message: Add DESTDIR support. |
2007-04-15 12:36:20 by Thomas Klausner | Files touched by this commit (4) |
Log message: Update to 2.18.0, for GNOME-2.18. Changes not detailed in the NEWS file. |
2006-11-14 17:58:13 by Matthias Drochner | Files touched by this commit (3) | |
Log message: update to 2.4.3 changes: tralslation updates, build system fixes |
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-07-05 07:37:47 by Johnny C. Lam | Files touched by this commit (129) |
Log message: Sweep pkgsrc and convert packages that included intltool/buildlink3.mk to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk |
2006-06-16 11:34:40 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed pkglint warnings. |
2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message: Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory. |
2006-04-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292) |
Log message: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. |
2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749) |
Log message: Aligned the last line of the buildlink3.mk files with the first line, so that they look nicer. |