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

2005-09-21 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:   21-Sep-2005 21:29:45
  Branch: HEAD Handle: 2005092120294500

  Modified files:
openpkg-src/binutilsbinutils.patch binutils.spec

  Log:
provide both the binutils related C APIs and the ld(1) ldscripts
(which for unknown reasons are definetely required on x86-solaris10
when building gcc 4.0)

  Summary:
RevisionChanges Path
1.15+12 -0  openpkg-src/binutils/binutils.patch
1.66+6  -5  openpkg-src/binutils/binutils.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.patch
  
  $ cvs diff -u -r1.14 -r1.15 binutils.patch
  --- openpkg-src/binutils/binutils.patch   13 Sep 2005 19:47:25 -  
1.14
  +++ openpkg-src/binutils/binutils.patch   21 Sep 2005 19:29:45 -  
1.15
  @@ -100,3 +100,15 @@
#ifdef HAVE_LOCALE_H
# include 
#endif
  +Index: ld/Makefile.in
  +--- ld/Makefile.in.orig  2005-01-23 06:36:37 +0100
   ld/Makefile.in   2005-09-21 21:06:55 +0200
  +@@ -139,7 +139,7 @@
  + # We put the scripts in the directory $(scriptdir)/ldscripts.
  + # We can't put the scripts in $(datadir) because the SEARCH_DIR
  + # directives need to be different for native and cross linkers.
  +-scriptdir = $(tooldir)/lib
  ++scriptdir = $(libdir)
  + 
  + EMUL = @EMUL@
  + EMULATION_OFILES = @EMULATION_OFILES@
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/binutils/binutils.spec
  
  $ cvs diff -u -r1.65 -r1.66 binutils.spec
  --- openpkg-src/binutils/binutils.spec13 Sep 2005 19:47:25 -  
1.65
  +++ openpkg-src/binutils/binutils.spec21 Sep 2005 19:29:45 -  
