aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Fix the build with recent xorg.Greg Lewis2010-05-261-0/+15
| | | | | | | Pointed out by: pointyhat (via erwin@) Notes: svn path=/head/; revision=255105
* Stop downloading more sources (JAXP, JAX-WS, and JAF) from build phase andJung-uk Kim2010-05-212-1/+28
| | | | | | | | | add IcedTea project as an additional master site. This change should fix most build failures related to network problems, e.g., bootstrapping with an IPv6-enabled JDK, unreliable network connections, etc. Notes: svn path=/head/; revision=254687
* Do not add /usr/local/lib three times to DEFAULT_LIBPATH.Alex Dupre2010-05-183-5/+3
| | | | | | | Update cacerts file from Sun's JRE 6u20. Notes: svn path=/head/; revision=254555
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* - Update to b19 promoted build. [1]Jung-uk Kim2010-05-175-1539/+984
| | | | | | | | | | | | | | | - Merge two additional patches from the OpenJDK BSD porting project: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f - Add a message to note fdescfs(5) is necessary for this implementation. PR: ports/145806 [1] Discussed with: glewis, lev Notes: svn path=/head/; revision=254511
* Reset maintainer to java@.Jung-uk Kim2010-05-141-1/+1
| | | | | | | Discussed with: glewis, lev Notes: svn path=/head/; revision=254324
* Fix "realpath: : No such file or directory" error from the latest realpath.Jung-uk Kim2010-05-132-11/+11
| | | | | | | | Reported by: Mike Jakubik (mike dot jakubik at intertainservices dot com) Reviewed by: glewis (maintainer) Notes: svn path=/head/; revision=254280
* - Remove zero sized filesPav Lucistnik2010-05-111-0/+0
| | | | Notes: svn path=/head/; revision=254148
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* . Fix the specifications of MASTER_SITES -- fixes the fetching of the ANTGreg Lewis2010-05-041-3/+6
| | | | | | | | | | | | distribution at least. . Copy the bundles into the plugin directory during install, otherwise the install creates symlinks to the bundles in the actually port's working directory, which it means it stops working after a 'make clean'. Reported by: Ronald Klop <ronald-freebsd8@thuis.klop.ws> Notes: svn path=/head/; revision=253659
* - java/openjdk6: allow to build againist modern xorg (7.5)Dima Panov2010-05-021-0/+14
| | | | | | | | | PR: 145757 Submitted by: myself Approved by: mainatner timeout ( over 3 weeks) Notes: svn path=/head/; revision=253581
* - Update to 1.5.6.2010033101Nicola Vitale2010-05-024-708/+754
| | | | | | | | | - Remove hard-coded version from pkg-plist - Replace DISTFILES with DISTNAME - Update WWW site in pkg-descr Notes: svn path=/head/; revision=253575
* . Update to 3.5.2.Greg Lewis2010-05-01106-3263/+8970
| | | | | | | Based on: Patches by sepotvin@ to update to 3.5.1. Notes: svn path=/head/; revision=253516
* . Update to Update 20.Greg Lewis2010-04-203-4/+8
| | | | Notes: svn path=/head/; revision=252939
* . Update to tzupdater 1.3.29.Greg Lewis2010-04-202-6/+6
| | | | Notes: svn path=/head/; revision=252935
* . Fix the build with recent xorg.Greg Lewis2010-04-201-0/+15
| | | | | | | | PR: 145756 Submitted by: fluffy@ Notes: svn path=/head/; revision=252934
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* . Update to tzupdater 1.3.29.Greg Lewis2010-04-192-6/+6
| | | | Notes: svn path=/head/; revision=252896
* . Fix the build with recent xorg.Greg Lewis2010-04-191-0/+15
| | | | | | | | PR: 145754 Submitted by: fluffy@ Notes: svn path=/head/; revision=252895
* . Update to tzupdater 1.3.29.Greg Lewis2010-04-186-12/+20
| | | | Notes: svn path=/head/; revision=252871
* . Update to tzupdater 1.3.29.Greg Lewis2010-04-186-12/+20
| | | | Notes: svn path=/head/; revision=252854
* Return back to ports@FreeBSD.org.Xin LI2010-03-301-1/+1
| | | | | | | | Submitted by: maintainer PR: ports/145224 Notes: svn path=/head/; revision=251861
* Update to 4.8.1Herve Quiroz2010-03-282-4/+4
| | | | | | | | PR: 145073 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=251617
* - update to 1.4.1Dirk Meyer2010-03-2849-50/+50
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* . Update to Build 86.Greg Lewis2010-03-273-778/+811
| | | | Notes: svn path=/head/; revision=251590
* RC_SUBR_SUFFIX has not been needed for a long time now, all supportedDoug Barton2010-03-272-4/+2
| | | | | | | | versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name. Notes: svn path=/head/; revision=251570
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-274-4/+4
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Don't use a BERConstructedOctetString where a DEROctetString is much better.Alex Dupre2010-03-251-0/+5
| | | | Notes: svn path=/head/; revision=251499
* - Fix typo in MakefileWen Heping2010-03-102-2/+3
| | | | | | | | PR: ports/144546 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=250819
* . Update to Update 18Greg Lewis2010-02-283-234/+560
| | | | | | | | | PR: 143601 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Feature safe: yes Notes: svn path=/head/; revision=250415
* JRosetta provides a common base for graphical component that could be usedWen Heping2010-02-244-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to build a graphical console in Swing with the latest requirements, such as command history, completion and so on for instance for scripting language or command line. This project can be seen as the evolution of the components developed in JyConsole. For now, JRosetta provides only API and graphical components. A Jython implementation for the scripting engine should be available during the first semester 2009. Functionalities * Generic abstract API for script engine * Completion window. * Command history. * Highly customisable, with external XML descriptor file. (Allow to specify the script engine to use, colors, font, shortcut...) Platform compatibility * JRosetta has been developed in pure Java, but relies on a JVM 1.5. * No specific hardware is needed. For further information, please contact us at the following adress : contact at artenum.com WWW: http://dev.artenum.com/projects/JRosetta Feature safe: yes Notes: svn path=/head/; revision=250249
* - Update to 1.3.0.0Wen Heping2010-02-242-4/+4
| | | | | | | | | | PR: ports/143865 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250244
* The JavaHelp system is an online help system that developers can use toWen Heping2010-02-235-0/+601
| | | | | | | | | | | | | | | | add online help to their Java platform applications. The JavaHelp system is both a JCP specification (JSR 97) and a reference implementation of that specification. The JavaHelp system open source project includes the source to the reference implementation. WWW: https://javahelp.dev.java.net/ PR: ports/143858 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Feature safe: yes Notes: svn path=/head/; revision=250223
* . Add ${LOCALBASE}/lib to the default library path. [1]Greg Lewis2010-02-232-3/+20
| | | | | | | | | | | . Add a runtime dependency on javavmwrapper. [2] PR: 144076 [2] Submitted by: ale@ [1] Feature safe: yes Notes: svn path=/head/; revision=250216
* . Attempt to fix the build for recent 8-STABLE and 9-CURRENT which haveGreg Lewis2010-02-211-0/+24
| | | | | | | | | sigignore(3). Feature safe: yes Notes: svn path=/head/; revision=250110
* - Use $SUB_FILES to dynamically adjust pkg-messageMartin Wilke2010-02-132-3/+4
| | | | | | | | PR: 142623 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=249791
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-122-6/+6
| | | | | | | | PR: 143083 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=249714
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-122-6/+6
| | | | Notes: svn path=/head/; revision=249688
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-126-18/+32
| | | | | | | | | . Switch to installing the timezone updates by just copying over the zoneinfo files rather than actually the running updater (this is consistent with the diablo-{jdk,jre}16 ports. Notes: svn path=/head/; revision=249631
* . sigignore(3) has been MFC'ed to 8-STABLE. Attempt to fix the buildGreg Lewis2010-02-071-1/+1
| | | | | | | | there by extending the fix for 9-CURRENT to the appropriate versions of 8-STABLE. Notes: svn path=/head/; revision=249401
* . Update to Build 82.Greg Lewis2010-02-073-1074/+1201
| | | | Notes: svn path=/head/; revision=249397
* - Update to 1.1.2Pav Lucistnik2010-02-072-5/+6
| | | | | | | | | | - Portlint PR: ports/143576 Submitted by: Jean-Paul BECONNE <jpbeconne@free.fr> (maintainer) Notes: svn path=/head/; revision=249383
* - Revert changes that got spammed into previous revisionPav Lucistnik2010-02-071-6/+1
| | | | | | | | PR: ports/143628 Submitted by: Martin Birgmeier <martin.birgmeier@aon.at> Notes: svn path=/head/; revision=249367
* - update to jpeg-8Dirk Meyer2010-02-0549-42/+58
| | | | Notes: svn path=/head/; revision=249285
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-052-6/+6
| | | | Notes: svn path=/head/; revision=249268
* . Detect that recent versions of 9-CURRENT have sigignore(3) and configureGreg Lewis2010-02-051-1/+15
| | | | | | | | | | | | the build correctly for that. Fixes the build on those versions of 9-CURRENT PR: 141105 Collaboration with: fluffy@ Notes: svn path=/head/; revision=249267
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-046-12/+14
| | | | | | | . Bump PORTREVISION. Notes: svn path=/head/; revision=249220
* Add ${LOCALBASE}/lib to java.library.path.Alex Dupre2010-01-261-2/+4
| | | | | | | | Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=248620
* Remove unneeded '\' in COMMENT.Alex Dupre2010-01-251-1/+1
| | | | Notes: svn path=/head/; revision=248566
* Update to 1.45 release.Alex Dupre2010-01-252-5/+4
| | | | Notes: svn path=/head/; revision=248522