[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   07-Oct-2009 20:30:31
  Branch: HEAD Handle: 2009100719303100

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
upgrading package: gdb 6.8 -> 7.0

  Summary:
RevisionChanges Path
1.14+14 -14 openpkg-src/gdb/gdb.patch
1.59+2  -2  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.13 -r1.14 gdb.patch
  --- openpkg-src/gdb/gdb.patch 11 Oct 2007 06:22:24 -  1.13
  +++ openpkg-src/gdb/gdb.patch 7 Oct 2009 18:30:31 -   1.14
  @@ -1,7 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2007-10-10 19:09:32 +0200
  -+++ Makefile.in  2007-10-11 08:17:24 +0200
  -@@ -478,10 +478,6 @@
  +--- Makefile.in.orig 2009-10-06 18:38:07 +0200
   Makefile.in  2009-10-07 19:36:16 +0200
  +@@ -610,10 +610,6 @@
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
"EXPECT=$(EXPECT)" \
"FLEX=$(FLEX)" \
  @@ -9,18 +9,18 @@
   -"INSTALL_DATA=$(INSTALL_DATA)" \
   -"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
   -"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
  + "LDFLAGS_FOR_BUILD=$(LDFLAGS_FOR_BUILD)" \
"LEX=$(LEX)" \
"M4=$(M4)" \
  - "MAKE=$(MAKE)" \
   Index: gdb/configure
   gdb/configure.orig   2007-09-29 22:54:13 +0200
  -+++ gdb/configure2007-10-11 08:17:24 +0200
  -@@ -10908,7 +10908,7 @@
  +--- gdb/configure.orig   2009-10-01 21:37:31 +0200
   gdb/configure2009-10-07 19:37:09 +0200
  +@@ -9732,7 +9732,7 @@

  - 
  - 
  --for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h
  -+for ac_header in ncurses.h ncurses/ncurses.h curses.h cursesX.h
  - do
  - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  - if eval "test \"\${$as_ac_Header+set}\" = set"; then
  + fi ;;
  + esac
  +-for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h 
ncurses/term.h
  ++for ac_header in ncurses.h ncurses/ncurses.h ncurses/term.h curses.h 
cursesX.h 
  + do :
  +   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  + ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" 
"$ac_includes_default"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.58 -r1.59 gdb.spec
  --- openpkg-src/gdb/gdb.spec  18 Apr 2009 21:50:20 -  1.58
  +++ openpkg-src/gdb/gdb.spec  7 Oct 2009 18:30:31 -   1.59
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Debugging
   License:  GPL
  -Version:  6.8
  -Release:  20090418
  +Version:  7.0
  +Release:  20091007
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2007-10-10 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:   11-Oct-2007 08:22:25
  Branch: HEAD Handle: 2007101107222400

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
upgrading package: gdb 6.6 -> 6.7

  Summary:
RevisionChanges Path
1.13+6  -6  openpkg-src/gdb/gdb.patch
1.52+2  -2  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.12 -r1.13 gdb.patch
  --- openpkg-src/gdb/gdb.patch 10 Mar 2006 15:19:31 -  1.12
  +++ openpkg-src/gdb/gdb.patch 11 Oct 2007 06:22:24 -  1.13
  @@ -1,7 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2005-12-02 06:29:54 +0100
  -+++ Makefile.in  2006-03-10 15:59:05 +0100
  -@@ -660,10 +661,6 @@
  +--- Makefile.in.orig 2007-10-10 19:09:32 +0200
   Makefile.in  2007-10-11 08:17:24 +0200
  +@@ -478,10 +478,6 @@
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
"EXPECT=$(EXPECT)" \
"FLEX=$(FLEX)" \
  @@ -13,9 +13,9 @@
"M4=$(M4)" \
"MAKE=$(MAKE)" \
   Index: gdb/configure
   gdb/configure.orig   2005-07-25 17:08:40 +0200
  -+++ gdb/configure2006-03-10 16:01:32 +0100
  -@@ -12415,7 +12415,7 @@
  +--- gdb/configure.orig   2007-09-29 22:54:13 +0200
   gdb/configure2007-10-11 08:17:24 +0200
  +@@ -10908,7 +10908,7 @@



  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.51 -r1.52 gdb.spec
  --- openpkg-src/gdb/gdb.spec  1 Jan 2007 17:38:02 -   1.51
  +++ openpkg-src/gdb/gdb.spec  11 Oct 2007 06:22:24 -  1.52
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Debugging
   License:  GPL
  -Version:  6.6
  -Release:  20061218
  +Version:  6.7
  +Release:  20071011
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2006-03-10 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:   10-Mar-2006 16:19:32
  Branch: HEAD Handle: 2006031015193100

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
upgrading package: gdb 6.3 -> 6.4

  Summary:
RevisionChanges Path
1.12+11 -380openpkg-src/gdb/gdb.patch
1.46+9  -20 openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.11 -r1.12 gdb.patch
  --- openpkg-src/gdb/gdb.patch 18 Oct 2005 15:22:05 -  1.11
  +++ openpkg-src/gdb/gdb.patch 10 Mar 2006 15:19:31 -  1.12
  @@ -1,23 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2004-11-08 17:21:22 +0100
  -+++ Makefile.in  2004-11-10 12:26:05 +0100
  -@@ -325,6 +325,7 @@
  - 
  - CC = @CC@
  - CFLAGS = @CFLAGS@
  -+CPPFLAGS = @CPPFLAGS@
  - LIBCFLAGS = $(CFLAGS)
  - 
  - CXX = @CXX@
  -@@ -388,6 +389,7 @@
  - # (which we know are built with gcc) are built with optimizations so
  - # prepend -O2 when setting CFLAGS_FOR_TARGET.
  - CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
  -+CPPFLAGS_FOR_TARGET = $(CPPFLAGS)
  - # If GCC_FOR_TARGET is not overriden on the command line, then this
  - # variable is passed down to the gcc Makefile, where it is used to
  - # build libgcc2.a.  We define it here so that it can itself be
  -@@ -531,10 +533,6 @@
  +--- Makefile.in.orig 2005-12-02 06:29:54 +0100
   Makefile.in  2006-03-10 15:59:05 +0100
  +@@ -660,10 +661,6 @@
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
"EXPECT=$(EXPECT)" \
"FLEX=$(FLEX)" \
  @@ -28,368 +12,15 @@
"LEX=$(LEX)" \
"M4=$(M4)" \
"MAKE=$(MAKE)" \
  -@@ -544,6 +542,7 @@
  - "YACC=$(YACC)" \
  - "AR_FLAGS=$(AR_FLAGS)" \
  - "CFLAGS=$(CFLAGS)" \
  -+"CPPFLAGS=$(CPPFLAGS)" \
  - "CXXFLAGS=$(CXXFLAGS)" \
  - "LDFLAGS=$(LDFLAGS)" \
  - "LIBCFLAGS=$(LIBCFLAGS)" \
  -@@ -612,6 +611,7 @@
  - 'AS=$$(AS_FOR_TARGET)' \
  - 'CC=$$(CC_FOR_TARGET)' \
  - 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
  -+'CPPFLAGS=$$(CPPFLAGS_FOR_TARGET)' \
  - 'CXX=$$(CXX_FOR_TARGET)' \
  - 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
  - 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
  -Index: gdb/Makefile.in
   gdb/Makefile.in.orig 2004-11-04 03:18:49 +0100
  -+++ gdb/Makefile.in  2004-11-10 12:34:33 +0100
  -@@ -336,6 +336,7 @@
  - # CFLAGS is specifically reserved for setting from the command line
  - # when running make.  I.E.  "make CFLAGS=-Wmissing-prototypes".
  - CFLAGS = @CFLAGS@
  -+CPPFLAGS = @CPPFLAGS@
  - 
  - # Need to pass this to testsuite for "make check".  Probably should be
  - # consistent with top-level Makefile.in and gdb/testsuite/Makefile.in
  -@@ -436,6 +437,7 @@
  - "AR_FLAGS=$(AR_FLAGS)" \
  - "CC=$(CC)" \
  - "CFLAGS=$(CFLAGS)" \
  -+"CPPFLAGS=$(CPPFLAGS)" \
  - "CXX=$(CXX)" \
  - "CXXFLAGS=$(CXXFLAGS)" \
  - "DLLTOOL=$(DLLTOOL)" \
  -@@ -495,6 +497,7 @@
  - 'CC=$$(CC_FOR_TARGET)' \
  - "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
  - "CFLAGS=$(CFLAGS)" \
  -+"CPPFLAGS=$(CPPFLAGS)" \
  - 'CXX=$$(CXX_FOR_TARGET)' \
  - "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
  - "CXXFLAGS=$(CXXFLAGS)" \
  -@@ -954,7 +957,7 @@
  - # Prevent Sun make from putting in the machine type.  Setting
  - # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
  - .c.o:
  --$(CC) -c $(INTERNAL_CFLAGS) $<
  -+$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $<
  - 
  - all: gdb$(EXEEXT) $(CONFIG_ALL)
  - @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 
's/testsuite//'`" subdir_do
  -@@ -1430,16 +1433,16 @@
  - 
  - # Provide explicit rule/dependency - works for more makes.
  - copying.o: $(srcdir)/copying.c
  --$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/copying.c
  -+$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/copying.c
  - 
  - hpux-thread.o: $(srcdir)/hpux-thread.c
  --$(CC) -c $(INTERNAL_CFLAGS) -I$(srcdir)/osf-share \
  -+$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) -I$(srcdir)/osf-share \
  - -I$(srcdir)/osf-share/HP800 -I/usr/include/dce \
  - $(srcdir)/hpux-thread.c
  - 
  - # main.o needs an explicit build rule to get TARGET_SYSTEM_ROOT and BINDIR.
  - main.o: main.c
  --$(CC) -c $(INTERNAL_CFLAGS) $(TARGET_SYSTEM_ROOT_DEFINE) \
  -+$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(TARGET_SYSTEM_ROOT_DEFINE) \
  - -DBINDIR=\"$(bindir)\" $(srcdir)/main.c
  - 
  - # FIXME: cagney/2004-09-16: "gnu-v3-abi.c", with a GCC 3.4 compiler,
  -@@ -1478,7 +1481,7

[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2005-10-18 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:   18-Oct-2005 17:22:06
  Branch: HEAD Handle: 2005101816220500

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
fix building under GCC 4.0 world order

  Summary:
RevisionChanges Path
1.11+12 -0  openpkg-src/gdb/gdb.patch
1.44+1  -1  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.10 -r1.11 gdb.patch
  --- openpkg-src/gdb/gdb.patch 10 Nov 2004 11:50:14 -  1.10
  +++ openpkg-src/gdb/gdb.patch 18 Oct 2005 15:22:05 -  1.11
  @@ -381,3 +381,15 @@
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  +Index: gdb/i386fbsd-tdep.c
  +--- gdb/i386fbsd-tdep.c.orig 2004-02-22 17:20:22 +0100
   gdb/i386fbsd-tdep.c  2005-10-18 17:17:30 +0200
  +@@ -45,7 +45,7 @@
  + CORE_ADDR i386fbsd_sigtramp_end_addr = 0xbfbfdff0;
  + 
  + /* From .  */
  +-static int i386fbsd_sc_reg_offset[] =
  ++int i386fbsd_sc_reg_offset[] =
  + {
  +   8 + 14 * 4,   /* %eax */
  +   8 + 13 * 4,   /* %ecx */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.43 -r1.44 gdb.spec
  --- openpkg-src/gdb/gdb.spec  24 Mar 2005 11:18:52 -  1.43
  +++ openpkg-src/gdb/gdb.spec  18 Oct 2005 15:22:05 -  1.44
  @@ -33,7 +33,7 @@
   Group:Development
   License:  GPL
   Version:  6.3
  -Release:  20041210
  +Release:  20051018
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2004-11-10 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   10-Nov-2004 12:50:14
  Branch: HEAD Handle: 2004111011501400

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
upgrading package: gdb 6.2.1 -> 6.3

  Summary:
RevisionChanges Path
1.10+48 -52 openpkg-src/gdb/gdb.patch
1.37+2  -2  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.9 -r1.10 gdb.patch
  --- openpkg-src/gdb/gdb.patch 8 Sep 2004 17:04:13 -   1.9
  +++ openpkg-src/gdb/gdb.patch 10 Nov 2004 11:50:14 -  1.10
  @@ -1,8 +1,7 @@
   Index: Makefile.in
  -diff -Nau Makefile.in.orig Makefile.in
   Makefile.in.orig 2004-09-05 21:10:28 +0200
  -+++ Makefile.in  2004-09-08 18:57:11 +0200
  -@@ -319,6 +319,7 @@
  +--- Makefile.in.orig 2004-11-08 17:21:22 +0100
   Makefile.in  2004-11-10 12:26:05 +0100
  +@@ -325,6 +325,7 @@

CC = @CC@
CFLAGS = @CFLAGS@
  @@ -10,7 +9,7 @@
LIBCFLAGS = $(CFLAGS)

CXX = @CXX@
  -@@ -382,6 +383,7 @@
  +@@ -388,6 +389,7 @@
# (which we know are built with gcc) are built with optimizations so
# prepend -O2 when setting CFLAGS_FOR_TARGET.
CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
  @@ -18,7 +17,7 @@
# If GCC_FOR_TARGET is not overriden on the command line, then this
# variable is passed down to the gcc Makefile, where it is used to
# build libgcc2.a.  We define it here so that it can itself be
  -@@ -525,10 +527,6 @@
  +@@ -531,10 +533,6 @@
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
"EXPECT=$(EXPECT)" \
"FLEX=$(FLEX)" \
  @@ -29,7 +28,7 @@
"LEX=$(LEX)" \
"M4=$(M4)" \
"MAKE=$(MAKE)" \
  -@@ -538,6 +536,7 @@
  +@@ -544,6 +542,7 @@
"YACC=$(YACC)" \
"AR_FLAGS=$(AR_FLAGS)" \
"CFLAGS=$(CFLAGS)" \
  @@ -37,7 +36,7 @@
"CXXFLAGS=$(CXXFLAGS)" \
"LDFLAGS=$(LDFLAGS)" \
"LIBCFLAGS=$(LIBCFLAGS)" \
  -@@ -606,6 +605,7 @@
  +@@ -612,6 +611,7 @@
'AS=$$(AS_FOR_TARGET)' \
'CC=$$(CC_FOR_TARGET)' \
'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
  @@ -46,10 +45,9 @@
'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
   Index: gdb/Makefile.in
  -diff -Nau gdb/Makefile.in.orig gdb/Makefile.in
   gdb/Makefile.in.orig 2004-07-03 17:14:47 +0200
  -+++ gdb/Makefile.in  2004-09-08 18:57:11 +0200
  -@@ -329,6 +329,7 @@
  +--- gdb/Makefile.in.orig 2004-11-04 03:18:49 +0100
   gdb/Makefile.in  2004-11-10 12:34:33 +0100
  +@@ -336,6 +336,7 @@
# CFLAGS is specifically reserved for setting from the command line
# when running make.  I.E.  "make CFLAGS=-Wmissing-prototypes".
CFLAGS = @CFLAGS@
  @@ -57,7 +55,7 @@

# Need to pass this to testsuite for "make check".  Probably should be
# consistent with top-level Makefile.in and gdb/testsuite/Makefile.in
  -@@ -429,6 +430,7 @@
  +@@ -436,6 +437,7 @@
"AR_FLAGS=$(AR_FLAGS)" \
"CC=$(CC)" \
"CFLAGS=$(CFLAGS)" \
  @@ -65,7 +63,7 @@
"CXX=$(CXX)" \
"CXXFLAGS=$(CXXFLAGS)" \
"DLLTOOL=$(DLLTOOL)" \
  -@@ -488,6 +490,7 @@
  +@@ -495,6 +497,7 @@
'CC=$$(CC_FOR_TARGET)' \
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
"CFLAGS=$(CFLAGS)" \
  @@ -73,7 +71,7 @@
'CXX=$$(CXX_FOR_TARGET)' \
"CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
"CXXFLAGS=$(CXXFLAGS)" \
  -@@ -937,7 +940,7 @@
  +@@ -954,7 +957,7 @@
# Prevent Sun make from putting in the machine type.  Setting
# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
.c.o:
  @@ -82,7 +80,7 @@

all: gdb$(EXEEXT) $(CONFIG_ALL)
@$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 
's/testsuite//'`" subdir_do
  -@@ -1417,16 +1420,16 @@
  +@@ -1430,16 +1433,16 @@

# Provide explicit rule/dependency - works for more makes.
copying.o: $(srcdir)/copying.c
  @@ -101,8 +99,8 @@
   +$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(TARGET_SYSTEM_ROOT_DEFINE) \
-DBINDIR=\"$(bindir)\" $(srcdir)/main.c

  - # FIXME: cagney/2003-08-10: "monitor.c" gets -Wformat-nonliteral
  -@@ -1457,7 +1460,7 @@
  + # FIXME: cagney/2004-09-16: "gnu-v3-abi.c", with a GCC 3.4 compiler,
  +@@ -1478,7 +1481,7 @@
$(srcdir)/thread-db.c

v850ice.o: $(srcdir)/v850ice.c
  @@ -111,7 +109,7 @@
$(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
$(GDBTK_CFLAGS) \
$(srcdir)/v850ice.c
  -@@ -2603,31 +2606,31 @@
 

[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2004-09-08 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Sep-2004 19:04:14
  Branch: HEAD Handle: 2004090818041300

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
upgrading package: gdb 6.2 -> 6.2.1

  Summary:
RevisionChanges Path
1.9 +20 -16 openpkg-src/gdb/gdb.patch
1.34+2  -2  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.8 -r1.9 gdb.patch
  --- openpkg-src/gdb/gdb.patch 31 Jul 2004 07:47:47 -  1.8
  +++ openpkg-src/gdb/gdb.patch 8 Sep 2004 17:04:13 -   1.9
  @@ -1,6 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2004-07-30 00:49:41 +0200
  -+++ Makefile.in  2004-07-31 09:39:35 +0200
  +diff -Nau Makefile.in.orig Makefile.in
  +--- Makefile.in.orig 2004-09-05 21:10:28 +0200
   Makefile.in  2004-09-08 18:57:11 +0200
   @@ -319,6 +319,7 @@

CC = @CC@
  @@ -45,8 +46,9 @@
'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
   Index: gdb/Makefile.in
  +diff -Nau gdb/Makefile.in.orig gdb/Makefile.in
   --- gdb/Makefile.in.orig 2004-07-03 17:14:47 +0200
  -+++ gdb/Makefile.in  2004-07-31 09:37:09 +0200
   gdb/Makefile.in  2004-09-08 18:57:11 +0200
   @@ -329,6 +329,7 @@
# CFLAGS is specifically reserved for setting from the command line
# when running make.  I.E.  "make CFLAGS=-Wmissing-prototypes".
  @@ -357,21 +359,10 @@
   +$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/vx-share/xdr_rdb.c

### end of the gdb Makefile.in.
  -Index: gdb/configure.in
   gdb/configure.in.orig2004-07-17 13:29:08 +0200
  -+++ gdb/configure.in 2004-07-31 09:37:09 +0200
  -@@ -380,7 +380,7 @@
  -Solaris 2.[789] when using GCC. ]])
  - fi ;;
  - esac
  --AC_CHECK_HEADERS(curses.h ncurses.h term.h)
  -+AC_CHECK_HEADERS(ncurses.h term.h curses.h)
  - 
  - # FIXME: kettenis/20030102: In most cases we include these
  - # unconditionally, so what's the point in checking these?
   Index: gdb/configure
  +diff -Nau gdb/configure.orig gdb/configure
   --- gdb/configure.orig   2004-07-17 13:29:05 +0200
  -+++ gdb/configure2004-07-31 09:37:09 +0200
   gdb/configure2004-09-08 18:57:11 +0200
   @@ -5575,7 +5575,7 @@