1.66
  @@ -33,7 +33,7 @@
   Group:Utility
   License:  GPL
   Version:  2.16.1
  -Release:      20050913
  +Release:  20050921
   
   #   list of sources
   Source0:  
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
  @@ -91,6 +91,8 @@
   CONFIG_SHELL="%{l_bash}" \
   ./configure \
   --prefix=%{l_prefix} \
  +--includedir=%{l_prefix}/include/binutils \
  +--libdir=%{l_prefix}/lib/binutils \
   --disable-nls
   
   #   build package
  @@ -102,7 +104,9 @@
   #   build package
   %{l_make} %{l_mflags} install \
   prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
  +exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +includedir=$RPM_BUILD_ROOT%{l_prefix}/include/binutils \
  +libdir=$RPM_BUILD_ROOT%{l_prefix}/lib/binutils
   
   #   strip down installation
   rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
  @@ -112,9 +116,6 @@
   rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/dlltool.1
   rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/nlmconv.1
   rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/windres.1
  -rm -rf $RPM_BUILD_ROOT%{l_prefix}/include
  -rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib
  -rm -rf $RPM_BUILD_ROOT%{l_prefix}/share
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/*-*-*
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/bin/c++filt
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gcc41/ gcc41.spec

2005-09-21 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:   21-Sep-2005 20:46:03
  Branch: HEAD Handle: 2005092119460300

  Modified files:
openpkg-src/gcc41   gcc41.spec

  Log:
sync with gcc package

  Summary:
RevisionChanges Path
1.28+2  -2  openpkg-src/gcc41/gcc41.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc41/gcc41.spec
  
  $ cvs diff -u -r1.27 -r1.28 gcc41.spec
  --- openpkg-src/gcc41/gcc41.spec  20 Sep 2005 12:57:58 -  1.27
  +++ openpkg-src/gcc41/gcc41.spec  21 Sep 2005 18:46:03 -  1.28
  @@ -38,7 +38,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20050920
  +Release:  20050921
   
   #   package options
   %option   with_cxx   yes
  @@ -166,7 +166,7 @@
   #   configure the package
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags}" \
  -%if "%{with_java}" == "yes"
  +%if "%{with_java}" == "yes" || "%{with_fortran}" == "yes"
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   %endif
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sqlite/ sqlite.spec

2005-09-21 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:   21-Sep-2005 20:36:41
  Branch: HEAD Handle: 2005092119364000

  Modified files:
openpkg-src/sqlite  sqlite.spec

  Log:
clarify usage

  Summary:
RevisionChanges Path
1.98+1  -1  openpkg-src/sqlite/sqlite.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  
  $ cvs diff -u -r1.97 -r1.98 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec21 Sep 2005 18:34:20 -  1.97
  +++ openpkg-src/sqlite/sqlite.spec21 Sep 2005 18:36:40 -  1.98
  @@ -76,7 +76,7 @@
   
   This package contains both SQLite 3 (%{V_v3}) and optionally the old
   SQLite 2 (%{V_v2}). Notice that the two are API and database format
  -incompatible but can be used at the same time.
  +incompatible but can be used in parallel (on different databases).
   
   %track
   prog sqlite = {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sqlite/ sqlite.patch sqlite.patch.v2 sqlite...

2005-09-21 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:   21-Sep-2005 20:34:20
  Branch: HEAD Handle: 2005092119342000

  Added files:
openpkg-src/sqlite  sqlite.patch.v2
  Modified files:
openpkg-src/sqlite  sqlite.patch sqlite.spec
  Removed files:
openpkg-src/sqlite  sqlite.patch.v3

  Log:
switch from v3 to v2 as the primary version of the package altough v2
is still by default provided, too (as lots of packages still require
it)

  Summary:
RevisionChanges Path
1.7 +21 -3  openpkg-src/sqlite/sqlite.patch
1.1 +15 -0  openpkg-src/sqlite/sqlite.patch.v2
1.8 +0  -33 openpkg-src/sqlite/sqlite.patch.v3
1.97+30 -33 openpkg-src/sqlite/sqlite.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.patch
  
  $ cvs diff -u -r1.6 -r1.7 sqlite.patch
  --- openpkg-src/sqlite/sqlite.patch   15 Feb 2005 18:00:50 -  1.6
  +++ openpkg-src/sqlite/sqlite.patch   21 Sep 2005 18:34:20 -  1.7
  @@ -1,15 +1,33 @@
   Index: configure
   --- configure.orig   2004-06-03 13:36:27.0 +0200
   +++ configure2004-06-03 13:39:37.0 +0200
  -@@ -20447,7 +20447,10 @@
  +@@ -20224,6 +20224,10 @@
  TARGET_HAVE_READLINE=0
fi

  --
   +if [ "$ac_cv_lib_readline_readline" = "no" ]
   +then
   +TARGET_HAVE_READLINE=0
   +fi

  + 
#
  - # Figure out whether or not we have a "usleep()" function.
  +Index: src/os_unix.c
  +--- src/os_unix.c.orig   2005-09-17 18:34:55 +0200
   src/os_unix.c2005-09-18 20:33:51 +0200
  +@@ -829,11 +829,15 @@
  +   if( rc ) rc = fsync(fd);
  + 
  + #else
  ++#if !defined(__FreeBSD__)
  +   if( dataOnly ){
  + rc = fdatasync(fd);
  +   }else{
  ++#endif
  + rc = fsync(fd);
  ++#if !defined(__FreeBSD__)
  +   }
  ++#endif
  + #endif /* defined(F_FULLFSYNC) */
  + #endif /* defined(SQLITE_NO_SYNC) */
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.patch.v2
  
  $ cvs diff -u -r0 -r1.1 sqlite.patch.v2
  --- /dev/null 2005-09-21 20:34:14 +0200
  +++ sqlite.patch.v2   2005-09-21 20:34:20 +0200
  @@ -0,0 +1,15 @@
  +Index: configure
  +--- configure.orig   2004-06-03 13:36:27.0 +0200
   configure2004-06-03 13:39:37.0 +0200
  +@@ -20447,7 +20447,10 @@
  +   TARGET_HAVE_READLINE=0
  + fi
  + 
  +-
  ++if [ "$ac_cv_lib_readline_readline" = "no" ]
  ++then
  ++TARGET_HAVE_READLINE=0
  ++fi
  + 
  + #
  + # Figure out whether or not we have a "usleep()" function.
  @@ .
  rm -f openpkg-src/sqlite/sqlite.patch.v3 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.patch.v3
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  
  $ cvs diff -u -r1.96 -r1.97 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec21 Sep 2005 18:22:44 -  1.96
  +++ openpkg-src/sqlite/sqlite.spec21 Sep 2005 18:34:20 -  1.97
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_v2  2.8.16
   %define   V_v3  3.2.6
  +%define   V_v2  2.8.16
   
   #   package information
   Name: sqlite
  @@ -36,33 +36,30 @@
   Class:    BASE
   Group:Database
   License:  PD
  -Version:  %{V_v2}
  +Version:  %{V_v3}
   Release:  20050921
   
   #   package options
  -%option   with_v3  yes
  +%option   with_v2  yes
   %option   with_utf8no
   %option   with_assert  no
   %option   with_readlineno
   
   #   list of sources
  -Source0:  http://www.sqlite.org/sqlite-%{V_v2}.tar.gz
  -Source1:  http://www.sqlite.org/sqlite-%{V_v3}.tar.gz
  +Source0:  http://www.sqlite.org/sqlite-%{V_v3}.tar.gz
  +Source1:  http://www.sqlite.org/sqlite-%{V_v2}.tar.gz
   Patch0:   sqlite.patch
  -Patch1:   sqlite.patch.v3
  +Patch1:   sqlite.patch.v2
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, make
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gawk
   PreReq:   OpenPKG, openpkg >= 2

