[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2007-10-11 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   11-Oct-2007 15:16:05
  Branch: HEAD Handle: 2007101114160401

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
add support for FreeBSD 8.0-CURRENT

  Summary:
RevisionChanges Path
1.476   +1  -0  openpkg-src/openpkg/HISTORY
1.612   +1  -1  openpkg-src/openpkg/openpkg.spec
1.56+1  -1  openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.475 -r1.476 HISTORY
  --- openpkg-src/openpkg/HISTORY   10 Oct 2007 16:06:06 -  1.475
  +++ openpkg-src/openpkg/HISTORY   11 Oct 2007 13:16:04 -  1.476
  @@ -2,6 +2,7 @@
   2007
   
   
  +20071011 add support for FreeBSD 8.0-CURRENT
   20071010 upgrade to GNU tar 1.19
   20070914 upgrade to cURL 7.17.0
   20070909 print entire list of all %NoSource files instead of bailing out on 
the first missing file encountered
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.611 -r1.612 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  10 Oct 2007 16:06:06 -  1.611
  +++ openpkg-src/openpkg/openpkg.spec  11 Oct 2007 13:16:04 -  1.612
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20071010
  +%define   V_openpkg  20071011
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.55 -r1.56 rpmtool
  --- openpkg-src/openpkg/rpmtool   6 May 2007 22:17:05 -   1.55
  +++ openpkg-src/openpkg/rpmtool   11 Oct 2007 13:16:05 -  1.56
  @@ -340,7 +340,7 @@
   fi
   fi
   ;;
  -*:FreeBSD:[4567].*:* )
  +*:FreeBSD:[4-8].*:* )
   n=`/sbin/sysctl -n hw.ncpu`
   if [ ".$n" != . ]; then
   if [ $n -gt 1 ]; then
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2007-02-04 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Feb-2007 21:12:56
  Branch: HEAD Handle: 2007020420125500

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
unbreak rpmtool cflags tool detection

  Summary:
RevisionChanges Path
1.422   +1  -0  openpkg-src/openpkg/HISTORY
1.562   +1  -1  openpkg-src/openpkg/openpkg.spec
1.52+4  -2  openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.421 -r1.422 HISTORY
  --- openpkg-src/openpkg/HISTORY   30 Jan 2007 17:36:29 -  1.421
  +++ openpkg-src/openpkg/HISTORY   4 Feb 2007 20:12:55 -   1.422
  @@ -2,6 +2,7 @@
   2007
   
   
  +20070204 unbreak rpmtool cflags tool detection
   20070130 minor fixes in rpmtool and the corresponding man page
   20070130 upgrade to cURL 7.16.1
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.561 -r1.562 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  30 Jan 2007 08:34:29 -  1.561
  +++ openpkg-src/openpkg/openpkg.spec  4 Feb 2007 20:12:55 -   1.562
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20070130
  +%define   V_openpkg  20070204
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.51 -r1.52 rpmtool
  --- openpkg-src/openpkg/rpmtool   30 Jan 2007 13:15:42 -  1.51
  +++ openpkg-src/openpkg/rpmtool   4 Feb 2007 20:12:55 -   1.52
  @@ -450,11 +450,13 @@
   
   cflags )
   tool="$1"
  -isgcc=no
  -if [ ! -x "$tool" -o -d "$tool" ]; then
  +shtool=`echo $prog_path | sed -e 's;/[^/]*$;/shtool;'`
  +sh $shtool path --suppress $tool
  +if [ $? -ne 0 ]; then
   echo "$msgprefix:Error: specified tool \`$tool' not found or not 
