Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv5860

Added Files:
        cssed-filebrowser-plugin.info cssed-filebrowser-plugin.patch 
        cssed-plugindoc-plugin.info cssed-plugindoc-plugin.patch 
        cssed-quicksearch-plugin.info cssed-quicksearch-plugin.patch 
        cssed-vte-plugin.info cssed-vte-plugin.patch cssed.info 
        cssed.patch 
Log Message:
cssed to 10.7 + plugins except
cssed-tags-plugin seg faults on load
cssed-findinfiles-plugin fails to build

--- NEW FILE: cssed-plugindoc-plugin.patch ---
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/Makefile.in 
cssed-plugindoc-plugin-0.1/Makefile.in
--- cssed-plugindoc-plugin-0.1.orig/Makefile.in 2004-10-10 23:23:52.000000000 
-0400
+++ cssed-plugindoc-plugin-0.1/Makefile.in      2011-08-01 23:06:28.000000000 
-0400
@@ -600,10 +600,10 @@
 install-data-local:
        @$(NORMAL_INSTALL)
        if test -d $(srcdir)/html; then \
-         $(mkinstalldirs) $(DESTDIR)share/cssed/plugindoc/; \
+         $(mkinstalldirs) $(DESTDIR)$(datadir)/cssed/plugindoc/; \
          for html in $(srcdir)/html/*; do \
            if test -f $$html; then \
-             $(INSTALL_DATA) $$html $(DESTDIR)share/cssed/plugindoc/; \
+             $(INSTALL_DATA) $$html $(DESTDIR)$(datadir)/cssed/plugindoc/; \
            fi \
          done \
        fi
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/configure 
cssed-plugindoc-plugin-0.1/configure
--- cssed-plugindoc-plugin-0.1.orig/configure   2004-10-10 23:23:51.000000000 
-0400
+++ cssed-plugindoc-plugin-0.1/configure        2011-08-01 22:43:37.000000000 
-0400
@@ -5151,7 +5151,7 @@
 i[3456]86-*-linux-gnu*)
        OSTYPE="LINUX"
         ;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
        OSTYPE="DARWIN"
        ;;
 esac
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/src/Makefile.in 
cssed-plugindoc-plugin-0.1/src/Makefile.in
--- cssed-plugindoc-plugin-0.1.orig/src/Makefile.in     2004-10-10 
23:23:51.000000000 -0400
+++ cssed-plugindoc-plugin-0.1/src/Makefile.in  2011-08-01 22:47:48.000000000 
-0400
@@ -181,9 +181,9 @@
 @ISDARWIN_FALSE@plugindoc_so_SOURCES = $(SRCS)
 @ISDARWIN_TRUE@plugindoc_so_SOURCES = $(SRCS)
 @ISDARWIN_FALSE@plugindoc_so_LDFLAGS = -shared -fPICS
-@ISDARWIN_TRUE@plugindoc_so_LDFLAGS = -bundle -flat_namespace -undefined 
suppress
+@ISDARWIN_TRUE@plugindoc_so_LDFLAGS = -bundle -undefined dynamic_lookup
 @ISDARWIN_FALSE@plugindoc_so_LDADD = @PACKAGE_LIBS@
-@ISDARWIN_TRUE@plugindoc_so_LDADD = @PACKAGE_LIBS@
+@ISDARWIN_TRUE@plugindoc_so_LDADD = @PACKAGE_LIBS@ @INTLLIBS@
 @ISDARWIN_TRUE@plugindoc_so_CFLAGS = -fno-common
 INCLUDES = \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\" \
diff -Nurd -x'*~' cssed-plugindoc-plugin-0.1.orig/src/plugindoc.c 
cssed-plugindoc-plugin-0.1/src/plugindoc.c
--- cssed-plugindoc-plugin-0.1.orig/src/plugindoc.c     2004-10-10 
23:23:51.000000000 -0400
+++ cssed-plugindoc-plugin-0.1/src/plugindoc.c  2011-08-01 22:44:27.000000000 
-0400
@@ -93,7 +93,7 @@
        gchar* command;
        gchar* plugindocurl;
        
-       plugindocurl = "usr/share/cssed/plugindoc/index.html";
+       plugindocurl = "@PREFIX@/share/cssed/plugindoc/index.html";
        
        command = g_strdup_printf ( "open %s", plugindocurl);
        system(command);

--- NEW FILE: cssed-plugindoc-plugin.info ---
Package: cssed-plugindoc-plugin
Version: 0.1
Revision: 1018
#Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source: http://micmacfr.homeunix.org/cssed/%n-%v.tar.gz
Source-MD5: 7f7e667b4e42a627153f3fe7f0ecd69c
Depends: <<
        atk1-shlibs (>= 1.28.0-1),
        cairo-shlibs (>= 1.8.8-3),
        cssed (>= 1:0.4.0-1),
        fontconfig2-shlibs (>= 2.8.0-4),
        freetype219-shlibs (>= 2.3.12-1),
        glib2-shlibs (>= 2.22.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libgettext8-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.24.5-4)
<<
BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.8.8-3),
        cssed-dev (>= 1:0.4.0-1),
        fink (>= 0.24.12),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        glitz,
        gtk+2-dev (>= 2.18.0-1),
        libgettext8-dev,
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        pkgconfig (>= 0.23),
        x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: f269aca9ffd7bc7011ca1efd45e506f9
PatchScript: <<
        sed 's,@PREFIX@,%p,' <%{PatchFile} | patch -p1
<<
ConfigureParams: --enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
        %{default_script}
        fink-package-precedence .
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: Documentation plugin for cssed
DescDetail: <<
        cssed-plugindoc-plugin is a plugin for cssed.
        It adds an item menu to the plugins menu
        to browse the plugin documentation for developers.
        It can be loaded and unloaded at runtime.
<<
DescUsage: <<
        Use the plugins menu in cssed to load or unload it.
<<
DescPort: <<
        The plugin is authored by Michele Garoche, thus 
        located on her web site. Soon it will be slightly 
        modified to work on other systems and integrated 
        in cssed branch. Thus, same author, license, etc.
        that the other plugins to avoid later changes.
        Dirty hack for Intel to find the right architecture

        Use modern twolevel namespace for cleaner symbol handling
<<
DescPackaging: <<
        Formerly maintained by Michele Garoche

        Makefile.in install-data-local pathnames got corrupted when
        generated from Makefile.am. Uncorrupt 'em.
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
Maintainer: None <fink-de...@lists.sourceforge.net>

--- NEW FILE: cssed.info ---
Package: cssed
Epoch: 1
Version: 0.4.0
Revision: 1
GCC: 4.0
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: ff7c818d1f819b7d76b4f714be64e08e
Depends: <<
        atk1-shlibs (>= 1.28.0-1),
        cairo-shlibs (>= 1.8.8-3),
        fontconfig2-shlibs (>= 2.8.0-4),
        freetype219-shlibs (>= 2.3.12-1),
        glib2-shlibs (>= 2.22.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libgettext8-shlibs,
        libxml2-shlibs (>= 2.6.30-1),
        pango1-xft2-ft219-shlibs (>= 1.24.5-4)
<<
BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.8.8-3),
        fink (>= 0.24.12),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        glitz,
        gtk+2-dev (>= 2.18.0-1),
        libgettext8-dev,
        libiconv-dev,
        libxml2 (>= 2.6.30-1),
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        pkgconfig (>= 0.23),
        x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: 11d91372162be61ce0d9400a61dfe033
ConfigureParams: --mandir=%p/share/man --without-terminal --with-help-menus 
--with-plugin-headers --enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
        %{default_script}
        fink-package-precedence .
<<
InstallScript: make -j1 install DESTDIR="%d"
Splitoff: <<
        Package: %N-dev
        Depends: %N (= %e:%v-%r)
        BuildDependsOnly: True
        Files: include lib
        DocFiles: AUTHORS ChangeLog COPYING NEWS README
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: CSS editor
DescDetail: <<
        CSSED is a small editor that tries to ease the CSS editing.
        It features autocompletion, CSS syntax validation, selector
        wizard for complex rules, color wizard, box wizard, and
        other useful features to help web developers to create and 
        maintain CSS style sheets.
        It has also dialogs and toolbar icons for most used css 
        tags, css2 reference browser fully clickable to easy 
        integration in style sheet, as well as selector scanning 
        to quick change of property value, quick access via 
        temporary bookmarks, and digest view.
        Color syntax highlighting for various file types, program
        output, temporary and permanent scratch-pads completes the
        software.
        There are also some extras on the web site, especially the
        emacs launcher (others do not work at the time being),
        which allows cssed to be launched from emacs/xemacs.
<<
DescUsage: <<
        See the man(1) page for more information.
        You can customize the cssed-def.xml CSS definition file 
        by copying it from %p/share/cssed/data to your home directory.
        For more information, see the homepage.
        There are also add-ons as separate packages for terminal, 
        file browser, search within and outside of cssed, and tags 
        editing.
<<
DescPort: <<
        Dirty hack for Intel to find the right architecture

        CssedFileType is used in various other public headers but not
        declared. The members don't seem to be public (*-plugins don't
        complain) but need to declare the struct itself for document.h
        (same place CssedFileTypeID is used).
<<
DescPackaging: <<
        Formerly maintained by Michele Garoche

        Create a dev SplitOff to comply with policy though the package
        installs only a binary, some headers and a pc file. 
        Patch the pc file and the main Makefile so that the headers
        get installed in the right directory.

        Includes own versions of libcroco and scintilla. Could use
        external deps? libcroco is locally hacked. See:
        http://mail.gnome.org/archives/libcroco-list/2005-August/msg00010.html
        Would also likely mean cssed would not need special tricks to
        get c++ linking.

<<
License: GPL
Homepage: http://cssed.sourceforge.net/
Maintainer: None <fink-de...@lists.sourceforge.net>

--- NEW FILE: cssed.patch ---
diff -Nurd -x'*~' cssed-0.4.0.orig/Makefile.in cssed-0.4.0/Makefile.in
--- cssed-0.4.0.orig/Makefile.in        2005-10-14 17:41:54.000000000 -0400
+++ cssed-0.4.0/Makefile.in     2011-08-01 11:48:00.000000000 -0400
@@ -722,10 +722,10 @@
         fi
 
 @INSTALLHEADERS_TRUE@  if test -d $(srcdir)/include; then \
-@INSTALLHEADERS_TRUE@    $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/include; \
+@INSTALLHEADERS_TRUE@    $(mkinstalldirs) $(DESTDIR)$(pkgincludedir); \
 @INSTALLHEADERS_TRUE@    for header in $(srcdir)/include/*.h; do \
 @INSTALLHEADERS_TRUE@      if test -f $$header; then \
-@INSTALLHEADERS_TRUE@        $(INSTALL_DATA) $$header 
$(DESTDIR)$(pkgdatadir)/include; \
+@INSTALLHEADERS_TRUE@        $(INSTALL_DATA) $$header 
$(DESTDIR)$(pkgincludedir); \
 @INSTALLHEADERS_TRUE@      fi \
 @INSTALLHEADERS_TRUE@    done \
 @INSTALLHEADERS_TRUE@  fi
diff -Nurd -x'*~' cssed-0.4.0.orig/configure cssed-0.4.0/configure
--- cssed-0.4.0.orig/configure  2005-09-28 05:41:40.000000000 -0400
+++ cssed-0.4.0/configure       2011-08-01 11:48:00.000000000 -0400
@@ -5919,7 +5919,7 @@
 *-*-cygwin*)
        OSTYPE="CYGWIN"
        ;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
        OSTYPE="DARWIN"
        ;;
 i[3456]86-*-*bsd*)
diff -Nurd -x'*~' cssed-0.4.0.orig/cssed.pc.in cssed-0.4.0/cssed.pc.in
--- cssed-0.4.0.orig/cssed.pc.in        2011-08-01 11:50:33.000000000 -0400
+++ cssed-0.4.0/cssed.pc.in     2011-08-01 11:50:23.000000000 -0400
@@ -7,4 +7,4 @@
 Version: @VERSION@
 Requires: gtk+-2.0 glib-2.0
 Libs: -L${libdir} 
-Cflags: -I${prefix}/share/cssed/include
0:23.000000000 -0400400ludedir); \; \headers 
--enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"’ˆoõ`+À
  Oÿ€ ‘õ`+ÐþNÿ ýNÿë­Rô`+6 
èè!è!P OÿÀ 
OÿxDoõ`+ÐÿNÿ"‘Rô`+®Rô`+P OÿðRô`+ 
OÿÀ?Óõ`+ó˜Rô`+0Óõ`+Ø4Óõ`+¨9Óõ`+Tô`+xDoõ`+ÐÿNÿ þNÿë­Rô`+à!à!P
 OÿÀ OÿÈ
Oõ`+°Oÿ"‘Rô`+®Rô`+P OÿðRô`+ Oÿ€ 
Oÿx Oÿ«sô`+Œp˜À 
Oÿó˜Rô`+Tô`+°Oÿ€ÿNÿë­Rô`+GHIJKMNOPP
 OÿÀ OÿHÅ%õ`+POÿ"‘Rô`+®Rô`+P 
Oÿ0?Óõ`+ó˜Rô`+Poõ`+ ùõ`+0Óõ`+Ø4Óõ`+¨9Óõ`+Tô`+HÅ%õ`+POÿOÿë­Rô`+8Å%õ`+POÿÀOÿë­Rô`+(Å%õ`+POÿðOÿë­Rô`+Å%õ`+POÿ
 Oÿë­Rô`+  
¨>Óõ`+ó˜Rô`+¨9Óõ`+ ûNÿŠHõ`+æ—Rô`+Ø4Óõ`+ÀOÿyHõ`+æ—Rô`+0Óõ`+ðOÿZHõ`+æ—Rô`+Øôõ`+Poõ`+ ùõ`+0Óõ`+ØToõ`+Ø4Óõ`+¨9Óõ`+Tô`+«sô`+ÍÎô`+À
        
Oÿp‹õ`+ OÿpOÿë­Rô`+5678:<=>?@BDP
 OÿÀ OÿàÍËô`+À Oÿó˜Rô`+è¤sô`+ 
OÿÍÎô`+æ—Rô`+è¤sô`+Õ_@fÆS 
Qöl±íÁãšô`+À 
OÿàÍËô`+°Oÿ€Oÿë­Rô`+u]ÞÓ      
4Q 
÷U^Qʉ§¶uª¹ñìò*ēv´bÔô`+OÿF`6ö`+F`6ö`+?µÑô`+À
OÿP OÿàOÿ Oÿ€ Oÿx Oÿ@
OÿB`6ö`+OÿØToõ`+ Yoõ`+Tô`+ÿÿÿÿÿÿÿÿB`6ö`+È 
Oÿë­Rô\ No newline at end of file
+Cflags: -I${prefix}/include/cssed
diff -Nurd -x'*~' cssed-0.4.0.orig/include/cssedwindow.h 
cssed-0.4.0/include/cssedwindow.h
--- cssed-0.4.0.orig/include/cssedwindow.h      2011-08-01 19:12:22.000000000 
-0400
+++ cssed-0.4.0/include/cssedwindow.h   2011-08-01 21:48:47.000000000 -0400
@@ -276,6 +276,9 @@
        CSSED_FILETYPE_USR9
 } CssedFileTypeId;
 
+/* opaque struct used by various functions */
+typedef struct _CssedFileType CssedFileType;
+
 #define        CSSED_NUMFILETYPES      (CSSED_FILETYPE_USR9+1)
 
 
diff -Nurd -x'*~' cssed-0.4.0.orig/src/Makefile.in cssed-0.4.0/src/Makefile.in
--- cssed-0.4.0.orig/src/Makefile.in    2005-10-14 17:41:52.000000000 -0400
+++ cssed-0.4.0/src/Makefile.in 2011-08-01 11:48:00.000000000 -0400
@@ -262,7 +262,7 @@
        xpm-icons.h \
        filetypes.h
 
-cssed_LDADD = @PACKAGE_LIBS@  ../scintilla/gtk/libscintilla.a 
../libcroco/parser/libcroco.a
+cssed_LDADD = ../scintilla/gtk/libscintilla.a ../libcroco/parser/libcroco.a 
@PACKAGE_LIBS@ @INTLLIBS@
 cssed_LINK = g++ -DGTK -o cssed
 all: all-am
 

--- NEW FILE: cssed-filebrowser-plugin.info ---
Package: cssed-filebrowser-plugin
Version: 0.2.1
Revision: 1
Source: mirror:sourceforge:cssed/%n-%v.tar.gz
Source-MD5: 851cff136cfeb1105b13b3d277dcff50
Depends: <<
        atk1-shlibs (>= 1.28.0-1),
        cairo-shlibs (>= 1.8.8-3),
        cssed (>= 1:0.4.0-1),
        fontconfig2-shlibs (>= 2.8.0-4),
        freetype219-shlibs (>= 2.3.12-1),
        glib2-shlibs (>= 2.22.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libgettext8-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.24.5-4)
