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

History of commit frequency

CVS Commit History:


   2006-03-30 20:06:19 by Johnny C. Lam | Files touched by this commit (38)
Log message:
Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
   2006-03-06 20:21:34 by Todd Vierling | Files touched by this commit (1)
Log message:
If the builtin expat is in /usr, not X11BASE, don't depend on X11 build
infrastructure.
   2006-03-03 18:47:59 by Todd Vierling | Files touched by this commit (1)
Log message:
Make it possible to use a builtin expat rooted at /usr (common to some
Linux distros).  Still preferred to be pkgsrc by default in pkgsrc/mk, but
allows PREFER.expat=native to work on such systems now.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164)
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
   2006-01-22 17:46:02 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.0.0:

Release 2.0.0 Wed Jan 11 2006
        - We no longer use the "check" library for C unit testing; we
          always use the (partial) internal implementation of the API.
        - Report XML_NS setting via XML_GetFeatureList().
        - Fixed headers for use from C++.
        - XML_GetCurrentLineNumber() and  XML_GetCurrentColumnNumber()
          now return unsigned integers.
        - Added XML_LARGE_SIZE switch to enable 64-bit integers for
          byte indexes and line/column numbers.
        - Updated to use libtool 1.5.22 (the most recent).
        - Added support for AmigaOS.
        - Some mostly minor bug fixes. SF issues include: 1006708,
          1021776, 1023646, 1114960, 1156398, 1221160, 1271642.
   2005-06-03 21:12:50 by Johnny C. Lam | Files touched by this commit (24)
Log message:
Coalesce the common makefile code in the builtin.mk file that inspect
the X11 distribution using imake into mk/buildlink3/imake-check.mk.
imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check
that generates the required Imakefiles and runs imake.  Remove the
now extraneous builtin-imake.mk files as the builtin.mk files can now
contain the name of the imake symbol to check.
   2005-06-03 19:02:36 by Johnny C. Lam | Files touched by this commit (12) | Package updated
Log message:
Only check for the existence of the first word of ${IMAKE} since it may
contain a command plus arguments.  We use the standard idiom to extract
the first word of a list stored in a make variable:

	VAR_CMD=	${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}

XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX	VAR_CMD=	${VAR:[1]}
   2005-06-03 18:03:09 by Johnny C. Lam | Files touched by this commit (12)
Log message:
Don't require a read-write pkgsrc tree when invoking imake.  We avoid
this requirement by using TMPDIR as the read-write location demanded
by using imake.
   2005-06-01 20:33:02 by Johnny C. Lam | Files touched by this commit (12)
Log message:
Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake.

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