aboutsummaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2017-12-019-275/+0
| | | | | | | | | | 2017-11-30 www/p5-Yahoo-Lifestyle: This service has been shut down 2017-11-30 games/linux-rtcw: Use the native and open source games/iortcw instead 2017-11-30 java/bootstrap-openjdk: superseded by java/bootstrap-openjdk[68] 2017-11-30 lang/gcc46: Unsupported by upstream. Use GCC 6 or newer instead. Notes: svn path=/head/; revision=455282
* Set DEPRECATED and EXPIRATION_DATE.Jung-uk Kim2017-09-281-3/+5
| | | | | | | | Use java/bootstrap-openjdk6 to bootstrap java/openjdk6 and java/openjdk7 and use java/bootstrap-openjdk8 to bootstrap java/openjdk8. Notes: svn path=/head/; revision=450875
* Scrub mention of armv6hf from ARCHS. It was never in a released version.Mark Linimon2017-06-261-1/+1
| | | | | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444416
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440858
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* . Add support for powerpc64.Greg Lewis2017-01-022-3/+15
| | | | | | | | | PR: 215417 Submitted by: Curtis Hamilton Approved by: Maintainer timeout Notes: svn path=/head/; revision=430419
* 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
* Add support for armv6hf. Tested on Raspberry Pi 2 Model B.Jung-uk Kim2015-10-154-26/+28
| | | | Notes: svn path=/head/; revision=399355
* Add support for armv6Sean Bruno2015-09-182-2/+9
| | | | | | | | | PR: 201307 Submitted by: rpaulo Reviewed by: glewis Notes: svn path=/head/; revision=397256
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* the boostrap bundle libs, do not expose them to the pkg(8) solverBaptiste Daroussin2015-04-211-0/+2
| | | | Notes: svn path=/head/; revision=384470
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-241-1/+1
| | | | | | | | | pkg-install to a package name, as the former can't be attributed to a package Notes: svn path=/head/; revision=377795
* Cleanup plistAntoine Brodin2014-11-141-16/+0
| | | | Notes: svn path=/head/; revision=372556
* Correct typo declaring ONLY_FOR_ARCHSSean Bruno2014-07-021-1/+1
| | | | | | | | PR: 191565 Reviewed by: bdrewery Notes: svn path=/head/; revision=360237
* - Update to r351880.Jung-uk Kim2014-04-235-6/+9
| | | | | | | - Bundle libfreetype.so.6. Notes: svn path=/head/; revision=351911
* Use USES=tar:xz.Jung-uk Kim2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348269
* Update to r348097.Jung-uk Kim2014-03-134-7/+7
| | | | Notes: svn path=/head/; revision=348130
* - Update to r347418.Jung-uk Kim2014-03-106-64/+33
| | | | | | | | | - Re-enable mixed mode by default. Now we know it is not our problem. - Do not build with system zlib and include libstdc++.so.6 in the distfile to avoid misc/compat8x dependency. Notes: svn path=/head/; revision=347791
* Update to r333271.Jung-uk Kim2013-11-114-10/+16
| | | | Notes: svn path=/head/; revision=333530
* - Update to r330538.Jung-uk Kim2013-10-215-10/+55
| | | | | | | | | | | - Turn off mixed mode for HotSpot (i. e., JIT compiler) by default for extreme safety. Although it may be too conservative and/or slow, it is okay because it is not useful for anything but bootstrapping OpenJDK itself. In fact, it does not seem stable within jails (e. g., QAT) for unknown reasons. - Revert r330422. Now it is obsolete by r330500. Notes: svn path=/head/; revision=331195
* Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x.Jung-uk Kim2013-10-151-0/+3
| | | | Notes: svn path=/head/; revision=330422
* Update to r330107 (OpenJDK6 b28).Jung-uk Kim2013-10-133-6/+6
| | | | Notes: svn path=/head/; revision=330214
* Tidy up staging support.Jung-uk Kim2013-09-261-5/+1
| | | | Notes: svn path=/head/; revision=328328
* Add support for staging.Jung-uk Kim2013-09-251-2/+1
| | | | Notes: svn path=/head/; revision=328327
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Update to r316538 and drop support for 7.x.Jung-uk Kim2013-04-264-11/+10
| | | | Notes: svn path=/head/; revision=316635
* - Update to r306764.Jung-uk Kim2012-11-015-120/+34
| | | | | | | | | | | | | | | - Generate distfiles directly from pkg-plist. This list was compiled from running "ktrace -i -tn make" on openjdk6 and openjdk7 ports. - Re-add jre/bin/java to work around a bug in openjdk7 build infrastructure. It is not really necessary but langtools fails to build without it because langtools/make/tools/GenStubs/GenStubs.java executes it based on java.home property, which points to jre subdirectory. Note this problem only exists on recent jdk7 langtools and jdk6 and jdk8 are not affected. Feature safe: yes Notes: svn path=/head/; revision=306814
* Register javavmwrapper as dependency. It is not strictly necessary but itJung-uk Kim2012-10-251-1/+9
| | | | | | | | | should unbreak tinderbox build for openjdk6 and openjdk6-jre. Feature safe: yes Notes: svn path=/head/; revision=306403
* - Update to r306294.Jung-uk Kim2012-10-245-44/+13
| | | | | | | | | - Trim more files to simplify maintenance. Feature safe: yes Notes: svn path=/head/; revision=306352
* Fix pkg-plist for i386.Jung-uk Kim2012-10-121-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305755
* Add a port to self-bootstrap OpenJDK6. Note the initial distfiles wereJung-uk Kim2012-10-127-0/+352
bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters on clean 7.4-RELEASE installation, and the ports tree was checked out at r305682. Feature safe: yes Notes: svn path=/head/; revision=305745