<<
BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.8.8-3),
        cssed-dev (>= 1:0.4.0-1),
        fink (>= 0.24.12),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        glitz,
        gtk+2-dev (>= 2.18.0-1),
        libgettext8-dev,
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        pkgconfig (>= 0.23),
        x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: f608b2f5cedd21688605d81e37855f01
ConfigureParams: --enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
        %{default_script}
        fink-package-precedence .
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: Filebrowser plugin for cssed
DescDetail: <<
        cssed-filebrowser-plugin is a plugin for cssed.
        It adds a file browser to cssed, more convenient than
        the open item in the file menu.
        It can be loaded and unloaded at runtime.
<<
DescUsage: <<
        Use the plugins menu in cssed to load or unload it.
<<
DescPort: <<
        Dirty hack for Intel to find the right architecture

        Use modern twolevel namespace for cleaner symbol handling
<<
DescPackaging: <<
        Formerly maintained by Michele Garoche

        Our cssed headers are not in default location but we know our
        prefix is consistent. Anyway, checking that "a file exists at
        PREFIX" isn't the same as "we will be using that file when
        building" b/c latter can change via pkg-config settings.
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
Maintainer: None <fink-de...@lists.sourceforge.net>

--- NEW FILE: cssed-vte-plugin.patch ---
diff -Nurd -x'*~' cssed-vte-plugin-0.2.orig/configure 
cssed-vte-plugin-0.2/configure
--- cssed-vte-plugin-0.2.orig/configure 2005-09-18 06:50:47.000000000 -0400
+++ cssed-vte-plugin-0.2/configure      2011-08-01 22:26:27.000000000 -0400
@@ -5151,7 +5151,7 @@
 i[3456]86-*-linux-gnu*)
        OSTYPE="LINUX"
         ;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
        OSTYPE="DARWIN"
        ;;
 esac
