summaryrefslogtreecommitdiff
path: root/devel/gettext/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-07-26Changes 0.14.6:adam3-17/+17
* Updated the meaning of 'gcc-internal-format' to match GCC 4.1.
2006-02-21correct patches, which didn't cleanly apply. Pointed out by joerg@ andjschauma2-13/+13
darcy@
2006-02-21add patches regarding PR pkg/30940 to allow IRIX MIPSPro compilers,jschauma2-0/+27
when passed certain CFLAGS, to not barf.
2006-02-14Disable HAVE_WCTYPE_H on NetBSD before 2.0, since it doesn't havejoerg1-0/+27
the needed wctype_t and therefore the multibyte support can't work. Tested by cato@
2006-02-11Remove localestatedir fragment, it gets handled properly automatically.joerg1-10/+1
Fix pkglint warning for SHLIBTOOL.
2006-02-05Update gettext to 0.14.5. Many bugfixes and improvements,joerg14-164/+207
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@.
2004-10-13Workaround build problem on Solaris 10.gavan4-0/+60
If HAVE_POSIX_SPAWN is defined, code is compiled in that requires environ to be declared. Solaris doesn't declare environ, so declare it (guarded by HAVE_ENVIRON_DECL) in the files in which it is used. Solaris 10 systems HAVE_POSIX_SPAWN, whereas previous versions do not.
2003-12-05If we're on AIX, don't remove the .a library: it's the shared library.erh3-34/+56
Combine patch-ai into patch-ah to make future updates easier.
2003-04-27Move documentation to share/doc/gettext. Bump PKGREVISION to 2.jmmv2-0/+26
2002-12-11Don't use -no-undefined when building with libtool as it causes problemsjlam2-0/+26
on Solaris due to a missing shared libgcc library. This addresses PR 19214 by grant@netbsd.org.
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-10/+1
2002-11-27bite the bullet and upgrade to 0.11.5drochner11-337/+76
There are too many changes to list in a sensible way. The most visible change for me is that libintl requires libiconv now. Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex. This pkg used to expose buildlink2 problems - the pkg libintl was pulled in in cases where USE_GNU_GETTEXT was not set. There were some improvements to libtool filtering, and x11/gtk builds now, so I hope this is settled.
2002-08-19Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solarisseb3-16/+38
fix build and PLIST: - obey PKGLOCALEDIR - fix libtool's install mode invocation.
2002-07-21Darwin doesn't provide _tolower(), an XSI extension that works likeschmonz1-14/+6
tolower() but requires uppercase input. It's always safe to use tolower() instead, at the possible expense of a little execution time. Thanks to simonb for the explanation. From Jeffrey Putsch <jdputsch@attbi.com> on tech-pkg@.
2001-06-16Update gettext to 0.10.35nb2. The only change is to factor out the m4jlam1-2/+2
files into a separate package, gettext-m4, and add a dependency on it.
2000-11-29move installation of gettextize files to devel/gettext.itojun1-9/+8
repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft
2000-10-31split devel/gettext into devel/gettext and devel/gettext-lib.itojun3-0/+95
TODO: gettext-lib can be omitted if we have /usr/lib/libintl.a.
2000-06-30Add bugfixes from glibc and build a shared library version of libintl.danw7-0/+236
Bump version to 0.10.35nb1.
1999-05-23We don't use libtool to make shared objects, so don't add an unnecessarytv1-20/+0
dependence on pkglibtool.
1998-12-29As we don't use the included libtool we don't need to configure it.tron1-9/+15
1998-12-28Move "gettext" package from "misc" to "devel" category.tron2-2/+2
1998-12-23Update "gettext" package to version 0.10.35.tron2-27/+22
1998-09-04Modify for NetBSD:agc2-0/+4
+ add NetBSD RCS Ids. + modify comments and descriptions + add INFO files in Makefile etc.
1998-09-04Initial import of GNU gettext 0.10, tools for providing messages inagc2-0/+28
different languages, into the NetBSD packages collection. This is taken from the FreeBSD port.