Next | Query returned 116 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2004-04-27 17:10:51 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Follow new FreeType2 build rules
   2004-04-24 19:39:17 by Min Sik Kim | Files touched by this commit (1)
Log message:
Enable pkgviews installation.
   2004-04-15 02:49:29 by Thomas Klausner | Files touched by this commit (13)
Log message:
The buildlink2 framework does nothing with .pc files -- remove them
from the buildlink2.mk files.
   2004-03-30 19:10:16 by Johnny C. Lam | Files touched by this commit (3) | Package updated
Log message:
Allow the last known version information to match all future versions of
XFree86 until we know for certain that it's different.  This makes us more
bulletproof to updates in xsrc.
   2004-03-30 19:04:06 by Johnny C. Lam | Files touched by this commit (4)
Log message:
Use "XF86_VERSION" instead of "_XF86_VERSION" as the \ 
variable name since
we use it in several places within pkgsrc as a public variable.
   2004-03-29 07:43:36 by Johnny C. Lam | Files touched by this commit (24)
Log message:
Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
   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-10 18:57:15 by Johnny C. Lam | Files touched by this commit (46) | Package updated
Log message:
Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
   2004-02-29 01:22:43 by Marc Recht | Files touched by this commit (3)
Log message:
Use tab instead of spaces for indentation to make pkglint happy.
   2004-02-19 19:51:01 by Johnny C. Lam | Files touched by this commit (5)
Log message:
Move the settings, which force the use of builtin versions of dependencies
if the builtin version of the package is being used, into a global
location so that they're always executed.

Next | Query returned 116 messages, browsing 61 to 70 | Previous