Next | Query returned 151 messages, browsing 131 to 140 | 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 21:56:35 by Min Sik Kim | Files touched by this commit (2)
Log message:
bl3ify gconfmm and define USE_LANGUAGES=c c++.  Also add required
gtkmm/buildlink3.mk.
   2004-03-09 21:44:44 by Min Sik Kim | Files touched by this commit (1)
Log message:
bl3ify and USE_LANGUAGES=c c++.
   2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90)
Log message:
PKGCONFIG_OVERRIDE is relative to WRKSRC.
   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-01-24 16:30:34 by grant beattie | Files touched by this commit (50)
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
   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-12-13 01:45:27 by Thomas Klausner | Files touched by this commit (160)
Log message:
Bump PKGREVISION for atk library major bump.
   2003-11-01 19:24:39 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 2.2.8, to fix compilation with gcc3.
Changes:
2.2.8:

* Fixed "inacccessible base" build errors with gcc 3.3.2. (Bradley Bell)
* win32: Re-enabled our wrappers for parts of the GTK+ API that are now properly
  exported on Windows by GTK+. See README.win32 for more details. (Cedric Gustin
)
* Documentation:
  - book:
    -Updated DrawingArea chapter for gtkmm2 (the last chapter that needed to be
updated)
      (Ainsley Pereira)
    - Mentioned Treeviews with popup menus, with example. (Murray Cumming)
    - The libglademm chapter has a clearer explanation of the memory management,
 and
      mentions the new get_widget_derived() method. (Murray Cumming)
  - Distribute doxygen tags for use by the documentation of related projects.
    (Bradley Bell)
  - Build and install a devhelp file for the reference docs. This doesn't
    work yet, but hopefully it's easy to fix. (roel@stack.be)
   2003-08-27 18:07:04 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
patch-ag added; fix a path where index.html is created

Next | Query returned 151 messages, browsing 131 to 140 | Previous