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:   27-Jul-2003 13:13:41
  Branch: HEAD                             Handle: 2003072712133902

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

  Log:
    unbreak Samba printing and similar applications which insist that
    TMPDIR exists still after they were started by not exporting TMPDIR at
    all

  Summary:
    Revision    Changes     Path
    1.20        +1  -0      openpkg-src/openpkg/HISTORY
    1.182       +1  -1      openpkg-src/openpkg/openpkg.spec
    1.43        +0  -4      openpkg-src/openpkg/rc
    1.5843      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.19 -r1.20 HISTORY
  --- openpkg-src/openpkg/HISTORY       21 Jul 2003 10:22:02 -0000      1.19
  +++ openpkg-src/openpkg/HISTORY       27 Jul 2003 11:13:41 -0000      1.20
  @@ -2,6 +2,7 @@
   2003
   ====
   
  +20030727 rc: do not export TMPDIR at all, it causes problems for applications once 
the directory is gone
   20030721 rc: do not use TMPDIR -- instead use hard-coded /tmp
   20030719 openpkg.boot: try to make build environment more sane by setting umask and 
unsetting some strange aliases
   20030718 rc.func: opXXX replaced by rcXXX; add rc(8) manual page; add pod2man.sh; 
fix perl/ warnings under building
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.181 -r1.182 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  23 Jul 2003 13:32:08 -0000      1.181
  +++ openpkg-src/openpkg/openpkg.spec  27 Jul 2003 11:13:41 -0000      1.182
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define       V_openpkg 20030723
  +%define       V_openpkg 20030727
   
   #   the used software versions
   %define       V_rpm     4.0.2
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rc
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 rc
  --- openpkg-src/openpkg/rc    21 Jul 2003 10:22:02 -0000      1.42
  +++ openpkg-src/openpkg/rc    27 Jul 2003 11:13:41 -0000      1.43
  @@ -139,9 +139,6 @@
       exit 1
   fi
   declare -r tmpdir
  -TMPDIR_ORIG="$TMPDIR"
  -TMPDIR="$tmpdir"
  -export TMPDIR
   trap "trap - EXIT INT ABRT QUIT TERM; rm -rf $tmpdir >/dev/null 2>&1 || true" EXIT 
INT ABRT QUIT TERM
   
   #   determine reasonable temporary files
  @@ -587,7 +584,6 @@
               MANPATH="$MANPATH" \
               INFOPATH="$INFOPATH" \
               LD_LIBRARY_PATH="$LD_LIBRARY_PATH" \
  -            TMPDIR="$TMPDIR_ORIG" \
               $bash --norc --noprofile --posix \
               $tmpfile >$outfile 2>/dev/null
           cp $outfile $tmpfile
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5842 -r1.5843 news.txt
  --- openpkg-web/news.txt      27 Jul 2003 07:33:12 -0000      1.5842
  +++ openpkg-web/news.txt      27 Jul 2003 11:13:39 -0000      1.5843
  @@ -1,3 +1,4 @@
  +27-Jul-2003: Upgraded package: P<openpkg-20030727-20030727>
   27-Jul-2003: Upgraded package: P<ncurses-5.3.20030726-20030727>
   27-Jul-2003: Upgraded package: P<vim-6.2.41-20030727>
   27-Jul-2003: Upgraded package: P<pgadmin-0.8.0.20030727-20030727>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to