fi ;;
  @@ -381,3 +372,16 @@
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  +Index: gdb/configure.in
  +diff -Nau gdb/configure.in.orig gdb/configure.in
  +--- gdb/configure.in.orig2004-07-17 13:29:08 +0200
   gdb/configure.in 2004-09-08 18:57:11 +0200
  +@@ -380,7 +380,7 @@
  +Solaris 2.[789] when using GCC. ]])
  + fi ;;
  + esac
  +-AC_CHECK_HEADERS(curses.h ncurses.h term.h)
  ++AC_CHECK_HEADERS(ncurses.h term.h curses.h)
  + 
  + # FIXME: kettenis/20030102: In most cases we include these
  + # unconditionally, so what's the point in checking these?
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.33 -r1.34 gdb.spec
  --- openpkg-src/gdb/gdb.spec  3 Aug 2004 13:57:29 -   1.33
  +++ openpkg-src/gdb/gdb.spec  8 Sep 2004 17:04:13 -   1.34
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Development
   License:  GPL
  -Version:  6.2
  -Release:  20040803
  +Version:  6.2.1
  +Release:  20040908
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2004-07-31 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:   31-Jul-2004 09:47:48
  Branch: HEAD Handle: 2004073108474700

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
upgrading package: gdb 6.1.1 -> 6.2

  Summary:
