Update of /cvsroot/fink/experimental/mommsen/10.4/main
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22181

Modified Files:
        anjuta.info anjuta.patch gnome-build-10.5.info 
        gnome-build.info 
Log Message:
New upstream version, improves stability

Index: anjuta.info
===================================================================
RCS file: /cvsroot/fink/experimental/mommsen/10.4/main/anjuta.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- anjuta.info 23 Oct 2008 13:55:34 -0000      1.1
+++ anjuta.info 4 Nov 2008 10:54:42 -0000       1.2
@@ -1,6 +1,6 @@
 Info3: <<
 Package: anjuta
-Version: 2.4.2
+Version: 2.24.1
 Revision: 1
 
 BuildDepends: <<
@@ -70,11 +70,13 @@
 <<
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 66dc5a9aeb051846f82715b1bed55e37
-Patch: %n.patch
+Source-MD5: 72606baaf50a1d0e86f04cb6751640c7
+PatchFile: %n.patch
+PatchFile-MD5: e607d1ec84b0514bf7ab179c822b3b79
 ConfigureParams: <<
   --libexecdir=%p/lib/%n \
   --mandir=%p/share/man \
+  --enable-plugin-scintilla \
   --disable-schemas-install \
   --disable-dependency-tracking \
   --enable-static \
@@ -148,16 +150,11 @@
     x11-shlibs
   <<
   Files: <<
-    lib/libanjuta-ctags.0.0.0.dylib
     lib/libanjuta-ctags.0.dylib
-    lib/libanjuta-egg.0.0.0.dylib
-    lib/libanjuta-egg.0.dylib
-    lib/libanjuta.0.0.0.dylib
     lib/libanjuta.0.dylib
   <<
   Shlibs: <<
     %p/lib/libanjuta-ctags.0.dylib   1.0.0 %n (>= 2.4.2-1)
-    %p/lib/libanjuta-egg.0.dylib     1.0.0 %n (>= 2.4.2-1)
     %p/lib/libanjuta.0.dylib         1.0.0 %n (>= 2.4.2-1)
   <<
 <<

Index: gnome-build.info
===================================================================
RCS file: /cvsroot/fink/experimental/mommsen/10.4/main/gnome-build.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-build.info    23 Oct 2008 13:55:34 -0000      1.1
+++ gnome-build.info    4 Nov 2008 10:54:42 -0000       1.2
@@ -1,6 +1,6 @@
 Info3: <<
 Package: gnome-build
-Version: 2.24.0
+Version: 2.24.1
 Revision: 1
 Distribution: 10.4
 
@@ -47,7 +47,7 @@
 <<
 
 Source: mirror:gnome:sources/%n/2.24/%n-%v.tar.bz2
-Source-MD5: 447b6c22bb18981b964b76031d393b42
+Source-MD5: b35c918b6c0c70652e9eb1d2e45138f1
 
 ConfigureParams: <<
   --libexecdir=%p/lib/%n \

