aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix build on old releases where nitems() macro is not defined.Jung-uk Kim2013-10-151-2/+2
| | | | | | | Reported by: Scott Ballantyne (sdb at ssr dot com) Notes: svn path=/head/; revision=330421
* Build with Apache Ant 1.9.2.Jung-uk Kim2013-10-142-3/+3
| | | | Notes: svn path=/head/; revision=330343
* Simplify compiler detection. COMPILER_TYPE must be defined since r330336.Jung-uk Kim2013-10-141-1/+1
| | | | Notes: svn path=/head/; revision=330338
* Fix package name collisionBaptiste Daroussin2013-10-141-2/+1
| | | | Notes: svn path=/head/; revision=330275
* Update to r330107 (OpenJDK6 b28).Jung-uk Kim2013-10-133-6/+6
| | | | Notes: svn path=/head/; revision=330214
* . Update to 2013g.Greg Lewis2013-10-122-3/+3
| | | | Notes: svn path=/head/; revision=330185
* - Do not allow selecting both DEBUG and FASTDEBUG options. [1]Jung-uk Kim2013-10-123-35/+18
| | | | | | | | | | | - Re-enable -Werror for HotSpot build with GCC. - Revert couple of unnecessary local changes to reduce diff. - Add inactive pages as availble memory. Note it is a cosmetic change. PR: ports/182907 [1] Notes: svn path=/head/; revision=330107
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.Jung-uk Kim2013-10-106-71/+133
| | | | | | | | - Fix build with libiconv. This problem was introduced in r330018. - Update CA list to Oracle Java 7u40. An expired CA was removed. Notes: svn path=/head/; revision=330035
* Update to 1.4.1.Jung-uk Kim2013-10-105-58/+3
| | | | Notes: svn path=/head/; revision=330019
* - Remove redundant bsd.port.pre.mk.Jung-uk Kim2013-10-101-4/+2
| | | | | | | | | - Convert LIB_DEPENDS to new formats. Submitted by: bar Notes: svn path=/head/; revision=330018
* Add couple of compiler warning fixes. No functional change.Jung-uk Kim2013-10-091-1/+12
| | | | Notes: svn path=/head/; revision=329933
* Update to Build b28.Jung-uk Kim2013-10-09167-168839/+277
| | | | Notes: svn path=/head/; revision=329926
* Fix test option.Jung-uk Kim2013-10-081-2/+3
| | | | Notes: svn path=/head/; revision=329761
* Use echo correctly.Jung-uk Kim2013-10-081-14/+14
| | | | Notes: svn path=/head/; revision=329757
* Remove few lines added for testing at the last minute. This fixes plist.Jung-uk Kim2013-10-081-3/+0
| | | | Notes: svn path=/head/; revision=329756
* - Support staging.Jung-uk Kim2013-10-084-107/+191
| | | | | | | | | | - Fix fastdebug installation. - Update jtreg version to Build b05. - Refine r327353. Use an extra patch instead. - Install proper license file. OpenJDK6 has GPLv2 + "Classpath" exception. Notes: svn path=/head/; revision=329749
* Fix pkg name collisionBaptiste Daroussin2013-10-072-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=329691
* Fix pkg name collisionBaptiste Daroussin2013-10-072-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=329690
* - Support stagingLars Engels2013-10-062-75/+78
| | | | | | | - Break lines after 80 chars Notes: svn path=/head/; revision=329544
* Removed older version of netbeans, they are unsupported upstream and their ↵Baptiste Daroussin2013-10-0216-265/+0
| | | | | | | package name conflicts with java/netbeans Notes: svn path=/head/; revision=329111
* Remove jboss2, it is EOLed upstream and it's name is conflicting with ↵Baptiste Daroussin2013-10-029-2112/+0
| | | | | | | java/jboss5 Notes: svn path=/head/; revision=329094
* . Update to 2013f.Greg Lewis2013-09-283-18/+3
| | | | Notes: svn path=/head/; revision=328550
* Update to 4.10 release.Alex Dupre2013-09-272-3/+3
| | | | Notes: svn path=/head/; revision=328477
* 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
* . Make set_native_priority return a (correct) value on FreeBSD, rather thanGreg Lewis2013-09-222-0/+9
| | | | | | | | | | whatever happens to be on the stack. . Bump PORTREVISION. Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com> Notes: svn path=/head/; revision=327845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20143-161/+178
| | | | | | | java) Notes: svn path=/head/; revision=327738
* . Update to 7u40.Greg Lewis2013-09-192-3/+3
| | | | Notes: svn path=/head/; revision=327594
* . Update to 7u40.Greg Lewis2013-09-193-9/+9
| | | | Notes: svn path=/head/; revision=327592
* . Update to 7u40.Greg Lewis2013-09-193-12/+420
| | | | Notes: svn path=/head/; revision=327591
* - Add missing iconv USESGuido Falsi2013-09-151-1/+1
| | | | | | | | | PR: java/182100 Submitted by: m.viey@wanadoo.fr Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327353
* - convert to the new perl5 frameworkAndrej Zverev2013-09-152-5/+4
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* The format for bind.address has changed, so document and alert users.Chris Rees2013-09-083-4/+17
| | | | | | | | | | At the same time, fix some errors for logging in the rc script. PR: ports/179927 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer) Notes: svn path=/head/; revision=326770
* Fix build with libc++.Jung-uk Kim2013-09-063-100/+107
| | | | Notes: svn path=/head/; revision=326457
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-042-0/+14
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326089
* Upgrade to version 1.0.19.Jimmy Olgeni2013-08-312-3/+3
| | | | Notes: svn path=/head/; revision=325788
* Convert to:Baptiste Daroussin2013-08-311-2/+2
| | | | | | | | | USES=pkgconfig USES=desktop-file-utils USES=gmake Notes: svn path=/head/; revision=325754
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldBryan Drewery2013-08-2912-21/+17
| | | | | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr Notes: svn path=/head/; revision=325598
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr Notes: svn path=/head/; revision=325592
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr Notes: svn path=/head/; revision=325590
* - Update to 2.8.1Nicola Vitale2013-08-282-4/+4
| | | | Notes: svn path=/head/; revision=325528
* Remove one more expired port:Rene Ladan2013-08-275-49/+0
| | | | | | | 2013-08-27 java/icedtea6-stubs: Broken for more than 6 month Notes: svn path=/head/; revision=325485
* Do not hard code gcc but rather use cc, which allows building without gcc in ↵Baptiste Daroussin2013-08-261-9/+9
| | | | | | | base Notes: svn path=/head/; revision=325397
* Fix build without gccBaptiste Daroussin2013-08-261-0/+4
| | | | Notes: svn path=/head/; revision=325373
* fix build without gcc in baseBaptiste Daroussin2013-08-261-7/+4
| | | | | | | | Always use gcc whatever the default compiler is to build openjdk (it needs gcc -dumpspecs) Define HOST_CC to ${CC} to make avoir direct call to "/usr/bin/gcc" Notes: svn path=/head/; revision=325372
* Move the destination of the patching into the work directory.George V. Neville-Neil2013-08-201-3/+3
| | | | | | | Pointed out by: swills Notes: svn path=/head/; revision=325026
* . Update to 7u25 docs.Greg Lewis2013-08-182-3/+3
| | | | | | | | PR: 181187 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=324932
* Apply a patch for a bug that effects the Keys preference, whereinGeorge V. Neville-Neil2013-08-172-1/+20
| | | | | | | | | | switching to and from Emacs and Default keybindings pollutes both sets with duplicates. Bump the port revision. Notes: svn path=/head/; revision=324860