diff -Nurd -x'*~' cssed-vte-plugin-0.2.orig/src/Makefile.in 
cssed-vte-plugin-0.2/src/Makefile.in
--- cssed-vte-plugin-0.2.orig/src/Makefile.in   2005-09-18 06:50:43.000000000 
-0400
+++ cssed-vte-plugin-0.2/src/Makefile.in        2011-08-01 22:31:16.000000000 
-0400
@@ -181,9 +181,9 @@
 @ISDARWIN_FALSE@vte_terminal_so_SOURCES = $(SRCS)
 @ISDARWIN_TRUE@vte_terminal_so_SOURCES = $(SRCS)
 @ISDARWIN_FALSE@vte_terminal_so_LDFLAGS = -shared -fPICS
-@ISDARWIN_TRUE@vte_terminal_so_LDFLAGS = -bundle -flat_namespace -undefined 
suppress
+@ISDARWIN_TRUE@vte_terminal_so_LDFLAGS = -bundle -undefined dynamic_lookup
 @ISDARWIN_FALSE@vte_terminal_so_LDADD = @PACKAGE_LIBS@
-@ISDARWIN_TRUE@vte_terminal_so_LDADD = @PACKAGE_LIBS@
+@ISDARWIN_TRUE@vte_terminal_so_LDADD = @PACKAGE_LIBS@ @INTLLIBS@
 @ISDARWIN_TRUE@vte_terminal_so_CFLAGS = -fno-common
 INCLUDES = \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\" \
diff -Nurd -x'*~' cssed-vte-plugin-0.2.orig/src/vte.c 
cssed-vte-plugin-0.2/src/vte.c
--- cssed-vte-plugin-0.2.orig/src/vte.c 2005-01-05 08:50:04.000000000 -0500
+++ cssed-vte-plugin-0.2/src/vte.c      2011-08-01 22:37:42.000000000 -0400
@@ -19,6 +19,7 @@
 #  include <config.h>
 #endif
 
