Commit graph

18 commits

Author SHA1 Message Date
Piotr Kubaj
9817508135 java/bootstrap-openjdk8: remove ELFv1 support 2024-01-05 22:01:06 +01:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Mikael Urankar
1eb8f96f4c java/openjdk8: Switch to server mode on aarch64
PR:		257929
Approved by:	java (maintainer timeout)
Tested by:	Ronald Klop <ronald-lists@klop.ws>
2021-09-01 18:23:08 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Piotr Kubaj
15ccb4b157 java/bootstrap-openjdk8: add bootstrap for powerpc64le 2020-11-19 00:42:53 +00:00
Greg Lewis
2975d53ad9 Unbreak on ARM by depending on the previous libffi version
PR:		248099
2020-08-06 04:27:10 +00:00
Niclas Zeising
0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Piotr Kubaj
5165004612 java/bootstrap-openjdk8: use the correct behaviour for the bootstrap
LOCAL was correct after all.

Reported by:	fluffy, linimon
2020-01-13 13:24:56 +00:00
Piotr Kubaj
21f47454ee java/bootstrap-openjdk8: put ppc64 elfv2 bootstrap on people.freebsd.org
It looks like LOCAL is not mapped to people.freebsd.org after all.
2020-01-13 10:04:16 +00:00
Piotr Kubaj
a14ab5cbd0 java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2
Since the maintainer didn't respond, I'm adding the bootstrap to my own directory on freefall.

PR:		242965
Submitted by:	Mikael Urankar (original version)
Approved by:	java (maintainer timeout)
2020-01-12 19:10:40 +00:00
Mathieu Arnold
3bd0ac0d72 Convert to UCL & cleanup pkg-message (categories h-k) 2019-08-13 22:22:35 +00:00
Sunpoet Po-Chuan Hsieh
80be1223ff Update WWW
Approved by:	portmgr (blanket)
2019-03-13 16:11:28 +00:00
Jung-uk Kim
160372ad95 Add support for powerpc64.
PR:		223262
2017-12-01 01:41:29 +00:00
Jung-uk Kim
25f84f8660 Add support for aarch64.
PR:		223231
2017-11-02 05:29:33 +00:00
Jung-uk Kim
b3297776b5 Update arm distfiles to sync. with amd64 and i386. 2017-10-02 16:24:18 +00:00
Jung-uk Kim
bda81778aa Add bootstrap JDK for OpenJDK8.
PR:		210283
PR:		221897
PR:		222460
2017-09-28 20:12:51 +00:00