Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: haikuports/haikuports.cross
base: 22b69d389605
head repository: haikuports/haikuports.cross
compare: 658814c9a53b
  • 4 commits
  • 4 files changed
  • 0 commit comments
  • 1 contributor
@@ -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

No commit comments for this range

You can’t perform that action at this time.