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

2006-02-22 Thread Ralf S. Engelschall
IS_STREAM_PERLIO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE 
((klass), GMIME_TYPE_STREAM_PERLIO))
  ++#define GMIME_STREAM_PERLIO_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS 
((obj), GMIME_TYPE_STREAM_PERLIO, GMimeStreamPerlIOClass))
  + 
  + typedef struct _GMimeStreamPerlIO GMimeStreamPerlIO;
  + typedef struct _GMimeStreamPerlIOClass GMimeStreamPerlIOClass;
   Index: gmime/gmime-gpg-context.c
  -diff -Nau gmime/gmime-gpg-context.c.orig gmime/gmime-gpg-context.c
   gmime/gmime-gpg-context.c.orig   2004-11-30 20:20:31 +0100
  -+++ gmime/gmime-gpg-context.c2005-01-12 15:16:54 +0100
  +--- gmime/gmime-gpg-context.c.orig   2005-05-03 19:34:17 +0200
   gmime/gmime-gpg-context.c2006-02-22 21:56:02 +0100
   @@ -25,13 +25,12 @@
#include 
#endif
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gmime/gmime.spec
  
  $ cvs diff -u -r1.56 -r1.57 gmime.spec
  --- openpkg-src/gmime/gmime.spec  22 Feb 2006 17:39:29 -  1.56
  +++ openpkg-src/gmime/gmime.spec  22 Feb 2006 21:01:52 -  1.57
  @@ -23,8 +23,9 @@
   ##
   
   #   package version
  -%define   V_major 2.1
  -%define   V_minor 19
  +%define   V_major  2.1
  +%define   V_minor  19
  +%define   V_perl   1.6
   
   #   package information
   Name: gmime
  @@ -39,8 +40,12 @@
   Version:  %{V_major}.%{V_minor}
   Release:  20060222
   
  +#   package options
  +%option   with_perl  no
  +
   #   list of sources
   Source0:  
http://spruce.sourceforge.net/gmime/sources/v%{V_major}/gmime-%{version}.tar.gz
  +Source1:  
