Commit graph

18 commits

Author SHA1 Message Date
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Greg Lewis
98f4274880 . Update to 0.40.
PR:		63899
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
2004-03-08 06:54:16 +00:00
Greg Lewis
2a10c1e848 . Add OPTIONS.
PR:		62712
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-02-14 00:03:13 +00:00
Mark Linimon
ec4b949f77 Update to version 0.39 (2004-02-03):
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
2004-02-10 18:35:20 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Erwin Lansing
7a82c82ca8 Add SIZE
PR:		62076
Submitted by:	maintainer
2004-01-29 19:53:44 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Greg Lewis
a5307c47a4 . Update to 0.38.
PR:		61208
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-01-11 20:53:00 +00:00
Greg Lewis
21ffff3ac9 . Update to jmp 0.37.
PR:		60100
Submitted by:	ronald@cs.vu.nl (maintainer)
2003-12-15 16:14:20 +00:00
Greg Lewis
fff2f05c8f . Update to 0.35.
PR:		57581
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-10-05 06:22:57 +00:00
Sergey A. Osokin
6f5e9129c5 Fix compilation with WITHOUT_X11.
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR:		57000
2003-09-19 14:10:00 +00:00
Greg Lewis
aa90f6a301 . Update from 0.33 to 0.34 [1]
. 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]
2003-09-05 14:29:35 +00:00
Daichi GOTO
af4d4feb60 update java/jmp: 0.32 -> 0.33
PR:		55585
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-08-20 06:25:23 +00:00
Greg Lewis
8d6cfbb7ba . Update to 0.32.
PR:		54337, 54364
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-07-11 17:12:08 +00:00
Jimmy Olgeni
aeacf70455 Fix build for -CURRENT (malloc.h issue).
PR:		53778
Submitted by:	maintainer
2003-06-29 09:07:24 +00:00
Jimmy Olgeni
d09ef49a86 Update to version 0.31.
PR:		53703
Submitted by:	maintainer
2003-06-29 09:01:22 +00:00
Greg Lewis
c2d516ed4b . Update to 0.30
PR:		52628
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-06-17 16:29:53 +00:00
Greg Lewis
666153e3b3 . Add the java/jmp port.
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>
2003-05-15 16:34:36 +00:00