+#include <stdlib.h>
 #include <gtk/gtk.h>
 #include <vte/vte.h>
 #include <gmodule.h>

--- NEW FILE: cssed-filebrowser-plugin.patch ---
diff -Nurd -x'*~' cssed-filebrowser-plugin-0.2.1.orig/configure 
cssed-filebrowser-plugin-0.2.1/configure
--- cssed-filebrowser-plugin-0.2.1.orig/configure       2005-11-23 
12:49:24.000000000 -0500
+++ cssed-filebrowser-plugin-0.2.1/configure    2011-08-01 11:54:23.000000000 
-0400
@@ -5150,7 +5150,7 @@
 i[3456]86-*-linux-gnu*)
        OSTYPE="LINUX"
         ;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
        OSTYPE="DARWIN"
        ;;
 esac
@@ -5173,16 +5173,6 @@
        prefix="/usr/local";
  fi
 
-echo "$as_me:$LINENO: checking if cssed headers are installed in 
${prefix}/share/cssed/include " >&5
-echo $ECHO_N "checking if cssed headers are installed in 
${prefix}/share/cssed/include ... $ECHO_C" >&6
-if test -e "${prefix}/share/cssed/include/plugin.h"; then
-       echo "yes"
-else
-       echo "no"
-       { { echo "$as_me:$LINENO: error: headers are not in 
${prefix}/share/cssed/include please use the same prefix you used when cssed 
was installed " >&5
-echo "$as_me: error: headers are not in ${prefix}/share/cssed/include please 
use the same prefix you used when cssed was installed " >&2;}
-   { (exit 1); exit 1; }; }
-fi
 
 pkg_modules="cssed >= 0.4.0 gtk+-2.0 >= 2.0.0 glib-2.0 >= 2.0 gmodule-2.0 >= 
2.0"
 
diff -Nurd -x'*~' cssed-filebrowser-plugin-0.2.1.orig/src/Makefile.in 
cssed-filebrowser-plugin-0.2.1/src/Makefile.in
--- cssed-filebrowser-plugin-0.2.1.orig/src/Makefile.in 2005-11-23 
12:49:20.000000000 -0500
+++ cssed-filebrowser-plugin-0.2.1/src/Makefile.in      2011-08-01 
11:59:22.000000000 -0400
@@ -190,9 +190,9 @@
 @ISDARWIN_FALSE@filebrowser_so_SOURCES = $(SRCS)
 @ISDARWIN_TRUE@filebrowser_so_SOURCES = $(SRCS)
 @ISDARWIN_FALSE@filebrowser_so_LDFLAGS = -shared -fPICS
-@ISDARWIN_TRUE@filebrowser_so_LDFLAGS = -bundle -flat_namespace -undefined 
suppress
+@ISDARWIN_TRUE@filebrowser_so_LDFLAGS = -bundle -undefined dynamic_lookup
 @ISDARWIN_FALSE@filebrowser_so_LDADD = @PACKAGE_LIBS@
-@ISDARWIN_TRUE@filebrowser_so_LDADD = @PACKAGE_LIBS@
+@ISDARWIN_TRUE@filebrowser_so_LDADD = @PACKAGE_LIBS@ @INTLLIBS@
 @ISDARWIN_TRUE@filebrowser_so_CFLAGS = -fno-common
 INCLUDES = \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\" \

--- NEW FILE: cssed-quicksearch-plugin.info ---
Package: cssed-quicksearch-plugin
Version: 0.2
Revision: 1
Source: mirror:sourceforge:cssed/%n-%v.tar.gz
Source-MD5: a6272d91e16b91d565a7bc5a9f46f42b
Depends: <<
        atk1-shlibs (>= 1.28.0-1),
        cairo-shlibs (>= 1.8.8-3),
        cssed (>= 1:0.4.0-1),
        fontconfig2-shlibs (>= 2.8.0-4),
        freetype219-shlibs (>= 2.3.12-1),
        glib2-shlibs (>= 2.22.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libgettext8-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.24.5-4)
<<
BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.8.8-3),
        cssed-dev (>= 1:0.4.0-1),
        fink (>= 0.24.12),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        glitz,
        gtk+2-dev (>= 2.18.0-1),
        libgettext8-dev,
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        pkgconfig (>= 0.23),
        x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: 0d3780b643cc673ba3bb5e4c95636d1f