http://www.cpan.org/modules/by-module/MIME/MIME-Fast-%{V_perl}.tar.gz
   Patch0:   gmime.patch
   
   #   build information
  @@ -50,6 +55,10 @@
   PreReq:   OpenPKG, openpkg >= 20040130
   BuildPreReq:  glib2, libiconv, zlib
   PreReq:   glib2, libiconv, zlib
  +%if "%{with_perl}" == "yes"
  +BuildPreReq:  perl, perl-openpkg
  +PreReq:   perl
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -66,12 +75,20 @@
   url   = http://spruce.sourceforge.net/gmime/sources/__NEWVER__/
   regex = gmime-(__VER__)\.tar\.gz
   }
  +prog gmime:MIME-Fast = {
  +version   = %{V_perl}
  +url   = http://www.cpan.org/modules/by-module/MIME/
  +regex = MIME-Fast-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q
  +%setup -q -D -T -a 1
   %patch -p0
   
   %build
  +%{l_shtool} subst %{l_value -s -a} \
  +MIME-Fast-%{V_perl}/Makefile.PL
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
   CPPFLAGS="%{l_cppflags}" \
  @@ -85,6 +102,10 @@
   --disable-mono \
   --disable-shared
   %{l_make} %{l_mflags -O}
  +%if "%{with_perl}" == "yes"
  +%{l_prefix}/bin/perl-openpkg prepare
  +%{l_prefix}/bin/perl-openpkg -d MIME-Fast-%{V_perl} configure build
  +%endif
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ -92,6 +113,12 @@
   prefix=$RPM_BUILD_ROOT%{l_prefix} \
   exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
   datadir=$RPM_BUILD_ROOT%{l_prefix}/share/gmime
  +%if "%{with_perl}" == "yes"
  +%{l_prefix}/bin/perl-openpkg -d MIME-Fast-%{V_perl} install
  +%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
  +%else
  +>perl-openpkg-files
  +%endif
   rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/uu*
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gmime
   mv $RPM_BUILD_ROOT%{l_prefix}/include/gmime-*/gmime \
  @@ -104,7 +131,7 @@
   -e 's;includedir}/gmime-[0-9.]*;includedir};g' \
   $RPM_BUILD_ROOT%{l_prefix}/lib/pkgconfig/gmime*.pc
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  -%{l_files_std} \
  +%{l_files_std} `cat perl-openpkg-files` \
   '%not %dir %{l_prefix}/lib/pkgconfig'
   
   %files -f files
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 20:36:29
  Branch: HEAD Handle: 2006022219362800

  Modified files:
openpkg-src/php5php5.spec

  Log:
add FastCGI support

  Summary:
RevisionChanges Path
1.45+7  -1  openpkg-src/php5/php5.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/php5/php5.spec
  
  $ cvs diff -u -r1.44 -r1.45 php5.spec
  --- openpkg-src/php5/php5.spec13 Jan 2006 07:13:46 -  1.44
  +++ openpkg-src/php5/php5.spec22 Feb 2006 19:36:28 -  1.45
  @@ -37,7 +37,7 @@
   Group:Language
   License:  PHP
   Version:  %{V_php}
  -Release:  20060113
  +Release:  20060222
   
   #   package options
   %option   with_calendar  no
  @@ -55,6 +55,7 @@
   %option   with_pcre  no
   %option   with_ftp   no
   %option   with_oci8  no
  +%option   with_fastcgi   no
   %option   with_freetype  no
   %option   with_gettext   no
   %option   with_hardened  no
  @@ -327,6 +328,11 @@
   --with-jpeg-dir=%{l_prefix} \
   --with-png-dir=%{l_prefix} \
   %endif
  +%if "%{with_fastcgi}" == "yes"
  + --enable-fastcgi \
  +%else
  + --disable-fastcgi \
  +%endif
   %if "%{with_freetype}" == "yes"
   --enable-gd-native-ttf \
   --with-freetype-dir=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 20:15:09
  Branch: HEAD Handle: 2006022219150800

  Modified files:
openpkg-src/php php.spec

  Log:
enable FastCGI support

  Summary:
RevisionChanges Path
1.120   +7  -1  openpkg-src/php/php.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  
  $ cvs diff -u -r1.119 -r1.120 php.spec
  --- openpkg-src/php/php.spec  19 Jan 2006 06:33:04 -  1.119
  +++ openpkg-src/php/php.spec  22 Feb 2006 19:15:08 -  1.120
  @@ -37,7 +37,7 @@
   Group:Language
   License:  PHP
   Version:  %{V_php}
  -Release:  20060119
  +Release:  20060222
   
   #   package options
   %option   with_bc   no
  @@ -48,6 +48,7 @@
   %option   with_debugno
   %option   with_dom  no
   %option   with_exif no
  +%option   with_fastcgi  no
   %option   with_freetype no
   %option   with_ftp  no
   %option   with_gdbm no
  @@ -330,6 +331,11 @@
   --with-jpeg-dir=%{l_prefix} \
   --with-png-dir=%{l_prefix} \
   %endif
  +%if "%{with_fastcgi}" == "yes"
  + --enable-fastcgi \
  +%else
  + --disable-fastcgi \
  +%endif
   %if "%{with_freetype}" == "yes"
   --enable-gd-imgstrttf \
   --enable-gd-native-ttf \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/imapd/ imapd.patch imapd.patch.group

2006-02-22 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:   22-Feb-2006 20:09:51
  Branch: HEAD Handle: 2006022219095100

  Modified files:
openpkg-src/imapd   imapd.patch imapd.patch.group

  Log:
add NetBSD support. Submitted by: anonymous

  Summary:
RevisionChanges Path
1.17+1  -1  openpkg-src/imapd/imapd.patch
1.6 +1  -1  openpkg-src/imapd/imapd.patch.group
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.patch
  
  $ cvs diff -u -r1.16 -r1.17 imapd.patch
  --- openpkg-src/imapd/imapd.patch 22 Feb 2006 18:43:47 -  1.16
  +++ openpkg-src/imapd/imapd.patch 22 Feb 2006 19:09:51 -  1.17
  @@ -41,7 +41,7 @@

#define PROB (0.5)

  -+#ifdef __FreeBSD__
  ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
   +/* #define fdatasync(fd) fsync(fd) */
   +#define O_DSYNC 0
   +#endif
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.patch.group
  
  $ cvs diff -u -r1.5 -r1.6 imapd.patch.group
  --- openpkg-src/imapd/imapd.patch.group   22 Feb 2006 18:43:47 -  
1.5
  +++ openpkg-src/imapd/imapd.patch.group   22 Feb 2006 19:09:51 -  
1.6
  @@ -13,7 +13,7 @@
#include "libcyr_cfg.h"
#include "xmalloc.h"

  -+#ifdef __FreeBSD__
  ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
   +/*
   + * __getgrent.c - This file is part of the libc-8086/grp package for ELKS,
   + * Copyright (C) 1995, 1996 Nat Friedman <[EMAIL PROTECTED]>.
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/postfix/ postfix.patch

2006-02-22 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:   22-Feb-2006 20:04:01
  Branch: HEAD Handle: 2006022219040100

  Modified files:
openpkg-src/postfix postfix.patch

  Log:
add NetBSD 3.x/4.x support. Submitted by: anonymous

  Summary:
RevisionChanges Path
1.10+25 -12 openpkg-src/postfix/postfix.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.patch
  
  $ cvs diff -u -r1.9 -r1.10 postfix.patch
  --- openpkg-src/postfix/postfix.patch 4 Jan 2006 08:41:21 -   1.9
  +++ openpkg-src/postfix/postfix.patch 22 Feb 2006 19:04:01 -  1.10
  @@ -1,20 +1,29 @@
   Index: makedefs
   makedefs.orig2005-02-22 13:35:52 +0100
  -+++ makedefs 2005-09-23 14:27:15 +0200
  -@@ -116,6 +116,10 @@
  +--- makedefs.orig2006-01-03 22:50:25 +0100
   makedefs 2006-02-22 20:00:04 +0100
  +@@ -118,6 +118,8 @@
;;
  -   FreeBSD.5*)   SYSTYPE=FREEBSD5
  +   FreeBSD.6*)   SYSTYPE=FREEBSD6
;;
  -+  FreeBSD.6*)   SYSTYPE=FREEBSD6
  -+;;
   +  FreeBSD.7*)   SYSTYPE=FREEBSD7
   +;;
  OpenBSD.2*)   SYSTYPE=OPENBSD2
;;
  OpenBSD.3*)   SYSTYPE=OPENBSD3
  +@@ -128,6 +130,10 @@
  + ;;
  +NetBSD.2*)   SYSTYPE=NETBSD2
  + ;;
  ++   NetBSD.3*)   SYSTYPE=NETBSD3
  ++;;
  ++   NetBSD.4*)   SYSTYPE=NETBSD4
  ++;;
  +BSD/OS.2*)   SYSTYPE=BSDI2
  + ;;
  +BSD/OS.3*)   SYSTYPE=BSDI3
   Index: src/util/file_limit.c
   --- src/util/file_limit.c.orig   2003-10-22 20:48:36 +0200
  -+++ src/util/file_limit.c2005-03-11 10:30:43 +0100
   src/util/file_limit.c2006-02-22 19:58:39 +0100
   @@ -80,12 +80,21 @@
voidset_file_limit(off_t limit)
{
  @@ -39,7 +48,7 @@
#ifdef SIGXFSZ
   Index: src/util/msg_syslog.c
   --- src/util/msg_syslog.c.orig   2005-01-19 02:22:19 +0100
  -+++ src/util/msg_syslog.c2005-03-11 10:30:43 +0100
   src/util/msg_syslog.c2006-02-22 19:58:39 +0100
   @@ -50,6 +50,11 @@
#include 
#include 
  @@ -89,9 +98,9 @@

/* msg_syslog_init - initialize */
   Index: src/util/sys_defs.h
   src/util/sys_defs.h.orig 2005-02-04 01:07:44 +0100
  -+++ src/util/sys_defs.h  2005-03-11 10:30:49 +0100
  -@@ -24,7 +24,7 @@
  +--- src/util/sys_defs.h.orig 2006-01-03 22:52:17 +0100
   src/util/sys_defs.h  2006-02-22 19:59:21 +0100
  +@@ -24,10 +24,10 @@
  * 4.4BSD and close derivatives.
  */
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
  @@ -99,4 +108,8 @@
   +|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) \
  - || defined(NETBSD1) || defined(NETBSD2) \
  +-|| defined(NETBSD1) || defined(NETBSD2) \
  ++|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) || 
