gnome-pim stable port information

Package: gnome-pim
Version: 1.4.0
Revision: 1004
Architecture: powerpc
Distribution: 10.4
Depends: gnome-libs, gnome-core-shlibs
BuildDepends: gnome-core-dev (>= 1.4.1-4), gal19 (>= 0.19.2-3), gdk-pixbuf, freetype2, libjpeg, libtiff, netpbm, audiofile, db3 (>= 3.3.11-1027), esound, glib, gtk+, orbit-dev, readline (>= 4.3-1028), giflib, imlib, bonobo-dev, gconf-dev, glibwww, gnome-core-dev, gnome-libs-dev, gnome-print-dev, gtkhtml-dev (>= 1.0.2-5), oaf-dev, guile16-dev, libwww, libxml, popt, libglade, gnome-vfs-dev (>= 1.0.5-5) | gnome-vfs-ssl-dev (>= 1.0.5-7), gettext-dev, gettext-bin, gettext-tools, gcc3.3, fink (>= 0.24.12-1)
Source: gnome
Source-MD5: 177daf8b1e15be906fb41dca94a00e76
PatchFile: %n.patch
PatchFile-MD5: 3c024811451b321a5ce86712f293dca9
UpdateLibtool: true
UpdatePoMakefile: true
SetCC: gcc-3.3
SetCXX: g++-3.3
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Calendar and address book for GNOME
DescPort: <<
Add existing test for .

Need to fix the error:
gncal-todo.c:662: error: label at end of compound statement
but for now, compile with gcc-3.3.
<<
License: GPL
Homepage: http://www.gnome.org/
Maintainer: None
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<

gnome-pim stable port .patch

diff -Naur gnome-pim-1.4.0.old/configure gnome-pim-1.4.0.new/configure
--- gnome-pim-1.4.0.old/configure Thu Mar 29 16:53:56 2001
+++ gnome-pim-1.4.0.new/configure Thu Sep 6 20:15:17 2001
@@ -4347,7 +4347,7 @@
PROGRAMS_GNCAL="gncal"


-for ac_hdr in langinfo.h
+for ac_hdr in langinfo.h malloc.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
diff -Naur gnome-pim-1.4.0.old/configure.in gnome-pim-1.4.0.new/configure.in
--- gnome-pim-1.4.0.old/configure.in Thu Mar 29 16:51:43 2001
+++ gnome-pim-1.4.0.new/configure.in Thu Sep 6 20:15:17 2001
@@ -47,7 +47,7 @@
AC_SUBST(PROGRAMS_GNCAL)

dnl Checks for header files.
-AC_CHECK_HEADERS(langinfo.h)
+AC_CHECK_HEADERS(langinfo.h malloc.h)

dnl This determines, if struct tm containes tm_gmtoff field
dnl or we should use extern long int timezone.
diff -Naur gnome-pim-1.4.0.old/libversit/vcc.y gnome-pim-1.4.0.new/libversit/vcc.y
--- gnome-pim-1.4.0.old/libversit/vcc.y Thu Mar 29 16:51:43 2001
+++ gnome-pim-1.4.0.new/libversit/vcc.y Thu Sep 6 20:16:52 2001
@@ -108,7 +108,9 @@

#include
#ifndef __MWERKS__
+#ifdef HAVE_MALLOC_H
#include
+#endif
#endif
#include
#include
diff -Naur gnome-pim-1.4.0.old/libversit/vobject.c gnome-pim-1.4.0.new/libversit/vobject.c
--- gnome-pim-1.4.0.old/libversit/vobject.c Sat Jan 1 05:35:35 2000
+++ gnome-pim-1.4.0.new/libversit/vobject.c Thu Sep 6 20:16:10 2001
@@ -43,7 +43,9 @@
*/

#ifndef MWERKS
+#ifdef HAVE_MALLOC_H
#include
+#endif
#endif

#include "vobject.h"