[CVS] OpenPKG: openpkg-src/sqlite/ sqlite.spec

2005-09-21 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:   21-Sep-2005 20:22:44
  Branch: HEAD Handle: 2005092119224400

  Modified files:
openpkg-src/sqlite  sqlite.spec

  Log:
fix building under with_readline on platform where no termcap exists
(usually those with just termlib environments)

  Summary:
RevisionChanges Path
1.96+4  -4  openpkg-src/sqlite/sqlite.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  
  $ cvs diff -u -r1.95 -r1.96 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec18 Sep 2005 18:35:51 -  1.95
  +++ openpkg-src/sqlite/sqlite.spec21 Sep 2005 18:22:44 -  1.96
  @@ -37,7 +37,7 @@
   Group:Database
   License:  PD
   Version:  %{V_v2}
  -Release:  20050918
  +Release:  20050921
   
   #   package options
   %option   with_v3  yes
  @@ -57,7 +57,7 @@
   BuildPreReq:  OpenPKG, openpkg >= 20040130, make
   PreReq:   OpenPKG, openpkg >= 20040130
   %if "%{with_readline}" == "yes"
  -BuildPreReq:  readline
  +BuildPreReq:  readline, pkgconfig
   PreReq:   readline
   %endif
   %if "%{with_v3}" == "yes"
  @@ -131,9 +131,9 @@
 CFLAGS="$CFLAGS -DNDEBUG=1"
   %endif
   %if "%{with_readline}" == "yes"
  -  config_TARGET_READLINE_INC="%{l_cppflags readline}"
  +  config_TARGET_READLINE_INC="%{l_cppflags readline} 
`%{l_prefix}/bin/pkg-config --cflags readline`"
 export config_TARGET_READLINE_INC
  -  config_TARGET_READLINE_LIBS="%{l_ldflags} -lreadline -ltermcap"
  +  config_TARGET_READLINE_LIBS="%{l_ldflags} 
`%{l_prefix}/bin/pkg-config --libs readline`"
 export config_TARGET_READLINE_LIBS
   %endif
 ./configure \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/libextractor/ libextractor.spec

2005-09-21 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:   21-Sep-2005 20:18:13
  Branch: HEAD Handle: 2005092119181300

  Modified files:
openpkg-src/libextractor
libextractor.spec

  Log:
upgrading package: libextractor 0.5.5 -> 0.5.6a

  Summary:
RevisionChanges Path
1.20+2  -2  openpkg-src/libextractor/libextractor.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libextractor/libextractor.spec
  
  $ cvs diff -u -r1.19 -r1.20 libextractor.spec
  --- openpkg-src/libextractor/libextractor.spec9 Sep 2005 08:15:26 
-   1.19
  +++ openpkg-src/libextractor/libextractor.spec21 Sep 2005 18:18:13 
-  1.20
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  0.5.5
  -Release:  20050909
  +Version:  0.5.6a
  +Release:  20050921
   
   #   list of sources
   Source0:  
http://gnunet.org/libextractor/download/libextractor-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/kwiki/ kwiki.spec

2005-09-21 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:   21-Sep-2005 20:12:24
  Branch: HEAD Handle: 2005092119122400

  Modified files:
openpkg-src/kwiki   kwiki.spec

  Log:
modifying package: kwiki-0.38 20050915 -> 20050921

  Summary:
RevisionChanges Path
1.63+2  -2  openpkg-src/kwiki/kwiki.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/kwiki/kwiki.spec
  
  $ cvs diff -u -r1.62 -r1.63 kwiki.spec
  --- openpkg-src/kwiki/kwiki.spec  15 Sep 2005 05:54:02 -  1.62
  +++ openpkg-src/kwiki/kwiki.spec  21 Sep 2005 18:12:24 -  1.63
  @@ -28,7 +28,7 @@
   %define   V_perl5.8.6
   %define   V_spoon   0.23
   %define   V_kwiki   0.38
  -%define   V_kwiki_modperl   0.08
  +%define   V_kwiki_modperl   0.09
   %define   V_kwiki_anchorlink0.03
   %define   V_kwiki_archive_rcs   0.15
   %define   V_kwiki_archive_cvs   0.102
  @@ -119,7 +119,7 @@
   Group:Web
   License:  GPL/Artistic
   Version:  %{V_kwiki}
  -Release:  20050915
  +Release:  20050921
   
   #   list of sources
   Source0:  
http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{V_spoon}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ecartis/ ecartis.spec

2005-09-21 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:   21-Sep-2005 20:11:30
  Branch: HEAD Handle: 2005092119113000

  Modified files:
openpkg-src/ecartis ecartis.spec

  Log:
upgrading package: ecartis 1.0.0.20050919 -> 1.0.0.20050921

  Summary:
RevisionChanges Path
1.17+2  -2  openpkg-src/ecartis/ecartis.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ecartis/ecartis.spec
  
  $ cvs diff -u -r1.16 -r1.17 ecartis.spec
  --- openpkg-src/ecartis/ecartis.spec  20 Sep 2005 06:14:49 -  1.16
  +++ openpkg-src/ecartis/ecartis.spec  21 Sep 2005 18:11:30 -  1.17
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_main1.0.0
  -%define   V_snap20050919
  +%define   V_snap20050921
   %define   V_here%{V_main}.%{V_snap}
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_here}
  -Release:  20050920
  +Release:  20050921
   
   #   list of sources
   Source0:  
ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ecartis-%{V_main}-snap%{V_snap}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/arc/ arc.spec

2005-09-21 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:   21-Sep-2005 20:11:23
  Branch: HEAD Handle: 2005092119112300

  Modified files:
openpkg-src/arc arc.spec

  Log:
upgrading package: arc 5.21k -> 5.21m

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/arc/arc.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/arc/arc.spec
  
  $ cvs diff -u -r1.7 -r1.8 arc.spec
  --- openpkg-src/arc/arc.spec  24 Mar 2005 11:18:25 -  1.7
  +++ openpkg-src/arc/arc.spec  21 Sep 2005 18:11:23 -  1.8
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_arc 5.21k
  +%define   V_arc 5.21m
   %define   V_nomarch 1.3
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Archiver
   License:  GPL
   Version:  %{V_arc}
  -Release:  20050217
  +Release:  20050921
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/arc/arc-%{V_arc}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/tidy/ tidy.spec

2005-09-21 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:   21-Sep-2005 20:11:10
  Branch: HEAD Handle: 2005092119111000

  Modified files:
openpkg-src/tidytidy.spec

  Log:
upgrading package: tidy 20050919 -> 20050920

  Summary:
RevisionChanges Path
1.182   +3  -3  openpkg-src/tidy/tidy.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tidy/tidy.spec
  
  $ cvs diff -u -r1.181 -r1.182 tidy.spec
  --- openpkg-src/tidy/tidy.spec20 Sep 2005 17:34:03 -  1.181
  +++ openpkg-src/tidy/tidy.spec21 Sep 2005 18:11:10 -  1.182
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_opkg 20050919
  -%define   V_src  050919
  +%define   V_opkg 20050920
  +%define   V_src  050920
   %define   V_doc  050705
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20050920
  +Release:  20050921
   
   #   list of sources
   Source0:  http://tidy.sourceforge.net/src/tidy_src_%{V_src}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mplayer/ mplayer.spec

2005-09-21 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:   21-Sep-2005 20:10:48
  Branch: HEAD Handle: 2005092119104800

  Modified files:
openpkg-src/mplayer mplayer.spec

  Log:
modifying package: mplayer-1.0pre7 20050910 -> 20050921

  Summary:
