1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

798 Commits

Author SHA1 Message Date
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
Ernst de Haan
75cb58a12f Upgrade to 3.0. 2003-04-07 16:22:40 +00:00
Ernst de Haan
10f1f53744 Upgrade to 1.0.3. Fixed comment. 2003-04-07 11:39:02 +00:00
Edwin Groothuis
f2b21d90a5 [PATCH] Update java/bouncycastle to version 1.16
java/bouncycastle port is currently at version 1.11.  However the
	jce-jdk13-111.tar.gz tarball downloaded from
	http://www.bouncycastle.org/download/ suddenly seems to contain
	jce-jdk13-116, which naturally fails the checksum test:

PR:		ports/46184
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-04-07 08:50:37 +00:00
Ying-Chieh Liao
d58ff756d4 add java-getopt 1.0.9
Java version of GNU getopt family functions
2003-04-07 08:34:20 +00:00
Ernst de Haan
5643fe0792 New port: trove4j.
PR:		45287
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-03-27 15:12:39 +00:00
Archie Cobbs
ed926c06e6 Fix port build failure. 2003-03-20 00:31:15 +00:00
Archie Cobbs
1bc501c199 Fix port build failure. 2003-03-20 00:25:50 +00:00
Alexey Zelkin
1d6100e342 Fix plist after update to 02 patch bundle
Requested by:	kris
2003-03-15 17:49:26 +00:00
Alexey Zelkin
e051920066 Fix checking of libc_r capabilities at FreeBSD version which
don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous
versions).

Reported by:	Phillip Oleson <poleson@verio.net>
2003-03-15 09:57:58 +00:00
Alexey Zelkin
5349781c47 Make this port non-interactive. I.e. extract distfile unconditionally.
This is pre-requisite of native jdk14 port build on bento.

Requested by:	kris
Approved by:	portmgr
No response from:	znerd (maintainer)
2003-03-13 21:58:48 +00:00
Alexey Zelkin
ccb8609092 Add runtime test to check of required libc_r functionality. I.e. warn
people about requirement of libc_r updates as early as possible.

Bump PORTREVISION

Approved by:	portmgr (kris) (implicitly)
2003-03-13 21:43:36 +00:00
Alexey Zelkin
bc117903e8 Add notice about amount of disk space required 2003-03-13 11:24:42 +00:00
Alexey Zelkin
b09d5d2a1e Correct pkg-plist
Submitted by:	olgeni, glewis
2003-03-13 11:17:04 +00:00
Alexey Zelkin
c70b262241 Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,
but sometimes leaves in)
2003-03-13 11:15:24 +00:00