Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv11806

Modified Files:
        vim.info vim.patch 
Log Message:
Welcome to vim 7.1.068

Index: vim.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/vim.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- vim.info    16 May 2007 05:16:05 -0000      1.25
+++ vim.info    14 Aug 2007 01:16:48 -0000      1.26
@@ -1,8 +1,8 @@
 Package: vim
-Version: 7.1.002
+Version: 7.1.068
 Revision: 1
 Source: http://www.cs.pdx.edu/~htodd/vim-%v.tar.bz2
-Source-MD5: 914ac9bea42a763b9bc251a04b8e709b
+Source-MD5: 2ae043985bc835a266ef0f9d17f2fbbc
 SourceDirectory: vim7.1
 BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, 
libncurses5 (>= 5.4-20041023-1006), pkgconfig, glib2-dev (>= 2.6.6-1111), 
x11-dev, gtk+2-dev, pango1-xft2-dev, atk1
 Depends: libgettext3-shlibs, libiconv, ncurses (>= 5.4-20041023-1006), 
libncurses5-shlibs (>= 5.4-20041023-1006), glib2-shlibs (>= 2.6.6-1111), x11, 
gtk+2-shlibs, pango1-xft2-shlibs, atk1-shlibs
@@ -11,7 +11,9 @@
 Patch: %n.patch
 #SetCFLAGS: -Os
 ConfigureParams: --with-features=big --with-gtk-prefix=%p 
--mandir='${prefix}/share/man' --enable-multibyte --enable-cscope 
--enable-gui=gtk2 --disable-darwin
+#ConfigureParams: --mandir='%p/share/man' --disable-darwin  
--with-tlib=%lib/ncurses --enable-gui=gtk2 --enable-cscope --with-features=huge 
--with-gtk-prefix=%p
 CompileScript: (cd src; ./configure %c; make)
+#CompileScript: ./configure %c; make
 InstallScript: <<
   cd src; make install prefix=%i
   perl -pi -e 's,%i,%p,g' %i/share/man/man1/* 

Index: vim.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/vim.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vim.patch   20 Jan 2006 20:23:13 -0000      1.1
+++ vim.patch   14 Aug 2007 01:16:48 -0000      1.2
@@ -1,7 +1,36 @@
---- vim-6.1/src/auto/configure.orig    Sat Aug 31 13:10:39 2002
-+++ vim-6.1/src/auto/configure Sat Aug 31 13:12:26 2002
-@@ -1164,7 +1164,7 @@
- if test -d /usr/local/include; then
+diff -Naur vim7.1.orig/src/Makefile vim7.1/src/Makefile
+--- vim7.1.orig/src/Makefile   2007-08-13 11:22:13.000000000 -0700
++++ vim7.1/src/Makefile        2007-08-13 11:37:04.000000000 -0700
+@@ -357,7 +357,7 @@
+ # DARWIN - detecting Mac OS X
+ # Uncomment this line when you want to compile a Unix version of Vim on
+ # Darwin.  None of the Mac specific options or files will be used.
+-#CONF_OPT_DARWIN = --disable-darwin
++CONF_OPT_DARWIN = --disable-darwin
+ 
+ # Select the architecture supported.  Default is to build for the current
+ # platform.  Use "both" for a universal binary.  That probably doesn't work
+diff -Naur vim7.1.orig/src/auto/configure vim7.1/src/auto/configure
+--- vim7.1.orig/src/auto/configure     2007-08-13 11:22:13.000000000 -0700
++++ vim7.1/src/auto/configure  2007-08-13 11:37:05.000000000 -0700
+@@ -3005,11 +3005,11 @@
+     OS_EXTRA_SCR="os_macosx.c os_mac_conv.c";
+     OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
+         CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"
+-    if test "x$MACARCH" = "xboth"; then
++#    if test "x$MACARCH" = "xboth"; then
+       CPPFLAGS="$CPPFLAGS 
-I/Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/FlatCarbon"
+-    else
+-      CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon"
+-    fi
++#    else
++#      CPPFLAGS="$CPPFLAGS -I/Developer/Headers/FlatCarbon"
++#    fi
+ 
+                 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+ echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
+@@ -3427,7 +3427,7 @@
+ if test -z "$have_local_include" -a -d /usr/local/include; then
    tt=`echo "$CPPFLAGS" | sed -e 's+-I/usr/local/include ++g' -e 
's+-I/usr/local/include$++g'`
    if test "$tt" = "$CPPFLAGS"; then
 -    CPPFLAGS="$CPPFLAGS -I/usr/local/include"
@@ -9,3 +38,19 @@
    fi
  fi
  
+diff -Naur vim7.1.orig/src/os_unix.c vim7.1/src/os_unix.c
+--- vim7.1.orig/src/os_unix.c  2007-08-13 11:22:15.000000000 -0700
++++ vim7.1/src/os_unix.c       2007-08-13 11:37:05.000000000 -0700
+@@ -754,10 +754,12 @@
+     {
+ # ifdef HAVE_SIGALTSTACK
+ #  ifdef __APPLE__
++#if MAC_OS_X_VERSION_MAX_ALLOWED <= 1040
+       /* missing prototype.  Adding it to osdef?.h.in doesn't work, because
+        * "struct sigaltstack" needs to be declared. */
+       extern int sigaltstack __ARGS((const struct sigaltstack *ss, struct 
sigaltstack *oss));
+ #  endif
++#  endif
+ 
+ #  ifdef HAVE_SS_BASE
+       sigstk.ss_base = signal_stack;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to