executable" 1>&2
   exit 1
   fi
  +isgcc=no
   if [ ".`($tool -v; $tool --version) &1 | grep -i 
'gcc'`" != . ]; then
   isgcc=yes
   fi
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2006-11-29 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Nov-2006 11:36:43
  Branch: HEAD Handle: 2006112910364201

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
ajust wordings in package class hints according to current
classification (where especially PLUS is of a better grade than in the
past)

  Summary:
RevisionChanges Path
1.401   +1  -0  openpkg-src/openpkg/HISTORY
1.547   +1  -1  openpkg-src/openpkg/openpkg.spec
1.49+13 -12 openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.400 -r1.401 HISTORY
  --- openpkg-src/openpkg/HISTORY   14 Nov 2006 16:13:00 -  1.400
  +++ openpkg-src/openpkg/HISTORY   29 Nov 2006 10:36:42 -  1.401
  @@ -2,6 +2,7 @@
   2006
   
   
  +20061129 ajust wordings in package class hints according to current 
classification
   20061114 upgrade to openpkg-tools 1.1.1
   20061114 provide %{l_miniperl} and %{l_openssl} macros
   20061112 install zlib's zconf.h header as it is required by zlib.h
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.546 -r1.547 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  14 Nov 2006 16:13:00 -  1.546
  +++ openpkg-src/openpkg/openpkg.spec  29 Nov 2006 10:36:42 -  1.547
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20061114
  +%define   V_openpkg  20061129
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.48 -r1.49 rpmtool
  --- openpkg-src/openpkg/rpmtool   26 Oct 2006 19:51:24 -  1.48
  +++ openpkg-src/openpkg/rpmtool   29 Nov 2006 10:36:43 -  1.49
  @@ -1378,34 +1378,35 @@
   #   check package class from within .spec file macro expansion for 
%prep section
   class="$1"; shift
   case "$class" in
  -BASE|CORE )
  +CORE|BASE )
   ;;
   PLUS )
   echo "set +x"
   ( echo "This OpenPKG package is of class PLUS."
  -  echo "It is in prerelease state and might be ready for 
release soon."
  -  echo "Nevertheless, use it with great care in production 
environments."
  -  echo "It might be unstable and break your environment."
  -  echo "Only CORE and BASE class packages are production 
grade."
  +  echo "This means it is still in extended QUALITY ASSURANCE 
state."
  +  echo "Hence it is still NOT ready for careless use."
  +  echo "Do not use it in critical production environments."
  +  echo "It might be still potentially unstable under 
run-time."
   ) | sh $prog_path msg -r -t notice | sed -e 's;^;echo ";' -e 
's;$;";'
   echo "set -x"
   ;;
   EVAL )
   echo "set +x"
   ( echo "This OpenPKG package is of class EVAL."
  -  echo "It is in evaluation state and still not ready for 
release."
  -  echo "Hence, do not use it in production environments."
  -  echo "It might be unstable or incompletely packaged."
  -  echo "Only CORE and BASE class packages are production 
grade."
  +  echo "This means it is still in EVALUATION and QUALITY 
ASSURANCE state."
  +  echo "Hence it is still NOT ready for general use."
  +  echo "Do not use it in production environments."
  +  echo "It might be unstable under run-time or still 
incompletely packaged."
   ) | sh $prog_path msg -r -t warn | sed -e 's;^;echo ";' -e 
's;$;";'
   echo "set -x"
   ;;
   JUNK )
   echo "set +x"
   ( echo "This OpenPKG package is of class JUNK."
  -  echo "It is in development state and still not even ready 
for evaluation."
  -  echo "Do not use it at all, as it is definitely unstable 
and incomplete."
  -  echo "Only CORE and BASE class packages are production 
grade."
 

[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2006-10-26 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   26-Oct-2006 21:51:25
  Branch: HEAD Handle: 2006102620512301

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
fix number of CPU detection in rpmtool to support recent FreeBSDs &
NetBSDs

  Summary:
RevisionChanges Path
1.394   +1  -0  openpkg-src/openpkg/HISTORY
1.540   +1  -1  openpkg-src/openpkg/openpkg.spec
1.48+2  -2  openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.393 -r1.394 HISTORY
  --- openpkg-src/openpkg/HISTORY   24 Oct 2006 08:36:29 -  1.393
  +++ openpkg-src/openpkg/HISTORY   26 Oct 2006 19:51:23 -  1.394
  @@ -2,6 +2,7 @@
   2006
   
   
  +20061026 fix number of CPU detection in rpmtool to support recent FreeBSDs & 
NetBSDs
   20061024  RELEASE AS PART OF OPENPKG 2.20061024 ***
   20061024 try to workaround GNU tar build problems
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.539 -r1.540 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  24 Oct 2006 08:36:29 -  1.539
  +++ openpkg-src/openpkg/openpkg.spec  26 Oct 2006 19:51:23 -  1.540
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20061024
  +%define   V_openpkg  20061026
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.47 -r1.48 rpmtool
  --- openpkg-src/openpkg/rpmtool   13 May 2006 17:21:28 -  1.47
  +++ openpkg-src/openpkg/rpmtool   26 Oct 2006 19:51:24 -  1.48
  @@ -363,7 +363,7 @@
   fi
   fi
   ;;
  -*:FreeBSD:[45].*:* )
  +*:FreeBSD:[4567].*:* )
   n=`/sbin/sysctl hw.ncpu | awk '{ print $2; }'`
   if [ ".$n" != . ]; then
   if [ $n -gt 1 ]; then
  @@ -375,7 +375,7 @@
   fi
   fi
   ;;
  -*:NetBSD:1.[56]*:* )
  +*:NetBSD:1.[56]*:* | *:NetBSD:[234].*:* )
   n=`/sbin/sysctl hw.ncpu | awk '{ print $3; }'`
   if [ ".$n" != . ]; then
   if [ $n -gt 1 ]; then
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2005-07-26 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Jul-2005 08:24:39
  Branch: HEAD Handle: 2005072707243900

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
added to rpmtool the detetection for 'number of CPUs' under AIX for
'make -j'

  Summary:
RevisionChanges Path
1.282   +2  -0  openpkg-src/openpkg/HISTORY
1.436   +1  -1  openpkg-src/openpkg/openpkg.spec
1.44+13 -0  openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.281 -r1.282 HISTORY
  --- openpkg-src/openpkg/HISTORY   26 Jul 2005 15:48:27 -  1.281
  +++ openpkg-src/openpkg/HISTORY   27 Jul 2005 06:24:39 -  1.282
  @@ -2,6 +2,8 @@
   2005
   
   
  +20050727 added to rpmtool the detetection for "number of CPUs" under AIX for 
"make -j"
  +
   20050726  RELEASE AS PART OF OPENPKG 2.4.2 ***
   20050726 Cosmetics in "openpkg rpm --help" output
   20050726 Add %{l_ar} and %{l_ld} macros for easier bootstrapping
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.435 -r1.436 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  26 Jul 2005 07:24:56 -  1.435
  +++ openpkg-src/openpkg/openpkg.spec  27 Jul 2005 06:24:39 -  1.436
  @@ -38,7 +38,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20050726
  +%define   V_openpkg  20050727
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.43 -r1.44 rpmtool
  --- openpkg-src/openpkg/rpmtool   24 Mar 2005 11:19:44 -  1.43
  +++ openpkg-src/openpkg/rpmtool   27 Jul 2005 06:24:39 -  1.44
  @@ -430,6 +430,19 @@
   fi
   fi
   ;;
  +*:AIX:*:* )
  +if [ ".$isgmake" = .yes ]; then
  +if [ -x /usr/sbin/lsdev ]; then
  +n=`/usr/sbin/lsdev -C -c processor -S available 
| wc -l | awk '{ print $1; }'`
  +if [ ".$n" != . ]; then
  +if [ $n -gt 1 ]; then
  +n=`expr $n \* 2`
  +mflags="$mflags -j$n"
  +fi
  +fi
  +fi
  +fi
  +;;
   esac
   fi
   echo "x$mflags" | sed -e 's;^x;;'
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2005-02-09 Thread Ralf S. Engelschall
  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  Date:   09-Feb-2005 16:02:19
  Branch: HEAD Handle: 2005020915021700

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
workaround PIC/DSO related problems under FreeBSD on amd64/ia64 by
enforcing -fPIC (excluded in 2.2.3)

  Summary:
RevisionChanges Path
1.244   +1  -0  openpkg-src/openpkg/HISTORY
1.397   +1  -1  openpkg-src/openpkg/openpkg.spec
1.42+12 -0  openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.243 -r1.244 HISTORY
  --- openpkg-src/openpkg/HISTORY   3 Feb 2005 19:03:29 -   1.243
  +++ openpkg-src/openpkg/HISTORY   9 Feb 2005 15:02:17 -   1.244
  @@ -2,6 +2,7 @@
   2005
   
   
  +20050209 workaround PIC/DSO related problems under FreeBSD on amd64/ia64 by 
enforcing -fPIC (excluded in 2.2.3)
   20050203 fix the basename(3) issues the correct way by including 
   20050202 fix DESTDIR not being passed to subdir make
   20050202 update platform support to match current state of buildfarm
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.396 -r1.397 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  3 Feb 2005 16:04:43 -   1.396
  +++ openpkg-src/openpkg/openpkg.spec  9 Feb 2005 15:02:17 -   1.397
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20050203
  +%define   V_openpkg  20050209
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.41 -r1.42 rpmtool
  --- openpkg-src/openpkg/rpmtool   20 Jan 2005 11:08:53 -  1.41
  +++ openpkg-src/openpkg/rpmtool   9 Feb 2005 15:02:17 -   1.42
  @@ -462,6 +462,18 @@
   cflags="-O"
   fi
   fi
  +case "$platform" in
  +amd64:FreeBSD:*:* | ia64:FreeBSD:*:* )
  +#   at least under FreeBSD on amd64 and ia64 the GNU
  +#   binutils strictly require Position Independent
  +#   Code (PIC) when Dynamic Shared Objects (DSO) are
  +#   involved. As an ugly workaround we build everything
  +#   with PIC there, although this is more than required.
  +#   We also can assume that the C compiler is always
  +#   GCC, either the OpenPKG one or the FreeBSD one.
  +cflags="-fPIC"
  +;;
  +esac
   echo "x$cflags" | sed -e 's;^x;;'
   ;;
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2004-05-01 Thread Ralf S. Engelschall
  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  Date:   01-May-2004 20:25:59
  Branch: HEAD Handle: 2004050119255800

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
use better GCC detection in "rpmtool cflags" (taken over from "gcc"
package)

  Summary:
RevisionChanges Path
1.172   +1  -0  openpkg-src/openpkg/HISTORY
1.325   +1  -1  openpkg-src/openpkg/openpkg.spec
1.37+1  -1  openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.171 -r1.172 HISTORY
  --- openpkg-src/openpkg/HISTORY   29 Apr 2004 15:08:20 -  1.171
  +++ openpkg-src/openpkg/HISTORY   1 May 2004 18:25:58 -   1.172
  @@ -2,6 +2,7 @@
   2004
   
   
  +20040501 use better GCC detection in "rpmtool cflags" (taken over from "gcc" 
package)
   20040429 make sure /etc/rc does not complain in cronjobs of non-privileged 
setups
   20040429 port to NetBSD 1.6.2
   20040428 fix "openpkg man" command now that OPENPKG_TOOLS_CMDPATH is not provided
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.324 -r1.325 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  29 Apr 2004 15:08:20 -  1.324
  +++ openpkg-src/openpkg/openpkg.spec  1 May 2004 18:25:58 -   1.325
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20040429
  +%define   V_openpkg  20040501
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.36 -r1.37 rpmtool
  --- openpkg-src/openpkg/rpmtool   22 Apr 2004 08:53:56 -  1.36
  +++ openpkg-src/openpkg/rpmtool   1 May 2004 18:25:58 -   1.37
  @@ -439,7 +439,7 @@
   cflags )
   tool="$1"
   isgcc=no
  -if [ ".`$tool --version 2>/dev/null | egrep '(2.[7-9]|3.[0-5])'`" != . ]; 
then
  +if [ ".`($tool -v; $tool --version) &1 | grep -i 'gcc'`" != . 
]; then
   isgcc=yes
   fi
   cflags=''
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool

2004-04-22 Thread Ralf S. Engelschall
  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  Date:   22-Apr-2004 10:53:56
  Branch: HEAD Handle: 2004042209535501

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool

  Log:
backout added hack to "rpmtool cflags -O" processing because it was
incorrect

  Summary:
RevisionChanges Path
1.165   +1  -0  openpkg-src/openpkg/HISTORY
1.319   +1  -1  openpkg-src/openpkg/openpkg.spec
1.36+1  -4  openpkg-src/openpkg/rpmtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.164 -r1.165 HISTORY
  --- openpkg-src/openpkg/HISTORY   21 Apr 2004 16:45:04 -  1.164
  +++ openpkg-src/openpkg/HISTORY   22 Apr 2004 08:53:55 -  1.165
  @@ -2,6 +2,7 @@
   2004
   
   
  +20040422 backout added hack to "rpmtool cflags -O" processing because it was 
incorrect
   20040421 add hack to "rpmtool cflags -O" processing because Tru64 doesn't know 
plain "-O" option
   20040421 POSIX compliance: replace "head -1" with "sed -e 'q'" and "tail -1" with 
"sed -n -e '$p'"
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.318 -r1.319 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  21 Apr 2004 15:18:06 -  1.318
  +++ openpkg-src/openpkg/openpkg.spec  22 Apr 2004 08:53:55 -  1.319
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20040421
  +%define   V_openpkg  20040422
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  
  $ cvs diff -u -r1.35 -r1.36 rpmtool
  --- openpkg-src/openpkg/rpmtool   21 Apr 2004 16:45:04 -  1.35
  +++ openpkg-src/openpkg/rpmtool   22 Apr 2004 08:53:56 -  1.36
  @@ -451,10 +451,7 @@
   cflags="$cflags -pipe"
   fi
   else
  -case $platform in
  -   *:OSF1:*:* ) cflags="-O1" ;;
  -   *  ) cflags="-O"  ;;
  -esac
  +cflags="-O"
   fi
   fi
   echo "x$cflags" | sed -e 's;^x;;'
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]