summaryrefslogtreecommitdiffstats
path: root/java/jmp
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 0.51glewis2006-06-232-6/+4
| | | | | PR: 99194 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Update to 0.51-pre1stefan2006-06-073-11/+6
| | | | | | PR: 98011 Submitted by: maintainer Approved by: arved (mentor)
* Upgrade from 0.50.1 to 0.50.2mi2006-05-222-4/+4
|
* - Update to 0.50.1stefan2006-05-104-33/+29
| | | | | | | | | - Evaluate OPTIONS _after_ inclusion of bsd.port.pre.mk. - Mark BROKEN on FreeBSD < 5.x PR: 96989 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Approved by: arved (mentor)
* Conversion to a single libtool environment.ade2006-02-231-2/+2
| | | | Approved by: portmgr (kris)
* Fix build on 4.x.lawrance2006-02-131-0/+9
| | | | | PR: ports/93254 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* - Update to 0.49barner2006-02-026-35/+11
| | | | | | | | | | | | - From ChangeLog: * A deadlock fixed. * Better system thread handling. * Tables are now sortable in both ascending and descending order * Preferences are saved and restored. * Better handling of MS Windows builds. Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: ports/92507
* - Fix plist by correctly installing and registering the port's man page [1]barner2005-11-233-4/+10
| | | | | | | | - Add SHA256 Reported by: pointyhat via kris [1] PR: ports/89402 [1] Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.48vs2005-11-142-6/+4
| | | | | | | - USE_BISON PR: ports/88550 Submitted by: maintainer
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Remove empty patch filehq2005-06-121-0/+0
| | | | | PR: 82160 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
* . Update to 0.47.glewis2005-05-253-18/+3
| | | | | PR: 81451 Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer)
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Fix build on 4.x (gcc295)vs2005-02-031-0/+14
| | | | | PR: ports/77036 Submitted by: Ronald Klop (maintainer)
* Update java/jmp from 0.45 to 0.46. (mini-patch)edwin2005-01-132-3/+3
| | | | | | | Little patch to update the port to the latest version. PR: ports/76197 Submitted by: Ronald Klop <ronald-freebsd8@klop.yi.org>
* Update to 0.45vs2004-12-022-4/+3
| | | | | PR: ports/74602 Submitted by: maintainer
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-071-0/+1
| | | | big upgrade.
* . Update to 0.44.glewis2004-10-265-30/+19
| | | | | PR: 72959 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* - Update to 0.43vs2004-08-278-50/+44
| | | | | | | - Fix packaging PR: ports/70597 Submitted by: Ronald Klop (maintainer)
* . Add an OPTION to compile with high optimisation.glewis2004-06-251-0/+5
| | | | | PR: 66965 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Use bsd.java.mk 2.0 settings (ensures this port gets a native JDK, whichglewis2004-06-251-2/+5
| | | | | | | | it needs). . Use libtool 1.5 rather than 1.3 PR: 66965 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to 0.42. [1]glewis2004-06-253-13/+12
| | | | | | | . Don't use jikes with this port (it breaks the build). PR: 68174 [1] Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
|
* Changes for 0.41 include:linimon2004-04-012-3/+3
| | | | | | | | | | | | * Added an object allocation level, meaning that after a reset only objects allocated at that level are shown in allocation and string lists. * Show owners is now possible to do on a given string and a given object instance. * Heap dump no longer loses allocation point if object tracing is on when the heap dump is done. PR: ports/64633 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* . Update to 0.40.glewis2004-03-082-4/+3
| | | | | PR: 63899 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Add OPTIONS.glewis2004-02-141-1/+4
| | | | | PR: 62712 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Update to version 0.39 (2004-02-03):linimon2004-02-102-3/+3
| | | | | | | | | | | | Added menu separators in some menus. Added a string dumper that makes it easy to inspect all strings in memory, it also has the ability to dump all strings to a file. Fixed a bug in down link handling that caused instance numbers to increase for arrays (thanks to matze who tried to use the string inspector and did send back traces from crashes). PR: ports/62365 Submitted by: maintainer
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-1/+2
| | | | | Submitted by: trevor Tested by: bento
* Add SIZEerwin2004-01-291-0/+1
| | | | | PR: 62076 Submitted by: maintainer
* Now gettext 0.12.1 is gettext-old.trevor2004-01-231-1/+1
|
* . Update to 0.38.glewis2004-01-112-2/+2
| | | | | PR: 61208 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to jmp 0.37.glewis2003-12-152-2/+2
| | | | | PR: 60100 Submitted by: ronald@cs.vu.nl (maintainer)
* . Update to 0.35.glewis2003-10-052-2/+2
| | | | | PR: 57581 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Fix compilation with WITHOUT_X11.osa2003-09-191-1/+1
| | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
* . Update from 0.33 to 0.34 [1]glewis2003-09-052-4/+5
| | | | | | | | | . Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
* update java/jmp: 0.32 -> 0.33daichi2003-08-202-2/+2
| | | | | PR: 55585 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to 0.32.glewis2003-07-113-15/+2
| | | | | PR: 54337, 54364 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Fix build for -CURRENT (malloc.h issue).olgeni2003-06-291-0/+13
| | | | | PR: 53778 Submitted by: maintainer
* Update to version 0.31.olgeni2003-06-292-2/+2
| | | | | PR: 53703 Submitted by: maintainer
* . Update to 0.30glewis2003-06-174-59/+2
| | | | | PR: 52628 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Add the java/jmp port.glewis2003-05-159-0/+167
JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ interface to show the status. PR: 47151, 48474, 50325 Submitted by: Ronald Klop <ronald@cs.vu.nl>
OpenPOWER on IntegriCloud