summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not build unnecessary targets to reduce build time.Jung-uk Kim2015-09-161-0/+7
|
* - Add NO_ARCHDmitry Marakasov2015-09-111-2/+2
| | | | | | - Switch to COPYTREE_SHARE and don't install empty dirs Approved by: portmgr blanket
* . Move the large patches which contain the changes between updates of theGreg Lewis2015-09-0910-294686/+25
| | | | | | JDK to being fetched remotely using PATCHFILES and PATCH_SITES. This cuts the size taken by openjdk7 in the ports repository.
* . Switch to xz for the new remote patches to decrease download size.Greg Lewis2015-09-092-27/+27
|
* . Move the large patches which contain the changes between updates of theGreg Lewis2015-09-0811-1143912/+28
| | | | | | JDK to being fetched remotely using PATCHFILES and PATCH_SITES. This cuts the size taken by openjdk8 in the ports repository.
* . Update to 8u60.Greg Lewis2015-09-074-983/+285491
|
* The GitHub revision tag starts with 'v', so add DISTVERSIONPREFIX toDon Lewis2015-08-292-2/+3
| | | | | | | | unbreak fetch. This affects the name of the distfile (but not the size or hash), so update distinfo to match. PR: 202735 Approved by: makc (maintainer)
* - Add NO_ARCHDmitry Marakasov2015-08-281-1/+2
| | | | | | - Don't install empty docdirs Approved by: portmgr blanket
* . Update to 8u60.Greg Lewis2015-08-283-6/+28
|
* . Update to 8u60Greg Lewis2015-08-283-3/+4
| | | | | PR: 202696 Submitted by: xmj@
* java/jrosetta:Max Brazhnikov2015-08-261-0/+1
| | | | | | - Fix packaging after previous commit Reported by: Robert Burmeister via mail
* Convert my ports to new options helpersMax Brazhnikov2015-08-252-13/+8
|
* java/jgraphx:Max Brazhnikov2015-08-252-31/+16
| | | | | | - Convert to new options helpers - Convert to USE_GITHUB - Fix license (it's BSD actually) and remove MANUAL_PACKAGE_BUILD
* . Update to 2015f.Greg Lewis2015-08-202-4/+3
|
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-174-7/+2
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Update to b36.Jung-uk Kim2015-07-303-83/+157
| | | | | | - Fix default core file location in crash report. MFH: 2015Q3
* - Fix shebangsDmitry Marakasov2015-07-281-1/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Upgrade to version 9.0.1.Jimmy Olgeni2015-07-243-93/+92
| | | | | | PR: 201811 Submitted by: olgeni Approved by: maintainer
* Fix few more mismerges in the previous update.Jung-uk Kim2015-07-203-16/+20
|
* Tidy up couple of problems in the previous update.Jung-uk Kim2015-07-203-5/+16
|
* . Update to 8u51.Greg Lewis2015-07-1914-980/+10892
|
* java/jakarta-commons-logging:Max Brazhnikov2015-07-172-12/+10
| | | | | - Update to 1.2 - Clean up install target
* . Interfaces like MultiMap in version 3.2.1 of Jakarta Commons CollectionsGreg Lewis2015-07-171-0/+1
| | | | | | | | define a remove() operation which takes two arguments and clashes with the new remove() operation defined in Map for Java 8. Hence, restrict to Java 6 and 7. PR: 201335
* . Update to 8u51.Greg Lewis2015-07-153-10/+9
|
* . Update to 8u51.Greg Lewis2015-07-152-3/+3
|
* - Mark broken on 9.x i386: does not build:Dmitry Marakasov2015-07-061-0/+2
| | | | | | | | | | | | | | | | | ... Installing org.eclipse.rcp.id 4.4.2.M20150204-1700. Installation failed. An error occurred while installing the items session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction). ... [INFO] equinox-sdk ....................................... SUCCESS [4.776s] [INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s] [INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED ... Submitted by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q3
* . The test target wants jtreg binaries to be found one directory up. AllowGreg Lewis2015-07-051-0/+3
| | | | that to be the case.
* . Fix BSD detection in the langtools test infrastructure.Greg Lewis2015-07-051-0/+11
|
* . Give openjdk7-jre a unique LATEST_LINK value.Greg Lewis2015-07-032-1/+3
|
* Upgrade to 9.0.0.Final.Jimmy Olgeni2015-07-033-108/+109
| | | | | | PR: 201301 Submitted by: olgeni Approved by: maintainer
* Add a slave port to create JRE-only package for java/openjdk7.Jung-uk Kim2015-07-023-10/+48
|
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.Jung-uk Kim2015-07-025-79/+220
| | | | MFH: 2015Q3
* - Fix broken preprocessor directives.Jung-uk Kim2015-07-024-1/+148
| | | | | | - Use sysctl(3) instead of procfs(5) when we need executable path from PID. MFH: 2015Q3
* - Update to b35.Jung-uk Kim2015-06-304-98/+90
| | | | - Optimize fontconfig.properties.
* Mark BROKEN: unfetchableAntoine Brodin2015-06-281-0/+2
| | | | Reported by: pkg-fallout
* Remove the SH overwrite which is not needed since CONFIGURE_ENV does the properBaptiste Daroussin2015-06-271-1/+0
| | | | job already
* . Fix packing list.Greg Lewis2015-06-212-0/+2
| | | | | | | . Bump PORTREVISION. PR: 201005 Submitted by: ohauer@
* . Update to 2015e.Greg Lewis2015-06-202-3/+3
|
* Upgrade to 9.0.0.CR2.Jimmy Olgeni2015-06-133-182/+188
| | | | | | PR: 200812 Submitted by: olgeni Approved by: maintainer
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-2210-21/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix build without precompiled headers and apply r384056 to java/openjdk6.Jung-uk Kim2015-05-202-7/+22
| | | | | | | http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517 Obtained from: OpenJDK project [1] MFH: 2015Q2
* Fix the previous commit. Forgot to remove #'s before committing. :-(Jung-uk Kim2015-05-191-2/+2
|
* Do not use static libjli for stable/10 and head. This complements PR193009.Jung-uk Kim2015-05-194-44/+134
| | | | | | Re-apply r381431 while I am here. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Update to 2015d.Greg Lewis2015-05-193-4/+3
|
* Install configuration files using @sample, with permissions 600.Jimmy Olgeni2015-05-188-92/+196
| | | | | | PR: 200146 Submitted by: olgeni Approved by: maintainer
* MASTER_SITES cleanup.Mathieu Arnold2015-05-1412-25/+16
| | | | | | | | | | | | | | | | | | | - 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
* Follow portlint's recommendation to NOT hide an install-command under @.Mikhail Teterin2015-05-121-1/+1
| | | | | | | Use this opportunity to correct an error in an earlier commit, which referenced an incorrect PR. The correct number is: PR: 199869
* Make regression-test target depend on build and always use "test", when ↵Mikhail Teterin2015-05-121-2/+2
| | | | invoking tests.
* Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.Mikhail Teterin2015-05-124-20/+25
| | | | | | | | | | Upgrade from 6.1.5 to 6.2.31. Based on: PR: 156251 Submitted by: pi Now that the test-target fully works, add "regression-test" alias to it so it can be used for that purpose.
* Cleanup DIST* variables.Mathieu Arnold2015-05-1116-31/+19
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight