head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q3:1.3.0.6 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.4 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.2 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.2.0.36 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.34 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.32 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.30 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.28 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.26 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.24 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.22 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.20 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.10 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.8 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.6 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.4 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2010.10.28.09.34.19; author wiz; state dead; branches; next 1.3; 1.3 date 2010.02.05.08.44.04; author obache; state Exp; branches; next 1.2; 1.2 date 2006.02.05.22.45.54; author joerg; state Exp; branches; next 1.1; 1.1 date 2004.12.18.14.28.04; author grant; state Exp; branches; next ; desc @@ 1.4 log @Remove patch-ad and Makefile changes intended to fix PR 43879 that caused PR 44003. Fix PR 43879 by removing patch-ac which was added in 2004 to fix a problem on Darwin -- Darwins from at least 10.4 up don't need it any longer. @ text @$NetBSD: patch-ac,v 1.3 2010/02/05 08:44:04 obache Exp $ --- gettext-runtime/intl/dcigettext.c.orig 2005-05-20 20:06:17.000000000 +0000 +++ gettext-runtime/intl/dcigettext.c @@@@ -243,7 +243,9 @@@@ struct known_translation_t /* Root of the search tree with known translations. We can use this only if the system provides the `tsearch' function family. */ #if defined HAVE_TSEARCH || defined _LIBC -# include +# if defined HAVE_SEARCH_H +# include +# endif static void *root; @ 1.3 log @Reset WRKSRC settings, use CONFIGURE_DIRS instead. This package are using some files outside of the directory specified by WRKSRC, (ex. ../build-aux/config.*). But some pkgsrc checks/replacements/modifications are only effect to below ${WRKSRC}. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2006/02/05 22:45:54 joerg Exp $ @ 1.2 log @Update gettext to 0.14.5. Many bugfixes and improvements, including support for relocable programs, Qt support, separation of the PO processing functions into a separate library and more. Reorganise the gettext infrastructure by splitting of the tools into devel/gettext-tools, which will be used by the tools framework. The remaining devel/gettext package contains gettextize and autopoint aka the infrastructure to embbed gettext into a package. Due to the ABI and API changes, a recursive revision bump will follow. Take blaim by receiving the maintainer hat. With input from jlam@@, reed@@ and wiz@@. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2004/12/18 14:28:04 grant Exp $ d3 2 a4 2 --- intl/dcigettext.c.orig 2005-05-20 20:06:17.000000000 +0000 +++ intl/dcigettext.c @ 1.1 log @only include if it is present. fixes build on Darwin. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- intl/dcigettext.c.orig 2002-07-23 22:27:52.000000000 +1000 d5 1 a5 1 @@@@ -234,7 +234,9 @@@@ struct known_translation_t @