Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/editors
In directory usw-pr-cvs1:/tmp/cvs-serv24375

Added Files:
        vim-6.1-2.info vim-6.1-2.patch 
Log Message:
Fixed problem when /usr/local/include exists.


--- NEW FILE: vim-6.1-2.info ---
Package: vim
Version: 6.1
Revision: 2
Source: ftp://ftp.vim.org/pub/editors/vim/unix/vim-%v.tar.bz2
SourceDirectory: vim61
BuildDepends: glib
Depends: gtk+
Conflicts: vim-nox
Replaces: vim-nox
SetCFLAGS: -g -O2 -no-cpp-precomp
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
Patch: %f.patch
ConfigureParams: --with-gtk-prefix=%p --mandir='${prefix}/share/man'
CompileScript: (cd src; ./configure %c; make)
InstallScript: <<
cd src; make install prefix=%i
perl -pi -e '$dp=qw(%d%p);$p=qw(%p);s/$dp/$p/g' %d%p/share/man/man1/* 
<<
DocFiles: README.txt src/INSTALL
License: Restrictive
Description: Improved version of the editor "vi"
DescDetail: <<
VIM adds many of the features that you would expect in an editor: 
Unlimited undo, syntax coloring, split windows, visual selection, 
graphical user interface (read: menus, mouse control, scrollbars, 
text selection), and much much more.
<<
DescPort: <<
Builds gtk GUI. If you don't have X11, use the vim-nox package.
NoSetCPPFLAGS and NoSetLDFLAGS needed to prevent detection of
which vim doesn't like for some reason.
<<
Homepage: http://www.vim.org/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

--- NEW FILE: vim-6.1-2.patch ---
--- auto/configure.orig Sat Aug 31 13:10:39 2002
+++ auto/configure      Sat Aug 31 13:12:26 2002
@@ -1164,7 +1164,7 @@
 if test -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"
+#   CPPFLAGS="$CPPFLAGS -I/usr/local/include"
   fi
 fi
 



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to