Next | Query returned 96 messages, browsing 71 to 80 | 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-19 19:14:08 by Thomas Klausner | Files touched by this commit (1)
Log message:
Unused.
   2004-02-19 18:46:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.
   2004-02-19 18:44:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
Convert to buildlink3.
   2003-12-08 17:33:20 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
patch-ad needed as well
   2003-12-08 17:32:52 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 1.4:
* fixed "auto_away" and "auto_away_keep_descr"
* fixed "/find" for usernames with a space
* fixed "/dcc list" for large files
* fixed "/last user"
* more...
   2003-09-28 11:13:59 by Johnny C. Lam | Files touched by this commit (102)
Log message:
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
   2003-09-27 19:07:38 by grant beattie | Files touched by this commit (102)
Log message:
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
   2003-09-16 17:16:37 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.3:
* corrupted messages can't make ekg disconnect any more

Next | Query returned 96 messages, browsing 71 to 80 | Previous