Compare commits

..

No commits in common. "f204a457d1aa25fbe590f7ca309d1c215f109390" and "dc7894d61e036217d2bc95f7d55fc8fdea11bc69" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -873,7 +873,7 @@ static void log_status(const char* status, const char* format, ...)
fprintf(stderr, "[\e[91mFAILED\e[m] ");
else if ( !strcmp(status, "stopping") )
fprintf(stderr, "[ ] ");
else if ( !strcmp(status, "killing") )
else if ( !strcmp(status, "klling") )
fprintf(stderr, "[ ] ");
else if ( !strcmp(status, "restart") )
fprintf(stderr, "[ ] ");

View File

@ -13,7 +13,7 @@ UPSTREAM_SITE=https://www.sqlite.org/$VERSION_YEAR
UPSTREAM_ARCHIVE=$ARCHIVE
RELEASE_SEARCH_PAGE=https://www.sqlite.org/download.html
RELEASE_SEARCH_REGEX='^PRODUCT,([0-9]+\.[0-9]+\.[0-9]+),'
LICENSE=PUBLIC-DOMAIN
LICENSE=LICENSE=PUBLIC-DOMAIN
BUILD_SYSTEM=configure
MAKE_VARS='V=1'
POST_INSTALL=tix-eradicate-libtool-la

View File

@ -8,7 +8,7 @@ SHA256SUM=39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f
UPSTREAM_SITE=https://www.php.net/distributions
UPSTREAM_ARCHIVE=$ARCHIVE
RELEASE_SEARCH_PAGE=https://www.php.net/downloads.php
LICENSE=PHP-3.0
LICENSE=LICENSE=PHP-3.0
USE_BOOTSTRAP=true # php uses php to build phar
BOOTSTRAP_BUILD_SYSTEM=configure
BOOTSTRAP_CONFIGURE_ARGS='--with-layout=GNU --disable-cgi --disable-phpdbg --disable-all --enable-phar'