RevisionChanges Path
1.137   +3  -2  openpkg-src/mplayer/mplayer.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mplayer/mplayer.spec
  
  $ cvs diff -u -r1.136 -r1.137 mplayer.spec
  --- openpkg-src/mplayer/mplayer.spec  10 Sep 2005 12:45:45 -  1.136
  +++ openpkg-src/mplayer/mplayer.spec  21 Sep 2005 18:10:48 -  1.137
  @@ -27,7 +27,7 @@
   %define   V_codecs_essential 20050412
   %define   V_codecs_quicktime 20040704
   %define   V_skin_blue1.4
  -%define   V_extension_live   2005.09.09
  +%define   V_extension_live   2005.09.20
   
   #   package information
   Name: mplayer
  @@ -40,7 +40,7 @@
   Group:Video
   License:  GPL and others
   Version:  %{V_mplayer}
  -Release:  20050910
  +Release:  20050921
   
   #   build options
   %option   with_guiyes
  @@ -163,6 +163,7 @@
   %else
   --disable-win32 \
   %endif
  +--disable-gcc-checking \
   --enable-largefiles \
   --enable-live \
   --with-livelibdir=`pwd`/live \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gcc/ gcc.spec

2005-09-21 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:   21-Sep-2005 17:53:21
  Branch: HEAD Handle: 2005092116532100

  Modified files:
openpkg-src/gcc gcc.spec

  Log:
try to fix building under with_fortran=yes

  Summary:
RevisionChanges Path
1.118   +1  -1  openpkg-src/gcc/gcc.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  
  $ cvs diff -u -r1.117 -r1.118 gcc.spec
  --- openpkg-src/gcc/gcc.spec  21 Sep 2005 10:54:26 -  1.117
  +++ openpkg-src/gcc/gcc.spec  21 Sep 2005 15:53:21 -  1.118
  @@ -165,7 +165,7 @@
   #   configure the package
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags}" \
  -%if "%{with_java}" == "yes"
  +%if "%{with_java}" == "yes" || "%{with_fortran}" == "yes"
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   %endif
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-09-21 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:   21-Sep-2005 17:20:42
  Branch: HEAD Handle: 2005092116204200

  Modified files:
openpkg-src/perlperl.patch perl.spec

  Log:
Fix building on Solaris under new GCC 4.0 world order

  Summary:
RevisionChanges Path
1.17+40 -0  openpkg-src/perl/perl.patch
1.104   +1  -1  openpkg-src/perl/perl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl/perl.patch
  
  $ cvs diff -u -r1.16 -r1.17 perl.patch
  --- openpkg-src/perl/perl.patch   3 Jun 2005 07:03:35 -   1.16
  +++ openpkg-src/perl/perl.patch   21 Sep 2005 15:20:42 -  1.17
  @@ -265,3 +265,43 @@

   # object oriented 
   my $sh = Shell->new;
  +
  +
  +Index: Configure
  +--- Configure.orig   2005-09-21 10:56:01.133363000 +
   Configure2005-09-21 12:15:36.836486000 +
  +@@ -7630,7 +7630,7 @@
  +   ;;
  + linux|irix*|gnu*)   dflt='-shared' ;;
  + next)  dflt='none' ;;
  +-solaris) dflt='-G' ;;
  ++solaris) dflt='-shared' ;;
  + sunos) dflt='-assert nodefinitions' ;;
  + svr4*|esix*|nonstopux) dflt="-G $ldflags" ;;
  + *) dflt='none' ;;
  +Index: utils/h2ph.PL
  +--- utils/h2ph.PL.orig   2005-04-04 23:47:17 +0200
   utils/h2ph.PL2005-09-21 17:08:46 +0200
  +@@ -734,8 +734,9 @@
  + # non-GCC?) C compilers, but gcc uses an additional include directory.
  + sub inc_dirs
  + {
  +-my $from_gcc= `$Config{cc} -v 2>&1`;
  ++my $from_gcc= `$Config{cc} -v 2>&1; $Config{cc} -print-search-dirs 
2>&1`;
  + $from_gcc   =~ s:^Reading specs from (.*?)/specs\b.*:$1/include:s;
  ++$from_gcc   =~ s;^install:\s+([^\n\s]+).*;$1/include;s;
  + 
  + length($from_gcc) ? ($from_gcc, $Config{usrinc}) : ($Config{usrinc});
  + }
  +Index: hints/solaris_2.sh
  +--- hints/solaris_2.sh.orig  2005-04-04 22:03:12 +0200
   hints/solaris_2.sh   2005-09-21 16:59:42 +0200
  +@@ -211,7 +211,7 @@
  + # Indent to avoid propagation to config.sh
  + verbose=`${cc:-cc} -v -o try try.c 2>&1`
  + 
  +-if echo "$verbose" | grep '^Reading specs from' >/dev/null 2>&1; then
  ++if echo "$verbose" | egrep '^(Reading specs from|Using built-in specs)' 
