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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   29-May-2003 21:22:26
  Branch: HEAD                             Handle: 2003052920222401

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

  Log:
    try to fix locking

  Summary:
    Revision    Changes     Path
    1.34        +6  -4      openpkg-src/minicom/minicom.spec
    1.4631      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/minicom/minicom.spec
  ============================================================================
  $ cvs diff -u -r1.33 -r1.34 minicom.spec
  --- openpkg-src/minicom/minicom.spec  18 May 2003 18:06:04 -0000      1.33
  +++ openpkg-src/minicom/minicom.spec  29 May 2003 19:22:25 -0000      1.34
  @@ -33,7 +33,7 @@
   Group:        Communication
   License:      BSD
   Version:      2.1
  -Release:      20030518
  +Release:      20030529
   
   #   list of sources
   Source0:      http://alioth.debian.org/download.php/123/minicom-%{version}.tar.gz
  @@ -55,10 +55,11 @@
   %build
       #   determine default serial device
       device="/dev/modem"
  +    lockdir="/var/lock"
       case "%{l_target}" in
  -        *-freebsd* ) device=/dev/cuaa0 ;;
  -        *-linux*   ) device=/dev/ttyS0 ;;
  -        *-solaris* ) device=/dev/cua/a ;;
  +        *-freebsd* ) device=/dev/cuaa0; lockdir=/var/spool/lock  ;;
  +        *-linux*   ) device=/dev/ttyS0; lockdir=/var/lock        ;;
  +        *-solaris* ) device=/dev/cua/a; lockdir=/var/spool/locks ;;
       esac
   
       #   configure sources
  @@ -67,6 +68,7 @@
       ./configure \
           --prefix=%{l_prefix} \
           --sysconfdir=%{l_prefix}/etc/minicom \
  +        --enable-lock-dir=$lockdir \
           --enable-dfl-port=$device \
           --disable-nls
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.4630 -r1.4631 news.txt
  --- openpkg-web/news.txt      29 May 2003 18:49:02 -0000      1.4630
  +++ openpkg-web/news.txt      29 May 2003 19:22:24 -0000      1.4631
  @@ -1,3 +1,4 @@
  +29-May-2003: Upgraded package: P<minicom-2.1-20030529>
   29-May-2003: Upgraded package: P<perl-util-20030529-20030529>
   29-May-2003: Upgraded package: P<apache-1.3.27-20030529>
   29-May-2003: Upgraded package: P<php-4.3.2-20030529>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to