Index: anjuta.patch
===================================================================
RCS file: /cvsroot/fink/experimental/mommsen/10.4/main/anjuta.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- anjuta.patch        23 Oct 2008 13:55:34 -0000      1.1
+++ anjuta.patch        4 Nov 2008 10:54:42 -0000       1.2
@@ -1,51 +1,17 @@
---- anjuta-2.4.2.orig/libanjuta/anjuta-launcher.c      2008-04-06 
20:13:21.000000000 +0200
-+++ anjuta-2.4.2.new/libanjuta/anjuta-launcher.c       2008-10-17 
15:08:35.000000000 +0200
-@@ -38,7 +38,7 @@
- 
- #if !defined(__sun) && !defined(__NetBSD__)
- #  ifndef FREEBSD
--#    include <pty.h>
-+#    include <util.h>
- #  else
- #    include <libutil.h>
- #  endif
-@@ -67,6 +67,8 @@
- #ifndef __MAX_BAUD
- #ifdef __CYGWIN__
- #define __MAX_BAUD B256000
-+#elif defined __APPLE__
-+#define __MAX_BAUD B230400
- #else
- #define __MAX_BAUD B460800
- #endif
---- anjuta-2.4.2.orig/plugins/terminal/terminal.c      2008-04-06 
20:13:09.000000000 +0200
-+++ anjuta-2.4.2.new/plugins/terminal/terminal.c       2008-10-17 
17:27:49.000000000 +0200
-@@ -63,7 +63,12 @@
- #include <gtk/gtk.h>
- #include <libanjuta/anjuta-plugin.h>
- 
-+#ifdef __APPLE__
-+#include <crt_externs.h>
-+#define environ (*_NSGetEnviron())
-+#else
- extern char **environ;
-+#endif
- 
- extern GType terminal_plugin_get_type (GTypeModule *module);
- #define ANJUTA_PLUGIN_TERMINAL_TYPE         (terminal_plugin_get_type (NULL))
---- anjuta-2.4.2.orig/plugins/file-manager/Makefile.in 2008-05-26 
23:40:36.000000000 +0200
-+++ anjuta-2.4.2.new/plugins/file-manager/Makefile.in  2008-10-22 
12:13:26.000000000 +0200
-@@ -441,6 +441,7 @@
-       file-view.c \
-       file-model.c \
-       file-model.h
-+libfile_manager_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
- 
- 
- # Plugin dependencies
---- anjuta-2.4.2.orig/plugins/language-manager/Makefile.in     2008-05-26 
23:40:39.000000000 +0200
-+++ anjuta-2.4.2.new/plugins/language-manager/Makefile.in      2008-10-22 
12:15:57.000000000 +0200
-@@ -429,6 +429,7 @@
+--- anjuta-2.24.1.orig/plugins/file-manager/Makefile.in        2008-05-26 
23:40:36.000000000 +0200
++++ anjuta-2.24.1.new/plugins/file-manager/Makefile.in 2008-10-22 
12:13:26.000000000 +0200
+@@ -77,7 +77,7 @@
+ CCLD = $(CC)
+ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+       --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+-      $(LDFLAGS) -o $@
++      $(LDFLAGS) $(ANJUTA_PLUGIN_LDFLAGS) -o $@
+ SOURCES = $(libfile_manager_la_SOURCES)
+ DIST_SOURCES = $(libfile_manager_la_SOURCES)
+ file_manager_gladeDATA_INSTALL = $(INSTALL_DATA)
+--- anjuta-2.24.1.orig/plugins/language-manager/Makefile.in    2008-05-26 
23:40:39.000000000 +0200
++++ anjuta-2.24.1.new/plugins/language-manager/Makefile.in     2008-10-22 
12:15:57.000000000 +0200
+@@ -414,6 +414,7 @@
  
  # Plugin sources
  liblanguage_manager_la_SOURCES = plugin.c plugin.h
@@ -53,3 +19,14 @@
  
  # Plugin dependencies
  liblanguage_manager_la_LIBADD = \
+--- anjuta-2.24.1.orig/libanjuta/anjuta-launcher.c     2008-10-19 
17:36:54.000000000 +0200
++++ anjuta-2.24.1.new/libanjuta/anjuta-launcher.c      2008-11-03 
15:39:36.000000000 +0100
+@@ -38,7 +38,7 @@
+ 
+ #if defined(__FreeBSD__)
+ #  include <libutil.h>
+-#elif defined(__OpenBSD__) || defined(__NetBSD__)
++#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
+ #  include <util.h>
+ #elif !defined(__sun)
+ #  include <pty.h>

Index: gnome-build-10.5.info
===================================================================
RCS file: /cvsroot/fink/experimental/mommsen/10.4/main/gnome-build-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-build-10.5.info       23 Oct 2008 13:55:34 -0000      1.1
+++ gnome-build-10.5.info       4 Nov 2008 10:54:42 -0000       1.2
@@ -1,6 +1,6 @@
 Info3: <<
 Package: gnome-build
-Version: 2.24.0
+Version: 2.24.1
 Revision: 100
 Distribution: 10.5
 
@@ -47,7 +47,7 @@
 <<
 
 Source: mirror:gnome:sources/%n/2.24/%n-%v.tar.bz2
-Source-MD5: 447b6c22bb18981b964b76031d393b42
+Source-MD5: b35c918b6c0c70652e9eb1d2e45138f1
 
 ConfigureParams: <<
   --libexecdir=%p/lib/%n \


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to