Version: 0.21, Package name: gettext-0.21 |
Maintained by: Christian Weisgerber |
Master sites:
|
Description-runtime GNU gettext is a framework of libraries and tools for the internationalization and localization of software. This package contains the runtime libraries and programs. Description-textstyle GNU gettext is a framework of libraries and tools for the internationalization and localization of software. This package contains the text styling library. Description-tools GNU gettext is a framework of libraries and tools for the internationalization and localization of software. This package contains tools and documentation for developers and translators. |
Filesize: 9486.672 KB |
Version History (View Complete History) |
|
2021-02-03 09:49:43 by Kurt Miller | Files touched by this commit (2) |
Log message: Fix undefined reference to `__sync_val_compare_and_swap_4' on hppa by using thread unsafe fallbacks. okay naddy@ |
2020-10-23 15:34:05 by Jeremie Courreges-Anglas | Files touched by this commit (9) |
Log message: Add link to upstream commit |
2020-10-07 15:14:35 by Jeremie Courreges-Anglas | Files touched by this commit (6) |
Log message: Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html ok naddy@ (maintainer) |
2020-08-20 15:03:25 by Christian Weisgerber | Files touched by this commit (8) |
Log message: Update to 0.21. Incremental changes only. From martijn@: GCC on alpha has an optimization bug, which cause problems with gnulib's mmalloca function. Disable alloca to work around the failing code. |
2020-05-28 13:52:36 by Christian Weisgerber | Files touched by this commit (8) |
Log message: Update to 0.20.2. No major changes. |
2020-02-13 13:50:13 by Christian Weisgerber | Files touched by this commit (4) |
Log message: enable debug packages and modernize plist |
2019-07-20 09:46:48 by Christian Weisgerber | Files touched by this commit (1) |
Log message: the autopoint tool requires xz |
2019-07-16 15:29:41 by Stuart Henderson | Files touched by this commit (19) |
Log message: Some ports using gnulib previously detected a broken realpath and switched to an internal replacement function. Following the changes to make realpath(3) use the __realpath() syscall these no longer detect broken realpath i.e. produce different code. Bump REVISION to ensure that users get the new version. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-07-11 14:24:00 by Christian Weisgerber | Files touched by this commit (1) |
Log message: The msgmerge utility can use OpenMP; turn off for now. From j@bitminer.ca |
2019-05-20 17:45:48 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Fix behaviour of msgmerge --for-msgfmt on PO files with no translations. From upstream git. |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2018-10-25 07:21:59 by Stuart Henderson | Files touched by this commit (1) |
Log message: Don't use ports-gcc to build gettext; it causes a dependency loop: devel/gettext -> lang/gcc/4.9 -> devel/bison -> devel/gettext Fortunately the stdc++ linkage is only in libasprintf which currently seems unused in ports. Found by landry@ in sparc64 bulk. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-08-31 07:53:11 by Christian Weisgerber | Files touched by this commit (9) |
Log message: maintenance update to 0.19.8.1 |
2016-04-05 13:18:53 by Christian Weisgerber | Files touched by this commit (1) |
Log message: remove unused variable MODGETTEXT_TOOLS |
2016-04-05 13:05:37 by Christian Weisgerber | Files touched by this commit (2) |
Log message: replace libiconv module with normal library dependency; no bump needed |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2016-01-02 15:00:49 by Christian Weisgerber | Files touched by this commit (9) |
Log message: Maintenance update to gettext 0.19.7. No major outward changes. Internally, -tools no longer uses expat. |
2015-09-14 13:48:45 by Christian Weisgerber | Files touched by this commit (7) |
Log message: maintenance update to 0.19.6 |
2015-07-19 17:46:08 by Christian Weisgerber | Files touched by this commit (20) |
Log message: Split gettext into a small runtime component and a separate large set of development tools as recommended by upstream. Ports will continue to depend on devel/gettext for libintl. The gettext module also provides an automatic build dependency on devel/gettext-tools for msgfmt etc. A few ports that require a library provided by gettext-tools get a corresponding dependency. Also update gettext to 0.19.5.1. COMMENT and DESCR from FreeBSD. Bulk build testing by sthen@. ok sthen@ |
2015-05-12 13:57:42 by Christian Weisgerber | Files touched by this commit (1) |
Log message: The autopoint tool requires xz to unpack its archive, so add a corresponding run dependency. Noticed by ajacoutot@, jca@. ok sthen@ |
2015-01-26 17:28:34 by Brad Smith | Files touched by this commit (4) |
Log message: Update to gettext 0.19.4. With input and ok naddy@ |
2014-10-20 12:34:38 by Christian Weisgerber | Files touched by this commit (5) |
Log message: maintenance update to 0.19.3 |
2010-11-22 03:04:18 by Marc Espie | Files touched by this commit (1) |
Log message: new style >= |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-11-06 10:07:01 by Marc Espie | Files touched by this commit (25) |
Log message: move gettext to new WANTLIB |
2010-10-27 06:54:32 by Christian Weisgerber | Files touched by this commit (1) |
Log message: no need for groff, mandoc handles these man pages just fine |
2010-10-26 08:15:01 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Big oops! Bring back fcntl-o.m4 fix. It is packaged and in fact picked up by other ports, e.g. audio/xmms. touch(1) the file to avoid triggering an autotools rebuild cascade. Breakage noticed by landry@ |
2010-10-23 10:24:32 by Christian Weisgerber | Files touched by this commit (1) |
Log message: remove an unused patch file that triggers an autotools rebuild cascade |
2010-10-18 11:48:13 by Marc Espie | Files touched by this commit (650) |
Log message: USE_GROFF=Yes |
2010-07-02 21:23:22 by Christian Weisgerber | Files touched by this commit (27) |
Log message: update to 0.18.1 |
2008-10-22 13:27:07 by Christian Weisgerber | Files touched by this commit (1) |
Log message: disable C# check so we don't try to pick up Mono; pointed out by jasper@ |
2008-09-18 08:47:59 by Christian Weisgerber | Files touched by this commit (2) |
Log message: In libintl.h, check that cpp macros are defined before testing their value. This avoids warnings with -Wundef. Requested by espie@ |
2008-06-30 11:37:00 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Sync included glib with external glib: GPOINTER_TO_INT() etc should not cause a warning. The singular use of this, in libcroco, is safe. |
2008-06-12 22:56:34 by Christian Weisgerber | Files touched by this commit (20) |
Log message: Update to 0.17. The major new functionality in this release is colorization support in the message catalog tools. ok brad@ |
2008-01-05 12:01:23 by Matthieu Herrb | Files touched by this commit (1) |
Log message: Don't look for expat in ${X11BASE} anymore. ok naddy@ |
2007-10-31 13:46:09 by Marc Balmer | Files touched by this commit (2) |
Log message: Add two patches to allow this package to be buuilt on the vax again. ok naddy |
2007-08-25 07:48:24 by Christian Weisgerber | Files touched by this commit (28) |
Log message: update to 0.16.1; mostly c2k7 work |
2007-04-27 12:40:40 by Bernd Ahlers | Files touched by this commit (2) |
Log message: Use xenocara expat. |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-11-25 05:58:18 by Steven Mestdagh | Files touched by this commit (1) |
Log message: tighten build dependency to current version ok bernd@ espie@ |
2006-11-20 06:37:00 by Bernd Ahlers | Files touched by this commit (1) |
Log message: Provide MODGETTEXT_{LIB,RUN}_DEPENDS to help MULTI_PACKAGES. ok espie@ |
2006-10-28 05:19:21 by Marc Espie | Files touched by this commit (64) |
Log message: a few more SHARED_LIBS reformat |
2006-10-20 08:15:24 by Christian Weisgerber | Files touched by this commit (3) |
Log message: update to 0.14.6: * Updated the meaning of 'gcc-internal-format' to match GCC 4.1. No other changes, no external changes. |
2006-08-01 16:46:16 by Marc Espie | Files touched by this commit (15) |
Log message: new libspecs |
2006-08-01 04:50:19 by Marc Espie | Files touched by this commit (21) |
Log message: convert a few libspecs to new style. Note: no package bump, those are only BUILD dependencies, the pkg_create code will create the correct wantlib specs. |
2006-01-13 16:40:25 by Marc Espie | Files touched by this commit (27) |
Log message: bump C++ shared libs after typedef changes. note that all SDL libs link with supc++ (potentially, and thus are affected) -> don't take a chance, bump. |
2006-01-06 14:16:16 by Bernd Ahlers | Files touched by this commit (3) |
Log message: SHARED_LIBS ok naddy |
2005-12-18 14:53:18 by Nikolay Sturm | Files touched by this commit (11) |
Log message: work around broken gcc(?) on alpha |
2005-11-05 16:47:58 by Christian Weisgerber | Files touched by this commit (33) |
Log message: MAJOR update to 0.14.5. Help and ok espie@ |
2005-04-23 08:59:53 by Marc Espie | Files touched by this commit (1) |
Log message: build with FAKE=lib |
2005-04-23 08:36:07 by Marc Espie | Files touched by this commit (2) |
Log message: @endfake marker |
2005-01-26 19:09:52 by Christian Weisgerber | Files touched by this commit (11) |
Log message: Now that @info transparently picks up all .info-* files, don't go through extra steps to rebuild with --no-split. |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-11-23 04:22:02 by Marc Espie | Files touched by this commit (43) |
Log message: WANTLIB markers |
2004-10-24 14:03:31 by Brad Smith | Files touched by this commit (1) |
Log message: bump PKGNAME |
2004-10-24 13:54:46 by Brad Smith | Files touched by this commit (3) |
Log message: remove libintl's shared lib inter-library dependency on libiconv. Thanks to naddy@, alek@ and other porters for doing the prep work which allows this to be commited. |
2004-08-10 06:42:23 by Xavier Santolaria | Files touched by this commit (24) |
Log message: more new-style MODULES. |
2004-08-07 17:41:28 by Brad Smith | Files touched by this commit (1) |
Log message: @lib |
2004-08-05 10:14:48 by Marc Espie | Files touched by this commit (7) |
Log message: four more common locale dirs. |
2004-08-03 04:09:03 by Marc Espie | Files touched by this commit (3) |
Log message: create directories for locales listed in ABOUT-NLS. Switch to new-style plist. |
2004-08-03 03:10:01 by Marc Espie | Files touched by this commit (2) |
Log message: prepare gettext for MODULES=devel/gettext. |
2004-01-31 14:41:56 by Brad Smith | Files touched by this commit (1) |
Log message: - add license marker - don't need to specify --enable-static - use Perl instead of sed, shorter and simpler |
2003-12-16 10:34:06 by Christian Weisgerber | Files touched by this commit (11) |
Log message: @dirrm shared directories |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2002-11-28 22:07:01 by Brad Smith | Files touched by this commit (1) |
Log message: do not include the WRKBUILD rooted libs dir in the installed copy of libintl.la |