2006-11-10 15:06:31 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed pkglint warnings. |
2006-10-08 06:29:59 by Lubomir Sedlacik | Files touched by this commit (2) |
Log message: Fix 'test ... == ...' cases in configure. |
2006-07-16 02:53:01 by Roland Illig | Files touched by this commit (1) |
Log message: Only Solaris is known to need GNU awk for the pkgsrc work. With this change, the patch suggested in PR 33998 is completely applied. |
2006-07-15 16:10:13 by Roland Illig | Files touched by this commit (1) |
Log message: The native AWK of Solaris cannot patch the configure file, so gawk is needed. Fixes PR 33998. |
2006-07-10 16:47:06 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Kill a OS X specific shared library rule, which is not necessary with libtool. Add a few files specific to Darwin as found by tonio@. No revision bump, since it didn't build before. |
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-04-17 16:52:12 by Thomas Klausner | Files touched by this commit (42) | |
Log message: More PKGREVISION bumps for png-1.2.9nb2 update. |
2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | |
Log message: Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. |
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. |