the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: cssed-tags-plugin
Version: 0.2
Revision: 1
Source: mirror:sourceforge:cssed/%n-%v.tar.gz
Source-MD5: 0255b71e39c8e73489797e69930592bc
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
cssed (>= 1:0.4.0-1),
exuberant-ctags,
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: 092cf1fa6b2ec4e2adfb31ba4ec35e98
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: Tag plugin for cssed
DescDetail: <<
cssed-tags-plugin is a plugin for cssed.
It allows to use exuberant-ctags from
within cssed.
It can be loaded and unloaded at runtime.
<<
DescUsage: <<
Use the plugins menu in cssed to load or unload it.
<<
DescPort: <<
Added <#include strings.h> to avoid implicit declaration of builtins
functions.
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
diff -Nurd -x'*~' cssed-tags-plugin-0.2.orig/configure cssed-tags-plugin-0.2/configure
--- cssed-tags-plugin-0.2.orig/configure 2005-09-18 06:48:30.000000000 -0400
+++ cssed-tags-plugin-0.2/configure 2011-08-01 22:07:33.000000000 -0400
@@ -5150,7 +5150,7 @@
i[3456]86-*-linux-gnu*)
OSTYPE="LINUX"
;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
OSTYPE="DARWIN"
;;
i[3456]86-*-*bsd*)
diff -Nurd -x'*~' cssed-tags-plugin-0.2.orig/src/Makefile.in cssed-tags-plugin-0.2/src/Makefile.in
--- cssed-tags-plugin-0.2.orig/src/Makefile.in 2005-09-18 06:48:26.000000000 -0400
+++ cssed-tags-plugin-0.2/src/Makefile.in 2011-08-01 22:14:30.000000000 -0400
@@ -191,9 +191,9 @@
@ISDARWIN_FALSE@tagsplugin_so_SOURCES = $(SRCS)
@ISDARWIN_TRUE@tagsplugin_so_SOURCES = $(SRCS)
@ISDARWIN_FALSE@tagsplugin_so_LDFLAGS = -shared -fPICS
-@ISDARWIN_TRUE@tagsplugin_so_LDFLAGS = -bundle -flat_namespace -undefined suppress
+@ISDARWIN_TRUE@tagsplugin_so_LDFLAGS = -bundle -undefined dynamic_lookup
@ISDARWIN_FALSE@tagsplugin_so_LDADD = @PACKAGE_LIBS@
-@ISDARWIN_TRUE@tagsplugin_so_LDADD = @PACKAGE_LIBS@
+@ISDARWIN_TRUE@tagsplugin_so_LDADD = @PACKAGE_LIBS@ @INTLLIBS@
@ISDARWIN_TRUE@tagsplugin_so_CFLAGS = -fno-common
INCLUDES = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\" \
diff -Nurd -x'*~' cssed-tags-plugin-0.2.orig/src/callbacks.c cssed-tags-plugin-0.2/src/callbacks.c
--- cssed-tags-plugin-0.2.orig/src/callbacks.c 2005-08-07 14:32:52.000000000 -0400
+++ cssed-tags-plugin-0.2/src/callbacks.c 2011-08-01 22:08:03.000000000 -0400
@@ -22,6 +22,7 @@
# include
#endif
+#include
#include
#include
#include