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

History of commit frequency

CVS Commit History:


   2008-01-25 15:42:27 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
On Linux, just assume that if /usr/include/libintl.h exists, that it is
GNU gettext. This works around amd64 issues on Gentoo.
   2007-09-24 20:33:52 by Johnny C. Lam | Files touched by this commit (2)
Log message:
In gettext-lib/buildlink3.mk, check whether we need to pull in the
libiconv/buildlink3.mk file based on whether or not we're using the
built-in gettext-lib or not.  This is clearer than what existed in
revision 1.33 of gettext-lib/builtin.mk and fixes the problem introduced
in revision 1.34.
   2007-09-18 16:14:31 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Simplify a bit to work under bulk builds as well.
   2007-09-16 19:34:32 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Simplify the logic for libiconv -- we always have a gettext that depends
on it for the non-native case. This seems to help with some issues on
Solaris.
   2006-07-26 08:53:02 by Adam Ciarcinski | Files touched by this commit (18)
Log message:
Changes 0.14.6:
* Updated the meaning of 'gcc-internal-format' to match GCC 4.1.
   2006-07-20 22:02:23 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Remove USE_GNU_GETTEXT from pkgsrc.  Packages generally only needed
it for plurals support, but that is already handled correctly (FSVO
"correctly") by the pkgsrc/mk/tools/msgfmt.sh script.

Also remove _USE_GNU_GETTEXT definitions from pkgsrc/mk/platform/*.mk
files as that value has been unused by pkgsrc for quite some time
(going back several branches).
   2006-07-09 20:13:29 by Antoine Reilles | Files touched by this commit (2)
Log message:
Use "defined": this fixes build problems under darwin.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-07-06 16:49:55 by Min Sik Kim | Files touched by this commit (3)
Log message:
Define locale_charset only when GNU iconv is used.  This fixes the package
on Solaris where native iconv doesn't have locale_charset.  Noted by
Gilles Dauphin in PR pkg/32945.

Bump PKGREVISION.

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