aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* 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-129-4/+356
| | | | | | | | | | | 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
* - Explicitly set registervm as build dependency. When BOOTSTRAPJDKDIR isJung-uk Kim2012-10-101-10/+11
| | | | | | | | | | | manually set, this dependency may not be fulfilled. - Consistently use WRKSRC over WRKDIR where it makes sense. Although they are actually the same directory, there is no reason to confuse users. Feature safe: yes Notes: svn path=/head/; revision=305682
* Update to build 26.Jung-uk Kim2012-10-094-7714/+809
| | | | Notes: svn path=/head/; revision=305604
* Recommend newly added openjdk6-jre.Jung-uk Kim2012-10-091-1/+1
| | | | Notes: svn path=/head/; revision=305597
* - Sanitize user, group and permission. Inspired by openjdk7.Jung-uk Kim2012-10-093-10/+73
| | | | | | | - Add a slave port to create JRE-only package. Notes: svn path=/head/; revision=305596
* Upgrade to version 1.0.14.Jimmy Olgeni2012-10-082-3/+3
| | | | Notes: svn path=/head/; revision=305535
* Upgrade to version 1.0.18.Jimmy Olgeni2012-10-082-3/+3
| | | | Notes: svn path=/head/; revision=305534
* - Update to 7.3.bPietro Cerutti2012-10-083-828/+1667
| | | | Notes: svn path=/head/; revision=305523
* - Update to 1.6.0.Jung-uk Kim2012-10-0521-229/+829
| | | | | | | | | | | - Reset maintainership. See ports/164941. - Make it as amd64 and i386 only. Other architectures needs porting. - Reduce Makefile headers, add licenses, and convert to optionsNG. - Add an option to build with native JDK. When it is not selected, GCJ is used instead. Turned on by default. Notes: svn path=/head/; revision=305320
* We have to supply -Xmx directly to JVM because ECJ ignores -J option.Jung-uk Kim2012-10-051-1/+1
| | | | | | | http://developer.classpath.org/mediation/ClasspathDeveloperGuidelines Notes: svn path=/head/; revision=305314
* Fix a typo for the wrappers.Jung-uk Kim2012-10-041-1/+1
| | | | Notes: svn path=/head/; revision=305274
* - Update ECJ to 3.8.1.Jung-uk Kim2012-10-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | The following changes were made in the previous commit. - Use ECJ 3.8 instead of 4.2. This simplifies and add more Eclipse mirrors. They are actually the same compilers released with different Eclipse JDTs. - Add an option to build gjdoc. - Add an option to build with GMP, which enables java.math.BigInteger. - Add an option to build with native JDK. When it is turned off, ECJ or GCJ (when WITH_GCJ is defined) is used for glibj.zip. Note ECJ (with gij) and GCJ can compile classpath perfectly fine on FreeBSD 9 and later but it seems libgcj interacts badly with 7 and 8. Need more investigation. - Reduce unnecessary dependencies. zip is not used when "--with-jar" is specified. Use pre-built ANTLR jar file, which is only used for gjdoc. Remove JDK run-time dependency because it is only necessary to execute tools and these tools are actually wrappers. Now we just execute them with javavm wrapper (or user-specified VM when JAVACMD environment variable is set). Note you need a valid JVM to run these commands now. - Add a patch to fix an ugly JAR updater bug. Without this, the file name must include "/" in it, e.g., "gjar i ./glibj.zip". Notes: svn path=/head/; revision=305270
* Revert the previous accidental commit. It is not ready yet.Jung-uk Kim2012-10-0410-97/+184
| | | | Notes: svn path=/head/; revision=305264
* Revert the previous accidental commit.Jung-uk Kim2012-10-041-1/+0
| | | | Notes: svn path=/head/; revision=305263
* - Reset maintainership. See ports/164941.Jung-uk Kim2012-10-0423-302/+375
| | | | | | | | | | | - Fix conflicts with java/classpath. Note security provider configuration is moved to ${PREFIX}/lib/security/SableVM.security. This file is always loaded first because the short vendor name is SableVM. If it does not exist, then classpath.security is loaded (java/security/Security.java). - Reduce Makefile headers, add licenses, and convert to optionsNG. Notes: svn path=/head/; revision=305262
* Convert to new options frameworkBaptiste Daroussin2012-10-041-14/+7
| | | | Notes: svn path=/head/; revision=305237
* - reset maintainer per maintainerJason Helfman2012-09-272-10/+12
| | | | | | | | | | | | | | | - while here... - fix MASTER_SITES - use optionsNG for DOCS - add additional CATEGORIES - adjust COMMENT - update WWW address and pkg-descr PR: 172097 Submitted by: maintainer, jonc@chen.org.nz Notes: svn path=/head/; revision=304978
* Tidy up patches. No functional change.Jung-uk Kim2012-09-273-17/+21
| | | | Notes: svn path=/head/; revision=304940
* Use fdescfs(5) and procfs(5) consistently.Jung-uk Kim2012-09-264-102/+204
| | | | Notes: svn path=/head/; revision=304938
* Fix sed substitution by forcing LANG=C.Alex Dupre2012-09-251-1/+1
| | | | Notes: svn path=/head/; revision=304834
* Add jboss7 , JBoss AS 7.1.1.Final Brontes.Boris Samorodov2012-09-235-0/+1761
| | | | | | | | PR: ports/166665 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Notes: svn path=/head/; revision=304752
* Unbreak index on i386 by marking this port as broken without linuxpluginwrapper.Eitan Adler2012-09-221-11/+2
| | | | | | | Pointyhat: eadler Notes: svn path=/head/; revision=304679
* . Also fix permissions in the dropins/jdt/plugins directory.Greg Lewis2012-09-211-2/+4
| | | | | | | Pointed out by: ale@ Notes: svn path=/head/; revision=304637
* . Fix permissions problems with some of the JARs installed as plugins.Greg Lewis2012-09-211-0/+2
| | | | | | | | | This is the same fix applied ale@ to java/eclipse. Reported by: Olivier Smedts <olivier@gid0.org> Notes: svn path=/head/; revision=304606
* . Update to 4.2.0 and re-enable.Greg Lewis2012-09-198-1334/+1185
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=304543
* Update to 1.7 release.Alex Dupre2012-09-192-9/+4
| | | | Notes: svn path=/head/; revision=304494
* Fix wrong permissions on a few plugin jars.Alex Dupre2012-09-191-1/+2
| | | | Notes: svn path=/head/; revision=304493
* - Override GCC used by HotSpot SA. [1]Jung-uk Kim2012-09-182-11/+29
| | | | | | | | | | | | - Fix build with GCC 4.5+ on i386. [2] - Convert to the new header format. Submitted by: Claude Buisson (clbuisson at orange dot fr) [1] Obtained from: OpenJDK7 [2] http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/da880ba4edf9 Notes: svn path=/head/; revision=304470
* - Honor CC, CXX, and CPP. [1]Jung-uk Kim2012-09-182-37/+124
| | | | | | | | | - Fix build with clang. PR: ports/151042 [1] Notes: svn path=/head/; revision=304460
* - Fix possible build issues with pkgconf. [1]Jung-uk Kim2012-09-172-9/+41
| | | | | | | | | - Update Makefile header to the new format. Pointed by: bapt [1] Notes: svn path=/head/; revision=304410
* . Update to 2012.f.Greg Lewis2012-09-152-3/+3
| | | | Notes: svn path=/head/; revision=304306
* Simplify the previous commit a bit.Jung-uk Kim2012-09-142-3/+2
| | | | Notes: svn path=/head/; revision=304301
* - Update to 1.5.4.Jung-uk Kim2012-09-144-49/+65
| | | | | | | | | | | - Reset maintainer to java. - Convert to optionsNG and add license. - Unbreak sparc64. PR: ports/164941 (partial) Notes: svn path=/head/; revision=304300
* Add an option to build with Eclipse Java Compiler. It also addsJung-uk Kim2012-09-143-1/+27
| | | | | | | com.sun.tools.javac implementation in tools.zip. Turned off by default. Notes: svn path=/head/; revision=304299
* Add license.Jung-uk Kim2012-09-141-0/+2
| | | | Notes: svn path=/head/; revision=304285
* - Update to 0.99.Jung-uk Kim2012-09-144-168/+204
| | | | | | | | | - Reset maintainer to java (ports/164941). - Convert to optionsNG. - Honor NOPORTEXAMPLES. Notes: svn path=/head/; revision=304282
* - Move libxul 1.9.2 to www/libxul19Beat Gaetzi2012-09-103-9/+10
| | | | | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko Notes: svn path=/head/; revision=304053
* - Add perl as a build dependency.Jung-uk Kim2012-09-101-0/+2
| | | | | | | | | - Fix perl path for javac wrapper. [1] PR: ports/170772 [1] Notes: svn path=/head/; revision=304052
* Set LC_ALL instead of LANG. Some users still complain about locale issues.Jung-uk Kim2012-09-101-1/+1
| | | | Notes: svn path=/head/; revision=304048
* Update to 4.10Herve Quiroz2012-09-102-3/+3
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=304037
* Add a symlink for MD include directory. It is just good enough to make itJung-uk Kim2012-09-074-0/+6
| | | | | | | bootstrap JDK for OpenJDKs. Notes: svn path=/head/; revision=303834
* - Enlist openjdk6 users as testers of ant 1.8.4 as well.Jung-uk Kim2012-09-072-3/+4
| | | | | | | | | - Set JAVACMD environment variable to point to bootstrap JDK for ant. When it is unset or empty, ant sets it by executing `which java`, which may be different from bootstrap JDK. Notes: svn path=/head/; revision=303832
* Update to 6u35.Jung-uk Kim2012-09-073-3/+4
| | | | Notes: svn path=/head/; revision=303828
* Update to 6u35.Jung-uk Kim2012-09-072-5/+5
| | | | Notes: svn path=/head/; revision=303827
* - Update security patch to fix CVE-2012-0547 and CVE-2012-1682.Jung-uk Kim2012-09-072-131/+4932
| | | | | | | - Catch up with icedtea.classpath.org server changes for distfiles. Notes: svn path=/head/; revision=303821
* Catch up with icedtea.classpath.org changes to fix fetch & extract issues.Jung-uk Kim2012-09-071-1/+4
| | | | | | | Reported by: osa, barbara (barbara dot freebsd at gmail dot com) Notes: svn path=/head/; revision=303820
* Remove an unnecessary change in the previous commit.Jung-uk Kim2012-09-061-1/+0
| | | | Notes: svn path=/head/; revision=303792
* Update to 1.3.Jung-uk Kim2012-09-064-63/+48
| | | | Notes: svn path=/head/; revision=303791
* Remove useless metadata from ports I created.Dag-Erling Smørgrav2012-09-052-9/+0
| | | | Notes: svn path=/head/; revision=303710