ConfigureParams: --enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
        %{default_script}
        fink-package-precedence .
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: Quick search plugin for cssed
DescDetail: <<
        cssed-quicksearch-plugin is a plugin for cssed.
        It adds a search field to cssed toolbar.
        It can be loaded and unloaded at runtime.
<<
DescUsage: <<
        Use the plugins menu in cssed to load or unload it.
<<
DescPort: <<
        Added missing dependency on string.h
        Dirty hack for Intel to find the right architecture

        Use modern twolevel namespace for cleaner symbol handling
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
DescPackaging: Formerly maintained by Michele Garoche
Maintainer: None <fink-de...@lists.sourceforge.net>

--- NEW FILE: cssed-vte-plugin.info ---
Package: cssed-vte-plugin
Version: 0.2
Revision: 1
Source: mirror:sourceforge:cssed/%n-%v.tar.gz
Source-MD5: c250f9b2a610e83e0d8aa1062aac7b69
Depends: <<
        atk1-shlibs (>= 1.28.0-1),
        cairo-shlibs (>= 1.8.8-3),
        cssed (>= 1:0.4.0-1),
        fontconfig2-shlibs (>= 2.8.0-4),
        freetype219-shlibs (>= 2.3.12-1),
        glib2-shlibs (>= 2.22.0-1),
        gtk+2-shlibs (>= 2.18.0-1),
        libgettext8-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.24.5-4),
        vte (>= 0.22.5-1),
        vte9-shlibs (>= 0.22.5-1)