>/dev/null 2>&1; then
  + #
  + # Using gcc.
  + #
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl/perl.spec
  
  $ cvs diff -u -r1.103 -r1.104 perl.spec
  --- openpkg-src/perl/perl.spec6 Jul 2005 14:02:28 -   1.103
  +++ openpkg-src/perl/perl.spec    21 Sep 2005 15:20:42 -  1.104
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  5.8.7
  -Release:  20050706
  +Release:  20050921
   
   #   list of sources
   Source0:  ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-web/ faq.wml

2005-09-21 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-web  Date:   21-Sep-2005 15:18:29
  Branch: HEAD Handle: 2005092114182900

  Modified files:
openpkg-web faq.wml

  Log:
removed dead link to vcheck files

  Summary:
RevisionChanges Path
1.48+1  -2  openpkg-web/faq.wml
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/faq.wml
  
  $ cvs diff -u -r1.47 -r1.48 faq.wml
  --- openpkg-web/faq.wml   24 Mar 2005 13:05:08 -  1.47
  +++ openpkg-web/faq.wml   21 Sep 2005 13:18:29 -  1.48
  @@ -300,8 +300,7 @@
   sometimes even before the announcement on Freshmeat can be seen.
   How is this achieved?">
   The OpenPKG team uses a fully automated process for tracking vendor 
source
  -versions (see here 
for
  -details) which reports to the team twice per day the list of packages
  +versions which reports to the team twice per day the list of packages
   which need to be updated. Additionally, there is always the job of a
   Package Master On Duty (PMOD) assigned to a person which trys to
   immediately perform this update on a daily basis. This way 
OpenPKG-CURRENT
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-re/ todo.txt

2005-09-21 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-re   Date:   21-Sep-2005 13:43:44
  Branch: HEAD Handle: 2005092112434400

  Modified files:
openpkg-re  todo.txt

  Log:
Updated rm1, rm9

  Summary:
RevisionChanges Path
1.370   +0  -2  openpkg-re/todo.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/todo.txt
  
  $ cvs diff -u -r1.369 -r1.370 todo.txt
  --- openpkg-re/todo.txt   20 Sep 2005 21:07:02 -  1.369
  +++ openpkg-re/todo.txt   21 Sep 2005 11:43:44 -  1.370
  @@ -51,9 +51,7 @@
   
 o platform updates and assignments
   rm0-ix86-freebsd5.4[rse] ready after next reboot
  -rm1-ix86-solaris10 [cs]
   rm3-ix86-rhel4 [cs]
  -rm9-sparc64-solaris10  [cs]
   vm11-ix86-netbsd2.0.2  [FIXME]
   
 DEVELOPMENT
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-09-21 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:   21-Sep-2005 12:54:26
  Branch: HEAD Handle: 2005092111542600

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

  Log:
add support for FreeBSD 7.0-CURRENT

  Summary:
RevisionChanges Path
1.24+26 -0  openpkg-src/gcc/gcc.patch
1.117   +1  -1  openpkg-src/gcc/gcc.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.patch
  
  $ cvs diff -u -r1.23 -r1.24 gcc.patch
  --- openpkg-src/gcc/gcc.patch 20 Sep 2005 13:34:43 -  1.23
  +++ openpkg-src/gcc/gcc.patch 21 Sep 2005 10:54:26 -  1.24
  @@ -74,3 +74,29 @@
#define HAVE_ICONV 0
typedef int iconv_t;  /* dummy */
#endif
  +Index: gcc/config.gcc
  +--- gcc/config.gcc.orig  2005-05-05 22:11:50 +0200
   gcc/config.gcc   2005-09-21 11:26:28 +0200
  +@@ -406,6 +406,8 @@
  +   tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
  + *-*-freebsd6 | *-*-freebsd[6].*)
  +   tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
  ++*-*-freebsd7 | *-*-freebsd[7].*)
  ++  tm_defines="${tm_defines} FBSD_MAJOR=7" ;;
  + *)
  +   echo 'Please update *-*-freebsd* in gcc/config.gcc'
  +   exit 1
  +Index: gcc/config/freebsd-spec.h
  +--- gcc/config/freebsd-spec.h.orig   2005-05-01 20:59:27 +0200
   gcc/config/freebsd-spec.h2005-09-21 11:56:50 +0200
  +@@ -51,7 +51,9 @@
  + #define FBSD_TARGET_OS_CPP_BUILTINS()   
