summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN: does not packagePav Lucistnik2011-07-261-0/+2
| | | | | | | | | tar: share/applications/eclipse-devel.desktop: Cannot stat: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=278370
* - Mark BROKEN: unfetchablePav Lucistnik2011-07-241-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=278254
* Remove Java 1.4 ports, they were already disconnected from bsd.java.mkRene Ladan2011-07-2110-3772/+0
| | | | | | | | 2011-07-28 java/linux-blackdown-jdk14: ancient version of Java 2011-07-28 java/linux-sun-jdk14: ancient version of Java Notes: svn path=/head/; revision=278106
* Remove broken, Java 1.4-only ports:Rene Ladan2011-07-2112-1110/+0
| | | | | | | | 2011-07-28 java/jboss3: Depends on expired Java 1.4 2011-07-28 textproc/galax: Depends on expired Java 1.4 Notes: svn path=/head/; revision=278085
* Remove expired ports:Rene Ladan2011-07-2144-4330/+0
| | | | | | | | 2011-07-12 java/jdk13: ancient version of Java 2011-07-12 java/linux-sun-jdk13: ancient version of Java Notes: svn path=/head/; revision=278080
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-2163-89/+64
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* Disconnect the following deprecated ports that only work with java1.4:Mark Linimon2011-07-211-1/+0
| | | | | | | | | | | | | devel/colorer java/jboss3 security/jce_policy14 textproc/galax PR: ports/158969 Submitted by: rene Notes: svn path=/head/; revision=278059
* . Chase re-rolled JAR file.Greg Lewis2011-07-161-2/+2
| | | | | | | | PR: 158859 Submitted by: tg@ Notes: svn path=/head/; revision=277818
* . Fix the packing list by not installing efj.sh for now.Greg Lewis2011-07-141-9/+10
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=277717
* . Install the actual files rather than symlinks.Greg Lewis2011-07-142-1/+10
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=277668
* Remove expired ports:Rene Ladan2011-07-1311-181/+0
| | | | | | | | 2011-07-12 java/shujit: ancient version of Java 2011-07-09 net-im/skype12: very old version Notes: svn path=/head/; revision=277652
* Specify JAVA_VERSION correctly to fix another build breakage.Jung-uk Kim2011-07-131-1/+3
| | | | | | | | Reported by: David Wolfskill (david at catwhisker dot org) Pointy hat to: jkim Notes: svn path=/head/; revision=277644
* Replace "readlink -f" with realpath(1). This should fix "make test" onJung-uk Kim2011-07-121-3/+5
| | | | | | | | | 7.4 and 8.2 when both "RHINO" and "TEST" options are enabled. Suggested by: Warren Block (wblock at wonkity dot com) Notes: svn path=/head/; revision=277617
* Fix various build and installation issues.Jung-uk Kim2011-07-123-17/+160
| | | | | | | | | | | | | | - Replace various Linuxisms in Makefile with little more portable code. Remove now unnecessary build dependency of sysutils/coreutils. - Install launcher wrappers with INSTALL_SCRIPT[1]. - Rename javaws launcher to itweb-javaws throughout. This conflicts with a symlink created by java/javavmwrapper[2]. PR: ports/158826 [1] Reported by: glewis [2] Notes: svn path=/head/; revision=277613
* Add LICENSE.Jung-uk Kim2011-07-111-0/+1
| | | | Notes: svn path=/head/; revision=277571
* Fix build with Rhino support.Jung-uk Kim2011-07-111-1/+2
| | | | Notes: svn path=/head/; revision=277570
* - Update to build 23.Jung-uk Kim2011-07-117-2163/+5079
| | | | | | | | | | | | - Import more complete JPEG class support and turn on ICEDTEA option by default. [1] - Remove obsolete WEB option. Note the functionality is now moved to a new port java/icedtea-web, which depends on ICEDTEA option of this port. Obtained from: IcedTea project [1] Notes: svn path=/head/; revision=277567
* The IcedTea-Web project provides a Free Software web browser plugin runningJung-uk Kim2011-07-115-0/+157
| | | | | | | | | | applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. WWW: http://icedtea.classpath.org/wiki/IcedTea-Web Notes: svn path=/head/; revision=277566
* . Add entries for the test distfiles.Greg Lewis2011-07-111-0/+4
| | | | | | | | | | This gets us closer, but the WITH_TESTS option still does not work. The build now fails while applying patches. PR: 157600 Notes: svn path=/head/; revision=277515
* . Unbreak and update to 3.7.0.Greg Lewis2011-07-106-422/+1224
| | | | | | | Submitted by: tg@ Notes: svn path=/head/; revision=277482
* . Try harder to make sure the flags returned from getFlags isn't negative,Greg Lewis2011-07-082-0/+18
| | | | | | | | | | | | | | | | | since a number of places in the code check for that and assume that it means an error occurred. On FreeBSD, in particular, the value of ifr_flags can be negative if multicast is enabled on the socket since the possible flags have expanded to fill more than a short. Instead of blindly promoting ifr_flags to an int, which will preserve the sign, we fill the int return value with ifr_flagshigh in the high 16 bits and ifr_flags in the low 16 bits. PR: 155186 Reported by: Alex Hayward <xelah-freebsd-pr@xelah.com> Notes: svn path=/head/; revision=277348
* Mark BROKEN: does not buildRene Ladan2011-07-021-0/+1
| | | | | | | Submitted by: pav via pointyhat Notes: svn path=/head/; revision=276944
* Upgrade to version 0.5 and fix WWW tag.Jimmy Olgeni2011-07-013-7/+8
| | | | Notes: svn path=/head/; revision=276802
* . Update to tzupdater 1.3.39.Greg Lewis2011-06-292-5/+5
| | | | | | | | PR: 158280 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=276636
* . Update to Build 147.Greg Lewis2011-06-293-641/+641
| | | | Notes: svn path=/head/; revision=276635
* These ports depend on deprecated Java 1.4, set them to expire in one month.Rene Ladan2011-06-281-0/+3
| | | | Notes: svn path=/head/; revision=276616
* Mark deprecated and set expiration date to 2011-07-28Rene Ladan2011-06-282-0/+6
| | | | | | | Inspired by: glewis (who proposed to axe them right now) Notes: svn path=/head/; revision=276599
* Remove expired port:Rene Ladan2011-06-2823-2168/+0
| | | | | | | 2011-04-17 java/jdk14: does not build on FreeBSD 7.x or newer Notes: svn path=/head/; revision=276598
* Ignore 1.46 (not backward compatible) version.Alex Dupre2011-06-281-0/+2
| | | | Notes: svn path=/head/; revision=276582
* . Update to tzupdater 1.3.39.Greg Lewis2011-06-282-5/+5
| | | | | | | | PR: 158280 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=276554
* . Update to tzupdater 1.3.39.Greg Lewis2011-06-288-20/+20
| | | | | | | | PR: 158280 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=276552
* - Update to 2.6Herve Quiroz2011-06-282-3/+5
| | | | | | | | | | - Add LICENSE PR: 158361 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=276551
* - Use USERS and GROUPSChris Rees2011-06-273-56/+3
| | | | | | | | | PR: ports/157585 Submitted by: Chris Rees (utisoft@gmail.com) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=276518
* . Update to Build 146.Greg Lewis2011-06-263-669/+680
| | | | Notes: svn path=/head/; revision=276452
* Return to pool.Mark Linimon2011-06-231-1/+1
| | | | | | | | Submitted by: maintainer PR: ports/158204 (in followup) Notes: svn path=/head/; revision=276143
* Mark broken some ports with unfetchable distfilesBaptiste Daroussin2011-06-171-0/+2
| | | | Notes: svn path=/head/; revision=275721
* Fix master_siteBaptiste Daroussin2011-06-171-2/+1
| | | | Notes: svn path=/head/; revision=275720
* - Update maintainer addressChris Rees2011-06-173-3/+3
| | | | | | | Approved by: rene (mentor) Notes: svn path=/head/; revision=275712
* - Update IcedTea-Web to 1.0.3.Jung-uk Kim2011-06-142-5/+5
| | | | | | | - Use fake JDK update version as IcedTea-Web does. Notes: svn path=/head/; revision=275589
* . Mark all 1.3 associated Java ports for removal in a month. These areGreg Lewis2011-06-133-0/+9
| | | | | | | | ancient and no doubt full of vulnerabilities. There are no dependencies on them. Notes: svn path=/head/; revision=275487
* . Note this port should be ignored in favour of java/eclipse for now.Greg Lewis2011-06-061-0/+1
| | | | Notes: svn path=/head/; revision=275137
* . Update ant bootstrap to 1.8.2.Greg Lewis2011-06-052-3/+3
| | | | Notes: svn path=/head/; revision=275088
* Remove expired ports:Rene Ladan2011-06-016-448/+0
| | | | | | | | | | | | | | | | | | | 2011-05-01 german/citrix_xenapp: "crashes with f10" 2011-05-01 japanese/citrix_xenapp: "crashes with f10" 2011-05-01 net/citrix_xenapp: "crashes with f10" 2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default 2011-05-01 java/gj: Upstream disapear and distfile is no more available 2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available 2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore. 2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available 2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes) 2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build. 2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken 2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv Notes: svn path=/head/; revision=274947
* - Mark BROKEN: unfetchablePav Lucistnik2011-05-301-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=274834
* . Add missing dependency on audio/alsa-lib.Greg Lewis2011-05-301-1/+2
| | | | | | | | | Reported by: Christer Solskogen <christer.solskogen@gmail.com> Dominic Fandrey <kamikaze@bsdforen.de> Pointy hat to: glewis Notes: svn path=/head/; revision=274815
* . Update to Build 144.Greg Lewis2011-05-294-6922/+7382
| | | | Notes: svn path=/head/; revision=274787
* - Mark as IGNORE. No development version is available right now.Pietro Cerutti2011-05-251-1/+1
| | | | Notes: svn path=/head/; revision=274615
* - Update to 7.0Pietro Cerutti2011-05-254-5598/+1538
| | | | | | | Release information: http://netbeans.org/community/releases/70/ Notes: svn path=/head/; revision=274614
* Add 'openjdk' to the list of suitable JDK port vendors.Sahil Tandon2011-05-211-1/+1
| | | | | | | | | PR: ports/156437 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=274423
* Update to 1.8.2 release.Alex Dupre2011-05-192-3/+3
| | | | Notes: svn path=/head/; revision=274324