# 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_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_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 XDISTVERSIONSUFFIX= -alpha14 XCATEGORIES= devel X XMAINTAINER= freebsd@sysctl.cz XCOMMENT= Build script creation tool X XLICENSE= BSD3CLAUSE XLICENSE_FILE= ${WRKSRC}/LICENSE.txt X XUSES= gmake XMAKE_ARGS= CC="${CC}" CXX="${CXX}" X XUSE_GITHUB= yes XGH_ACCOUNT= premake XGH_PROJECT= premake-core XGH_TAGNAME= 00052e1 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 = 1571572892 XSHA256 (premake-premake-core-v5.0.0-alpha14-00052e1_GH0.tar.gz) = b20bec653ebc4b7fed8196173aafb534f18a410e1198b5a8332e804ce0c5bbb9 XSIZE (premake-premake-core-v5.0.0-alpha14-00052e1_GH0.tar.gz) = 3948116 90d754e87ee96bea531bc1c1827aceca exit