Commit graph

812 commits

Author SHA1 Message Date
Ernst de Haan
ed9e15506a Update to the 2003.05.30 version of the tutorial.
PR:		47153
Requested by:	parv_fm@emailgroups.net
2003-06-11 10:05:05 +00:00
Ernst de Haan
4be1016388 Improved comment. 2003-06-11 07:59:52 +00:00
Jimmy Olgeni
c0fded61b4 The NetBeans startup script should be patched on -CURRENT only.
The -CURRENT /bin/expr command may get confused when matching regexps
against strings that begin with "-", because they are interpreted as
command flags.

Using "--" as the first flag solves this, but it will in turn confuse
-STABLE expr (syntax error), so it looks like there's no common way to do
it (that I can think of).
2003-06-07 19:55:11 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Greg Lewis
33ce7d5d8f . Update to 1.2.2.015. 2003-06-03 14:47:58 +00:00
Ying-Chieh Liao
49b7263fcc use java 1.3+
PR:		52442
Submitted by:	maintainer
2003-06-03 06:52:12 +00:00
Jimmy Olgeni
cb4ff3ab03 Revert javavm hack, which prevents execution of jpda related modules.
JDK_HOME will have to be set by hand (or use the -jdkhome switch).

Submitted by:	Khairil Yusof <kaeru@pd.jaring.my>
2003-06-02 18:18:49 +00:00
Jimmy Olgeni
9dee347d30 Merge some fixes from ports/44275 and ports/49100:
* Mark as RESTRICTED
  * Use java >= 1.3
  * Add better package description

PR:		ports/44275
Submitted by:	Stefan Schmidt <stefan.schmidt@twest.de>
PR:		ports/49100
Submitted by:	Angel Todorov <angel.todorov@-u.de>
2003-06-02 15:51:50 +00:00
Jimmy Olgeni
f39262c5bb Add a port for NetBeans, fix the startup script ("expr" syntax) and
use the javavm command to start.
2003-06-02 12:18:17 +00:00
Greg Lewis
75190cf925 . Update to 1.3.1 SR4. 2003-05-20 17:30:41 +00:00
Kris Kennaway
e5a65eeff9 BROKEN on 5.1: fails to link 2003-05-18 11:50:46 +00:00
Kris Kennaway
d500c1cc50 BROKEN on 5.1: does not compile 2003-05-18 10:15:44 +00:00
Kris Kennaway
9c288e873f BROKEN on 5.1: bad C++ 2003-05-18 09:55:25 +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
Alexey Zelkin
3fde793458 Unbreak package build after recent Greg's commit (which changed
include/bsd -> include/freebsd in sources, but not reflected
this change in pkg-plist)

Reported by:	Holger Kipp <Holger.Kipp@alogis.com>,
		Kunihiro Arai <kunihiro-arai@seagreen.ocn.ne.jp>
2003-05-08 23:53:06 +00:00
Ernst de Haan
333fb2d733 Name of JAR file for dependency Log4J changed. Fixed dendency.
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR:		51788
2003-05-08 09:01:39 +00:00
Ernst de Haan
2bcca35202 Update to version 1.0.2 of Trove4j.
The port now uses the JAVAJARDIR variable defined in bsd.java.mk.

