FreeBSD Bugzilla – Attachment 176771 Details for
Bug 214311
[patch] editors/neovim: update to 0.1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
up to 0.1.6
nvim_016.patch (text/plain), 4.63 KB, created by
Oleh Hushchenkov
on 2016-11-08 10:55:07 UTC
(
hide
)
Description:
up to 0.1.6
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2016-11-08 10:55:07 UTC
Size:
4.63 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 425684) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= neovim >-PORTVERSION= 0.1.5 >+PORTVERSION= 0.1.6 > DISTVERSIONPREFIX= v > CATEGORIES= editors > >@@ -22,7 +22,7 @@ > > USES= cmake:outsource gettext iconv ninja lua:build pathfix pkgconfig > USE_GITHUB= yes >-GH_TUPLE= tarruda:libmpack:1.0.2:libmpack >+GH_TUPLE= tarruda:libmpack:1.0.3:libmpack > > CMAKE_ARGS= -DLUA_PRG:FILEPATH="${LUA_CMD}" \ > -DCMAKE_INSTALL_MANDIR:PATH="${MANPREFIX}/man" \ >@@ -41,5 +41,6 @@ > -I${LUA_INCDIR} -shared lmpack.c -o \ > ${BUILD_WRKSRC}/src/nvim/mpack.so \ > ${LUA_LIBDIR}/liblua-${LUA_VER}.so) >+ @${LN} -s ${BUILD_WRKSRC}/src/nvim/mpack.so ${BUILD_WRKSRC}/runtime/mpack.so > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 425684) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1472456512 >-SHA256 (neovim-neovim-v0.1.5_GH0.tar.gz) = f286ff7994ef1835272285425d65804063f112c91925fee3ef8865282a6d2b7e >-SIZE (neovim-neovim-v0.1.5_GH0.tar.gz) = 7813974 >-SHA256 (tarruda-libmpack-1.0.2_GH0.tar.gz) = 9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9 >-SIZE (tarruda-libmpack-1.0.2_GH0.tar.gz) = 44671 >+TIMESTAMP = 1478584984 >+SHA256 (neovim-neovim-v0.1.6_GH0.tar.gz) = a9fe7aadd38ef015f82ec340f6b6c0629d02c9ca4d85352db0934ae511d2f02a >+SIZE (neovim-neovim-v0.1.6_GH0.tar.gz) = 7810818 >+SHA256 (tarruda-libmpack-1.0.3_GH0.tar.gz) = 65eb21cfa9313204ac5296e3b305d752b8422c724b6375caecc6385f0a6d6e22 >+SIZE (tarruda-libmpack-1.0.3_GH0.tar.gz) = 45720 >Index: files/patch-CMakeLists.txt >=================================================================== >--- files/patch-CMakeLists.txt (revision 425684) >+++ files/patch-CMakeLists.txt (working copy) >@@ -1,6 +1,6 @@ >---- CMakeLists.txt.orig 2016-09-14 12:44:20 UTC >+--- CMakeLists.txt.orig 2016-11-08 05:44:53 UTC > +++ CMakeLists.txt >-@@ -213,7 +213,7 @@ else() >+@@ -221,7 +221,7 @@ else() > > # On FreeBSD 64 math.h uses unguarded C11 extension, which taints clang > # 3.4.1 used there. >@@ -9,7 +9,7 @@ > add_definitions(-Wno-c11-extensions) > endif() > endif() >-@@ -369,9 +369,9 @@ endforeach() >+@@ -386,9 +386,9 @@ endforeach() > > # Find Lua interpreter > include(LuaHelpers) >Index: files/patch-src_nvim_os_pty__process__unix.c >=================================================================== >--- files/patch-src_nvim_os_pty__process__unix.c (revision 425684) >+++ files/patch-src_nvim_os_pty__process__unix.c (working copy) >@@ -1,4 +1,4 @@ >---- src/nvim/os/pty_process_unix.c.orig 2016-08-22 02:14:28 UTC >+--- src/nvim/os/pty_process_unix.c.orig 2016-11-08 05:50:09 UTC > +++ src/nvim/os/pty_process_unix.c > @@ -9,7 +9,7 @@ > #include <sys/ioctl.h> >@@ -5,7 +5,7 @@ > > // forkpty is not in POSIX, so headers are platform-specific > -#if defined(__FreeBSD__) >-+#if defined(__FreeBSD__) || defined __DragonFly__ >++#if defined(__FreeBSD__) || defined (__DragonFly__) > # include <libutil.h> > #elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) > # include <util.h> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 425684) >+++ pkg-plist (working copy) >@@ -47,6 +47,7 @@ > share/nvim/runtime/autoload/gzip.vim > share/nvim/runtime/autoload/health.vim > share/nvim/runtime/autoload/health/nvim.vim >+share/nvim/runtime/autoload/health/provider.vim > share/nvim/runtime/autoload/htmlcomplete.vim > share/nvim/runtime/autoload/javascriptcomplete.vim > share/nvim/runtime/autoload/man.vim >@@ -175,6 +176,7 @@ > share/nvim/runtime/doc/change.txt > share/nvim/runtime/doc/cmdline.txt > share/nvim/runtime/doc/debug.txt >+share/nvim/runtime/doc/deprecated.txt > share/nvim/runtime/doc/develop.txt > share/nvim/runtime/doc/diff.txt > share/nvim/runtime/doc/digraph.txt >@@ -225,7 +227,6 @@ > share/nvim/runtime/doc/provider.txt > share/nvim/runtime/doc/quickfix.txt > share/nvim/runtime/doc/quickref.txt >-share/nvim/runtime/doc/quotes.txt > share/nvim/runtime/doc/recover.txt > share/nvim/runtime/doc/remote.txt > share/nvim/runtime/doc/remote_plugin.txt >@@ -350,6 +351,7 @@ > share/nvim/runtime/ftplugin/go.vim > share/nvim/runtime/ftplugin/gpg.vim > share/nvim/runtime/ftplugin/gprof.vim >+share/nvim/runtime/ftplugin/groovy.vim > share/nvim/runtime/ftplugin/group.vim > share/nvim/runtime/ftplugin/grub.vim > share/nvim/runtime/ftplugin/haml.vim >@@ -779,6 +781,7 @@ > share/nvim/runtime/syntax/autoit.vim > share/nvim/runtime/syntax/automake.vim > share/nvim/runtime/syntax/ave.vim >+share/nvim/runtime/syntax/avra.vim > share/nvim/runtime/syntax/awk.vim > share/nvim/runtime/syntax/ayacc.vim > share/nvim/runtime/syntax/b.vim
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214311
:
176771
|
176843