ports/devel/jdk/21/pkg
2024-05-26 03:08:12 +00:00
..
DESCR As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
PFRAG.ci As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
PLIST As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
README As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

ipv4 and v6 networking
======================
  ipv4 to ipv6 address mapping is disabled on OpenBSD. This means the
  jdk can only use ipv4 addresses or ipv6 addresses but not both at
  the same time. By default ipv4 addresses are enabled. To use ipv6
  addresses set the following properties when you start java:

  -Djava.net.preferIPv4Stack=false
  -Djava.net.preferIPv6Stack=true
  -Djava.net.preferIPv6Addresses=true