\
  +   do
\
  + {   
\
  +-if (FBSD_MAJOR == 6)\
  ++if (FBSD_MAJOR == 7)\
  ++  builtin_define ("__FreeBSD__=7"); \
  ++else if (FBSD_MAJOR == 6)   \
  +   builtin_define ("__FreeBSD__=6"); \
  + else if (FBSD_MAJOR == 5)   \
  +   builtin_define ("__FreeBSD__=5"); \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  
  $ cvs diff -u -r1.116 -r1.117 gcc.spec
  --- openpkg-src/gcc/gcc.spec  20 Sep 2005 13:34:43 -  1.116
  +++ openpkg-src/gcc/gcc.spec  21 Sep 2005 10:54:26 -  1.117
  @@ -37,7 +37,7 @@
   Group:    Compiler
   License:  GPL
   Version:  %{V_full}
  -Release:  20050920
  +Release:  20050921
   
   #   package options
   %option   with_cxx   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-09-21 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:   21-Sep-2005 11:12:52
  Branch: HEAD Handle: 2005092110125200

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

  Log:
workaround a nasty build problem with GCC 4.0: the includes are partly
recursive in their dependencies but gcc 4.0 insists on correct
declarations, so disable the declarations in the header and provide
them in the source (they occur just once anyway)

  Summary:
RevisionChanges Path
1.7 +38 -0  openpkg-src/ntp/ntp.patch
1.77+1  -1  openpkg-src/ntp/ntp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ntp/ntp.patch
  
  $ cvs diff -u -r1.6 -r1.7 ntp.patch
  --- openpkg-src/ntp/ntp.patch 3 Jun 2004 13:35:15 -   1.6
  +++ openpkg-src/ntp/ntp.patch 21 Sep 2005 09:12:52 -  1.7
  @@ -103,3 +103,41 @@
/* Define to 1 if you have the  header file. */
#undef HAVE__SYS_SYNC_QUEUE_H

  +Index: include/ntp_stdlib.h
  +--- include/ntp_stdlib.h.orig2003-07-17 12:27:16 +0200
   include/ntp_stdlib.h 2005-09-21 11:03:19 +0200
  +@@ -135,7 +135,9 @@
  + 
  + /* clocktypes.c */
  + struct clktype;
  ++#if 0
  + extern struct clktype clktypes[];
  ++#endif
  + 
  + /* getopt.c */
  + extern char *   ntp_optarg; /* global argument pointer */
  +Index: include/ntpd.h
  +--- include/ntpd.h.orig  2003-09-13 05:08:04 +0200
   include/ntpd.h   2005-09-21 11:03:32 +0200
  +@@ -227,7 +227,9 @@
  + 
  + /* ntp_control.c */
  + struct ctl_trap;
  ++#if 0
  + extern struct ctl_trap ctl_trap[];
  ++#endif
  + extern int  num_ctl_traps;
  + extern keyid_t  ctl_auth_keyid; /* keyid used for 
authenticating write requests */
  + 
  +Index: ntpdc/ntpdc_ops.c
  +--- ntpdc/ntpdc_ops.c.orig   2003-10-07 23:10:39 +0200
   ntpdc/ntpdc_ops.c2005-09-21 11:04:43 +0200
  +@@ -25,6 +25,8 @@
  + 
  + #include 
  + 
  ++extern struct clktype clktypes[];
  ++
  + /*
  +  * Declarations for command handlers in here
  +  */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ntp/ntp.spec
  
  $ cvs diff -u -r1.76 -r1.77 ntp.spec
  --- openpkg-src/ntp/ntp.spec  30 Aug 2005 11:51:01 -  1.76
  +++ openpkg-src/ntp/ntp.spec  21 Sep 2005 09:12:52 -  1.77
  @@ -33,7 +33,7 @@
   Group:Network
   License:  BSD-style
   Version:  4.2.0
  -Release:  20050830
  +Release:  20050921
   
   #   package options
   %option   with_fsl yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org