Next | Query returned 29 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-02-15 13:48:34 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Initial buildlink3.mk for gdk-pixbuf-gnome.
   2004-02-15 13:47:35 by Johnny C. Lam | Files touched by this commit (3)
Log message:
bl3ify
   2004-01-03 19:50:01 by Jeremy C. Reed | Files touched by this commit (505) | Package updated
Log message:
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
   2003-09-18 18:25:32 by Julio M. Merino Vidal | Files touched by this commit (10)
Log message:
Specify the category when including other files and when depending on other
packages.  From PR pkg/21864 by ccatrian at eml.cc.
   2003-07-21 18:51:55 by Martti Kuparinen | Files touched by this commit (43)
Log message:
COMMENT should start with a capital letter.
   2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | Package updated
Log message:
PKGREVISION bump for libiconv update.
   2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680)
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
   2003-01-16 01:35:08 by Thomas Klausner | Files touched by this commit (1)
Log message:
Style fixes, and remove an obsolete BUILDLINK_DEPENDS* line.

Next | Query returned 29 messages, browsing 11 to 20 | Previous