<<
BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.8.8-3),
        cssed-dev (>= 1:0.4.0-1),
        fink (>= 0.24.12),
        fink-package-precedence,
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
        glitz,
        gtk+2-dev (>= 2.18.0-1),
        libgettext8-dev,
        pango1-xft2-ft219-dev (>= 1.24.5-4),
        pixman (>= 0.16.0-1),
        pkgconfig (>= 0.23),
        vte9-dev (>= 0.22.5-1),
        x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: 9f969878a6808b2f69f5cbda728d1255
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os -pipe
ConfigureParams: --enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
        %{default_script}
        fink-package-precedence .
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: Vte plugin for cssed
DescDetail: <<
        cssed-vte-plugin is a plugin for cssed.
        It adds a Vte terminal to the footer panel.
        It can be loaded and unloaded at runtime.

        Note: cssed seg-faults if you try to unload this plugin.
<<
DescUsage: <<
        Use the plugins menu in cssed to load or unload it.
<<
DescPort: <<
        Missing #include for getenv.
        Dirty hack for Intel to find the right architecture

        Use modern twolevel namespace for cleaner symbol handling
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
DescPackaging: Formerly maintained by Michele Garoche
Maintainer: None <fink-de...@lists.sourceforge.net>

--- NEW FILE: cssed-quicksearch-plugin.patch ---
diff -Nurd -x'*~' cssed-quicksearch-plugin-0.2.orig/configure 
cssed-quicksearch-plugin-0.2/configure
--- cssed-quicksearch-plugin-0.2.orig/configure 2005-09-18 06:39:29.000000000 
-0400
+++ cssed-quicksearch-plugin-0.2/configure      2011-08-01 22:19:51.000000000 
-0400
@@ -5151,7 +5151,7 @@
 i[3456]86-*-linux-gnu*)
        OSTYPE="LINUX"
         ;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
        OSTYPE="DARWIN"
        ;;
 esac