RevisionChanges Path
1.8 +50 -165openpkg-src/gdb/gdb.patch
1.32+2  -2  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.7 -r1.8 gdb.patch
  --- openpkg-src/gdb/gdb.patch 15 Jun 2004 10:26:02 -  1.7
  +++ openpkg-src/gdb/gdb.patch 31 Jul 2004 07:47:47 -  1.8
  @@ -1,7 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2004-06-01 22:30:36.837939881 +0200
  -+++ Makefile.in  2004-06-01 22:30:47.314628468 +0200
  -@@ -217,6 +217,7 @@
  +--- Makefile.in.orig 2004-07-30 00:49:41 +0200
   Makefile.in  2004-07-31 09:39:35 +0200
  +@@ -319,6 +319,7 @@

CC = @CC@
CFLAGS = @CFLAGS@
  @@ -9,7 +9,7 @@
LIBCFLAGS = $(CFLAGS)

CXX = @CXX@
  -@@ -278,6 +279,7 @@
  +@@ -382,6 +383,7 @@
# (which we know are built with gcc) are built with optimizations so
# prepend -O2 when setting CFLAGS_FOR_TARGET.
CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
  @@ -17,10 +17,10 @@
# If GCC_FOR_TARGET is not overriden on the command line, then this
# variable is passed down to the gcc Makefile, where it is used to
# build libgcc2.a.  We define it here so that it can itself be
  -@@ -415,10 +417,6 @@
  - "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
  +@@ -525,10 +527,6 @@
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
"EXPECT=$(EXPECT)" \
  + "FLEX=$(FLEX)" \
   -"INSTALL=$(INSTALL)" \
   -"INSTALL_DATA=$(INSTALL_DATA)" \
   -"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
  @@ -28,7 +28,7 @@
