aboutsummaryrefslogtreecommitdiff
path: root/java/linux-oracle-jdk18
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f 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)
* 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-jdk18: Add CPE informationStefan Eßer2021-10-201-1/+2
| | | | Approved by: portmgr (blanket)
* java/linux-oracle-jdk18: Update to 8u291Greg Lewis2021-05-083-641/+105
|
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-1/+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-172-10/+10
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523277
* Update to 8u231Greg Lewis2019-10-163-11/+10
| | | | Notes: svn path=/head/; revision=514571
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* Update to 8u221Greg Lewis2019-07-283-14/+16
| | | | Notes: svn path=/head/; revision=507533
* Replace LINUX_ARCH with ARCH. Missed in r506352.Tijl Coosemans2019-07-101-1/+1
| | | | Notes: svn path=/head/; revision=506379
* - Update WWWDmitry Marakasov2019-06-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=503500
* . Update to 8u212.Greg Lewis2019-04-203-13/+12
| | | | Notes: svn path=/head/; revision=499462
* . Update to 8u202.Greg Lewis2019-02-093-14/+15
| | | | Notes: svn path=/head/; revision=492544
* . Update to 8u192.Greg Lewis2018-10-273-10/+11
| | | | Notes: svn path=/head/; revision=483161
* . Update to 8u181.Greg Lewis2018-09-153-227/+19
| | | | Notes: svn path=/head/; revision=479842
* . Update to 8u172.Greg Lewis2018-05-263-179/+174
| | | | Notes: svn path=/head/; revision=470939
* . Tweak message.Greg Lewis2018-04-051-1/+1
| | | | Notes: svn path=/head/; revision=466603
* Respect the LINUX_ARCH settingGreg Lewis2018-02-243-96/+121
| | | | | | | | | . 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=462763
* Update to 8u162.Jung-uk Kim2018-01-293-16/+8
| | | | | | | | | http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html MFH: 2018Q1 Notes: svn path=/head/; revision=460350
* Don't include bsd.port.options.mk after bsd.port.pre.mk.Mathieu Arnold2017-12-081-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=455775
* . Udpate to 8u152.Greg Lewis2017-10-223-8/+11
| | | | Notes: svn path=/head/; revision=452683
* Update to 8u144.Jung-uk Kim2017-08-102-6/+6
| | | | | | | MFH: 2017Q3 Notes: svn path=/head/; revision=447701
* . Update to 8u131.Greg Lewis2017-04-192-6/+6
| | | | Notes: svn path=/head/; revision=438821
* . Update to 8u121.Greg Lewis2017-01-283-160/+161
| | | | | | | . Fix @javavm directive. Notes: svn path=/head/; revision=432683
* . Update to 8u112.Greg Lewis2016-10-202-5/+6
| | | | Notes: svn path=/head/; revision=424329
* - 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
* Use the new @javavmBaptiste Daroussin2016-07-311-2/+1
| | | | Notes: svn path=/head/; revision=419367
* . Update to 8u102.Greg Lewis2016-07-233-5/+8
| | | | Notes: svn path=/head/; revision=418972
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* . Update to 8u92Greg Lewis2016-04-232-5/+5
| | | | Notes: svn path=/head/; revision=413801
* 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 8u77.Greg Lewis2016-03-262-5/+5
| | | | Notes: svn path=/head/; revision=411962
* Update to 8u74.Jung-uk Kim2016-02-112-5/+5
| | | | | | | PR: 207077 Notes: svn path=/head/; revision=408670
* Update to 8u72.Jung-uk Kim2016-01-253-5/+7
| | | | | | | MFH: 2016Q1 Notes: svn path=/head/; revision=407246
* . Update to 8u66.Greg Lewis2015-10-242-5/+5
| | | | Notes: svn path=/head/; revision=400099
* . Update to 8u60.Greg Lewis2015-08-283-6/+28
| | | | Notes: svn path=/head/; revision=395450
* . Update to 8u51.Greg Lewis2015-07-153-10/+9
| | | | Notes: svn path=/head/; revision=392117
* . Update to 8u45.Greg Lewis2015-04-192-6/+5
| | | | Notes: svn path=/head/; revision=384311
* Catch up with distfile changes.Jung-uk Kim2015-03-243-8/+10
| | | | Notes: svn path=/head/; revision=382186
* . Update to 8u40.Greg Lewis2015-03-063-777/+643
| | | | Notes: svn path=/head/; revision=380573
* . Update to 8u31.Greg Lewis2015-01-242-5/+5
| | | | Notes: svn path=/head/; revision=377782
* Cleanup plistAntoine Brodin2014-11-141-970/+3
| | | | Notes: svn path=/head/; revision=372560
* . Update to 8u25.Greg Lewis2014-11-013-5/+9
| | | | Notes: svn path=/head/; revision=372031
* . Update to 8u20Greg Lewis2014-08-243-184/+232
| | | | Notes: svn path=/head/; revision=365896
* . Update to 8u11.Greg Lewis2014-07-162-5/+5
| | | | Notes: svn path=/head/; revision=362021
* Remove redundant uses of NO_CDROM with RESTRICTED.Jung-uk Kim2014-06-111-1/+0
| | | | | | | Reported by: eadler Notes: svn path=/head/; revision=357516
* Reduce diff between Orcle/Sun Java ports and clean up.Jung-uk Kim2014-04-181-11/+8
| | | | Notes: svn path=/head/; revision=351572
* Update to 8u5.Jung-uk Kim2014-04-152-6/+12
| | | | Notes: svn path=/head/; revision=351369