defined(NETBSD4) \
  + || defined(EKKOBSD1)
  + #define SUPPORTED
  + #include 
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 19:45:43
  Branch: HEAD Handle: 2006022218454300

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
fix dependencies

  Summary:
RevisionChanges Path
1.287   +2  -2  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.286 -r1.287 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  16 Feb 2006 22:36:27 -  
1.286
  +++ openpkg-src/imagemagick/imagemagick.spec  22 Feb 2006 18:45:43 -  
1.287
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20060216
  +Release:  20060222
   
   #   package options
   %option   with_perl   no
  @@ -56,7 +56,7 @@
   BuildPreReq:  tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml, 
libiconv
   PreReq:   tiff, jpeg, jasper, bzip2, zlib, png, freetype, lcms, libxml, 
libiconv
   %if "%{with_perl}" == "yes"
  -BuildPreReq:  perl
  +BuildPreReq:  perl, perl-openpkg
   PreReq:   perl
   %endif
   %if "%{with_x11}" == "yes"
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/imapd/ imapd.conf imapd.patch imapd.patch.g...

2006-02-22 Thread Ralf S. Engelschall
   2003-10-22 20:50:17 +0200
   perl/Makefile.in 2006-02-22 19:10:03 +0100
   @@ -82,7 +82,8 @@
   BDB_LIB="$(BDB_LIB)" BDB_INC="$(BDB_INC)" \
   OPENSSL_LIB="$(OPENSSL_LIB)" 