diff -Nurd -x'*~' cssed-quicksearch-plugin-0.2.orig/src/Makefile.in 
cssed-quicksearch-plugin-0.2/src/Makefile.in
--- cssed-quicksearch-plugin-0.2.orig/src/Makefile.in   2005-09-18 
06:39:25.000000000 -0400
+++ cssed-quicksearch-plugin-0.2/src/Makefile.in        2011-08-01 
22:23:32.000000000 -0400
@@ -181,9 +181,9 @@
 @ISDARWIN_FALSE@quicksearch_so_SOURCES = $(SRCS)
 @ISDARWIN_TRUE@quicksearch_so_SOURCES = $(SRCS)
 @ISDARWIN_FALSE@quicksearch_so_LDFLAGS = -shared -fPICS
-@ISDARWIN_TRUE@quicksearch_so_LDFLAGS = -bundle -flat_namespace -undefined 
suppress
+@ISDARWIN_TRUE@quicksearch_so_LDFLAGS = -bundle -undefined dynamic_lookup
 @ISDARWIN_FALSE@quicksearch_so_LDADD = @PACKAGE_LIBS@
-@ISDARWIN_TRUE@quicksearch_so_LDADD = @PACKAGE_LIBS@
+@ISDARWIN_TRUE@quicksearch_so_LDADD = @PACKAGE_LIBS@ @INTLLIBS@
 @ISDARWIN_TRUE@quicksearch_so_CFLAGS = -fno-common
 INCLUDES = \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\" \
diff -Nurd -x'*~' cssed-quicksearch-plugin-0.2.orig/src/quicksearch.c 
cssed-quicksearch-plugin-0.2/src/quicksearch.c
--- cssed-quicksearch-plugin-0.2.orig/src/quicksearch.c 2005-01-05 
08:49:52.000000000 -0500
+++ cssed-quicksearch-plugin-0.2/src/quicksearch.c      2011-08-01 
22:20:08.000000000 -0400
@@ -19,6 +19,7 @@
 #  include <config.h>
 #endif
 
+#include <string.h>
 #include <gtk/gtk.h>
 #include <gmodule.h>
 #include <plugin.h>


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to