| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
| |
PR: 63899
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Notes:
svn path=/head/; revision=103271
|
|
|
|
|
|
|
|
| |
PR: 62712
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=100886
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=100584
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
|
|
|
|
| |
PR: 62076
Submitted by: maintainer
Notes:
svn path=/head/; revision=99438
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
|
| |
PR: 61208
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=97950
|
|
|
|
|
|
|
|
| |
PR: 60100
Submitted by: ronald@cs.vu.nl (maintainer)
Notes:
svn path=/head/; revision=95888
|
|
|
|
|
|
|
|
| |
PR: 57581
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=90287
|
|
|
|
|
|
|
|
| |
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR: 57000
Notes:
svn path=/head/; revision=89068
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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]
Notes:
svn path=/head/; revision=88597
|
|
|
|
|
|
|
|
| |
PR: 55585
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=87328
|
|
|
|
|
|
|
|
| |
PR: 54337, 54364
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=84681
|
|
|
|
|
|
|
|
| |
PR: 53778
Submitted by: maintainer
Notes:
svn path=/head/; revision=83805
|
|
|
|
|
|
|
|
| |
PR: 53703
Submitted by: maintainer
Notes:
svn path=/head/; revision=83804
|
|
|
|
|
|
|
|
| |
PR: 52628
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=83165
|
|
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>
Notes:
svn path=/head/; revision=81043
|