aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Update to b37.Jung-uk Kim2015-11-172-4/+4
| | | | | | | MFH: 2015Q4 Notes: svn path=/head/; revision=401795
* java/jrosetta:Max Brazhnikov2015-11-062-43/+6
| | | | | | | | | | - Remove COMPILE option. It is broken and I have never used it. PR: 203251 Reported by: olivier at gautherot.net Notes: svn path=/head/; revision=400929
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-054-17/+17
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* java/sigar: Fix typo from previous commit (LATFORM => PLATFORM)John Marino2015-10-301-2/+2
| | | | | | | | | | While here, replace "freebsd" in LIBNAME with ${OPSYS:tl} to facilitate DragonFly support. Approved by: Just fix it Notes: svn path=/head/; revision=400497
* . Update to 8u66.Greg Lewis2015-10-242-3/+3
| | | | Notes: svn path=/head/; revision=400100
* . Update to 8u66.Greg Lewis2015-10-242-5/+5
| | | | Notes: svn path=/head/; revision=400099
* Add support for armv6hf. Tested on Raspberry Pi 2 Model B.Jung-uk Kim2015-10-155-31/+33
| | | | Notes: svn path=/head/; revision=399355
* Drop 8 support.Mathieu Arnold2015-10-151-4/+2
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Update devel/subversion to 1.9.2.Lev A. Serebryakov2015-10-151-0/+2
| | | | | | | | PR: 203713 Submitted by: Peter Wemm <peter@FreeBSD.org> Notes: svn path=/head/; revision=399335
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=398996
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-082-2/+2
| | | | Notes: svn path=/head/; revision=398832
* java/eclipse-ecj: update to 4.4.2Steve Wills2015-10-013-15/+28
| | | | Notes: svn path=/head/; revision=398383
* Clean up and modernize the port. No functional change.Jung-uk Kim2015-09-292-66/+142
| | | | Notes: svn path=/head/; revision=398188
* . Add support for armv6.Greg Lewis2015-09-294-7/+148
| | | | | | | | | PR: 201308 Submitted by: mikael.urankar@gmail.com Reviewed by: sbruno Notes: svn path=/head/; revision=398182
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-201-2/+2
| | | | Notes: svn path=/head/; revision=397461
* Add support for armv6Sean Bruno2015-09-182-2/+9
| | | | | | | | | PR: 201307 Submitted by: rpaulo Reviewed by: glewis Notes: svn path=/head/; revision=397256
* Update netbeans-devel to 8.1 beta snapshot from 201508041349.Koop Mast2015-09-164-121/+634
| | | | Notes: svn path=/head/; revision=397060
* Do not build unnecessary targets to reduce build time.Jung-uk Kim2015-09-161-0/+7
| | | | Notes: svn path=/head/; revision=397040
* - Add NO_ARCHDmitry Marakasov2015-09-111-2/+2
| | | | | | | | | - Switch to COPYTREE_SHARE and don't install empty dirs Approved by: portmgr blanket Notes: svn path=/head/; revision=396698
* . 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. Notes: svn path=/head/; revision=396460
* . Switch to xz for the new remote patches to decrease download size.Greg Lewis2015-09-092-27/+27
| | | | Notes: svn path=/head/; revision=396459
* . 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. Notes: svn path=/head/; revision=396353
* . Update to 8u60.Greg Lewis2015-09-074-983/+285491
| | | | Notes: svn path=/head/; revision=396257
* 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) Notes: svn path=/head/; revision=395564
* - Add NO_ARCHDmitry Marakasov2015-08-281-1/+2
| | | | | | | | | - Don't install empty docdirs Approved by: portmgr blanket Notes: svn path=/head/; revision=395514
* . Update to 8u60.Greg Lewis2015-08-283-6/+28
| | | | Notes: svn path=/head/; revision=395450
* . Update to 8u60Greg Lewis2015-08-283-3/+4
| | | | | | | | PR: 202696 Submitted by: xmj@ Notes: svn path=/head/; revision=395449
* java/jrosetta:Max Brazhnikov2015-08-261-0/+1
| | | | | | | | | - Fix packaging after previous commit Reported by: Robert Burmeister via mail Notes: svn path=/head/; revision=395383
* Convert my ports to new options helpersMax Brazhnikov2015-08-252-13/+8
| | | | Notes: svn path=/head/; revision=395231
* 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 Notes: svn path=/head/; revision=395227
* . Update to 2015f.Greg Lewis2015-08-202-4/+3
| | | | Notes: svn path=/head/; revision=394828
* 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 Notes: svn path=/head/; revision=394508
* - Update to b36.Jung-uk Kim2015-07-303-83/+157
| | | | | | | | | - Fix default core file location in crash report. MFH: 2015Q3 Notes: svn path=/head/; revision=393281
* - Fix shebangsDmitry Marakasov2015-07-281-1/+6
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393122
* Upgrade to version 9.0.1.Jimmy Olgeni2015-07-243-93/+92
| | | | | | | | | PR: 201811 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=392827
* Fix few more mismerges in the previous update.Jung-uk Kim2015-07-203-16/+20
| | | | Notes: svn path=/head/; revision=392605
* Tidy up couple of problems in the previous update.Jung-uk Kim2015-07-203-5/+16
| | | | Notes: svn path=/head/; revision=392604
* . Update to 8u51.Greg Lewis2015-07-1914-980/+10892
| | | | Notes: svn path=/head/; revision=392506
* java/jakarta-commons-logging:Max Brazhnikov2015-07-172-12/+10
| | | | | | | | - Update to 1.2 - Clean up install target Notes: svn path=/head/; revision=392379
* . 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 Notes: svn path=/head/; revision=392329
* . Update to 8u51.Greg Lewis2015-07-153-10/+9
| | | | Notes: svn path=/head/; revision=392117
* . Update to 8u51.Greg Lewis2015-07-152-3/+3
| | | | Notes: svn path=/head/; revision=392115
* - 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 Notes: svn path=/head/; revision=391412
* . The test target wants jtreg binaries to be found one directory up. AllowGreg Lewis2015-07-051-0/+3
| | | | | | | that to be the case. Notes: svn path=/head/; revision=391340
* . Fix BSD detection in the langtools test infrastructure.Greg Lewis2015-07-051-0/+11
| | | | Notes: svn path=/head/; revision=391339
* . Give openjdk7-jre a unique LATEST_LINK value.Greg Lewis2015-07-032-1/+3
| | | | Notes: svn path=/head/; revision=391255
* Upgrade to 9.0.0.Final.Jimmy Olgeni2015-07-033-108/+109
| | | | | | | | | PR: 201301 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=391229
* Add a slave port to create JRE-only package for java/openjdk7.Jung-uk Kim2015-07-023-10/+48
| | | | Notes: svn path=/head/; revision=391181
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.Jung-uk Kim2015-07-025-79/+220
| | | | | | | MFH: 2015Q3 Notes: svn path=/head/; revision=391178
* - 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 Notes: svn path=/head/; revision=391177