"LEX=$(LEX)" \
"M4=$(M4)" \
"MAKE=$(MAKE)" \
  -@@ -428,6 +426,7 @@
  +@@ -538,6 +536,7 @@
"YACC=$(YACC)" \
"AR_FLAGS=$(AR_FLAGS)" \
"CFLAGS=$(CFLAGS)" \
  @@ -36,7 +36,7 @@
"CXXFLAGS=$(CXXFLAGS)" \
"LDFLAGS=$(LDFLAGS)" \
"LIBCFLAGS=$(LIBCFLAGS)" \
  -@@ -493,6 +492,7 @@
  +@@ -606,6 +605,7 @@
'AS=$$(AS_FOR_TARGET)' \
'CC=$$(CC_FOR_TARGET)' \
'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
  @@ -44,41 +44,9 @@
'CXX=$$(CXX_FOR_TARGET)' \
'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
  -@@ -21695,6 +21695,7 @@
  - s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
  - CC="$(CC)"; export CC; \
  - CFLAGS="$(CFLAGS)"; export CFLAGS; \
  -+CPPFLAGS="$(CPPFLAGS)"; export CPPFLAGS; \
  - CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
  - CXX="$(CXX)"; export CXX; \
  - CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
  -Index: gdb/configure.in
   gdb/configure.in.orig2004-06-09 11:36:45.889533600 +0200
  -+++ gdb/configure.in 2004-06-09 11:36:55.899816800 +0200
  -@@ -374,7 +374,7 @@
  -Solaris 2.[78] when using GCC. ]])
  - fi ;;
  - esac
  --AC_CHECK_HEADERS(curses.h ncurses.h term.h)
  -+AC_CHECK_HEADERS(ncurses.h term.h curses.h)
  - 
  - # FIXME: kettenis/20030102: In most cases we include these
  - # unconditionally, so what's the point in checking these?
  -Index: gdb/configure
   gdb/configure.orig   2004-02-26 01:41:46.0 +0100
  -+++ gdb/configure2004-06-09 11:37:18.718615900 +0200
  -@@ -5569,7 +5569,7 @@
  - 
  - fi ;;
  - esac
  --for ac_hdr in curses.h ncurses.h term.h
  -+for ac_hdr in ncurses.h term.h curses.h
  - do
  - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
   Index: gdb/Makefile.in
   gdb/Makefile.in.orig 2004-02-28 19:04:36 +0100
  -+++ gdb/Makefile.in  2004-06-09 13:04:54 +0200
  +--- gdb/Makefile.in.orig 2004-07-03 17:14:47 +0200
   gdb/Makefile.in  2004-07-31 09:37:09 +0200
   @@ -329,6 +329,7 @@
