Next | Query returned 47 messages, browsing 41 to 50 | previous

History of commit frequency

CVS Commit History:


   2004-09-05 01:40:44 by Thomas Klausner | Files touched by this commit (4)
Log message:
AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set).
Remove a few cases where it was set unnecessarily.
   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-16 18:58:01 by Johnny C. Lam | Files touched by this commit (5)
Log message:
BUILDLINK_DEPENDS.<pkg> should be appended to, not set.
   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-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400)
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
   2004-02-11 02:32:06 by Tim Rightnour | Files touched by this commit (2)
Log message:
Now that PR 24378 has been fixed, take the hack out of Makefile.common so
these packages build the way they were intended to.
   2004-02-10 10:14:34 by Tim Rightnour | Files touched by this commit (11) | Imported package
Log message:
Add new package for cal3d-0.9.1, a 3D skeletal animation library.


Next | Query returned 47 messages, browsing 41 to 50 | previous