aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . 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
* . Update to Build 80.Greg Lewis2010-01-245-1774/+980
| | | | Notes: svn path=/head/; revision=248483
* - Mark BROKEN: does not fetchPav Lucistnik2010-01-231-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=248399
* . Pull down a fix for an unsigned/signed comparison error that hasn't madeGreg Lewis2010-01-222-0/+22
| | | | | | | | | it into a build yet. This causes a build breakage on 6.x/amd64 at least. Pointed out by: pointyhat (via pav) Notes: svn path=/head/; revision=248351
* . Install the unlimited strength crypto policy JARs rather than theGreg Lewis2010-01-211-0/+5
| | | | | | | | | | | | | | limited strength ones. Since unlike many other JDK ports this doesn't require an extra download its currently done for all installs rather than being an option. Note that unlike the officially downloaded policy JARs the ones this installs are not signed. This may mean we revisit it once there is an official JDK7 release. . Bump PORTREVISION for this change. Submitted by: ale@ Notes: svn path=/head/; revision=248275
* - Fix a bug in 'jar' utilityAlex Dupre2010-01-215-36/+269
| | | | | | | | | | | | | | | | | | | - Add support for running regression tests - Respect LOCALBASE - Bump PORTREVISION These are the test results on: FreeBSD 6 i386: passed: 3113; failed: 29; error: 2 FreeBSD 8 amd64: passed: 3107; failed: 35; error: 2 Note: a couple of tests passed only after a few runs. Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=248260
* Improve korean [1] and chinese font rendering.Alex Dupre2010-01-211-64/+66
| | | | | | | | Submitted by: jkim [1] Approved by: maintainer Notes: svn path=/head/; revision=248259
* JGraph is the most powerful, lightweight, feature-rich, and thoroughlyWen Heping2010-01-194-0/+83
| | | | | | | | | | | | | | | | | | | documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! With the JGraph zoomable component, you can display objects and relations (networks) in any Swing UI. JGraph can also be used on the server-side, for example to read a GXL graph, apply a custom layout algorithm, and return the result as a HTML image map. WWW: http://www.jgraph.com/jgraphx.html PR: ports/142541 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=248132
* . Use a downloaded version of ant rather than relying on the ant portGreg Lewis2010-01-182-4/+14
| | | | | | | | | | | | to avoid a circular dependency. This is a modified version of the submitted patch, any errors are likely mine. Submitted by: ale@ Notes: svn path=/head/; revision=248058
* . Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden.Greg Lewis2010-01-181-2/+1
| | | | | | | Submitted by: ale@ Notes: svn path=/head/; revision=248050
* . Update to Build 79.Greg Lewis2010-01-183-1213/+1515
| | | | Notes: svn path=/head/; revision=248043
* . Add support for JAVA_VERSION of 1.7.Greg Lewis2010-01-174-12/+24
| | | | | | | | | | . Note such support in the manual pages. . Correctly determine the Java version of the OpenJDK ports when bsd.java.mk isn't present. . Bump version to 2.3.4. Notes: svn path=/head/; revision=248038
* - Update to b17 promoted build [1]Alex Dupre2010-01-165-2555/+2871
| | | | | | | | | | | | - Fix font rendering and update cacerts file - Add support for fastdebug jdk - Cleanup/Enhance the port [2] Submitted by: maintainer [1], ale [2] Approved by: maintainer Notes: svn path=/head/; revision=247989
* - Use $SUB_FILES to dynamically adjust pkg-messageTong LIU2010-01-163-9/+7
| | | | | | | | PR: ports/142705 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=247962
* . Fix constructing the DISTFILE_INSTRUCTIONS variable for the mainGreg Lewis2010-01-151-1/+1
| | | | | | | | | distribution file. Submitted by: Mark Costlow <cheeks@swcp.com> Notes: svn path=/head/; revision=247918
* - Remove a circular dependency between openjdk6 and antAlex Dupre2010-01-132-33/+24
| | | | | | | | | | | (required to make it the default jdk port) - Remove manual fetching of unrestricted jce policy file - Other no-ops Approved by: maintainer Notes: svn path=/head/; revision=247823
* . Use bsd.port.pre.mk and bsd.port.post.mk rather than bsd.port.mk andGreg Lewis2010-01-051-19/+21
| | | | | | | | | | | rearrange things slightly so that the bootstrap JDK detection falls within the pre/post section. This fixes detection of the bootstrap JDK. Noticed by: Ronald Klop <ronald-freebsd8@thuis.klop.ws> Notes: svn path=/head/; revision=247186
* . Add a couple for necessary dependencies to USE_XORG.Greg Lewis2010-01-041-1/+1
| | | | | | | Pointed out by: QAT Notes: svn path=/head/; revision=247101
* . Add a fairly barebones port of OpenJDK7:Greg Lewis2010-01-036-0/+31073
| | | | | | | | | An open-source implementation of the Java Platform, Standard Edition, WWW: http://openjdk.java.net/ Notes: svn path=/head/; revision=247074
* Reset vs@FreeBSD.org at his request due to lack of time.Mark Linimon2010-01-021-1/+1
| | | | Notes: svn path=/head/; revision=247007
* . Update to 1.4.3.Greg Lewis2009-12-212-10/+10
| | | | Notes: svn path=/head/; revision=246332
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-214-15/+4
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi Notes: svn path=/head/; revision=246319
* - Instead of updating for eclipse 3.4, mark for removal in one monthPav Lucistnik2009-12-191-0/+3
| | | | | | | | PR: ports/133417 Submitted by: Heiner Strauss <heiner_ej@yahoo.de> Notes: svn path=/head/; revision=246243
* - Instead of updating for eclipse 3.4, mark for removal in one monthPav Lucistnik2009-12-191-0/+3
| | | | | | | | PR: ports/133423 Submitted by: Heiner Strauss <heiner_ej@yahoo.de> Notes: svn path=/head/; revision=246242
* - Change BROKEN messageTong LIU2009-12-191-1/+1
| | | | | | | | | PR: ports/129435 Submitted by: Lapo Luchini <lapo@lapo.it> Approved by: maintainer timeout (toha@toha.org.ua) Notes: svn path=/head/; revision=246213
* - Update to 6.8Pietro Cerutti2009-12-144-8797/+9725
| | | | Notes: svn path=/head/; revision=245762
* Deprecate this port; Eclipse 3.x has better tools for GUI design.Wes Peters2009-12-131-0/+3
| | | | Notes: svn path=/head/; revision=245680
* - Copy over support files from jakarta-tomcat4 port and store them locallyPav Lucistnik2009-12-084-3/+596
| | | | Notes: svn path=/head/; revision=245394
* . Update to the cacerts file included in Update 17.Greg Lewis2009-12-064-0/+0
| | | | Notes: svn path=/head/; revision=245253
* . Update to Update 17.Greg Lewis2009-12-062-4/+4
| | | | Notes: svn path=/head/; revision=245252
* - Update to 1.1.1bMartin Wilke2009-11-282-4/+4
| | | | | | | | PR: 140944 Submitted by: Jean-Paul BECONNE <jpbeconne@free.fr> (maintainer) Notes: svn path=/head/; revision=244916
* - Remove obsolete gecko providersBeat Gaetzi2009-11-271-1/+1
| | | | | | | | Approved by: portmgr (miwi) Exp-run by: miwi Notes: svn path=/head/; revision=244840
* - Remove obsolete gecko providersBeat Gaetzi2009-11-271-2/+2
| | | | | | | | | | - Bump PORTREVISION Approved by: portmgr (miwi) Exp-run by: miwi Notes: svn path=/head/; revision=244839
* Reorganise the JBoss5 port:Herve Quiroz2009-11-188-809/+123
| | | | | | | | | | | | | | | | | - remove daemonctl, use root startup (following tomcat, geronimo, etc) - allow arbitrary arguments to be handed to JBoss (long standing bug) - reorganise the directory structure to follow hier(7) * JBOSS_HOME = /usr/local/share/jboss5 * deployment directory = /var/jboss5 * log directory = /var/log/jboss5 - Take maintainership - Bump PORTREVISION PR: 139372 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=244444
* . Update to tzupdater 1.3.21.Greg Lewis2009-11-092-6/+6
| | | | Notes: svn path=/head/; revision=244003
* . Update to tzupdater 1.3.21.Greg Lewis2009-11-092-6/+6
| | | | Notes: svn path=/head/; revision=244002
* . Update to tzupdater 1.3.21.Greg Lewis2009-11-082-6/+6
| | | | Notes: svn path=/head/; revision=243991
* . Update to tzupdater 1.3.21.Greg Lewis2009-11-084-12/+12
| | | | Notes: svn path=/head/; revision=243984
* . Update to tzupdater 1.3.21.Greg Lewis2009-11-084-12/+12
| | | | Notes: svn path=/head/; revision=243983