# CFLAGS is specifically reserved for setting from the command line
# when running make.  I.E.  "make CFLAGS=-Wmissing-prototypes".
  @@ -103,7 +71,7 @@
'CXX=$$(CXX_FOR_TARGET)' \
"CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
"CXXFLAGS=$(CXXFLAGS)" \
  -@@ -928,7 +931,7 @@
  +@@ -937,7 +940,7 @@
# Prevent Sun make from putting in the machine type.  Setting
# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
.c.o:
  @@ -112,7 +80,7 @@

all: gdb$(EXEEXT) $(CONFIG_ALL)
@$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 
's/testsuite//'`" subdir_do
  -@@ -1371,16 +137

[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2004-06-15 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Jun-2004 12:26:02
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
generalize condition of COREFILE variable on FreeBSD systems, since
the conditionally included trad-core sources don't build on FreeBSD
(missing user struct members) anyway

  Summary:
RevisionChanges Path
1.7 +0  -0  openpkg-src/gdb/gdb.patch
1.30+0  -0  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.6 -r1.7 gdb.patch
  --- openpkg-src/gdb/gdb.patch 9 Jun 2004 14:38:17 -   1.6
  +++ openpkg-src/gdb/gdb.patch 15 Jun 2004 10:26:02 -  1.7
  @@ -466,3 +466,33 @@
   +$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/vx-share/xdr_rdb.c

### end of the gdb Makefile.in.
  +Index: bfd/configure.in
  +--- bfd/configure.in.orig2004-06-15 11:42:13 +0200
   bfd/configure.in 2004-06-15 11:43:40 +0200
  +@@ -219,12 +219,6 @@
  + COREFILE=
  + ;;
  + changequote(,)dnl
  +-  i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | 
i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*)
  +-changequote([,])dnl
  +-COREFILE=trad-core.lo
  +-TRAD_HEADER='"hosts/i386bsd.h"'
  +-;;
  +-changequote(,)dnl
  +   i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
  + changequote([,])dnl
  + COREFILE=''
  +Index: bfd/configure
  +--- bfd/configure.orig   2004-03-13 13:37:09 +0100
   bfd/configure2004-06-15 11:43:27 +0200
  +@@ -5310,10 +5310,6 @@
  +   i[3-7]86-*-bsdi)
  + COREFILE=
  + ;;
  +-  i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | 
i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*)
  +-COREFILE=trad-core.lo
  +-TRAD_HEADER='"hosts/i386bsd.h"'
  +-;;
  +   i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
  + COREFILE=''
  + TRAD_HEADER='"hosts/i386bsd.h"'
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.29 -r1.30 gdb.spec
  --- openpkg-src/gdb/gdb.spec  9 Jun 2004 14:38:17 -   1.29
  +++ openpkg-src/gdb/gdb.spec  15 Jun 2004 10:26:02 -  1.30
  @@ -34,7 +34,7 @@
   Group:Development
   License:  GPL
   Version:  6.1
  -Release:  20040609
  +Release:  20040615
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2004-06-09 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   09-Jun-2004 16:38:18
  Branch: HEAD Handle: 2004060915381700

  Modified files:
openpkg-src/gdb gdb.patch gdb.spec

  Log:
patch for building on systems that have a S5R4 style curses library

  Summary:
RevisionChanges Path
1.6 +455 -1 openpkg-src/gdb/gdb.patch
1.29+6  -3  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r1.5 -r1.6 gdb.patch
  --- openpkg-src/gdb/gdb.patch 1 Jun 2004 20:35:37 -   1.5
  +++ openpkg-src/gdb/gdb.patch 9 Jun 2004 14:38:17 -   1.6
  @@ -1,7 +1,23 @@
   Index: Makefile.in
   --- Makefile.in.orig 2004-06-01 22:30:36.837939881 +0200
   +++ Makefile.in  2004-06-01 22:30:47.314628468 +0200
  -@@ -415,10 +415,6 @@
  +@@ -217,6 +217,7 @@
  + 
  + CC = @CC@
  + CFLAGS = @CFLAGS@
  ++CPPFLAGS = @CPPFLAGS@
  + LIBCFLAGS = $(CFLAGS)
  + 
  + CXX = @CXX@
  +@@ -278,6 +279,7 @@
  + # (which we know are built with gcc) are built with optimizations so
  + # prepend -O2 when setting CFLAGS_FOR_TARGET.
  + CFLAGS_FOR_TARGET = -O2 $(CFLAGS)
  ++CPPFLAGS_FOR_TARGET = $(CPPFLAGS)
  + # If GCC_FOR_TARGET is not overriden on the command line, then this
  + # variable is passed down to the gcc Makefile, where it is used to
  + # build libgcc2.a.  We define it here so that it can itself be
  +@@ -415,10 +417,6 @@
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
"EXPECT=$(EXPECT)" \
  @@ -12,3 +28,441 @@
"LEX=$(LEX)" \
"M4=$(M4)" \
"MAKE=$(MAKE)" \
  +@@ -428,6 +426,7 @@
  + "YACC=$(YACC)" \
  + "AR_FLAGS=$(AR_FLAGS)" \
  + "CFLAGS=$(CFLAGS)" \
  ++"CPPFLAGS=$(CPPFLAGS)" \
  + "CXXFLAGS=$(CXXFLAGS)" \
  + "LDFLAGS=$(LDFLAGS)" \
  + "LIBCFLAGS=$(LIBCFLAGS)" \
  +@@ -493,6 +492,7 @@
  + 'AS=$$(AS_FOR_TARGET)' \
  + 'CC=$$(CC_FOR_TARGET)' \
  + 'CFLAGS=$$(CFLAGS_FOR_TARGET)' \
  ++'CPPFLAGS=$$(CPPFLAGS_FOR_TARGET)' \
  + 'CXX=$$(CXX_FOR_TARGET)' \
  + 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \
  + 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \
  +@@ -21695,6 +21695,7 @@
  + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
  + CC="$(CC)"; export CC; \
  + CFLAGS="$(CFLAGS)"; export CFLAGS; \
  ++CPPFLAGS="$(CPPFLAGS)"; export CPPFLAGS; \
  + CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
  + CXX="$(CXX)"; export CXX; \
  + CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
  +Index: gdb/configure.in
  +--- gdb/configure.in.orig2004-06-09 11:36:45.889533600 +0200
   gdb/configure.in 2004-06-09 11:36:55.899816800 +0200
  +@@ -374,7 +374,7 @@
  +Solaris 2.[78] when using GCC. ]])
  + fi ;;
  + esac
  +-AC_CHECK_HEADERS(curses.h ncurses.h term.h)
  ++AC_CHECK_HEADERS(ncurses.h term.h curses.h)
  + 
  + # FIXME: kettenis/20030102: In most cases we include these
  + # unconditionally, so what's the point in checking these?
  +Index: gdb/configure
  +--- gdb/configure.orig   2004-02-26 01:41:46.0 +0100
   gdb/configure2004-06-09 11:37:18.718615900 +0200
  +@@ -5569,7 +5569,7 @@
  + 
  + fi ;;
  + esac
  +-for ac_hdr in curses.h ncurses.h term.h
  ++for ac_hdr in ncurses.h term.h curses.h
  + do
  + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  +Index: gdb/Makefile.in
  +--- gdb/Makefile.in.orig 2004-02-28 19:04:36 +0100
   gdb/Makefile.in  2004-06-09 13:04:54 +0200
  +@@ -329,6 +329,7 @@
  + # CFLAGS is specifically reserved for setting from the command line
  + # when running make.  I.E.  "make CFLAGS=-Wmissing-prototypes".
  + CFLAGS = @CFLAGS@
  ++CPPFLAGS = @CPPFLAGS@
  + 
  + # Need to pass this to testsuite for "make check".  Probably should be
  + # consistent with top-level Makefile.in and gdb/testsuite/Makefile.in
  +@@ -429,6 +430,7 @@
  + "AR_FLAGS=$(AR_FLAGS)" \
  + "CC=$(CC)" \
  + "CFLAGS=$(CFLAGS)" \
  ++"CPPFLAGS=$(CPPFLAGS)" \
  + "CXX=$(CXX)" \
  + "CXXFLAGS=$(CXXFLAGS)" \
  + "DLLTOOL=$(DLLTOOL)" \
  +@@ -488,6 +490,7 @@
  + 'CC=$$(CC_FOR_TARGET)' \
  + "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
  + "CFLAGS=$(CFLAGS)" \
  ++"CPPFLAGS=$(CPPFLAGS)" \
  + 'CXX=$$(CXX_FOR_TARGET)' \
  + "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
  + "CXXFLAGS=$(CXXFLAGS)" \
  +@@ -928,7 +931,7 @@
  + # Prevent Sun make from putting in the machine type.  Setting
  + # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.

[CVS] OpenPKG: openpkg-src/gdb/ gdb.patch gdb.spec

2004-06-01 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Jun-2004 22:35:38
  Branch: HEAD Handle: 2004060121353700

  Added files:
openpkg-src/gdb gdb.patch
  Modified files:
openpkg-src/gdb gdb.spec

  Log:
don't pass INSTALL variables to subdirectory Makefiles to avoid
calling a nonexistent install-sh command and causing build failure

  Summary:
RevisionChanges Path
1.5 +14 -0  openpkg-src/gdb/gdb.patch
1.27+3  -1  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.patch
  
  $ cvs diff -u -r0 -r1.5 gdb.patch
  --- /dev/null 2004-06-01 22:35:37.0 +0200
  +++ gdb.patch 2004-06-01 22:35:38.0 +0200
  @@ -0,0 +1,14 @@
  +Index: Makefile.in
  +--- Makefile.in.orig 2004-06-01 22:30:36.837939881 +0200
   Makefile.in  2004-06-01 22:30:47.314628468 +0200
  +@@ -415,10 +415,6 @@
  + "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
  + "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
  + "EXPECT=$(EXPECT)" \
  +-"INSTALL=$(INSTALL)" \
  +-"INSTALL_DATA=$(INSTALL_DATA)" \
  +-"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
  +-"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
  + "LEX=$(LEX)" \
  + "M4=$(M4)" \
  + "MAKE=$(MAKE)" \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.26 -r1.27 gdb.spec
  --- openpkg-src/gdb/gdb.spec  5 Apr 2004 06:28:35 -   1.26
  +++ openpkg-src/gdb/gdb.spec  1 Jun 2004 20:35:37 -   1.27
  @@ -34,10 +34,11 @@
   Group:Development
   License:  GPL
   Version:  6.1
  -Release:  20040405
  +Release:  20040601
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  +Patch0:   gdb.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -61,6 +62,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]