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 or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cfa4ca7b2cda
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f834c1a8e4f1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 8, 2022

  1. Verified

    This commit was signed with the committer’s verified signature.
    jtojnar Jan Tojnar
    Copy the full SHA
    f834c1a View commit details
Showing with 9 additions and 9 deletions.
  1. +9 −9 dev-java/ant_core/{ant_core-1.10.9.recipe → ant_core-1.10.12.recipe}
Original file line number Diff line number Diff line change
@@ -16,11 +16,11 @@ Software development projects looking for a solution combining build tool and \
dependency management can use Ant in combination with Apache Ivy.
The Apache Ant project is part of the Apache Software Foundation."
HOMEPAGE="http://ant.apache.org/"
COPYRIGHT="1999-2020 The Apache Software Foundation"
COPYRIGHT="1999-2021 The Apache Software Foundation"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="http://archive.apache.org/dist/ant/source/apache-ant-$portVersion-src.tar.bz2"
CHECKSUM_SHA256="cac5cf44906fceae4604fb6a641d67ab1703b45e3dc941d2dd6108edf89fca71"
CHECKSUM_SHA256="044e2c0a66c90112d67789d267f049ae947fde384e29b1f8c14ada9bead0fe44"
SOURCE_DIR="apache-ant-$portVersion"

ARCHITECTURES="any"
@@ -34,13 +34,13 @@ PROVIDES="
"
REQUIRES="
haiku
java:environment >= 8
java:environment >= 11
"

BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
java:environment == 8
java:environment == 11
"

PATCH()
@@ -50,17 +50,17 @@ PATCH()

BUILD()
{
source /system/data/profile.d/openjdk8.sh
export PATH=$JDK8_HOME/bin:$PATH
export JAVA_HOME="$JDK8_HOME"
source /system/data/profile.d/openjdk11.sh
export PATH=$JDK11_HOME/bin:$PATH
export JAVA_HOME="$JDK11_HOME"
export DISABLE_ASLR=1
ANT_HOME= ./build.sh
}

INSTALL()
{
source /system/data/profile.d/openjdk8.sh
export JAVA_HOME=$JDK8_HOME
source /system/data/profile.d/openjdk11.sh
export JAVA_HOME=$JDK11_HOME
export ANT_HOME=$libDir/ant
./build.sh install-lite