FreeBSD Bugzilla – Attachment 227962 Details for
Bug 258558
devel/premake5: update to alpha 16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
premake5.patch
premake5.patch (text/plain), 2.74 KB, created by
Martin Filla
on 2021-09-17 13:34:17 UTC
(
hide
)
Description:
premake5.patch
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2021-09-17 13:34:17 UTC
Size:
2.74 KB
patch
obsolete
>diff -urN premake5.orig/Makefile premake5/Makefile >--- premake5.orig/Makefile 2021-09-17 13:48:51.681875000 +0200 >+++ premake5/Makefile 2021-09-17 14:38:00.921272000 +0200 >@@ -1,9 +1,8 @@ > PORTNAME= premake > DISTVERSIONPREFIX= v >-DISTVERSION= 5.0.0-alpha15 >+DISTVERSION= 5.0.0-alpha16 > CATEGORIES= devel > MASTER_SITES= https://github.com/premake/premake-core/releases/download/${DISTVERSIONFULL}/ >-PKGNAMESUFFIX= 5 > DISTNAME= ${PORTNAME}-${DISTVERSION}-src > > MAINTAINER= freebsd@sysctl.cz >@@ -22,7 +21,7 @@ > CXX="${CXX}" > ALL_TARGET= bsd > >-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} >+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-src > > PLIST_FILES= bin/premake5 > >diff -urN premake5.orig/distinfo premake5/distinfo >--- premake5.orig/distinfo 2021-09-17 13:48:51.681005000 +0200 >+++ premake5/distinfo 2021-09-17 13:51:16.153313000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1593263380 >-SHA256 (premake-5.0.0-alpha15-src.zip) = 880f56e7cb9f4945d1cb879f059189462c1b7bf62ef43ac7d25842dfb177dd53 >-SIZE (premake-5.0.0-alpha15-src.zip) = 5766812 >+TIMESTAMP = 1631879476 >+SHA256 (premake-5.0.0-alpha16-src.zip) = bd1c0944877cf1200a3c5499b893fef2d8af6df6e8b8645b8ba017d258019ba5 >+SIZE (premake-5.0.0-alpha16-src.zip) = 8730648 >diff -urN premake5.orig/files/patch-Bootstrap.mak premake5/files/patch-Bootstrap.mak >--- premake5.orig/files/patch-Bootstrap.mak 2021-09-17 13:48:51.681491000 +0200 >+++ premake5/files/patch-Bootstrap.mak 1970-01-01 01:00:00.000000000 +0100 >@@ -1,11 +0,0 @@ >---- Bootstrap.mak.orig 2019-10-20 12:14:52 UTC >-+++ Bootstrap.mak >-@@ -90,7 +90,7 @@ bsd: $(SRC) >- mkdir -p build/bootstrap >- $(CC) -o build/bootstrap/premake_bootstrap -DPREMAKE_NO_BUILTIN_SCRIPTS -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I"$(LUA_DIR)" -I"$(LUASHIM_DIR)" $? -lm >- ./build/bootstrap/premake_bootstrap embed >-- ./build/bootstrap/premake_bootstrap --to=build/bootstrap gmake2 >-+ ./build/bootstrap/premake_bootstrap --to=build/bootstrap gmake >- $(MAKE) -C build/bootstrap -j`getconf NPROCESSORS_ONLN` config=$(CONFIG) >- >- solaris: $(SRC) >diff -urN premake5.orig/files/patch-tests___tests.lua premake5/files/patch-tests___tests.lua >--- premake5.orig/files/patch-tests___tests.lua 2021-09-17 13:48:51.681691000 +0200 >+++ premake5/files/patch-tests___tests.lua 2021-09-17 15:10:30.156238000 +0200 >@@ -1,12 +1,14 @@ >---- tests/_tests.lua.orig 2019-11-16 06:02:45 UTC >+--- tests/_tests.lua.orig 2021-09-17 13:09:43 UTC > +++ tests/_tests.lua >-@@ -57,9 +57,4 @@ return { >- -- Control system tests >- "test_premake.lua", >+@@ -59,8 +59,8 @@ return { > "base/test_validation.lua", >-- >-- -- -- Toolset tests >+ >+ -- -- Toolset tests > - "tools/test_dotnet.lua", > - "tools/test_gcc.lua", >++-- "tools/test_dotnet.lua", >++-- "tools/test_gcc.lua", >+ "tools/test_clang.lua", > - "tools/test_msc.lua", >++-- "tools/test_msc.lua", > }
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 258558
:
227962
|
230348