Next | Query returned 108 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2004-04-12 23:06:18 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
During print-PLIST, do not remove share/gconf nor share/gconf/schemas, and
for the later, print a comment telling that it's beeing removed in GConf2.
   2004-04-07 20:07:52 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Add missing locale file (ta) to PLIST.  Bump PKGREVISION to 2.
Closes PR pkg/25092 by Kouichirou Hiratsuka.
   2004-04-03 06:59:28 by Min Sik Kim | Files touched by this commit (2)
Log message:
Add a missing file to PLIST.  Noted by Kouichirou Hiratsuka in
PR pkg/25034.  Bump PKGREVISION.
   2004-04-01 20:17:29 by Julio M. Merino Vidal | Files touched by this commit (12)
Log message:
Update to 2.6.0.  Summary of changes unavailable since the previous stable
version (just the ChangeLog, but it's usually meaningless). AFAICT, this
comes with a new XML backend, aside bug fixes.
   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-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-02-12 20:07:00 by Julio M. Merino Vidal | Files touched by this commit (2)
Log message:
Move pkgconfig bl3's inclusion to Makefile.common, so both GConf2 and GConf2-ui
benefit of it.
   2004-02-11 15:11:05 by Matthias Scheler | Files touched by this commit (1)
Log message:
Only include "../../devel/GConf2/buildlink3.mk" if the package is really
using buildlink3. Include "../../devel/GConf2/buildlink2.mk" if it is
using buildlink3 and nothing otherwise.

Next | Query returned 108 messages, browsing 51 to 60 | Previous