Submitted by:	maintainer
2003-05-08 07:28:48 +00:00
Jun Kuriyama
cdd9eb6637 This port is i386 only (caused by jdk platform). 2003-05-07 00:47:47 +00:00
Greg Lewis
a4c740b47a . Bump PORTREVISION for the recent fixes.
Reminded by:	lioux
2003-05-06 14:55:19 +00:00
Ernst de Haan
a78c5b17c6 Using USE_JAVA. 2003-05-06 10:06:06 +00:00
Ernst de Haan
83484db033 Using USE_JAVA and ECHO_CMD. Fixed plist.
Reported by:	kris
2003-05-06 10:02:06 +00:00
Kris Kennaway
0f469baa25 BROKEN: Bad pkg-plist 2003-05-06 07:02:12 +00:00
Greg Lewis
64c60ee3de . Remove an assert() which asserts that if isatty() is true then
ttyname() must not return NULL.  This isn't entirely true according
  to the manual page (the device must be able to be found as well) and
  certainly appears to not necessarily be true in the package building
  environment on bento (plus at least the PR submitter's environment).

  Note that this assert() was, of course, only ever triggered when
  running in debug mode (which most people don't, but does happen
  during the build in some parts).  Also note that there is a check
  for isatty() preceding the call for ttyname() and a NULL return
  from ttyname() is handled, so removing this assert should not
  create any problems.

PR:		48164
2003-05-06 06:11:02 +00:00
Greg Lewis
4466439f01 . Update to 1.2b7.
. Revert back to using the actual distribution site in MASTER_SITES.

Approved by:	znerd
2003-05-05 16:23:32 +00:00
Ernst de Haan
a0b0257cbb Update to 1.3.1_08.
Reported by:	Thomas Vogt <thomas.vogt@bsdunix.ch>
2003-05-05 07:32:58 +00:00
Maxim Sobolev
eef403e569 linux_base needs to be in EXTRACT_DEPENDS, otherwise ports doesn't
install if linux_base isn't installed.
2003-05-03 22:26:11 +00:00
Greg Lewis
118f931690 . Add $FreeBSD$
. Put the MD JNI headers in include/freebsd _not_ include/bsd.  This
  brings the 1.4 port in line with 1.1, 1.2 and 1.3, and arguably inline
  with Solaris and Linux.

Not-objected-to by:	phantom
2003-05-02 15:49:02 +00:00
Ernst de Haan
5dfbb60d38 Update to 1.2.8.
Destination JAR file now without the version number.

Submitted by:	maintainer
PR:		51637
2003-05-01 07:39:39 +00:00
Greg Lewis
354b36fb4c . Address ownership issues during the installation step.
PR:		36411
Approved by:	maintainer timeout
2003-04-30 15:45:09 +00:00
Greg Lewis
3fa4a90e30 . Fix Math.pow() when the JDK is compiled with optimisation flags set.
There may be other Math methods which similarly fail under optimisation,
  these will be addressed by a more extensive change in patchset 9.

PR:		48825
2003-04-30 15:31:12 +00:00
Ernst de Haan
253119789e Upgrade to 1.6.1. 2003-04-24 13:41:38 +00:00
Ernst de Haan
5c3af80776 Upgrade to 1.6. 2003-04-24 13:03:50 +00:00
Greg Lewis
7b18610272 . Be consistent with other JDK ports and silence execution of the
post-patch clean up.
. Simplify installation find command.

Reviewed by:	znerd
Approved by:	znerd
2003-04-24 05:53:46 +00:00
Greg Lewis
cd6327e0a7 . find -> ${FIND}
Reviewed by:	znerd
Approved by:	znerd
2003-04-24 05:52:23 +00:00
Greg Lewis
380f1b0d7b . Fix ownership of installed files.
PR:		36411
Reviewed by:	znerd
Approved by:	znerd
2003-04-24 05:50:59 +00:00
Greg Lewis
847bdee6eb . Now that we can use Classic and HotSpot, make classic (and hence green
threads) the default.  This is the most stable combination.
2003-04-22 20:06:33 +00:00
Greg Lewis
7ee61f212f . Fix the shell wrapper to cope with HotSpot and as a result remove the
warning that the Classic VM is unusable with HotSpot.

Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
2003-04-22 20:05:21 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Max Khon
a26362f502 New port: proguard
ProGuard can read jar files, shrink and obfuscate them (to prevent
reverse engineering), and write out the resulting jar file.

PR:		50434
Submitted by:	Alex Semenyaka
2003-04-19 14:16:42 +00:00
Greg Lewis
721dc351b8 . Fix the packing list to match the updated distribution of the last
commit to distinfo.

Forgotten by:	edwin
2003-04-18 17:46:41 +00:00
Edwin Groothuis
8da3672fd7 Update java/java-tutorial
Lots of changes in the HTML code

PR:		ports/50939
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-04-18 07:03:41 +00:00
Kris Kennaway
1abd0fa330 Don't remove the share/java/classes system directory 2003-04-17 22:14:16 +00:00
Greg Lewis
5c92fed5ec . Switch to using cpio to install in line with other JDKs. This allows
us to ensure ownership is correct on the installed files.
. Note that this is a Sun JDK in the registervm comment.

PR:		36411 (more ports to go)
Reviewed by:	znerd
Approved by:	znerd
2003-04-17 05:19:37 +00:00
Greg Lewis
58dc3a02c5 . Switch to using cpio to install in line with other JDKs. This allows
us to ensure ownership is correct on the installed files.
. Note that this is a Blackdown JDK in the registervm comment.

PR:		36411 (more ports to go)
Reviewed by:	znerd
Approved by:	znerd
2003-04-17 05:16:53 +00:00
Ernst de Haan
bf81e3e211 Officially dropping maintainership. I have no time nor the interest
to maintain the JBoss ports.
2003-04-16 08:06:44 +00:00
Maxim Sobolev
61f30a9dfc Drop maintainership - I'am so impressed by the performance and
stability of native JDK 1.4.1 with its built-in JIT on steroids
(HotSpot), so that I am unlikely ever will want to use external
JIT.
2003-04-15 22:18:20 +00:00
Ernst de Haan
a47630ba31 Fixed DOWNLOAD_URL.
Pointed out by:	joerg
2003-04-09 12:20:02 +00:00
Kris Kennaway
e694798742 Allow the build to commence by changing the BUILD_DEPENDS on jfc to
PATCH_DEPENDS, since it is required by pre-patch
2003-04-07 22:50:55 +00:00
Greg Lewis
f530f1316e 1. Clean up demo/jfc/SwingSet2/resources before the install. This should
not be installed, but appears to be on rare occasions for reasons
   unknown.
2. Add handling of share/doc/java, previously only done in pkg-plist.

PR:		50092 (2)
Submitted by:	Munehiro Matsuda <haro@kgt.co.jp> (2)
2003-04-07 18:23:31 +00:00
Greg Lewis
e13b954603 . Fix the packing list:
. Clean up for WITHOUT_PLUGIN.
  . Clean up for WITH_NATIVE_THREADS.
  . Add handling of jre/lib/ext, previously only done in Makefile.

PR:		50092
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
		Munehiro Matsuda <haro@kgt.co.jp>
2003-04-07 18:20:08 +00:00