OPENSSL_INC="$(OPENSSL_INC)" \
  @@ -64,8 +74,8 @@
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all) || exit 1; \
done
   Index: perl/sieve/Makefile.in
   perl/sieve/Makefile.in.orig  2003-10-22 20:50:24.0 +0200
  -+++ perl/sieve/Makefile.in   2004-02-02 21:41:22.0 +0100
  +--- perl/sieve/Makefile.in.orig  2003-10-22 20:50:24 +0200
   perl/sieve/Makefile.in   2006-02-22 19:10:03 +0100
   @@ -84,7 +84,8 @@
   BDB_LIB="$(BDB_LIB)" BDB_INC="$(BDB_INC)" \
   OPENSSL_LIB="$(OPENSSL_LIB)" 
OPENSSL_INC="$(OPENSSL_INC)" \
  @@ -76,19 +86,17 @@
fi; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all) || exit 1; \
done
  -Index: imap/mboxname.c
   imap/mboxname.c.orig 2004-03-17 10:03:40.0 +0200
  -+++ imap/mboxname.c  2004-03-17 10:03:40.0 +0200
  -@@ -129,7 +129,11 @@
  - domainlen = strlen(result);
  - }
  - }
  -+#ifdef ATVDOM /* allow '@' being a regular character in mboxname even when 
