2015-03-15 Vlad Glagolev * DETAILS: PATCHLEVEL=1 to register triggers * TRIGGERS: added, to check consistency before glibc cast 2015-01-31 Pavel Vinogradov * PRE_BUILD: made gettextize non-interactive 2015-01-14 Ladislav Hagara * DETAILS: 0.19.4 2014-10-17 Treeve Jelbert * DETAILS: version 0.19.3 2014-10-03 Treeve Jelbert * DEPENDS: fix typo 2014-09-27 Treeve Jelbert * DEPENDS: icu is only needed if libxmls2 uses it 2014-09-09 Remko van der Vossen * DEPENDS: icu 2014-07-14 Treeve Jelbert * DETAILS: version 0.19.2 2014-06-10 Treeve Jelbert * DETAILS: version 0.19.1 2014-06-05 Treeve Jelbert * DETAILS: version 0.19 2014-04-22 Vlad Glagolev * DEPENDS: libxml2 is optional 2014-04-05 Treeve Jelbert * DETAILS: version 0.18.3.2 2013-08-18 Ladislav Hagara * DETAILS: 0.18.3.1 2013-07-11 Treeve Jelbert * DEPENDS: add optional libunistring * BUILD: remove make_single 2013-07-10 Ladislav Hagara * DETAILS: 0.18.3 2013-03-27 Treeve Jelbert * DEPENDS: add libxml2 2012-10-08 Vlad Glagolev * PRE_BUILD: added, to fix build with glibc 2.16 2012-05-13 Vlad Glagolev * DETAILS: PATCHLEVEL=1 * BUILD: force internal glib2, so basesystem can be glib2-free, which depends on python 2012-02-06 Florian Franzmann * DEPENDS: made the dependency on libcroco optional 2012-02-06 Florian Franzmann * DEPENDS: added dependency on libcroco 2011-07-30 Florian Franzmann * DEPENDS: changed dependency on g++ to dependency on gcc with sub-depends on CXX (scripted) 2011-04-20 Eric Sandall * DEPENDS: Optionally depends on emacs Adds http://www.gnu.org/s/hello/manual/gettext/PO-Mode.html 2010-06-07 Ladislav Hagara * DETAILS: 0.18.1.1 2010-06-04 Vlad Glagolev * DETAILS: updated spell to 0.18.1 2010-05-16 Vlad Glagolev * CONFIGURE: removed * DETAILS: PATCHLEVEL=1 * DEPENDS: removed pth dependency, since it's broken * BUILD: force POSIX threads 2010-05-10 Vlad Glagolev * DETAILS: updated spell to 0.18; quoting paths; added UPSTREAM_KEY; corrected desc * BUILD: removed unneeded hacks * DEPENDS: rewritten, with support of new deps 2009-09-24 Andraž "ruskie" Levstik * DEPENDS: switch from tetex to texlive [auto] 2008-01-28 Jaka Kranjc * BUILD: added missing parameter to the is_depends_enabled call * INSTALL: added missing parameter to the is_depends_enabled call 2007-11-07 Ladislav Hagara * DETAILS: 0.17 2007-05-08 Arjan Bouter * DEPENDS: made texinfo optional 2007-02-16 Eric Sandall * CONFIGURE: Removed tetex query, now handled by optional_depends * DEPENDS: Properly optionally depend on tetex * BUILD,INSTALL: Use is_depends_enabled to check for tetex 2006-11-28 Ladislav Hagara * DETAILS: 0.16.1 2006-10-30 George Sherwood * DETAILS: Updated to 0.16 2006-09-04 George Sherwood * DETAILS: Updated to 0.15. Removed UPDATED and BUILD_API=2 Switched to GPG Checking using gnu.gpg 2006-06-22 Ladislav Hagara * DETAILS: 0.14.6 2006-03-12 Karsten Behrmann * DETAILS: (automated) Add KEYWORDS 2006-02-08 Eric Sandall * DEPENDS: Depends on smgl-fhs (for directory structure) Added missing '&&' after CSHARP optional dependency 2006-02-06 Eric Sandall * DEPENDS: Depends on gnupg (for SOURCE verification) 2006-02-06 Arwed v. Merkatz * BUILD, CONFIGURE, DEPENDS, INSTALL: enable documentation build again, see bug #10251 2006-01-21 Arwed v. Merkatz * BUILD, CONFIGURE, DEPENDS, INSTALL: disable documentation build as it fails, bug #10251 2005-12-29 Eric Sandall * BUILD: Use make_single and make_normal (fails with multiple make jobs) 2005-11-29 Seth Woolley * DETAILS: MD5 -> SHA512 2005-07-27 George Sherwood * DETAILS: Updated to 0.14.5 2005-05-23 Andrew Stitt * INSTALL: add a missing && that caused a make install failure to be ignored 2005-05-12 Andrew Stitt * BUILD, INSTALL: Update to install into a chroot correctly, bug 8853. 2005-05-09 Arwed v. Merkatz * BUILD: disable emacs, fixes bug #8592 2005-04-19 Ladislav Hagara * DETAILS: 0.14.4 2005-04-14 Eric Sandall * INSTALL: Don't fail to remove/move files if they don't exist (e.g. installing to a clean install_root) 2005-04-09 Eric Sandall * DETAILS: Updated to 0.14.3 * BUILD: Removed make_single * INSTALL: Replaced make_normal with make_single (fails here) 2005-04-07 Eric Sandall * DETAILS: Removed MAKE_NJOBS=1 * BUILD: Run make_single before make * INSTALL: Run make_normal before installation * HISTORY: Formatted to Guru Handbook 2005-04-07 Eric Sandall * INSTALL: Don't use spell_ok since that doesn't take into account optional_depends Use a grep to check the optional_depends g++ flags and then take action Also remove ${INSTALL_ROOT}/usr/local/include/autosprintf.h if we don't want g++ Bug #8573 2005-02-25 Eric Sandall * DETAILS: Updated to 0.14.2 Removed explicit gnu.org SOURCE_URL[1] Added MAKE_NJOBS=1 (sad, as it only fails during INSTALL) * CONFIGURE: Query for usage of tetex * DEPENDS: Use config_query and if/fi to use tetex only if they want, not just if it's installed (so I can test gettext without g++, since tetex needs g++ [Bug #8319]) * PRE_BUILD,g++.patch.bz2: Removed, no longer needed (and doesn't apply ;)) * BUILD,INSTALL: Only use tetex if the user wants, not if it's installed Fixes Bug #8045 2004-12-13 Eric Sandall * DETAILS: Shortened SHORT * DEPENDS: Optionally depend on CSHARP and g++ * BUILD: Use spell_ok instead of spell_installed Cleaned up formatting * INSTALL: Use spell_ok instead of spell_installed Cleaned up formatting Don't move autosprintf if g++ isn't installed (it won't exist) * PRE_BUILD: Apply g++.patch if g++ isn't ok (via spell_ok) * g++.patch: Remove c++/g++/CXX so that gettext doesn't need it. What a mess, if anyone has a better method, please feel free to clean up my shenanigans. 2004-11-05 Robin Cook * DETAILS: added BUILD_API=2 * BUILD: removed section belonging in INSTALL * INSTALL: move from BUILD into here and added moving autosprintf.h to /usr/include since it was still being installed in /usr/local/include for me. 2004-10-02 Sergey Lipnevich * BUILD: autosprintf.h is not in /usr/local/include anymore. 2004-09-06 Eric Sandall * DEPENDS: teTeX renamed to tetex 2004-07-18 Eric Sandall * BUILD: teTeX renamed to tetex * DEPENDS: teTeX renamed to tetex Formatted to Guru Handbook 2004-07-07 Arwed v. Merkatz * DEPENDS: removed dependency on libstdc++ 2004-06-20 Sergey Lipnevich * DEPENDS: surprisingly, depends on libstdc++. 2004-01-30 Eric Sandall * DETAILS: Updated to 0.14.1 2004-01-29 hgg * DEPENDS: automake and m4 no longer needed * BUILD: bug #5553 infodir and mandir switches added 2003-12-18 Eric Sandall * DETAILS: Updated to 0.13.1 2003-12-02 Eric Sandall * DEPENDS: Added texinfo (new version needs the `makeinfo` command from texinfo) 2003-12-01 Eric Sandall * DETAILS: Updated to 0.13 * HISTORY: Formatted to Guru Handbook 2003-10-23 Sergey Lipnevich * BUILD: don't assume that install/md5sum logs exist. 2003-08-31 hgg * BUILD: Change so libintl.h isn't truly installed so glibc doesn't have to be rebuilt after gettext. 2003-07-14 hgg * BUILD: Fix for bug#3724 and rewrite as source structure changed for latest release, remove linuxdoc-tools as optional_depends 2003-07-06 hgg * BUILD: Added export from IRC bug 2003-06-26 Eric Sandall * DEPENDS: Changed dependency from autoconf to automake 2003-06-25 hgg * DETAILS: Update to 0.12.1 * CONFLICTS: Removed automake 2002-11-15 Julian v. Bock * DETAILS: set VERSION to 0.11.5. 2002-11-10 Julian v. Bock * POST_INSTALL: remove. 2002-10-14 Julian v. Bock * DETAILS: add LICENSE and MD5 fields. 2002-07-30 Julian v. Bock * DETAILS: set VERSION to 0.11.4. 2002-07-25 Julian v. Bock * DETAILS: downgrade VERSION to 0.11.2 due to bash compilation problems. 2002-07-23 Julian v. Bock * DETAILS: set VERSION to 0.11.3. 2002-06-18 Julian v. Bock * CONFLICTS: add (spell conflicts with automake). 2002-04-30 Julian v. Bock * DETAILS: set version number to 0.11.2. 2002-03-14 Julian v. Bock * DETAILS: set version number to 0.11.1. .