aboutsummaryrefslogtreecommitdiff
path: root/java/linux-oracle-jre18/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* java/linux-oracle-jre18: Add CPE informationStefan Eßer2021-10-201-1/+2
| | | | Approved by: portmgr (blanket)
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-2/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 8u241Greg Lewis2020-01-171-1/+1
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523282
* Update to 8u231Greg Lewis2019-10-161-1/+1
| | | | Notes: svn path=/head/; revision=514572
* Update to 8u221Greg Lewis2019-07-281-1/+1
| | | | Notes: svn path=/head/; revision=507535
* On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made LinuxTijl Coosemans2019-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6 packages. Using c6_64 instead of c6 made them install mixed amd64/i386 CentOS 6 packages and allowed Linux application ports to install amd64 binaries when available. The i386-only configuration was only useful for users of x11/nvidia-driver* which didn't provide Linux amd64 emulation until recently. With x11/nvidia-driver* now supporting Linux amd64 there's no longer a need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages, like c6_64 before, and remove support for c6_64 as a value. Replace LINUX_ARCH with ARCH everywhere because they are always the same now. Notes: svn path=/head/; revision=506352
* . Update to 8u212.Greg Lewis2019-04-201-1/+1
| | | | Notes: svn path=/head/; revision=499464
* . Update to 8u202.Greg Lewis2019-02-091-1/+1
| | | | Notes: svn path=/head/; revision=492546
* . Update to 8u192.Greg Lewis2018-10-271-1/+1
| | | | Notes: svn path=/head/; revision=483160
* . Update to 8u181.Greg Lewis2018-09-151-1/+1
| | | | Notes: svn path=/head/; revision=479845
* Update to 8u172Greg Lewis2018-05-271-1/+1
| | | | Notes: svn path=/head/; revision=470958
* Respect the LINUX_ARCH settingGreg Lewis2018-02-241-2/+15
| | | | | | | | | . Install either the i386 or amd64 version of the JDK, depending upon the value of LINUX_ARCH. . Add appropriate packing list conditionals to account for this. Notes: svn path=/head/; revision=462764
* Update to 8u162.Jung-uk Kim2018-01-291-1/+1
| | | | | | | | | http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html MFH: 2018Q1 Notes: svn path=/head/; revision=460350
* . Update to 8u152.Greg Lewis2017-10-221-1/+1
| | | | Notes: svn path=/head/; revision=452684
* Update to 8u144.Jung-uk Kim2017-08-101-1/+1
| | | | | | | MFH: 2017Q3 Notes: svn path=/head/; revision=447701
* . Update to 8u131Greg Lewis2017-04-191-1/+1
| | | | Notes: svn path=/head/; revision=438822
* . Update to 8u121.Greg Lewis2017-01-281-1/+1
| | | | Notes: svn path=/head/; revision=432685
* . Update to 8u112.Greg Lewis2016-10-201-1/+1
| | | | Notes: svn path=/head/; revision=424357
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* . Update to 8u102.Greg Lewis2016-07-231-1/+1
| | | | Notes: svn path=/head/; revision=418974
* . Update to 8u92Greg Lewis2016-04-231-1/+1
| | | | Notes: svn path=/head/; revision=413802
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* . Update to 8u77Greg Lewis2016-03-261-1/+1
| | | | Notes: svn path=/head/; revision=411963
* Update to 8u74.Jung-uk Kim2016-02-111-1/+1
| | | | | | | PR: 207076 Notes: svn path=/head/; revision=408671
* Update to 8u72.Jung-uk Kim2016-01-251-1/+1
| | | | | | | MFH: 2016Q1 Notes: svn path=/head/; revision=407247
* . Update to 8u66.Greg Lewis2015-10-241-1/+1
| | | | Notes: svn path=/head/; revision=400100
* . Update to 8u60Greg Lewis2015-08-281-1/+1
| | | | | | | | PR: 202696 Submitted by: xmj@ Notes: svn path=/head/; revision=395449
* . Update to 8u51.Greg Lewis2015-07-151-1/+1
| | | | Notes: svn path=/head/; revision=392115
* . Update to 8u45.Greg Lewis2015-04-191-2/+1
| | | | Notes: svn path=/head/; revision=384311
* Catch up with distfile changes.Jung-uk Kim2015-03-241-0/+1
| | | | Notes: svn path=/head/; revision=382186
* . Update to 8u40.Greg Lewis2015-03-061-1/+1
| | | | Notes: svn path=/head/; revision=380574
* . Udpate to 8u31.Greg Lewis2015-01-241-1/+1
| | | | Notes: svn path=/head/; revision=377783
* . Update to 8u25.Greg Lewis2014-11-011-1/+1
| | | | Notes: svn path=/head/; revision=372030
* . Update to 8u20.Greg Lewis2014-08-241-1/+1
| | | | Notes: svn path=/head/; revision=365897
* . Update to 8u11.Greg Lewis2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362022
* Reduce diff between Orcle/Sun Java ports and clean up.Jung-uk Kim2014-04-181-7/+7
| | | | Notes: svn path=/head/; revision=351572
* Update to 8u5.Jung-uk Kim2014-04-151-2/+8
| | | | Notes: svn path=/head/; revision=351369
* Replace hardcoding of "8" with ${JRE_VERSION}.Jung-uk Kim2014-04-111-1/+1
| | | | Notes: svn path=/head/; revision=351021
* . Replace hardcoding of "8" with ${JRE_VERSION}Greg Lewis2014-04-101-2/+2
| | | | Notes: svn path=/head/; revision=350768
* The Oracle Java 8 JDK/JRE for Linux.Jung-uk Kim2014-04-011-0/+53
WWW: http://www.oracle.com/us/technologies/java/index.html Notes: svn path=/head/; revision=349819