[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-devel
Subject:    [E-devel] gettext patch for FreeBSD people only
From:       Kirby Kuehl <kkuehl () cisco ! com>
Date:       2002-05-12 20:09:24
[Download RAW message or body]

For those of you who run FreeBSD and keep up with the latest versions of
packages in the ports collection...

Recently FreeBSD branched gettext (0.11.x) and gettext-old (0.10.x)
pkg_info | grep gettext
gettext-0.10.35_2   GNU gettext package
gettext-0.11.1_3    GNU gettext package

The 0.11.x version of gettext is incompatible with the compilation of e.

I have attached a patch that uses gettextize-old and gettext-old which
are the new names for gettext 0.10.x under FreeBSD. Apply it or change
your autogen.sh manually and things work fine :)

Kirby / vac_


["e.patch" (TEXT/PLAIN)]

Index: autogen.sh
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/autogen.sh,v
retrieving revision 1.4
diff -u -r1.4 autogen.sh
--- autogen.sh  21 Mar 2002 11:44:11 -0000      1.4
+++ autogen.sh  12 May 2002 19:51:46 -0000
@@ -31,7 +31,7 @@

 grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
   grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
-  (gettext --version) < /dev/null > /dev/null 2>&1 || {
+  (gettext-old --version) < /dev/null > /dev/null 2>&1 || {
     echo
     echo "**Error**: You must have \`gettext' installed."
     echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
@4
          echo "Running gettextize...  Ignore non-fatal messages."
-         echo "no" | gettextize --force --copy || abort "gettextize"
+         echo "no" | gettextize-old --force --copy || abort "gettextize"
          echo "Making $dr/aclocal.m4 writable ..."
          test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
         fi
@@ -120,7 +120,7 @@
        echo "Creating $dr/aclocal.m4 ..."
        test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
        echo "Running gettextize...  Ignore non-fatal messages."
-       echo "no" | gettextize --force --copy || abort "gettextize"
+       echo "no" | gettextize-old --force --copy || abort "gettextize"
        echo "Making $dr/aclocal.m4 writable ..."
        test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
       fi


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic