RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Anders F. Björklund <afb@rpm5.org>
Date: Fri 09 Nov 2007 - 01:16:38 CET
Message-Id: <20071109001638.E328534845E@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   09-Nov-2007 01:16:38
  Branch: HEAD                             Handle: 2007110900163800

  Modified files:
    rpm                     devtool.conf

  Log:
    copy rse build fixes, from %standalone to %macosx

  Summary:
    Revision    Changes     Path
    2.119       +5  -1      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.118 -r2.119 devtool.conf
  --- rpm/devtool.conf	7 Nov 2007 08:23:41 -0000	2.118
  +++ rpm/devtool.conf	9 Nov 2007 00:16:38 -0000	2.119
  @@ -1483,12 +1483,16 @@
                           -e 's;@BUILDCSHARP@;no;g' \
                           gettext-tools/src/Makefile.in
                       $SHTOOL subst \
  -                        -e 's;^\(SUBDIRS =.*\)tests examples;\1;' \
  +                        -e 's;^\(SUBDIRS =.*\)tests gnulib-tests examples;\1;' \
                           gettext-tools/Makefile.in
                       $SHTOOL subst \
                           -e 's;\#if USEJEXE;#ifdef USEJEXE;' \
                           gettext-tools/src/read-java.c \
                           gettext-tools/src/urlget.c
  +                    $SHTOOL subst \
  +                        -e 's;\(#define LIBXML_ICONV_ENABLED\);\1_DUMMY;' \
  +                        gnulib-local/lib/libxml/xmlversion.in.h \
  +                        gettext-tools/gnulib-lib/libxml/xmlversion.in.h
                       CC="cc" \
                       GREP="grep" \
                       ./configure \
  @@ .
Received on Fri Nov 9 01:16:38 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.