/sysutils/ttyload/

b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.11 release.ale2013-08-132-10/+6
|
* Datatools is not optional anymore.ale2013-08-131-11/+2
|
* - Convert to new perl frameworkaz2013-08-031-7/+2
| | | | - Trim Makefile header
* Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-271-0/+3
|
* Bump revision for openjdk6-jre to catch up with the master port change.jkim2013-07-262-2/+2
|
* Move the fix for S6636110 to more appropriate directory. This patch is notjkim2013-07-262-1/+0
| | | | an IcedTea6 patch nor a security fix.
* Fix excessive memory consumption on head amd64, this prevent the package ↵bapt2013-07-253-1/+78
| | | | | | | | | building cluster from dying when building java ports. This bug is referenced upstream here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110 Submitted by: dim With hat: portmgr
* - Add couple of upstreamed IcedTea6 patches for consistency.jkim2013-07-238-32/+124
| | | | - Disable test_gamma by default.
* Add upstream patches to make it work again with the latest security patchesjkim2013-07-174-2/+56
| | | | | | for OpenJDK ports. Obtained from: IcedTea Project
* Fix openjdk6-jre build.jkim2013-07-172-2/+2
|
* Add multiple security patches and improvements from IcedTea6 1.12.6.jkim2013-07-1781-85/+91164
| | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-July/023941.html Obtained from: IcedTea Project PR: ports/180541
* . Update to 2013d.glewis2013-07-142-3/+3
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-2/+2
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* Update to 1.6.1.jkim2013-07-096-65/+54
|
* . Don't force a manual download when it's unnecessary. Add the downloadglewis2013-07-081-5/+1
| | | | location to MASTER_SITES instead and remove the manual download prompt.
* - Update to 2.7.5nivit2013-06-303-11/+7
| | | | | - Trim Makefile header - Fix format of WWW field in pkg-descr
* . Update to 7u25.glewis2013-06-242-86832/+1923
| | | | . Unbreak the port by committing the other half of the patch-set split.
* . Split out the JDK patches into their own file. This will actually breakglewis2013-06-241-0/+132659
| | | | | the port since I can't commit the split all at once due to subversion size limits. Yay.
* Disable Jikes support.lev2013-06-221-1/+1
| | | | Submitted by: Andriy Gapon <avg@FreeBSD.org>
* . Update to 7u25.glewis2013-06-213-3/+5
|
* . Update to 7u25.glewis2013-06-213-5/+7
|
* - Fix fetchswills2013-06-201-1/+1
| | | | | PR: ports/179660 Reported by: John Marino <draco@marino.st>
* - allow java/subversion-jave to stay on subversion17ohauer2013-06-201-0/+2
| | | | - update UPDATING with a hint how to keep subversion17
* - Fix build with JDK 1.7. [1]stefan2013-06-173-4/+69
| | | | | | | | | | - Propagate Make environment to Ant to use the correct JDK and not just the one that Ant was built with. PR: 173505 [1] Submitted by: James Raynard <james.raynard@pobox.com> [1] Patch by: Piotr Smyrak <piotr.smyrak@gmail.com> [1] Obtained from: https://launchpad.net/ubuntu/+source/java3d/1.5.2+dfsg-8 [1]
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forflo2013-06-151-1/+1
| | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
* Update to 1.4.jkim2013-06-126-94/+97
|
* - update to 3.8.2jgh2013-06-112-4/+4
|
* Bump after r319872, www/libxul update.flo2013-06-041-0/+1
| | | | (I bumped this port in the wrong checkout)
* Use bootstrap Java instead of newly built binary to execute RMIC.jkim2013-05-151-0/+20
|
* - Update to 3.0.9lme2013-05-103-8/+6
| | | | - Trim Makefile header
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofbdrewery2013-05-101-1/+1
| | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr
* Style change after r317320. We do not need a temporary variable any more.jkim2013-05-091-3/+2
|
* . Update to 7u21.glewis2013-05-063-25238/+44430
|
* java/jboss72: distfile rerolled and enhance rc scriptcrees2013-05-053-9/+26
| | | | | | | | | | | | | Distfile was rerolled, maintainer has checked that there are no spurious changes RC script now can be tuned to hard way kill stuck JBoss or any child processes preventing restart; RC script can be configured to make a delay after killing (for example for restart). Add LICENSE info. PR: ports/178142 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-042-12/+1
| | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
* Please bmake(1) as well as make(1)bapt2013-05-022-2/+2
|
* Update to 1.8 release.ale2013-04-292-5/+7
|
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-15/+9
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-274-6/+4
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Update to 1.3.2.jkim2013-04-273-28/+37
|
* Update to r316538 and drop support for 7.x.jkim2013-04-274-11/+10
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Chase java/openjdk6 update.jkim2013-04-261-1/+1
|
* Add multiple security patches from IcedTea6 1.12.5.jkim2013-04-2648-45/+45693
| | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html Obtained from: IcedTea Project
* Convert j* categories to USES=pkgconfigbapt2013-04-235-5/+5
|
* . Update to 2013c.glewis2013-04-232-3/+3
|
* . Update to 6u45.glewis2013-04-222-4/+4
| | | | Feature safe: yes
* . Update to 7u21.glewis2013-04-222-3/+3
| | | | Feature safe: yes
* . Update to 6u45.glewis2013-04-222-6/+6
| | | | Feature safe: yes
* . Update to 7u21.glewis2013-04-222-5/+5
| | | | Feature safe: yes
* - Remove USE_GZIP (it's default)ak2013-04-181-1/+0
| | | | | | | | - Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes
* . Fix build error for java/eclipse with current glibglewis2013-04-071-0/+15
| | | | | | PR: 177582 Submitted by: Jimmy Kelley <ljboiler@gmail.com> Approved by: portmgr (miwi)
* - Fix fetchmiwi2013-04-021-1/+1
| | | | | Reported by: pointyhat Approved by: portmgr
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* . Bump PORTREVISION for the last two commits.glewis2013-03-271-0/+1
|
* . Fix the location of theglewis2013-03-271-0/+20
| | | | | | | | | | FILES_c += initIDs.c line so it comes after FILE_c is explicitly set in the BSD specific block. This fixes missing symbols in libawt. Submitted by: Kurt Miller (kurt@intricatesoftware.com) Obtained from: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/ef510cd4aec5
* . Allow users to force the file system provider to be the BSD file systemglewis2013-03-272-0/+58
| | | | | | | | | | | | | provider. This is helpful when users also wish to force os.name to a different value (e.g. Linux) but not being forced to also use the Linux file system provider. This can be done by defining the property java.nio.file.spi.DefaultFileSystemProvider. This patch differs from the submitters in that the range of values are restricted to the current known defaults. PR: 173847 Submitted by: 4721 at hushmail.com
* Update to 4.9 release.ale2013-03-202-10/+8
|
* Fix porteadler2013-03-191-0/+1
| | | | Reported by: bapt
* "aaargh, quoted Makefile variables"eadler2013-03-194-11/+6
| | | | Approved by: portmgr (bapt)
* Update to OptionsNGeadler2013-03-181-2/+3
|
* . Update to 2013b.glewis2013-03-183-3/+5
|
* In categories starting with [h-m], remove empty lines from pkg-plist (anddanfe2013-03-173-6/+0
| | | | purge one empty file).
* - adopt optionsNGjgh2013-03-161-10/+8
| | | | | | | - trim historical header - trim COMMENT Approved by: portmgr (miwi)
* - adopt optionsNGjgh2013-03-161-15/+10
| | | | | | - cleanup of EXAMPLES and unconditionally assign PORTDOCS Approved by: portmgr (miwi)
* - adopt optionsNGjgh2013-03-161-7/+5
| | | | | | - trim historical header Approved by: portmgr (miwi)
* - Remove needless quoting of BROKEN/IGNOREbdrewery2013-03-162-7/+3
| | | | | | | - Trim headers PR: ports/168908 With hat: portmgr
* Introducing jboss72crees2013-03-1510-0/+1798
| | | | | PR: ports/176960 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
* Update to 1.4.7 release.ale2013-03-122-3/+3
|
* Revert last commits and restore previous working fix [1].ale2013-03-121-2/+9
| | | | | | | Switch to OptionsNG. PR: ports/176795 [1] Submitted by: Eric Krausser <eric@krausser-edv.de>
* . Update to 7u17.glewis2013-03-105-659/+51789
|
* Add multiple security patches from IcedTea6 1.12.4.jkim2013-03-063-1/+975
| | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-March/022145.html Obtained from: IcedTea Project
* Add multiple security patches from IcedTea6 1.12.3.jkim2013-03-0636-5/+22745
| | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021858.html http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021998.html Obtained from: IcedTea Project
* . Update to 6u43.glewis2013-03-052-3/+3
|
* . Update to 6u43.glewis2013-03-052-5/+5
|
* . Update to 7u17.glewis2013-03-052-3/+3
|
* . Update to 7u17.glewis2013-03-052-5/+5
|
* . Use gpatch for patching on older (7.x) versions of FreeBSD.glewis2013-03-031-0/+5
| | | | | PR: 175829 Submitted by: Nobuhiro Ban <ban.nobuhiro@gmail.com>
* . Use the webkit-gtk2 library to provide the SWT browser functions insteadglewis2013-03-032-3/+24
| | | | | | | | of libxul since the SWT plugin libraries in the eclipse-devel port will not compile using libxul version 10. PR: 174846 Submitted by: Jimmy Kelley <ljboiler@gmail.com>
* . Use the webkit-gtk2 library to provide the SWT browser functions insteadglewis2013-03-032-3/+47
| | | | | | | | of libxul since the SWT plugin libraries in the eclipse-devel port will not compile using libxul version 10. PR: 175826 Submitted by: Jimmy Kelley <ljboiler@gmail.com>
* . Update to 6u41.glewis2013-03-022-3/+3
|
* . Update to 6u41.glewis2013-03-022-9/+11
|
* . Update to 7u15.glewis2013-03-022-3/+3
|
* . Update to 7u15.glewis2013-03-022-8/+10
|
* - Set as IGNORE, as no development version exists at this timegahr2013-02-261-1/+1
|
* - Update to 7.3gahr2013-02-264-7216/+7831
| | | | Release notes: http://netbeans.org/community/releases/73/relnotes.html
* - Update MASTER_SITESmiwi2013-02-231-1/+1
|
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-211-1/+1
| | | | | Submitted by: avl via IM Approved by: avl via IM
* Add also LC_ALL, to be sure.ale2013-02-201-1/+1
| | | | Submitted by: jkim
* Simplify.ale2013-02-191-5/+1
| | | | Submitted by: jkim
* Fix LATEST_LINK.olgeni2013-02-181-0/+2
|
* Register conflict with springframework-3.2.olgeni2013-02-181-0/+2
|
* Upgrade to version 3.2.1.olgeni2013-02-182-45/+96
|
* Copy java/springframework to java/springframework31.olgeni2013-02-184-0/+153
|
* - Build with java/bootstrap-openjdk on X86 platforms by default.jkim2013-02-131-40/+18
| | | | | - Attempt to build with gcc on non-X86 platforms. Note the gcc must be built with Java support.
* Add a patch to fix MulticastSocket.setInterface().jkim2013-02-122-1/+48
| | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver
* Add a patch to fix MulticastSocket.setInterface().jkim2013-02-123-1/+38
| | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver
* Update demos to 7u13.jkim2013-02-122-8/+8
|
* Update to 1.4.6 release and pet portlint.ale2013-02-112-12/+14
|
* . Update to 6u39.glewis2013-02-032-3/+3
|
* . Update to 6u39.glewis2013-02-032-10/+26
| | | | | | . Cope with the version of the demos distfile not being the same as the version of the main JDK distfile. . Update to OptionsNG.
* . Update to 7u13.glewis2013-02-022-3/+3
|
* . Update to 7u13.glewis2013-02-022-3/+3
|
* Upgrade to version 3.1.4 and adopt this port.olgeni2013-01-302-4/+32
|
* . Fix a crash under heavy network load by reverting to using poll(2) ratherglewis2013-01-292-0/+86
| | | | | | | than select(2). PR: 175417 Based on the patch by: Phil Phillips <pphillips@experts-exchange.com>
* VisualVM is a visual tool integrating several commandline JDK tools andswills2013-01-266-0/+417
| | | | | | | | lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform. WWW: http://visualvm.java.net/
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1
|
* Update to 1.4.5arved2013-01-182-4/+4
|
* . Update to 7u11.glewis2013-01-185-8335/+17366
| | | | Security: CVE-2013-0422
* . Update to 6u38.glewis2013-01-162-3/+3
|
* . Update to 7u11.glewis2013-01-152-4/+4
| | | | Security: CVE-2013-0422
* . Update to 7u11.glewis2013-01-152-9/+9
| | | | Security: CVE-2013-0422
* . Update to 7u10.glewis2013-01-132-7/+7
|
* . Update to 6u38.glewis2013-01-132-5/+5
|
* Convert to new options frameworkbapt2013-01-081-13/+10
| | | | | | | | Trim headers Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG=build Change MAINTAINER address from freebsd-eclipse@ to eclipse@ Approved by: eclipse (glewis)
* 2013-01-04 ports-mgmt/portmanager: Does not support modern ports features ↵bapt2013-01-066-2078/+0
| | | | | | | | such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng. 2013-01-04 net-im/openfetion: Abandoned upstream 2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla 2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0 upstream
* . Add a port for the JDK7 documentation.glewis2012-12-314-0/+50
| | | | | "Java Development Kit 7 Documentation. Contains release information, API documentation, guides to new features and tool documentation."
* . Update to the 6u30 API docs.glewis2012-12-302-4/+4
| | | | | PR: 174724 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* . Add a runtime dependency on dejavu fonts. Several have reported problemsglewis2012-12-261-2/+3
| | | | | | | | with font related crashes without them. I haven't been able to reproduce, but this should be relatively harmless, so I'm committing it anyway. PR: 173760 Submitted by: girgen@
* Reassign to the pool and trim headers.wxs2012-12-201-6/+2
| | | | Submitted by: Aldis Berjoza <graudeejs@gmail.com>
* - Update to 1.10.3.0gahr2012-12-192-8/+8
| | | | Approved by: crees (maintainer, via IRC)
* - Adjust startup script in proper wayfluffy2012-12-151-1/+1
| | | | Submitted by: maintainer via im
* - update to 3.8.1jgh2012-12-152-8/+5
|
* - Add JBoss 7.1.3.Final application server to the zoofluffy2012-12-1410-0/+1635
| | | | | PR: 173713 Submitted by: Alexander Yerenkow <yerenkow AT gmail DOT com>
* Convert to new option frameworkbapt2012-12-131-4/+5
|
* . Cope with legacy versions "1.5" (expands to 1.6) and "1.5+" (expands toglewis2012-12-112-8/+5
| | | | | 1.6 1.7). . Remove freebsd and bsdjava as valid vendors.
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-11119-16801/+0
| | | | | | | | | | removal of the different 1.5 jre and jdk vendors Removing outdated jdk16 vendors: removing all the bsdjava and freebsd vendors, consider using openjdk6 or openjsk7 instead. Discussed with: java (glarkin)
* Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16bapt2012-12-113-9/+7
| | | | | | | | | | | | vendors: Remove any reference to bsdjava and freebsd Java Vendors, as the both are outdated, have security issues and expired. Mark icedtea6-stubs as broken as it doesn't build with any of the left supported vendors. Switch tuxguitar to be able to use openjdk16 [1] Approved by: gahr [1]
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-1077-439/+151
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.zi2012-12-072-2/+2
| | | | | Reported by: portscout Feature safe: yes
* - Update to 7.3 Beta 2gahr2012-12-044-28/+48
| | | | | | | | | Release notes: http://netbeans.org/community/releases/73/relnotes.html - Add LICENSE - Depend on Java 7 - Disable splash screen until png gets fixed in OpenJDK 7 Feature safe: yes
* 2012-11-26 emulators/gcube: No more public distfilesbapt2012-11-285-352/+0
| | | | | | | | | | | | | | | 2012-11-26 games/stepbill: No more public distfiles 2012-11-26 deskutils/ktagebuch: No more public distfiles 2012-11-26 games/jetpack: No more public distfiles 2012-11-26 games/tremor: No more public distfiles 2012-11-26 graphics/jpeg2pdf: No more public distfiles 2012-11-26 java/westhawksnmp: No more public distfiles 2012-11-26 japanese/tcl76: No more public distfiles 2012-11-26 math/stepulator: No more public distfiles 2012-11-26 editors/jedit-devel: Stable version is more recent than devel 2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12 Feature safe: yes
* 2012-11-27 java/jmp: Java 1.5 is EOLedbapt2012-11-289-169/+0
| | | | | | | | | | | | | | | | 2012-11-26 irc/tr-ircd: No more public distfiles 2012-11-26 lang/imp-interpreter: No more public distfiles 2012-11-26 games/xquarto: No more public distfiles 2012-11-26 games/six: No more public distfiles 2012-11-26 finance/gfp: No more public distfiles 2012-11-26 games/44bsd-hunt: No more public distfiles 2012-11-26 graphics/ale: No more public distfiles 2012-11-26 german/digibux: No more public distfiles 2012-11-26 java/eclipse-clay-core: No more public distfiles 2012-11-26 games/xbloody: No more public distfiles 2012-11-26 dns/sqldjbdns: No more public distfiles Feature safe: yes
* . Update to 2012j.glewis2012-11-14