Unified
Split
Showing
with
7 additions
and 5 deletions.
- +3 −1 app-shells/bash_bootstrap/bash_bootstrap-4.4.012.recipe
- +1 −1 dev-libs/expat_bootstrap/expat_bootstrap-2.1.0.recipe
- +1 −1 media-libs/freetype_bootstrap/freetype_bootstrap-2.6.3.recipe
- +2 −2 sys-apps/mawk_bootstrap/mawk_bootstrap-1.3.4.recipe
| @@ -69,7 +69,9 @@ PATCH() | ||
|
|
||
| BUILD() | ||
| { | ||
| touch lib/intl/plural.h lib/intl/plural.c configure | ||
| # plural needs a later timestamp per http://savannah.gnu.org/support/?109469 | ||
| # since it doesn't work with bison 3.0 | ||
| touch lib/intl/plural.h lib/intl/plural.c | ||
| bash_cv_getcwd_malloc=yes \ | ||
| bash_cv_job_control_missing=present \ | ||
| ac_cv_func_mmap_fixed_mapped=yes \ | ||
| @@ -10,7 +10,7 @@ COPYRIGHT=" | ||
| 2001-2006 Expat maintainers. | ||
| " | ||
| LICENSE="MIT" | ||
| SOURCE_URI="http://sourceforge.net/projects/expat/files/expat/$portVersion/expat-$portVersion.tar.gz" | ||
| SOURCE_URI="https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz" | ||
| CHECKSUM_SHA256="823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86" | ||
| SOURCE_DIR="expat-$portVersion" | ||
| REVISION="1" | ||
| @@ -42,7 +42,7 @@ BUILD() | ||
| ./autogen.sh | ||
| runConfigure ./configure \ | ||
| --build=$buildMachineTriple --host=$effectiveTargetMachineTriple \ | ||
| --with-harfbuzz=no --with-png=no --with-zlib=no | ||
| --with-harfbuzz=no --with-png=no --with-zlib=no --with-bzip2=no | ||
| make $jobArgs | ||
| } | ||
|
|
||
| @@ -13,13 +13,13 @@ few lines of code. | ||
| " | ||
| HOMEPAGE="http://invisible-island.net/mawk" | ||
| SOURCE_URI="http://invisible-island.net/datafiles/release/mawk.tar.gz" | ||
| CHECKSUM_SHA256="461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f" | ||
| CHECKSUM_SHA256="db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b" | ||
| REVISION="1" | ||
| LICENSE="GNU GPL v2" | ||
| COPYRIGHT="2009-2013,2014 by Thomas E. Dickey" | ||
| ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc" | ||
|
|
||
| SOURCE_DIR="mawk-1.3.4-20150503" | ||
| SOURCE_DIR="mawk-1.3.4-20171017" | ||
|
|
||
| PROVIDES=" | ||
| mawk_bootstrap = $portVersion compat >= 1 | ||