aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Minor man page tweaks:glewis2012-06-176-8/+11
| | | | | . Remove references to ibm (we have no IBM JDKs in the tree) . Remove references to JDK 1.4.2 (only 1.5+ are in the tree)
* . Fix locale generation.glewis2012-06-163-22/+41
| | | | PR: 169037
* WindowBuilder is a powerful and easy to use bi-directionalale2012-06-144-0/+51
| | | | | | | | | | | | | Java GUI designer that makes it very easy to create Java GUI applications without spending a lot of time writing code to display simple forms. With WindowBuilder you can create complicated windows in minutes. Use the visual designer and Java code will be generated for you. You can easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor, internationalize your app and much more. WWW: http://www.eclipse.org/windowbuilder/
* - Fix multiple security vulnerabilities. [1]jkim2012-06-142-24/+2134
| | | | | | | | - Drop version suffixes from LIB_DEPENDS. - Use the new options framework. Obtained from: IcedTea Project [1] http://icedtea.classpath.org/hg/icedtea6/rev/9aff0fc60733
* 2012-05-31 deskutils/sciplore-mindmapping: Discontinued, use ↵bapt2012-06-136-132/+0
| | | | | | | | | | | | deskutils/docear instead 2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version 2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN 2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month 2012-06-01 games/antrix: no more public distfiles, abandoned upstream 2012-05-10 games/sfbol: BROKEN for more than 6 month 2012-06-01 java/eclipseme: depends on java/sun-wtk 2012-05-10 mail/lmtpd: BROKEN for more than 6 month
* Either linimon@ in 2011 or hq@ in 2006 broke the wrapper-script -- themi2012-06-132-4/+4
| | | | | | | | | %%JAVA_VERSION%% inserted into it was never expanded... Now that we aren't using JDK-1.{3,4} anyway, the setting of JAVA_VERSION is, probably, redundant. Remove it and bump PORTREVISION. While here, declare the port as unsafe for parallel building. Unfortunately.
* - Update to 7.1.2gahr2012-06-113-6/+6
| | | | Release notes: http://netbeans.org/community/releases/71/relnotes.html
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* . Fix jstack.glewis2012-06-072-0/+17
|
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* Update to 4.8 release.ale2012-06-012-3/+3
|
* Update to 3.3.2 release.ale2012-06-012-5/+5
| | | | | Note: since eclipse update to 3.7.1 JSP editing is not working anymore, for obscure reason a few plugins are not correctly loaded.
* Update to 3.7.2 release.ale2012-06-012-4/+4
| | | | Approved by: maintainer timeout
* Update to 1.9.2 release.ale2012-06-012-3/+3
| | | | Approved by: maintainer
* Update to 2.7.2 release.ale2012-06-012-4/+4
| | | | Approved by: maintainer
* - update png to 1.5.10dinoex2012-06-0113-11/+13
|
* . Update to 7u4. This was a fairly significant merge, so please reportglewis2012-05-285-31534/+4773
| | | | | | | | any regressions in functionality that might have been missed. Biggest news is that partial BSD support is now in the official source distribution through the OS X port's inclusion. Partly obtained from Kurt Miller <kurt@intricatesoftware.com>
* . Specifically reference zip/unzip in ${LOCALBASE}/bin, since that is whereglewis2012-05-271-2/+2
| | | | | | | | the JDK build looks for them, but FreeBSD 9.x has them available in /usr/bin. Adjusting the JDK check is a harder fix, this will get things building again on 9.x quickly. PR: 166996
* Update to 3.0.7lme2012-05-233-21/+32
|
* Reset mitsuru@riken.jp: address bounces.linimon2012-05-221-1/+1
| | | | Hat: portmgr
* . Add an entry for the eclipse-sdktests DISTFILE. Much more still needsglewis2012-05-131-0/+2
| | | | | | to be done to get the tests working though. PR: 157600
* . Bootstrap with ant 1.8.3.glewis2012-05-122-3/+3
|
* Update jtreg to 4.1 b04.jkim2012-05-102-4/+4
|
* . Update to build 25.glewis2012-05-093-791/+5
|
* . Enlist openjdk7 users as testers of ant 1.8.3.glewis2012-05-072-3/+3
|
* . Make as IGNORE now that eclipse is updated to 3.7.1.glewis2012-05-061-0/+2
|
* . Update to 3.7.1.glewis2012-05-068-457/+751
|
* . Add a POLICY option to install the unlimited strength policy files andglewis2012-05-041-1/+7
| | | | | | | default it to on since I can't imagine why anyone would deliberately want the limited strength versions given a choice. Cribbed from java/openjdk6
* . Fix the look up of time zone data when TZUPDATE is turned on and as aglewis2012-05-022-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result turn it on by default again. This change bears a little more explanation. In UnixFileSystem.java there is a cache of canonical paths and in particular one for paths inside java.home. The problem with looking up time zone data is that if another path within java.home has been looked up then the symlink for the time zone data is not resolved (since the cache assumes there are no symlinks in java.home) and we fail to be able to open the ZoneInfoMapping file. One of the other features in UnixFileSystem is that the cache is not consulted and full resolution occurs for paths containing "." or "..". I've chosen to (ab)use this to force resolution of the time zone data directory in ZoneInfoFile.java rather than doing something like IcedTea did which was to introduce a tz.properties file where they would stash the time zone info directory rather than symlinking it in. For full reference that patch is here: http://icedtea.classpath.org/hg/icedtea6/file/tip/patches/use-system-tzdata.patch There are two main reasons I chose a bit of a hack rather than something like this. 1. I want to apply the patch to non-GPL'ed code (e.g. the jdk16 port). 2. Using updated time zone data is only an option in the port and using something like tz.properties when the option is off is clunky. Thanks to avg@ for sleuth work on finding the bug write up and the IcedTea fix.
* The Oracle Java 7 Runtime Environment for Linux.jkim2012-05-027-0/+948
| | | | WWW: http://www.oracle.com/us/technologies/java/index.html
* - Update to 6u32.jkim2012-05-023-4/+4
| | | | - Recommend OpenJDK6 instead of the deprecated JRL-licensed port.
* Recommend OpenJDK6 instead of the deprecated JRL-licensed port.jkim2012-05-021-1/+1
|
* - Update to 6u32.jkim2012-05-023-2175/+2194
| | | | - Add an option to install demos and samples. Turned on by default.
* Add an option to install demos and samples. Turned off by default.jkim2012-05-023-0/+1447
|
* . Update to 7u4.glewis2012-05-013-21/+15
|
* . Update to 6u31.glewis2012-05-012-4/+3
|
* Update to 1.4.0arved2012-04-302-3/+3
|
* . Update to 3.7.1.glewis2012-04-227-1003/+430
| | | | Submitted by: tg@
* . Turn the TZUPDATE option off by default until I can figure out how thatglewis2012-04-201-2/+2
| | | | breaks the Eclipse build.
* . Update to 7u3.glewis2012-04-192-3/+3
|
* . Update to 7 Update 3. Since there was no separate source bundle releasedglewis2012-04-192-2/+4329
| | | | | this is done with an additional patch instead of updating the source bundle being used and the associated patch set.
* - deprecate: depends on java/sun-wtkak2012-04-181-0/+3
| | | | Approved by: eadler (mentor)
* - fix explicit use of unzipak2012-04-181-1/+4
| | | | | | - deprecate: no more public distfiles, merged with Java ME SDK 3.0 upstream Approved by: eadler (mentor)
* . Remove jbootstrap (was used to bootstrap jdk13, which is long gone).glewis2012-04-165-50/+0
|
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-163-498/+426
| | | | rather than relying on the official time zone updater.
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-163-498/+426
| | | | rather than relying on the official time zone updater.
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-162-19/+5
| | | | rather than relying on the official time zone updater.
* . Use the new java-zoneinfo port to provide updated time zone info.glewis2012-04-151-0/+15
|
* . Use the new java-zoneinfo port to provide updated time zone info.glewis2012-04-131-3/+14
|
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-132-19/+5
| | | | rather than relying on the official time zone updater.
* - Add desktop entrygahr2012-04-121-0/+7
| | | | | PR: 166785 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-116-986/+918
| | | | rather than relying on the official time zone updater.
* . Update to 2012c.glewis2012-04-042-3/+3
| | | | Feature safe: yes
* . Add a port that supplies updated zoneinfo files in the format expected byglewis2012-03-315-0/+502
| | | | | | | | the JDK/JRE ports. This will make keeping up to date with new timezone data easier and prevent all the JDK/JRE ports needing to be updated regularly whenever a new TZUpdater is released by Oracle. Feature safe: yes
* Update to 1.4.5 release.ale2012-03-262-3/+3
| | | | Feature safe: yes
* - java 1.6+ is requiredjgh2012-03-252-2/+3
| | | | | | | - bump PORTREVISION Submitted by: glewis@ (via email) Feature safe: yes
* - Rename jar based on versionjgh2012-03-212-5/+6
| | | | | | | | - Tweak ecj.sh to handle version and compilation - bump PORTREVISION Submitted by: jkim@, glewis@, pitpalme+unix@gmail.com (emails) Feature safe: yes
* Add new port: java/eclipse-ecjjgh2012-03-205-0/+50
| | | | | | | | | | An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows to run and debug code which still contains unresolved errors. WWW: http://www.eclipse.org/ Feature safe: yes
* Fix build with OpenJDK7 and add LICENSE.ale2012-03-131-2/+7
| | | | | | PR: ports/165774 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Feature safe: yes
* - Update to 7.1.1gahr2012-03-123-30/+28
| | | | | | Release notes: http://netbeans.org/community/releases/71/relnotes.html Feature safe: yes
* Update download URL since Sun Download Center was decommissioned and does nocs2012-03-071-1/+1
| | | | | | | | redirection. PR: ports/165689 Submitted by: Sutra Zhou <zhoushuqun@gmail.com> Approved by: glarkin@ (mentor, implicit)
* . Use the latest cacerts file from the official Oracle distribution ofglewis2012-03-061-0/+0
| | | | Update 2.
* . Update to OpenJDK 7 Update 2.glewis2012-03-063-2453/+1604
|
* Fix javaws launcher. This shell script now uses bash extensions.jkim2012-03-062-4/+15
|
* Update to 1.2.jkim2012-03-063-25/+50
|
* Remove quotes from BROKEN and IGNORE as they are not requiredeadler2012-02-261-1/+1
| | | | Approved by: maintainer timeout
* Add extra repositorycrees2012-02-242-2/+38
| | | | | PR: ports/155547 Approved by: maintainer timeout
* Prevent to add @dirrm entries begining with a /bapt2012-02-231-1/+1
| | | | Approved by: maintainer timeout (>5weeks)
* Fix multiple security vulnerabilities.jkim2012-02-182-1/+786
| | | | | | | | | | | | | CVE-2011-3563: Fix issues in java sound CVE-2011-3571: Fix in AtomicReferenceArray CVE-2011-5035: Add property to limit number of request headers to the HTTP Server CVE-2012-0501: Better input parameter checking in zip file processing CVE-2012-0502: Issues with some KeyboardFocusManager method CVE-2012-0503: Issues with TimeZone class CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass CVE-2012-0506: Issues with some method in corba Obtained from: IcedTea Project
* - Mark as IGNORE. No development version is available right now.gahr2012-02-171-1/+1
|
* - Update to 7.1gahr2012-02-173-594/+488
| | | | Release notes: http://netbeans.org/community/news/show/1549.html
* . Make EXTRACT_DEPENDS check UNZIP_CMD rather than just unzip, since thisglewis2012-02-124-4/+4
| | | | | | | | is what we use doing the actual unzipping. Fixes the build for FreeBSD 9. PR: 164847 Submitted by: Kukushkin Konstantin <dark@rambler-co.ru>
* . Add a port of Oracle Linux JDK 7.glewis2012-02-057-0/+1610
|
* Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256crees2012-01-291-2/+2
| | | | | | and SIZE from eclipse-devel Submitted by: Matthew Seaman (m.seaman@infracaninophile.co.uk)
* . Fix a crash when opening the internal web browser.glewis2012-01-292-1/+24
| | | | | PR: 164554 Submitted by: Jimmy Kelley <jimmy.kelley@charter.net>
* - Mark BROKEN: RESTRICTED, and URL for manual download is deadpav2012-01-221-0/+2
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* Update to 1.3.8arved2012-01-192-3/+3
| | | | | PR: 163382 Submitted by: pgollucci
* - Update stale download urljgh2012-01-171-1/+1
| | | | | Submitted by: Tim X <tmvfroid at gmail.com> Approved by: crees,rene (mentors,implicit)
* - Fix plist after previous commitpav2012-01-161-0/+1
| | | | | Reported by: pointyhat Pointy hat to: gahr
* . Update to Update 30.glewis2012-01-163-7/+9
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-142-2/+2
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Add variable JDK_UPDATE_VERSION for java to 30 (current Oracle release of ↵jgh2012-01-141-2/+4
| | | | | | | | | | | JDK 6) This is largely done for java detection for browser compatibility Please update UPDATE_VERSION for new releases PR: ports/163916 Submitted by: Denny Lin <dennylin93 at hs.ntnu.edu.tw> Approved by: glewis, (rene, crees) (mentors,implicit)
* - Replace hsearch_r from GNU libc with Berkeley DB from our libc.jkim2012-01-132-302/+169
| | | | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f19d23da7c3e http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/cf5c383e1d33 http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f1a18ada5853 - Fix POLICY option. It was silently enabled by default with b19 update.
* Update to 1.6 release.ale2012-01-103-3/+14
|
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-095-5/+5
| | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
* Repeated words are are hard to to find sometimes.eadler2012-01-081-1/+1
| | | | Approved by: portmgr (itetcu)
* - Better determination of run time memory constraintsgahr2012-01-052-1/+23
| | | | | PR: ports/163793 Submitted by: Tino Engel <tino.engel@porno-muenchen.de>
* - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.jgh2012-01-031-15/+11
| | | | | | | | | | - pet portlint - consolidate cleanup of .orig and .bak files PR: ports/163254 Submitted by: jgh (me) Reviewed by: rene Approved by: maintainer (timeout), crees (mentor)
* . Fix the reinstall target by using cp rather than mv for updating theglewis2012-01-032-2/+2
| | | | zoneinfo files (otherwise they are no longer present during reinstall).
* . Fix the reinstall target by using cp rather than mv for updating theglewis2012-01-032-2/+2
| | | | | | | zoneinfo files (otherwise they are no longer present during reinstall). PR: 163790 Submitted by: "A.J. Kehoe IV (Nanoman)" <cT2CTdJ6@nanoman.ca>
* - Correct the usage of @dirrmtrypav2012-01-032-1/+2
| | | | Reported by: pointyhat
* Installs built jars that were previously not installed.jgh2011-12-301-1/+2
| | | | | | | | | | * javazic.jar to generate Java timezone information files * compilefontconfig.jar to generate Java font configuration files PR: ports/161946 Submitted by: Jilles Tjoelker <jilles at stack.nl> Reviewed by: glewis Approved by: glewis, crees (mentor)
* Installs built jars that were previously not installed.jgh2011-12-301-0/+2
| | | | | | | | | | * javazic.jar to generate Java timezone information files * compilefontconfig.jar to generate Java font configuration files PR: ports/161945 Submitted by: Jilles Tjoelker <jilles at stack.nl> Reviewed by: glewis Approved by: glewis, crees (mentor)
* - Update to 3.1.2miwi2011-12-294-35/+7
| | | | | PR: 163658 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* . Move the call to unregistervm pack to the top of the packing list.glewis2011-12-291-1/+1
| | | | | | | Otherwise we've removed the files before we unregister and unregistering doesn't correctly remove the symlinks it created during registration. Pointed out by: pointyhat (courtesy of pav@)
* . Update to tzupdater 1.3.45glewis2011-12-254-10/+10
|
* . Update to JDK6 Update 30.glewis2011-12-253-16/+32
| | | | | PR: 163486 Submitted by: scheidell@
* . Update to tzupdater 1.3.45.glewis2011-12-254-10/+10
|
* . Update to tzupdater 1.3.45.glewis2011-12-254-10/+10
| | | | Submitted by: Andrew Stadtler <astadtler@gmail.com>
* Update to 1.6 release.ale2011-12-232-3/+3
|
* Update to 4.7 release and add a workaround for GUI hanging (java bug #7027598).ale2011-12-233-6/+6
|
* Update to 1.5.7 release.ale2011-12-232-3/+3
|
* - Point at the homepage consistently as defined by rubygems.orgpgollucci2011-12-201-1/+1
|
* - Update to 2.2.4nivit2011-12-133-23/+53
| | | | Feature safe: yes
* . Fix bogus symlinks being installed as plugins rather than the actualglewis2011-12-082-1/+10
| | | | | | | | JARs by passing -L to rsync rather than -l. . Bump PORTREVISION since this can cause plugin installation to fail. Submitted by: Wayne Sierke <ws@au.dyndns.ws> Feature safe: yes
* - Update to b24. [1]jkim2011-12-013-17/+16
| | | | | | | | | | - Add x11/libXext to build dependencies. [2] - Make portlint happy. [3] PR: ports/162646 [1] ports/156319 [2] ports/161985 [3] Feature safe: yes
* Update to Update 29.jkim2011-12-016-12/+19
| | | | Feature safe: yes
* . Update the build and install targets used to the current recommendations.glewis2011-11-272-1/+42
| | | | | | | | Fixes installation of plugins by a user. Submitted by: tg@ Confirmed by: Ronald Klop <ronald-freebsd8@klop.yi.org> Feature safe: yes
* - Update to 5.5miwi2011-11-222-3/+3
| | | | | | PR: 162730 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* Update to 1.1.4.jkim2011-11-092-3/+3
|
* Make compilation from source an option-- maven downloads extra files, thuscrees2011-11-072-7/+37
| | | | | | | | breaking on package building. PR: ports/162323 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Pointyhat to: crees
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0210-651/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
* USE_ZIP is needed on 7.4 or extract fails on 0-byte filescrees2011-11-021-0/+1
| | | | | PR: ports/162199 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-0112-1091/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/p5-MusicBrainz-Client Disappeared from CPAN editors/doxymacs Depends on www/w3-4, which is DEPRECATED graphics/libart Does not fetch, no more public distfiles java/jboss4 Does not build with new ant korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx korean/johabfonts No more public distfiles, installs into / korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED korean/texinfo Depends on korean/hlatex, which is DEPRECATED korean/hlatex No more public distfiles mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED misc/p5-Geography-NationalGrid Disappeared from CPAN multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED multimedia/mplex Upstream disapeared and distfile is not available net/py-timeoutsocket Upstream disapear and distfile is no more available textproc/p5-XML-LibRSVG Unmaintained and not used anymore textproc/javacc No more public distfiles www/w3-4/Makefile Upstream disapeared and distfile is not available www/commonist Depends on textproc/javacc, which is DEPRECATED www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED x11/fbsd-icons Upstream disapear and distfile is no more available x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED x11-toolkits/qtpixmap No more public distfiles x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
* - Update to 7.1 betagahr2011-10-273-7136/+7195
| | | | Release notes: http://netbeans.org/community/releases/71/relnotes.html
* - Update to 7.0.1gahr2011-10-273-18/+31
| | | | Release notes: http://netbeans.org/community/releases/70/relnotes.html
* - Update to 1.0.4wen2011-10-263-12/+26
| | | | | | | - Upstream switched from ant to maven PR: ports/161696 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* Remove more tags from pkg-descr files fo the form:dougb2011-10-2412-36/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* . Update to tzupdater 1.3.42.glewis2011-10-244-10/+10
|
* . Update to tzupdater 1.3.42.glewis2011-10-246-12/+16
|
* . Update to tzupdater 1.3.42.glewis2011-10-246-10/+14
| | | | | PR: 161874 Submitted by: Alexey Markov <redrat@mail.ru>
* Remove expired port:rene2011-10-235-74/+0
| | | | 2011-10-11 java/java-tutorial: disappeared from vendor a long time ago
* - Chase editors/emacs updateashish2011-10-171-1/+1
|
* - Update maintainer email addressswills2011-10-171-1/+1
| | | | | PR: ports/161279 Submitted by: "Mikhail T." <michael@fun-box.ru> (maintainer)
* (1) Activate mod_dav_svn in "post-install" target, as it is not activatedlev2011-10-171-1/+1
| | | | | | by subversion itself. (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
* Update subversion to 1.7.0.lev2011-10-161-1/+4
| | | | | | | | | | | Make FreeBSD patches to be port's options and remove separated port. Rename patches to more sane names. Add devel/subversion16 port, for people, who need old version. Mark ports, which could not be built with subversion 1.7.x, as conflicting with new subversion.
* For ports that have an EXPIRATION_DATE which has already passed, butdougb2011-10-091-3/+3
| | | | | that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
* The Netty is an effort to provide an asynchronouspawel2011-10-024-0/+54
| | | | | | | | | | | | event-driven network application framework and tools for rapid development of maintainable high performance & high scalability protocol servers & clients. WWW: http://www.jboss.org/netty PR: ports/154285 Submitted by: Mikhail T. <michael@fun-box.ru> Approved by: miwi, wen (mentors implicit)
* Update to 1.1.3.jkim2011-09-292-3/+3
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-246-8/+10
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Back to the futurebapt2011-09-231-1/+1
|
* Update email address for ports maintained by aldis@bsdroot.lv --> ↵crees2011-09-171-1/+1
| | | | graudeejs@gmail.com
* Add rjb, Ruby Java Bridge via JNIarved2011-09-124-0/+30
|
* - set for deletion in a month, it's been a long time sine it disappeared fromitetcu2011-09-101-1/+3
| | | | | upstream - reset maintainership to ports@
* Chase editors/emacs updateashish2011-09-081-1/+1
|
* . Use dirrmtry on the lib/applet directory since the amd64 tarballs don'tglewis2011-09-052-2/+2
| | | | | | | include it (i386 does). PR: 155107 Submitted by: ohauer@
* Make portlint happy.jkim2011-09-011-5/+10
|
* Update to 1.1.2.jkim2011-09-012-3/+3
|
* . Update to the docs for 6 Update 25.glewis2011-08-292-5/+5
| | | | | PR: 159799 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com>
* Chase editors/emacs update.ashish2011-08-281-1/+1
| | | | PR: ports/160196
* Fix portscout check.ale2011-08-231-1/+1
|
* . Update to tzupdater 1.3.40.glewis2011-08-222-5/+5
|
* . Update to tzupdater 1.3.40.glewis2011-08-222-5/+5
|
* . Update to tzupdater 1.3.40.glewis2011-08-228-20/+20
| | | | | PR: 159950 Submitted by: Garrett Cooper <gcooper@ixsystems.com>
* . Remove jdk14-doc since jdk14 was removed 2011/06/28.glewis2011-08-154-56/+0
|
* Was too fast, add WANT_GNOME for these ports have optional USE_GNOME components.kwm2011-08-121-0/+1
| | | | Submitted by: portsnap index build bot
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Add an additional patch to support i386 CPUs without CMOV instructionjkim2011-08-103-5/+185
| | | | | | | | under ICEDTEA option. [1] - Chase default Korean font directory change. PR: ports/158304 [1] Obtained from: IcedTea Project [1]
* Java 1.3 has been deorbited.linimon2011-08-083-55/+0
|
* - fix typo that caused failure to installgahr2011-08-031-2/+2
| | | | | | | - bump portrevision PR: 159407 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0
| | | | disappeared.
* Mark BROKEN: Does not fetchbapt2011-08-031-0/+2
|
* - make maven binary executablegahr2011-08-021-0/+4
|
* Update master_sitebapt2011-08-021-1/+1
|
* Deprecate unmaintained ports marked as BROKEN for more then 6 monthbapt2011-08-021-0/+3
|
* - Unbreakpav2011-07-282-9/+8
| | | | Submitted by: tg
* - Mark BROKEN: does not packagepav2011-07-271-0/+2
| | | | | | tar: share/applications/eclipse-devel.desktop: Cannot stat: No such file or directory Reported by: pointyhat
* - Mark BROKEN: unfetchablepav2011-07-251-0/+2
| | | | Reported by: pointyhat
* Remove Java 1.4 ports, they were already disconnected from bsd.java.mkrene2011-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
* Remove broken, Java 1.4-only ports:rene2011-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
* Remove expired ports:rene2011-07-2144-4330/+0
| | | | | 2011-07-12 java/jdk13: ancient version of Java 2011-07-12 java/linux-sun-jdk13: ancient version of Java
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,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
* Disconnect the following deprecated ports that only work with java1.4:linimon2011-07-211-1/+0
| | | | | | | | | | devel/colorer java/jboss3 security/jce_policy14 textproc/galax PR: ports/158969 Submitted by: rene
* . Chase re-rolled JAR file.glewis2011-07-171-2/+2
| | | | | PR: 158859 Submitted by: tg@
* . Fix the packing list by not installing efj.sh for now.glewis2011-07-151-9/+10
| | | | Submitted by: tg@
* . Install the actual files rather than symlinks.glewis2011-07-142-1/+10
| | | | Submitted by: tg@
* Remove expired ports:rene2011-07-1411-181/+0
| | | | | 2011-07-12 java/shujit: ancient version of Java 2011-07-09 net-im/skype12: very old version
* Specify JAVA_VERSION correctly to fix another build breakage.jkim2011-07-141-1/+3
| | | | | Reported by: David Wolfskill (david at catwhisker dot org) Pointy hat to: jkim
* Replace "readlink -f" with realpath(1). This should fix "make test" onjkim2011-07-131-3/+5
| | | | | | 7.4 and 8.2 when both "RHINO" and "TEST" options are enabled. Suggested by: Warren Block (wblock at wonkity dot com)
* Fix various build and installation issues.jkim2011-07-133-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]
* Add LICENSE.jkim2011-07-121-0/+1
|
* Fix build with Rhino support.jkim2011-07-121-1/+2
|
* - Update to build 23.jkim2011-07-127-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]
* The IcedTea-Web project provides a Free Software web browser plugin runningjkim2011-07-125-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
* . Add entries for the test distfiles.glewis2011-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
* . Unbreak and update to 3.7.0.glewis2011-07-116-422/+1224
| | | | Submitted by: tg@
* . Try harder to make sure the flags returned from getFlags isn't negative,glewis2011-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>
* Mark BROKEN: does not buildrene2011-07-031-0/+1
| | | | Submitted by: pav via pointyhat
* Upgrade to version 0.5 and fix WWW tag.olgeni2011-07-023-7/+8
|
* . Update to tzupdater 1.3.39.glewis2011-06-292-5/+5
| | | | | PR: 158280 Submitted by: milki <milki@rescomp.berkeley.edu>
* . Update to Build 147.glewis2011-06-293-641/+641
|
* These ports depend on deprecated Java 1.4, set them to expire in one month.rene2011-06-291-0/+3
|
* Mark deprecated and set expiration date to 2011-07-28rene2011-06-292-0/+6
| | | | Inspired by: glewis (who proposed to axe them right now)
* Remove expired port:rene2011-06-2923-2168/+0
| | | | 2011-04-17 java/jdk14: does not build on FreeBSD 7.x or newer
* Ignore 1.46 (not backward compatible) version.ale2011-06-281-0/+2
|
* . Update to tzupdater 1.3.39.glewis2011-06-282-5/+5
| | | | | PR: 158280 Submitted by: milki <milki@rescomp.berkeley.edu>
* . Update to tzupdater 1.3.39.glewis2011-06-288-20/+20
| | | | | PR: 158280 Submitted by: milki <milki@rescomp.berkeley.edu>
* - Update to 2.6hq2011-06-282-3/+5
| | | | | | | - Add LICENSE PR: 158361 Submitted by: Pedro Giffuni <giffunip@tutopia.com>
* - Use USERS and GROUPScrees2011-06-283-56/+3
| | | | | | PR: ports/157585 Submitted by: Chris Rees (utisoft@gmail.com) Approved by: tabthorpe (co-mentor)
* . Update to Build 146.glewis2011-06-273-669/+680
|
* Return to pool.linimon2011-06-241-1/+1
| | | | | Submitted by: maintainer PR: ports/158204 (in followup)
* Mark broken some ports with unfetchable distfilesbapt2011-06-171-0/+2
|
* Fix master_sitebapt2011-06-171-2/+1
|
* - Update maintainer addresscrees2011-06-173-3/+3
| | | | Approved by: rene (mentor)
* - Update IcedTea-Web to 1.0.3.jkim2011-06-152-5/+5
| | | | - Use fake JDK update version as IcedTea-Web does.
* . Mark all 1.3 associated Java ports for removal in a month. These areglewis2011-06-133-0/+9
| | | | | ancient and no doubt full of vulnerabilities. There are no dependencies on them.
* . Note this port should be ignored in favour of java/eclipse for now.glewis2011-06-061-0/+1
|
* . Update ant bootstrap to 1.8.2.glewis2011-06-052-3/+3
|
* Remove expired ports:rene2011-06-026-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
* - Mark BROKEN: unfetchablepav2011-05-311-0/+2
| | | | Reported by: pointyhat
* . Add missing dependency on audio/alsa-lib.glewis2011-05-311-1/+2
| | | | | | Reported by: Christer Solskogen <christer.solskogen@gmail.com> Dominic Fandrey <kamikaze@bsdforen.de> Pointy hat to: glewis
* . Update to Build 144.glewis2011-05-304-6922/+7382
|
* - Mark as IGNORE. No development version is available right now.gahr2011-05-251-1/+1
|
* - Update to 7.0gahr2011-05-254-5598/+1538
| | | | Release information: http://netbeans.org/community/releases/70/
* Add 'openjdk' to the list of suitable JDK port vendors.sahil2011-05-221-1/+1
| | | | | | PR: ports/156437 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* Update to 1.8.2 release.ale2011-05-192-3/+3
|
* Update to 3.2.3 release and take maintainership.ale2011-05-193-6/+9
| | | | Approved by: maintainer
* Update to 3.6.2 release.ale2011-05-192-4/+4
| | | | Approved by: maintainer
* Remove painful examples of foo="", with particular prejudice againstdougb2011-05-152-2/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* . Update to 3.6.2.glewis2011-05-134-34/+55
| | | | Submitted by: tg@
* . Use $SUB_FILES & SUB_LIST to dynamically adjust pkg-message instead ofglewis2011-05-113-6/+7
| | | | | | | | invoking sed manually. . IGNORE & RESTRICTED messages should not be quoted PR: 142704 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* . Fix the build after the openmotif port upgrade:glewis2011-05-092-3/+19
| | | | | | | | | | . Add xft to USE_XORG [1] . Teach the appropriate Makefile where to look for the FreeType headers. . Bumping PORTREVISION for paranoia's sake since I have some concerns about runtime linkage issues with regards to this. Normally that wouldn't be necessary but I think we're better being safe here. Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
* Bump PORTREVISION after open-mofit updatemakc2011-05-0210-10/+10
|
* remove unmaintained expired ports from javabapt2011-05-0214-311/+0
| | | | | | | 2011-05-01 java/avalon-logkit: Upstream disapear and distfile is no more available 2011-05-01 java/gnu-regexp: Upstream disapear and distfile is no more available 2011-05-01 java/jce-aba: Upstream disapear and distfile is no more available 2011-05-01 java/jsdk: Upstream disapear and distfile is no more available
* No longer interesteddes2011-04-301-1/+1
|
* . Update to tzupdater 1.3.38. [1]glewis2011-04-252-8/+8
| | | | | | | | . Fix download links. [2] PR: 156602 [1] Submitted by: Thomas Johnson <tom@claimlynx.com> [1] Suggested by: linimon@ [2]
* . Update to tzupdater 1.3.38. [1]glewis2011-04-256-14/+18
| | | | | | | | . Fix download links. [2] PR: 156602 [1] Submitted by: Thomas Johnson <tom@claimlynx.com> [1] Suggested by: linimon@ [2]
* . Update to tzupdater 1.3.38. [1]glewis2011-04-252-9/+10
| | | | | | | | . Fix download links. [2] PR: 156602 [1] Submitted by: Thomas Johnson <tom@claimlynx.com> [1] Suggest by: linimon@ [2]
* . Update to tzupdater 1.3.38. [1]glewis2011-04-256-16/+20
| | | | | | | | . Fix download links. [2] PR: 156602 [1] Submitted by: Thomas Johnson <tom@claimlynx.com> [1] Suggest by: linimon@ [2]
* - Update to 1.3.2nivit2011-04-232-23/+22
| | | | | | | - Add PORTDOCS PR: ports/156095 Submitted by: Chris Rees <utisoft at gmail.com> (maintainer)
* - Fix PLIST by making sure that all patched files backups are removed beforegahr2011-04-141-2/+2
| | | | | | COPYTREE_SHARE'ing into target directory Reported by: PH (via pav)
* - Update to 2.0.0.2011040403nivit2011-04-133-5/+22
|
* Update to 1.5.6 release.ale2011-04-122-4/+5
|
* - Update to 7.0 RC1gahr2011-04-053-64/+63
| | | | Release notes: http://netbeans.org/community/releases/70/relnotes.html
* Re-add accidentally removed jtreg to distinfo.jkim2011-04-051-0/+2
|
* Update IcedTea-Web to 1.0.2.jkim2011-04-052-6/+4
|
* - Add patch to determine heap sizegahr2011-04-011-0/+13
| | | | Reported by: Seva Fwd <seva_fwd@yahoo.com>
* 2011-03-31 java/netbeans3: old, unmaintainedbapt2011-03-3119-286/+0
| | | | | 2011-03-31 java/netbeans4: old, unmaintained 2011-03-31 java/netbeans5: old, unmaintained
* Update to 1.5 release.ale2011-03-302-7/+8
|
* Force libxul include directory and allow building IcedTea-Web plugin withjkim2011-03-291-2/+6
| | | | | | an ancient xulrunner (i.e., 1.9.2.9 and earlier). This commit should fix: PR: ports/155381
* - Try to unbroke java/jboss5 with native jdksfluffy2011-03-211-2/+12
| | | | | | | | | - Use bundled Ant instead of system to resolve build breakage PR: 153697 Reported by: Makoto Kishimoto <ksmakoto AT dd DOT iij4u DOT or DOT jp> Patch by: Jimmy Kelley <ljboiler AT gmail DOT com> Approved by: maintainer timeout (>2 months)
* - Get Rid MD5 supportmiwi2011-03-20124-184/+0
|
* Rework the previous fix to sync. with upstream:jkim2011-03-181-7/+15
| | | | | | | | | | | | | | | | | | http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/441f88d39988/src/solaris/native/java/net/net_util_md.c Note it has no functional change for FreeBSD because sizeof(socklen_t) is luckily sizeof(int). Actually, this commit is just to note that the regression was acidentally pulled in from upstream because of my ignorance. Specifically, the following commit was the culprit: http://hg.openjdk.java.net/jdk7/jdk7/jdk/diff/b7fce4bac617/src/solaris/native/java/net/net_util_md.c FYI, it also triggered the following upstream PR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6730740 Obtained from: OpenJDK project Pointyhat: jkim
* - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-4/+3
| | | | 7.X and up, for removal in one month
* Fix a severe regression introduced with the "disable IPV6_V6ONLY option".ale2011-03-172-2/+2
| | | | On amd64 every call to getsocktopt returns a "Bad address" SocketException.
* Remove DEPRECATED, take maintainership and cleanup the port.ale2011-03-163-23/+14
| | | | JAD development is actual dead, but it's still heavily used.
* Deprecate unmaintained ports from java where upstream disapear and/orbapt2011-03-156-0/+18
| | | | where no distfiles can be found and are not used by maintained ports
* update MASTER_SITESbapt2011-03-152-2/+1
| | | | while here remove MD5
* - Update to 7.0 Beta 2gahr2011-03-143-9390/+7144
| | | | - Un-IGNORE
* - Update to 2.4wen2011-03-142-5/+3
|
* Add an option to apply extra patches originated from IcedTea project (turnedjkim2011-03-082-18/+666
| | | | | | | | off by default) and sort options. Add a basic wrapper to resurrect com.sun.image.codec.jpeg using javax.imageio under the new option. Obtained from: icedtea.classpath.org PR: java/155288
* . Update to tzupdater 1.3.35glewis2011-03-0616-30/+34
| | | | | PR: 155270 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* . Conditionalise the setting of IS_INTERACTIVE on PACKAGE_BUILDING so thatglewis2011-03-061-0/+2
| | | | | | | the port tinderboxen can build the port again. PR: 155285 Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
* Backport a long standing bug fix from OpenJDK7, i.e., disable IPV6_V6ONLYjkim2011-03-042-35/+219
| | | | | | | | | | | option when IPv6 is enabled and failed to create a socket. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6342561 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6882910 For in-depth analysis of this problem from FreeBSD perspective, please see: http://diario.beerensalat.info/2008/10/12/java_and_ipv6_on_bsd.html
* Fix a test case for default charset.jkim2011-03-021-0/+35
|
* Update to build 22.jkim2011-03-024-1683/+17
|
* - Update to 1.6.4.2011010200nivit2011-02-273-7/+31
|
* Update apache-ant to 1.8.2 bugfix release.ale2011-02-252-3/+3
| | | | | | PR: ports/154187 Submitted by: ale Approved by: portmgr (pav)
* Fix up maintainer address.linimon2011-02-251-1/+1
|