OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   06-Oct-2004 15:05:42
  Branch: HEAD                             Handle: 2004100614054100

  Modified files:
    openpkg-src/gettext     gettext.spec

  Log:
    get rid of java and csharp support for gettext

  Summary:
    Revision    Changes     Path
    1.47        +16 -9      openpkg-src/gettext/gettext.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gettext/gettext.spec
  ============================================================================
  $ cvs diff -u -r1.46 -r1.47 gettext.spec
  --- openpkg-src/gettext/gettext.spec  28 May 2004 13:03:42 -0000      1.46
  +++ openpkg-src/gettext/gettext.spec  6 Oct 2004 13:05:41 -0000       1.47
  @@ -34,7 +34,7 @@
   Group:        Converter
   License:      GPL
   Version:      0.14.1
  -Release:      20040528
  +Release:      20041006
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
  @@ -71,14 +71,21 @@
           gettext-runtime/intl/Makefile.in
       %{l_shtool} subst \
           -e 's;\(SUBDIRS.*=.*\)intl-java ;\1;' \
  -        gettext-runtime/Makefile.in gettext-tools/Makefile.in
  -    ( echo 'ac_cv_prog_HAVE_GCJ_IN_PATH=${ac_cv_prog_HAVE_GCJ_IN_PATH=no}'
  -      echo 'ac_cv_prog_HAVE_JAVAC_IN_PATH=${ac_cv_prog_HAVE_JAVAC_IN_PATH=no}'
  -      echo 'ac_cv_prog_HAVE_JIKES_IN_PATH=${ac_cv_prog_HAVE_JIKES_IN_PATH=no}'
  -      echo 'ac_cv_prog_JAR=${ac_cv_prog_JAR=no}'
  -    ) >config.cache
  -    cp config.cache gettext-runtime/config.cache
  -    cp config.cache gettext-tools/config.cache
  +        -e 's;\(SUBDIRS.*=.*\)intl-csharp ;\1;' \
  +         gettext-runtime/Makefile.in
  +    %{l_shtool} subst \
  +        -e 's;^.*intl-java/Makefile.*$;;' \
  +        -e 's;^.*intl-csharp/Makefile.*$;;' \
  +        gettext-runtime/configure
  +    %{l_shtool} subst \
  +        -e 's;@BUILDJAVA@;no;g' \
  +        -e 's;@BUILDJAVAEXE@;no;g' \
  +        -e 's;@BUILDCSHARP@;no;g' \
  +        gettext-tools/src/Makefile.in
  +    %{l_shtool} subst \
  +        -e 's;\#if USEJEXE;#ifdef USEJEXE;' \
  +        gettext-tools/src/read-java.c \
  +        gettext-tools/src/urlget.c
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to