Next | Query returned 133 messages, browsing 91 to 100 | 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-09 12:11:15 by Mark Davies | Files touched by this commit (2)
Log message:
Update arts to 1.2.1, part of KDE 3.2.1

Changes unknown.
   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-25 23:11:23 by Mark Davies | Files touched by this commit (2)
Log message:
Remove "USE_LANGUAGES= c c++".  Now set in Makefile.kde.
   2004-02-22 11:56:26 by Mark Davies | Files touched by this commit (1)
Log message:
USE_LANGUAGES= c c++
   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-08 17:22:37 by Matthias Scheler | Files touched by this commit (1)
Log message:
Use buildink *3* and not 2 glue code for "glib2".
   2004-02-07 15:39:39 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Add RCSID.
   2004-02-07 14:57:32 by Tyler R. Retzlaff | Files touched by this commit (2)
Log message:
patch CLD -> CXXLD for linking against cpp, fixes build failure

patch from post by Juan RP <juan@xtraeme.unixbsd.org>
on tech-pkg@ http://mail-index.NetBSD.org/tech-pkg/2004/02/07/0006.html
   2004-02-06 14:48:05 by Matthias Scheler | Files touched by this commit (3)
Log message:
Add missing buildlink2 glue code for "esound" and "libmad" to fix
build problems. Bump package revision because of that.

Next | Query returned 133 messages, browsing 91 to 100 | Previous