<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/gettext-lib, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-06-20T01:09:05Z</updated>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-20T01:09:05Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-06-20T01:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d8368bbc25c90072a19b5e48f0fba26251b6877f'/>
<id>urn:sha1:d8368bbc25c90072a19b5e48f0fba26251b6877f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>explicite disable C#, otherwise "mcs" might be picked up,</title>
<updated>2008-03-03T18:02:22Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2008-03-03T18:02:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bc55cefe14d6fbbf7d2875b1f6103c3527d805ea'/>
<id>urn:sha1:bc55cefe14d6fbbf7d2875b1f6103c3527d805ea</id>
<content type='text'>
leading to chaos
</content>
</entry>
<entry>
<title>+ Get rid of the separate check for glibc's libintl.h because it's</title>
<updated>2008-02-28T20:30:18Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-02-28T20:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bae1654d84cc18724c15474365a98834ba3cfa76'/>
<id>urn:sha1:bae1654d84cc18724c15474365a98834ba3cfa76</id>
<content type='text'>
  just the real GNU gettext embedded into glibc.

+ Check for Gentoo's funky libintl.h and assume that it's glibc's
  gettext.
</content>
</entry>
<entry>
<title>Greatly simplify the logic that tries to determine whether -lintl</title>
<updated>2008-02-27T22:10:34Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-02-27T22:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3fd53b50245ef416f81673c5bc56da478fcf5eb8'/>
<id>urn:sha1:3fd53b50245ef416f81673c5bc56da478fcf5eb8</id>
<content type='text'>
needs -liconv in order to satisfy linkage requirements.  This is now
patterned after the approach taken with readline and termlib.

Examples on NetBSD for a package that includes only
gettext-lib/buildlink3.mk:

PREFER_NATIVE=	yes
PREFER_PKGSRC=	# empty
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	yes
PREFER_PKGSRC=	iconv
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	yes
PREFER_PKGSRC=	gettext
# This uses the pkgsrc gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	yes
PREFER_PKGSRC=	gettext iconv
# This uses the pkgsrc gettext and pkgsrc iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl -liconv"

PREFER_NATIVE=	# empty
PREFER_PKGSRC=	yes
# This uses the pkgsrc gettext and pkgsrc iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl -liconv"

PREFER_NATIVE=	iconv
PREFER_PKGSRC=	yes
# This uses the pkgsrc gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	gettext
PREFER_PKGSRC=	yes
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"

PREFER_NATIVE=	gettext iconv
PREFER_PKGSRC=	yes
# This uses the native gettext and native iconv, with:
#	BUILDLINK_LDADD.gettext == "-lintl"
</content>
</entry>
<entry>
<title>On Linux, just assume that if /usr/include/libintl.h exists, that it is</title>
<updated>2008-01-25T14:42:27Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-01-25T14:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2bfc2279aedee3aa9307176085198532c448ffaa'/>
<id>urn:sha1:2bfc2279aedee3aa9307176085198532c448ffaa</id>
<content type='text'>
GNU gettext. This works around amd64 issues on Gentoo.
</content>
</entry>
<entry>
<title>Use bsd.fast.prefs.mk in some very commonly included locations.</title>
<updated>2008-01-23T17:35:20Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-01-23T17:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=66cf8a6491978ba58bd8a03a8a077e7c77571ca0'/>
<id>urn:sha1:66cf8a6491978ba58bd8a03a8a077e7c77571ca0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In gettext-lib/buildlink3.mk, check whether we need to pull in the</title>
<updated>2007-09-24T18:33:52Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-09-24T18:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=201c841197fb7a4531d5f876a476ae9d9d135e49'/>
<id>urn:sha1:201c841197fb7a4531d5f876a476ae9d9d135e49</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Simplify a bit to work under bulk builds as well.</title>
<updated>2007-09-18T14:14:31Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-09-18T14:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e809b17dc828c9afb0eb8a5c47525c53e1e9d59b'/>
<id>urn:sha1:e809b17dc828c9afb0eb8a5c47525c53e1e9d59b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify the logic for libiconv -- we always have a gettext that depends</title>
<updated>2007-09-16T17:34:32Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-09-16T17:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=538a553038dce4f4d8371959412a5f7c1aebd605'/>
<id>urn:sha1:538a553038dce4f4d8371959412a5f7c1aebd605</id>
<content type='text'>
on it for the non-native case. This seems to help with some issues on
Solaris.
</content>
</entry>
<entry>
<title>Changes 0.14.6:</title>
<updated>2006-07-26T06:53:02Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2006-07-26T06:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=29e6857939b7b048c2f526761c3d14b2bbe151f6'/>
<id>urn:sha1:29e6857939b7b048c2f526761c3d14b2bbe151f6</id>
<content type='text'>
* Updated the meaning of 'gcc-internal-format' to match GCC 4.1.
</content>
</entry>
</feed>
