[95784] trunk/dports/editors

raimue at macports.org raimue at macports.org
Sun Jul 22 03:13:18 PDT 2012


Revision: 95784
          https://trac.macports.org/changeset/95784
Author:   raimue at macports.org
Date:     2012-07-22 03:13:16 -0700 (Sun, 22 Jul 2012)
Log Message:
-----------
editors/vim, editors/vim-app:
Fix a encoding problem with sed by removing non-ascii characters, closes #35256

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile
    trunk/dports/editors/vim-app/Portfile

Added Paths:
-----------
    trunk/dports/editors/vim/files/patch-encoding-efm_perl.pl.diff
    trunk/dports/editors/vim-app/files/patch-encoding-efm_perl.pl.diff

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2012-07-22 09:42:58 UTC (rev 95783)
+++ trunk/dports/editors/vim/Portfile	2012-07-22 10:13:16 UTC (rev 95784)
@@ -6,6 +6,7 @@
 set vim_version     7.3
 set vim_patchlevel  584
 version             ${vim_version}.${vim_patchlevel}
+revision            1
 categories          editors
 platforms           darwin freebsd
 license             Vim GPL-2+
@@ -49,6 +50,9 @@
     reinplace "s|@@CC@@|${configure.cc}|g" ${worksrcpath}/src/Makefile
 }
 
+# Fix encoding of a file as sed might choke on this, #35256
+patchfiles-append   patch-encoding-efm_perl.pl.diff
+
 checksums \
   vim-${vim_version}${extract.suffix} \
     md5     5b9510a17074e2b37d8bb38ae09edbf2 \

Added: trunk/dports/editors/vim/files/patch-encoding-efm_perl.pl.diff
===================================================================
--- trunk/dports/editors/vim/files/patch-encoding-efm_perl.pl.diff	                        (rev 0)
+++ trunk/dports/editors/vim/files/patch-encoding-efm_perl.pl.diff	2012-07-22 10:13:16 UTC (rev 95784)
@@ -0,0 +1,12 @@
+Upstream: http://code.google.com/p/vim/issues/detail?id=63
+--- runtime/tools/efm_perl.pl	Thu Jul 19 18:05:44 2012 +0200
++++ runtime/tools/efm_perl.pl	Fri Jul 20 09:58:40 2012 +0200
+@@ -3,7 +3,7 @@
+ # vimparse.pl - Reformats the error messages of the Perl interpreter for use
+ # with the quickfix mode of Vim
+ #
+-# Copyright (\xA9) 2001 by J\xF6rg Ziefle <joerg.ziefle at gmx.de>
++# Copyright (c) 2001 by Joerg Ziefle <joerg.ziefle at gmx.de>
+ # You may use and distribute this software under the same terms as Perl itself.
+ #
+ # Usage: put one of the two configurations below in your ~/.vimrc (without the

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2012-07-22 09:42:58 UTC (rev 95783)
+++ trunk/dports/editors/vim-app/Portfile	2012-07-22 10:13:16 UTC (rev 95784)
@@ -7,6 +7,7 @@
 set vim_version     7.3
 set vim_patchlevel  584
 version             ${vim_version}.${vim_patchlevel}
+revision            1
 categories          editors
 platforms           darwin
 license             Vim GPL-2+
@@ -57,6 +58,9 @@
     reinplace "s|@@CC@@|${configure.cc}|g" ${worksrcpath}/src/Makefile
 }
 
+# Fix encoding of a file as sed might choke on this, #35256
+patchfiles-append   patch-encoding-efm_perl.pl.diff
+
 checksums \
   vim-${vim_version}${extract.suffix} \
     md5     5b9510a17074e2b37d8bb38ae09edbf2 \

Added: trunk/dports/editors/vim-app/files/patch-encoding-efm_perl.pl.diff
===================================================================
--- trunk/dports/editors/vim-app/files/patch-encoding-efm_perl.pl.diff	                        (rev 0)
+++ trunk/dports/editors/vim-app/files/patch-encoding-efm_perl.pl.diff	2012-07-22 10:13:16 UTC (rev 95784)
@@ -0,0 +1,12 @@
+Upstream: http://code.google.com/p/vim/issues/detail?id=63
+--- runtime/tools/efm_perl.pl	Thu Jul 19 18:05:44 2012 +0200
++++ runtime/tools/efm_perl.pl	Fri Jul 20 09:58:40 2012 +0200
+@@ -3,7 +3,7 @@
+ # vimparse.pl - Reformats the error messages of the Perl interpreter for use
+ # with the quickfix mode of Vim
+ #
+-# Copyright (\xA9) 2001 by J\xF6rg Ziefle <joerg.ziefle at gmx.de>
++# Copyright (c) 2001 by Joerg Ziefle <joerg.ziefle at gmx.de>
+ # You may use and distribute this software under the same terms as Perl itself.
+ #
+ # Usage: put one of the two configurations below in your ~/.vimrc (without the
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120722/1f3e06c8/attachment.html>


More information about the macports-changes mailing list