gnome-pim _unstable_ port information

Package: gnome-pim
Version: 1.4.0
Revision: 1004
Architecture: powerpc
Distribution: 10.4
Depends: gnome-libs, gnome-core-shlibs
BuildDepends: gnome-core-dev (>= 1.4.1-4), gal19 (>= 0.19.2-3), gdk-pixbuf, freetype2, libjpeg, libtiff, netpbm, audiofile, db3 (>= 3.3.11-1027), esound, glib, gtk+, orbit-dev, readline (>= 4.3-1028), giflib, imlib, bonobo-dev, gconf-dev, glibwww, gnome-core-dev, gnome-libs-dev, gnome-print-dev, gtkhtml-dev (>= 1.0.2-5), oaf-dev, guile16-dev, libwww, libxml, popt, libglade, gnome-vfs-dev (>= 1.0.5-5) | gnome-vfs-ssl-dev (>= 1.0.5-7), gettext-dev, gettext-bin, gettext-tools, gcc3.3, fink (>= 0.24.12-1)
Source: gnome
Source-MD5: 177daf8b1e15be906fb41dca94a00e76
PatchFile: %n.patch
PatchFile-MD5: 3c024811451b321a5ce86712f293dca9
UpdateLibtool: true
UpdatePoMakefile: true
SetCC: gcc-3.3
SetCXX: g++-3.3
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Calendar and address book for GNOME
DescPort: <<
Add existing test for .

Need to fix the error:
gncal-todo.c:662: error: label at end of compound statement
but for now, compile with gcc-3.3.
<<
License: GPL
Homepage: http://www.gnome.org/
Maintainer: None
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<

gnome-pim _unstable_ port .patch

diff -Naur gnome-pim-1.4.0.old/configure gnome-pim-1.4.0.new/configure
--- gnome-pim-1.4.0.old/configure Thu Mar 29 16:53:56 2001
+++ gnome-pim-1.4.0.new/configure Thu Sep 6 20:15:17 2001
@@ -4347,7 +4347,7 @@
PROGRAMS_GNCAL="gncal"


-for ac_hdr in langinfo.h
+for ac_hdr in langinfo.h malloc.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
diff -Naur gnome-pim-1.4.0.old/configure.in gnome-pim-1.4.0.new/configure.in
--- gnome-pim-1.4.0.old/configure.in Thu Mar 29 16:51:43 2001
+++ gnome-pim-1.4.0.new/configure.in Thu Sep 6 20:15:17 2001
@@ -47,7 +47,7 @@
AC_SUBST(PROGRAMS_GNCAL)

dnl Checks for header files.
-AC_CHECK_HEADERS(langinfo.h)
+AC_CHECK_HEADERS(langinfo.h malloc.h)

dnl This determines, if struct tm containes tm_gmtoff field
dnl or we should use extern long int timezone.
diff -Naur gnome-pim-1.4.0.old/libversit/vcc.y gnome-pim-1.4.0.new/libversit/vcc.y
--- gnome-pim-1.4.0.old/libversit/vcc.y Thu Mar 29 16:51:43 2001
+++ gnome-pim-1.4.0.new/libversit/vcc.y Thu Sep 6 20:16:52 2001
@@ -108,7 +108,9 @@

#include
#ifndef __MWERKS__
+#ifdef HAVE_MALLOC_H
#include
+#endif
#endif
#include
#include
diff -Naur gnome-pim-1.4.0.old/libversit/vobject.c gnome-pim-1.4.0.new/libversit/vobject.c
--- gnome-pim-1.4.0.old/libversit/vobject.c Sat Jan 1 05:35:35 2000
+++ gnome-pim-1.4.0.new/libversit/vobject.c Thu Sep 6 20:16:10 2001
@@ -43,7 +43,9 @@
*/

#ifndef MWERKS
+#ifdef HAVE_MALLOC_H
#include
+#endif
#endif

#include "vobject.h"