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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   13-Mar-2003 23:43:24
  Branch: HEAD                             Handle: 2003031322432102

  Modified files:
    openpkg-src/xterm       xterm.spec
    openpkg-web             news.txt

  Log:
    Work around autoconf failure to detect missing XkbBell X11 extension

  Summary:
    Revision    Changes     Path
    1.44        +7  -1      openpkg-src/xterm/xterm.spec
    1.3679      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xterm/xterm.spec
  ============================================================================
  $ cvs diff -u -r1.43 -r1.44 xterm.spec
  --- openpkg-src/xterm/xterm.spec      10 Mar 2003 19:09:11 -0000      1.43
  +++ openpkg-src/xterm/xterm.spec      13 Mar 2003 22:43:23 -0000      1.44
  @@ -38,7 +38,7 @@
   Group:        XWindow
   License:      X11
   Version:      %{V_whole}
  -Release:      20030310
  +Release:      20030313
   
   #   list of sources
   Source0:      ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
  @@ -67,9 +67,15 @@
   
   %build
       ( cd xterm-%{V_xterm}
  +      case "%{l_target}" in
  +          *-solaris* )
  +          echo "ac_cv_func_XkbBell=no" > config.cache
  +          ;;
  +      esac
         CC="%{l_cc}" \
         CFLAGS="%{l_cflags -O}" \
         ./configure \
  +          --cache-file=./config.cache \
             --prefix=%{l_prefix} \
             --with-x \
             --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.3678 -r1.3679 news.txt
  --- openpkg-web/news.txt      13 Mar 2003 21:26:13 -0000      1.3678
  +++ openpkg-web/news.txt      13 Mar 2003 22:43:21 -0000      1.3679
  @@ -1,3 +1,4 @@
  +13-Mar-2003: Upgraded package: P<xterm-1.75-20030313>
   13-Mar-2003: Upgraded package: P<screen-3.9.15-20030313>
   13-Mar-2003: Upgraded package: P<ircii-20030313-20030313>
   13-Mar-2003: Upgraded package: P<docbook-4.2-20030313>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to