FreeBSD Bugzilla – Attachment 168163 Details for
Bug 207984
[PATCH] devel/lua-posix: Update to version 33.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel_lua-posix.diff
devel_lua-posix.diff (text/plain), 2.91 KB, created by
tkato432
on 2016-03-14 18:30:35 UTC
(
hide
)
Description:
devel_lua-posix.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-03-14 18:30:35 UTC
Size:
2.91 KB
patch
obsolete
>diff -urN /usr/ports/devel/lua-posix/Makefile devel/lua-posix/Makefile >--- /usr/ports/devel/lua-posix/Makefile 2015-10-10 09:11:47.431494000 +0900 >+++ devel/lua-posix/Makefile 2016-03-15 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/lua-posix/Makefile 398925 2015-10-09 16:57:58Z marino $ > > PORTNAME= posix >-PORTVERSION= 33.3.1 >+PORTVERSION= 33.4.0 > DISTVERSIONPREFIX= release-v > CATEGORIES= devel > PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} >@@ -12,6 +12,10 @@ > > LICENSE= MIT > >+USE_GITHUB= yes >+GH_PROJECT= luaposix >+GH_ACCOUNT= luaposix >+ > USES= lua libtool perl5 > USE_PERL5= build > GNU_CONFIGURE= yes >@@ -20,16 +24,11 @@ > CONFIGURE_ARGS= --disable-silent-rules > MAKE_ARGS= POSIX_EXTRA_CFLAGS="" POSIX_EXTRA_LDFLAGS="" > INSTALL_TARGET= install-strip >-PORTDOCS= * > >-USE_GITHUB= yes >-GH_PROJECT= luaposix >-GH_ACCOUNT= luaposix >- >-DOCSDIR= ${PREFIX}/share/doc/luaposix >+DOCSDIR= ${PREFIX}/share/doc/${GH_PROJECT} > >+PORTDOCS= * > PLIST_FILES= %%LUA_MODLIBDIR%%/posix.so \ >- %%LUA_MODSHAREDIR%%/curses.lua \ > %%LUA_MODSHAREDIR%%/posix/_argcheck.lua \ > %%LUA_MODSHAREDIR%%/posix/compat.lua \ > %%LUA_MODSHAREDIR%%/posix/deprecated.lua \ >@@ -41,7 +40,7 @@ > > post-patch: > @${REINPLACE_CMD} -e \ >- 's|\(\*\|\)\(openbsd\*)\)|\1freebsd*\|dragonfly*\|\2| ; \ >- s|"GNU strip"|"strip"|' ${WRKSRC}/configure >+ 's/\(darwin\*\)|\(freebsd\*\)/\1|dragonfly*|\2/' \ >+ ${WRKSRC}/configure > > .include <bsd.port.mk> >diff -urN /usr/ports/devel/lua-posix/distinfo devel/lua-posix/distinfo >--- /usr/ports/devel/lua-posix/distinfo 2015-10-10 09:11:47.432020000 +0900 >+++ devel/lua-posix/distinfo 2016-03-15 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (luaposix-luaposix-release-v33.3.1_GH0.tar.gz) = 49e1eda64d0c03d0f2977fc1e04ce8c620dc3bb9a5c54c342904751d21b1b3cf >-SIZE (luaposix-luaposix-release-v33.3.1_GH0.tar.gz) = 692452 >+SHA256 (luaposix-luaposix-release-v33.4.0_GH0.tar.gz) = e66262f5b7fe1c32c65f17a5ef5ffb31c4d1877019b4870a5d373e2ab6526a21 >+SIZE (luaposix-luaposix-release-v33.4.0_GH0.tar.gz) = 643523 >diff -urN /usr/ports/devel/lua-posix/files/patch-ext__posix__unistd.c devel/lua-posix/files/patch-ext__posix__unistd.c >--- /usr/ports/devel/lua-posix/files/patch-ext__posix__unistd.c 2015-10-10 09:11:47.434519000 +0900 >+++ devel/lua-posix/files/patch-ext__posix__unistd.c 1970-01-01 09:00:00.000000000 +0900 >@@ -1,30 +0,0 @@ >---- ext/posix/unistd.c.orig 2015-03-01 18:26:42 UTC >-+++ ext/posix/unistd.c >-@@ -326,6 +326,7 @@ Pexecp(lua_State *L) >- } >- >- >-+#if 0 >- #if LPOSIX_2001_COMPLIANT >- >- #if !HAVE_DECL_FDATASYNC >-@@ -350,6 +351,7 @@ Pfdatasync(lua_State *L) >- return pushresult(L, fdatasync(fd), NULL); >- } >- #endif >-+#endif >- >- >- /*** >-@@ -1032,9 +1034,11 @@ static const luaL_Reg posix_unistd_fns[] >- LPOSIX_FUNC( Pdup2 ), >- LPOSIX_FUNC( Pexec ), >- LPOSIX_FUNC( Pexecp ), >-+#if 0 >- #if LPOSIX_2001_COMPLIANT >- LPOSIX_FUNC( Pfdatasync ), >- #endif >-+#endif >- LPOSIX_FUNC( Pfork ), >- LPOSIX_FUNC( Pfsync ), >- LPOSIX_FUNC( Pgetcwd ),
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 207984
: 168163