using virtual domains */
  -+else if ((cp = strrchr(name, '@'))) {
  -+#else
  - if ((cp = strrchr(name, '@'))) {
  -+#endif /* ATVDOM */
  - /* mailbox specified as [EMAIL PROTECTED] */
  - namelen = cp - name;
  +Index: perl/sieve/lib/isieve.c
  +--- perl/sieve/lib/isieve.c.orig 2005-04-21 23:04:50 +0200
   perl/sieve/lib/isieve.c  2006-02-22 19:10:03 +0100
  +@@ -41,9 +41,7 @@
  + 
  + /* $Id: isieve.c,v 1.27.2.2 2005/04/21 21:04:50 shadow Exp $ */
  + 
  +-#ifdef HAVE_CONFIG_H
  +-#include 
  +-#endif
  ++#include "../../../config.h"

  -
  + #ifdef HAVE_UNISTD_H
  + #include 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.patch.group
  
  $ cvs diff -u -r1.4 -r1.5 imapd.patch.group
  --- openpkg-src/imapd/imapd.patch.group   29 Jan 2004 15:09:57 -  
1.4
  +++ openpkg-src/imapd/imapd.patch.group   22 Feb 2006 18:43:47 -  
1.5
  @@ -1,5 +1,6 @@
   lib/auth_unix.c.orig Wed Oct 22 20:50:12 2003
  -+++ lib/auth_unix.c  Fri Jan 16 15:24:05 2004
  +Index: lib/auth_unix.c
  +--- lib/auth_unix.c.orig 2005-02-16 22:06:50 +0100
   lib/auth_unix.c  2005-12-12 09:56:53 +0100
   @@ -48,6 +48,7 @@
#include 
#include 
  @@ -16,7 +17,7 @@
   +/*
   + * __getgrent.c - This file is part of the libc-8086/grp package for ELKS,
   + * Copyright (C) 1995, 1996 Nat Friedman <[EMAIL PROTECTED]>.
  -+ * 
  ++ *
   + *  This library is free software; you can redistribute it and/or
   + *  modify it under the terms of the GNU Library General Public
   + *  License as published by the Free Software Foundation; either
  @@ -118,7 +119,7 @@
   +group.gr_mem = members;
   +return &group;
   +}
  -+
  ++
   +static char *line_buff = NULL;
   +static char **members  = NULL;
   +
  @@ -132,10 +133,10 @@
   +}
   +#endif /* __FreeBSD__ */
   +
  - const char *auth_method_desc = "unix";
  - 
struct auth_state {
  -@@ -144,6 +265,25 @@
  + char userid[81];
  + char **group;
  +@@ -142,6 +263,25 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};

  @@ -161,7 +162,7 @@
/*
 * Convert 'identifier' into canonical form.
 * Returns a pointer to a static buffer containing the canonical form
  -@@ -179,7 +319,7 @@
  +@@ -177,7 +317,7 @@
 */

if (!strncmp(retbuf, "group:", 6)) {
  @@ -176,7 +177,7 @@
char **mem;
   +FILE *groupfile;

  - identifier = auth_canonifyid(identifier, 0);
  + identifier = mycanonifyid(identifier, 0);
if (!identifier) return 0;
   @@ -240,20 +381,23 @@

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.spec
  
  $ cvs diff -u -r1.152 -r1.153 imapd.spec
  --- openpkg-src/imapd/imapd.spec  10 Jan 2006 12:48:38 -  1.152
  +++ openpkg-src/imapd/imapd.spec  22 Feb 2006 18:43:47 -  1.153
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  BSD
   Version:  2.3.1
  -Release:  20060110
  +Release:  20060222
   
   #   package options
   %option   with_fslyes
  @@ -202,7 +202,8 @@
   --with-cyrus-prefix=%{l_prefix} \
   --with-cyrus-user=%{l_rusr} \
   --with-cyrus-group=%{l_rgrp} \
  ---with-pidfile=%{l_prefix}/var/imapd/cyrus-master.pid
  +--with-pidfile=%{l_prefix}/var/imapd/cyrus-master.pid

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

2006-02-22 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:   22-Feb-2006 19:18:24
  Branch: HEAD Handle: 2006022218182300

  Modified files:
openpkg-src/zoemzoem.spec

  Log:
upgrading package: zoem 06.046 -> 06.053

  Summary:
RevisionChanges Path
1.33+5  -3  openpkg-src/zoem/zoem.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/zoem/zoem.spec
  
  $ cvs diff -u -r1.32 -r1.33 zoem.spec
  --- openpkg-src/zoem/zoem.spec15 Feb 2006 19:06:35 -  1.32
  +++ openpkg-src/zoem/zoem.spec22 Feb 2006 18:18:23 -  1.33
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 06
  -%define   V_minor 046
  +%define   V_minor 053
   
   #   package information
   Name: zoem
  @@ -37,7 +37,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060215
  +Release:  20060222
   
   #   list of sources
   Source0:  http://micans.org/zoem/src/zoem-%{V_major}-%{V_minor}.tar.gz
  @@ -85,7 +85,9 @@
   %{l_make} %{l_mflags} install \
   AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT docdir=%{l_prefix}/share/zoem"
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  -%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%doc %{l_prefix}/share/zoem/doc/*'
   
   %files -f files
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 19:17:16
  Branch: HEAD Handle: 2006022218171400

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
upgrading package: dhtml 20060220 -> 20060222

  Summary:
RevisionChanges Path
1.24+3  -3  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.23 -r1.24 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  21 Feb 2006 18:40:11 -  1.23
  +++ openpkg-src/dhtml/dhtml.spec  22 Feb 2006 18:17:14 -  1.24
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_prototype1.4.0
   %define   V_prototype_snap   1.4.20051216
  -%define   V_scriptaculous1.5.2
  +%define   V_scriptaculous1.5.3
   %define   V_rico 1.1.0
   %define   V_mktree   20051017
   %define   V_dol  20050215
  @@ -66,8 +66,8 @@
   Class:EVAL
   Group:Web
   License:  Open Source
  -Version:  20060220
  -Release:  20060221
  +Version:  20060222
  +Release:  20060222
   
   #   list of sources
   Source0:  http://prototype.conio.net/dist/prototype-%{V_prototype}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 18:51:52
  Branch: HEAD Handle: 2006022217515100

  Modified files:
openpkg-src/yum yum.spec

  Log:
upgrade to latest Yum version. Submitted by: skaar <[EMAIL PROTECTED]>

  Summary:
RevisionChanges Path
1.5 +17 -30 openpkg-src/yum/yum.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/yum/yum.spec
  
  $ cvs diff -u -r1.4 -r1.5 yum.spec
  --- openpkg-src/yum/yum.spec  1 Jan 2006 13:24:50 -   1.4
  +++ openpkg-src/yum/yum.spec  22 Feb 2006 17:51:51 -  1.5
  @@ -22,12 +22,8 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME MSvB: builds well but breaks at runtime due to
  -#   FIXME MSvB: missing python dependencies as indicated in
  -#   FIXME MSvB: %{l_prefix}/lib/python/site-packages/yum/__init__.py
  -
   #   package version
  -%define   V_yum_major  2.2
  +%define   V_yum_major  2.4
   %define   V_yum_minor  2
   
   #   package information
  @@ -41,7 +37,7 @@
   Group:Bootstrapping
   License:  GPL
   Version:  %{V_yum_major}.%{V_yum_minor}
  -Release:  20050801
  +Release:  20060222
   
   #   list of sources
   Source0:  
http://linux.duke.edu/projects/yum/download/%{V_yum_major}/yum-%{version}.tar.gz
  @@ -55,15 +51,15 @@
   AutoReqProv:  no
   
   %description
  -Yum is a utility that can check for and automatically download and
  -install updated RPM packages. Dependencies are obtained and downloaded
  -automatically prompting the user as necessary.
  +Yum is a utility that can check for and automatically download
  +and install updated RPM packages. Dependencies are obtained and
  +downloaded automatically prompting the user as necessary.
   
   %track
   prog yum = {
   version   = %{version}
   url   = http://linux.duke.edu/projects/yum/download/
  -regex = (2\.2)
  +regex = (%{V_yum_major})
   url   = http://linux.duke.edu/projects/yum/download/__NEWVER__/
   regex = yum-(__VER__)\.tar\.gz
   }
  @@ -71,38 +67,29 @@
   %prep
   %setup -q
   %{l_shtool} subst \
  --e 's;\(mkdir -p \)\(\$(DESTDIR)/usr/share/man/man\){5,8};\1\2-5 
\2-8;g' \
  --e 's;man-\([0-9]\);man\1;g' \
  -docs/Makefile
  -%{l_shtool} subst \
  --e 's;\(DESTDIR[})/\]]*\);\1%{l_prefix};g' \
  -docs/Makefile \
  -etc/Makefile \
  -Makefile
  +-e 's;\(DESTDIR[})/\]]*\)/usr;\1%{l_prefix};g' \
  +-e 's;\(DESTDIR[})/\]]*\)/etc;\1%{l_prefix}/etc/yum;g' \
  +-e 's;/share/yum-cli;/lib/python/site-packages/yum-cli;g' \
  +-e 's;/share/man;/man;g' \
  +docs/Makefile etc/Makefile Makefile
   %{l_shtool} subst \
  --e 's;\(DESTDIR=`cd \$(DESTDIR)\)/cw\(\; pwd`\);\1\2;g' \
  -Makefile
  +-e 's;$(PYVER);;g' \
  +yum/Makefile rpmUtils/Makefile repomd/Makefile
   %{l_shtool} subst \
   -e 's;^#!/usr/bin/python;#!%{l_prefix}/bin/python;' \
   `find . -name "*.py" -print` \
   bin/yum-arch
  -%{l_shtool} subst \
  --e 's;/usr/share;%{l_prefix}/share;g' \
  --e 's;share/yum-cli;share/yum;g' \
  -bin/* \
  -*.pyc \
  -*.py
   
   %build
   %{l_make} %{l_mflags -O}
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/lib
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/lib \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man5 \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man8
   %{l_make} %{l_mflags} install DESTDIR="$RPM_BUILD_ROOT"
  -( cd $RPM_BUILD_ROOT%{l_prefix}/usr && mv bin share .. ) || exit $?
  -rmdir $RPM_BUILD_ROOT%{l_prefix}/usr
  -( cd $RPM_BUILD_ROOT%{l_prefix}/share && mv yum-cli yum ) || exit $?
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 Thread Ralf S. Engelschall
if test $? -eq 0# {
  + then
  +   $LSOF_CC ${LSOF_TMPC}.c -o ${LSOF_TMPC}.x > /dev/null 2>&1
  +@@ -4030,7 +4030,7 @@
  + echo $SOLARIS_KERNBITS | grep 64 > /dev/null
  + if test $? -eq 0# {
  + then
  +-  echo $LSOF_CC | grep gcc > /dev/null
  ++  $LSOF_CC --version | grep GCC > /dev/null
  +   if test $? -eq 0  # {
  +   then
  + 
  +@@ -4256,7 +4256,7 @@
  +   echo "main(){" >> ${LSOF_TMPC}.c
  +   echo "enum vtype p=VSOCK;}" >> ${LSOF_TMPC}.c
  +   echo "Testing vnode.h for VSOCK, using $LSOF_CC"
  +-  echo $LSOF_CC | grep gcc > /dev/null
  ++  $LSOF_CC --version | grep GCC > /dev/null
  +   if test $? -eq 0  # {
  +   then
  + $LSOF_CC ${LSOF_TMPC}.c -o ${LSOF_TMPC}.x > /dev/null 2>&1
  +@@ -4854,7 +4854,7 @@
  + echo "$i" >> $LSOF_TSTCFLG
  +   done  # }
  + fi  # }
  +-echo $LSOF_CC | grep gcc > /dev/null 2>&1
  ++$LSOF_CC --version | grep GCC > /dev/null 2>&1
  + if test $? -eq 0# {
  + then
  +   echo "-DLT_GCC" >> $LSOF_TSTCFLG
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/lsof/lsof.spec
  
  $ cvs diff -u -r1.58 -r1.59 lsof.spec
  --- openpkg-src/lsof/lsof.spec10 Feb 2006 18:29:38 -  1.58
  +++ openpkg-src/lsof/lsof.spec22 Feb 2006 17:45:23 -  1.59
  @@ -33,7 +33,7 @@
   Group:Filesystem
   License:  BSD
   Version:  4.76
  -Release:  20060210
  +Release:  20060222
   
   #   list of sources
   Source0:  
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 18:41:44
  Branch: HEAD Handle: 2006022217414400

  Modified files:
openpkg-src/apachetop   apachetop.spec

  Log:
fix building under Solaris where ADNS requires libresolv. Submitted
by: speedy at fozzie.ziew.org

  Summary:
RevisionChanges Path
1.5 +11 -7  openpkg-src/apachetop/apachetop.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apachetop/apachetop.spec
  
  $ cvs diff -u -r1.4 -r1.5 apachetop.spec
  --- openpkg-src/apachetop/apachetop.spec  1 Jan 2006 13:11:58 -   
1.4
  +++ openpkg-src/apachetop/apachetop.spec  22 Feb 2006 17:41:44 -  
1.5
  @@ -33,7 +33,7 @@
   Group:Web
   License:  GPL
   Version:  0.12.5
  -Release:  20041215
  +Release:  20060222
   
   #   list of sources
   Source0:  
http://clueful.shagged.org/apachetop/files/apachetop-%{version}.tar.gz
  @@ -64,12 +64,16 @@
   %setup -q
   
   %build
  -CC="%{l_cc}" \
  -CXX="%{l_cxx}" \
  -CFLAGS="%{l_cflags -O}" \
  -CXXFLAGS="%{l_cxxflags -O}" \
  -CPPFLAGS="%{l_cppflags ncurses .}" \
  -LDFLAGS="%{l_ldflags}" \
  +export CC="%{l_cc}"
  +export CXX="%{l_cxx}"
  +export CFLAGS="%{l_cflags -O}"
  +export CXXFLAGS="%{l_cxxflags -O}"
  +export CPPFLAGS="%{l_cppflags ncurses .}"
  +export LDFLAGS="%{l_ldflags}"
  +export LIBS=""
  +case "%{l_platform -t}" in
  +*-sunos* ) LIBS="$LIBS -lresolv" ;;
  +esac
   ./configure \
   --prefix=%{l_prefix} \
   --with-pcre=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 18:39:30
  Branch: HEAD Handle: 2006022217392900

  Modified files:
openpkg-src/gmime   gmime.spec

  Log:
cleanup packaging

  Summary:
RevisionChanges Path
1.56+2  -7  openpkg-src/gmime/gmime.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gmime/gmime.spec
  
  $ cvs diff -u -r1.55 -r1.56 gmime.spec
  --- openpkg-src/gmime/gmime.spec  21 Feb 2006 18:57:24 -  1.55
  +++ openpkg-src/gmime/gmime.spec  22 Feb 2006 17:39:29 -  1.56
  @@ -37,7 +37,7 @@
   Group:Converter
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060221
  +Release:  20060222
   
   #   list of sources
   Source0:  
http://spruce.sourceforge.net/gmime/sources/v%{V_major}/gmime-%{version}.tar.gz
  @@ -72,13 +72,9 @@
   %patch -p0
   
   %build
  -case "%{l_platform -t}" in
  -*-freebsd* ) CPPFLAGS="%{l_cppflags} -U_POSIX_SOURCE" ;;
  -*  ) CPPFLAGS="%{l_cppflags}" ;;
  -esac
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  -CPPFLAGS="$CPPFLAGS" \
  +CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix} \
  @@ -92,7 +88,6 @@
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -%{l_shtool} subst -e 's;gtkdoc-fixxref;true;g' doc/Makefile
   %{l_make} %{l_mflags} install \
   prefix=$RPM_BUILD_ROOT%{l_prefix} \
   exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-02-22 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:   22-Feb-2006 12:46:08
  Branch: HEAD Handle: 2006022211460700

  Modified files:
openpkg-src/openssl openssl.spec

  Log:
fixed bug introduced with revision 1.69 which might break build
process if /usr/loca/bin/perl exists

  Summary:
RevisionChanges Path
1.72+2  -2  openpkg-src/openssl/openssl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  
  $ cvs diff -u -r1.71 -r1.72 openssl.spec
  --- openpkg-src/openssl/openssl.spec  1 Jan 2006 13:18:11 -   1.71
  +++ openpkg-src/openssl/openssl.spec  22 Feb 2006 11:46:07 -  1.72
  @@ -33,7 +33,7 @@
   Group:Cryptography
   License:  BSD-style
   Version:  0.9.8a
  -Release:  20051011
  +Release:  20060222
   
   #   package options
   %option   with_zlib no
  @@ -93,7 +93,6 @@
   
   %build
   %{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
  -PERL=%{l_prefix}/bin/perl \
   options="no-shared no-dso"
   %if "%{with_pic}" == "yes"
   options="$options -fPIC"
  @@ -119,6 +118,7 @@
   %else
   options="$options no-threads"
   %endif
  +PERL=%{l_prefix}/bin/perl \
   ./config \
   --prefix=%{l_prefix} \
   --openssldir=%{l_prefix}/etc/openssl \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org