aboutsummaryrefslogtreecommitdiff
path: root/java/linux-oracle-jdk18
Commit message (Collapse)AuthorAgeFilesLines
* . 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
* . Fix a reference to JDK 7.Greg Lewis2014-04-101-4/+4
| | | | | | | . Replace hardcoding of "8" with ${JDK_VERSION}. Notes: svn path=/head/; revision=350767
* The Oracle Java 8 JDK/JRE for Linux.Jung-uk Kim2014-04-015-0/+4557
WWW: http://www.oracle.com/us/technologies/java/index.html Notes: svn path=/head/; revision=349819