# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # premake5/ # premake5/files # premake5/files/patch-tests___tests.lua # premake5/files/patch-tests_test # premake5/files/patch-Bootstrap.mak # premake5/pkg-descr # premake5/Makefile # premake5/distinfo # echo c - premake5/ mkdir -p premake5/ > /dev/null 2>&1 echo c - premake5/files mkdir -p premake5/files > /dev/null 2>&1 echo x - premake5/files/patch-tests___tests.lua sed 's/^X//' >premake5/files/patch-tests___tests.lua << 'adc586ae8fc6a666ca6d41064800fd72' X--- tests/_tests.lua.orig 2020-01-15 21:43:03 UTC X+++ tests/_tests.lua X@@ -57,9 +57,4 @@ return { X -- Control system tests X "test_premake.lua", X "base/test_validation.lua", X- X- -- -- Toolset tests X- "tools/test_dotnet.lua", X- "tools/test_gcc.lua", X- "tools/test_msc.lua", X }adc586ae8fc6a666ca6d41064800fd72 echo x - premake5/files/patch-tests_test sed 's/^X//' >premake5/files/patch-tests_test << '24243a6e1597311921e7e30c4bf0402e' X--- tests/test.orig 2019-10-20 12:36:40 UTC X+++ tests/test X@@ -1,2 +1,2 @@ X #!/bin/sh X-cd `dirname $0` && ../bin/debug/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test X+cd `dirname $0` && ../bin/release/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test 24243a6e1597311921e7e30c4bf0402e echo x - premake5/files/patch-Bootstrap.mak sed 's/^X//' >premake5/files/patch-Bootstrap.mak << '5e53df3385fd30af5888add582e6820b' X--- Bootstrap.mak.orig 2019-10-20 12:14:52 UTC X+++ Bootstrap.mak X@@ -90,7 +90,7 @@ bsd: $(SRC) X mkdir -p build/bootstrap X $(CC) -o build/bootstrap/premake_bootstrap -DPREMAKE_NO_BUILTIN_SCRIPTS -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I"$(LUA_DIR)" -I"$(LUASHIM_DIR)" $? -lm X ./build/bootstrap/premake_bootstrap embed X- ./build/bootstrap/premake_bootstrap --to=build/bootstrap gmake2 X+ ./build/bootstrap/premake_bootstrap --to=build/bootstrap gmake X $(MAKE) -C build/bootstrap -j`getconf NPROCESSORS_ONLN` config=$(CONFIG) X X solaris: $(SRC) 5e53df3385fd30af5888add582e6820b echo x - premake5/pkg-descr sed 's/^X//' >premake5/pkg-descr << '170627d8e6479473a24e4d3220707cac' XDescribe your software project just once, using Premake's Xsimple and easy to read syntax, and build it everywhere. X XWWW: https://premake.github.io/ 170627d8e6479473a24e4d3220707cac echo x - premake5/Makefile sed 's/^X//' >premake5/Makefile << 'ef96d0eb434ec6ff2dfd11e888b0aeef' X# $FreeBSD$ X XPORTNAME= premake5 XDISTVERSIONPREFIX= v XDISTVERSION= 5.0.0 XCATEGORIES= devel X XMAINTAINER= freebsd@sysctl.cz XCOMMENT= Build script creation tool X XLICENSE= BSD3CLAUSE XLICENSE_FILE= ${WRKSRC}/LICENSE.txt X XONLY_FOR_ARCHS= aarch64 amd64 i386 X XUSES= gmake XMAKE_ARGS= CC="${CC}" CXX="${CXX}" X XUSE_GITHUB= yes XGH_ACCOUNT= premake XGH_PROJECT= premake-core XGH_TAGNAME= 09ee833 X XPLIST_FILES= bin/premake5 X Xdo-build: X cd ${WRKSRC} && ${GMAKE} -f Bootstrap.mak bsd X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/release/premake5 ${STAGEDIR}${PREFIX}/bin X Xdo-test: X cd ${WRKSRC}/tests && ./test X X.include ef96d0eb434ec6ff2dfd11e888b0aeef echo x - premake5/distinfo sed 's/^X//' >premake5/distinfo << '90d754e87ee96bea531bc1c1827aceca' XTIMESTAMP = 1579125934 XSHA256 (premake-premake-core-v5.0.0-09ee833_GH0.tar.gz) = dd399b6046d8566e5a838421b33bcc64b2a1d2629e48d287964ab76c3a8acd25 XSIZE (premake-premake-core-v5.0.0-09ee833_GH0.tar.gz) = 3949266 90d754e87ee96bea531bc1c1827aceca exit