1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
Commit Graph

940 Commits

Author SHA1 Message Date
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
Alexey Zelkin
3b10183596 Fix build on 5.0-RELEASE 2003-03-13 11:13:16 +00:00
Alexey Zelkin
aee82349e8 Bump PORTREVISION 2003-03-11 08:55:41 +00:00
Alexey Zelkin
7cea82075d Since we have problems with running debuging binaries on some machines
(old K6 and some SMP machines) don't use javah_g in build process.

Reported by:	many people
2003-03-11 08:54:30 +00:00
Alexey Zelkin
4b12e892bf Add patch which backouts some of my early compile hacks which now preventing
MulticastSocket.joinGroup() from behaving correctly.

Submitted by:	Stefan Farfeleder <stefan@fafoe.dyndns.org>
2003-03-11 08:13:53 +00:00
Kris Kennaway
a7674c6fdf Add another check for !PACKAGE_BUILDING when setting IGNORE 2003-03-10 06:42:22 +00:00
Kris Kennaway
7de7a16d77 Don't set IGNORE if PACKAGE_BUILDING 2003-03-10 00:07:55 +00:00
Alexey Zelkin
16a1d3292b Add jdk14 port to build and modules
Approved by:	portmgr
2003-03-07 10:24:11 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alexey Zelkin
6513eda595 I am pleased to announce first public -beta patchset of FreeBSD/Java port
for JDK 1.4.1.  This is complete and close to production quality
native JDK with both working client and server native JVMs.  Local micro
benchmarks shown very little difference between Linux and FreeBSD JVMs in
speed.

One of important points of this patchset that it marks point when we are
very close to passing of Sun TCK tests.  Currently about 20 of >27000 tests
are known to be broken (tests were run at -STABLE).  If testing of this
patchset will be smooth and founding of this work will be continued we
may expect to have binary distribution of JDK 1.4.1 in April or begining
of May.

BUT, don't forget that even TCK tests can't cover all possible problems
and this is -beta patchset.  Keep your eyes open and report your problems
to freebsd-java mailing list or to me directly!

* About supported FreeBSD releases:

Altough 4.8-RELEASE will be first officially supported FreeBSD release,
you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT.

You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including
5.0-RELEASE), but it's required to apply libc_r patch, distributed with
patchset3 archive, and rebuild libc_r first.

* About compiler:

This port is supposed to be built with stock FreeBSD compiler (3.2.[12]
for -CURRENT and 2.95.4 for -STABLE)!

* Following issues are known, but not yet addressed:

. IPv6 networking.  IPv6 support is disabled in this patchset.
. Asian languages support.  Patches are welcome!
. K6 (586-class) processors support.  There're issues with building on
  old K6 processors.  If you've problems with 586-class machines other than
  K6 - please let me know.
. Mozilla plugin is not yet ported.

* Following areas should be used with increased attention:

. Java Virtual Machine Profiling Interface (JVMPI)
. Java Virtual Machine Debugging Interface (JVMDI)
. Host Porting Interface (HPI)

If you have problems with these interfaces please let me know.

* THANKS!

I would thank very much to FreeBSD Foundation, without which support
and sponsorship JDK 1.4.1 port would not happen in such timeframes (less
than 2 months).

Sponsored by:	FreeBSD Foundation
Approved by:	portmgr
2003-03-06 23:18:24 +00:00
Greg Lewis
d6894d86d9 . Allow package building on bento to bypass the distfile check.
Requested by:	kris
2003-03-06 17:43:24 +00:00
Greg Lewis
a6b2225259 . Fix the DOWNLOAD_URL to point at 1.4.1_02, not 1.4.1_01.
Submitted by:	Mark Linimon <linimon@lonesome.com>
Pointy hat to:	glewis
2003-03-06 17:26:01 +00:00
Greg Lewis
e9609e8c76 . Allow package building on bento to bypass the distfile check.
Requested by:	kris
2003-03-06 05:24:17 +00:00
Greg Lewis
9fbe0725cb . Update to SR3.
. de-pkg-comment.
. Move check for distfile after the include of bsd.pre.port.mk so it
  actually works correctly.
. Make install owner/group safe (*).

PR:			36411 (*)
Hopefully approved by:	znerd
2003-03-06 03:18:39 +00:00
Greg Lewis
22842d3f1d . Update to 1.4.1_02
. find -> ${FIND}
. Make install owner/group safe. (*)

PR:		36411 (*)
Approved by:	znerd
2003-03-05 17:37:17 +00:00
Kris Kennaway
64f263db61 Don't set IGNORE when PACKAGE_BUILDING 2003-03-04 03:07:17 +00:00
Ernst de Haan
a127113f1b Fixes:
- unbreak with new gcc on -current ('using namespace std')
- CFLAGS/env police
- condense port's Makefile
- install additional shell script
- install documentation (honour NOPORTDOCS)

PR:		48464
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Tested on:	-STABLE, -CURRENT
2003-03-03 21:36:44 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Greg Lewis
62afc8936c de-pkg-comment 2003-02-28 17:56:43 +00:00
Greg Lewis
16a383eaf4 1. Bump PORTREVISION for this and previous changes.
2. Enable compiling the HotSpot JVM.  This is experimental and there are a
   number of caveats with its use that are reported by the port.  The flag
   to enable this is WITH_HOTSPOT.
3. Try to pick some OSVERSION settings appropriate for the current native
   threads implementation.

PR:		47397 (2)
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp> (2)
2003-02-28 17:54:40 +00:00
Greg Lewis
dcef90030b . Updated version of native threads for FreeBSD. This uses recently
committed enhancements to libc_r and is only suitable for very recent
  versions of FreeBSD.  The big benefit is that it removes almost all
  the previous grovelling about in the pthreads internals.

  The change only comes into effect when WITH_NATIVE_THREADS is set.
  A separate Makefile commit will attempt to enforce appropriate
  OSVERSION settings for using it.

Submitted by:	fjoe
2003-02-28 17:47:38 +00:00
Greg Lewis
f0d4b083fc . Rename our internal gethostby{name,addr}_r functions to avoid collisions.
Currently gethostbyaddr_r collides with the implementation (in libc!) for
  FreeBSD 5.x which both uses a different prototype (as per the Linux
  version) and is marked temporary and not thread safe.  Also, limit the
  scope of these internal implementations to this file.

  This fixes crashes in networked applications for FreeBSD 5.x.

  Some tweaks (making the functions static, naming, BSD ifdefs) by me.

Submitted by:	"Georg-W. Koltermann" <g.w.k@web.de>
2003-02-28 17:33:10 +00:00
Greg Lewis
3ed8e2b166 . Respect LOCALBASE in the DEVTOOLS_PATH setting.
PR:		47668
Submitted by:	Mike Meyer <mwm-dated-1044336154.329122@mired.org>
2003-02-28 17:18:43 +00:00
Greg Lewis
da27056044 . Add missing include of <sys/time.h>, needed by <sys/resource.h> for
FreeBSD 5.x.  This fixes native threads compilation on FreeBSD 5.x.

Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
2003-02-28 17:16:21 +00:00
Greg Lewis
79371b8e8e . Be consistent about our compiler settings. Using gcc32 here was both
inconsistent with the rest of the code and only relevant on 4.x (since
  5.x has gcc 3.2.x as its default compiler).
2003-02-28 17:12:24 +00:00
Maxim Sobolev
ebefc0e78c Add missed `@exec registervm' into pkg-plist, because while the port doesn't
packaged by bento cluster due to legal restrictions, user still can create his
own custom package to simplify internal deployment.

Sponsored by:	Porta Software Ltd.
2003-02-28 15:41:37 +00:00
Archie Cobbs
5a8c153c7e Fix install bug: install resources along with classfiles. 2003-02-27 19:16:57 +00:00
Greg Lewis
155daa8b2b de-pkg-comment 2003-02-27 18:46:41 +00:00
Sheldon Hearn
b8e461a211 New port xdoclet (xdoclet-1.2b2):
XDoclet is a Java code generation engine. It enables
	Attribute-Oriented Programming for java. In short, this means
	that you can add more significance to your code by adding meta
	data (attributes) to your java sources. This is done in special
	JavaDoc tags.
2003-02-26 07:24:43 +00:00
Maxim Sobolev
8f7c8cea6f Remove duplicate lines that were created due to applying the same patch
two times.

Submitted by:	des
2003-02-25 13:26:06 +00:00
Archie Cobbs
5352f84a1e Remove jikes-devel port now that jikes has caught up. 2003-02-24 21:39:45 +00:00
Archie Cobbs
857dd5b839 Update to version 1.18, but without using 'libicuuc' which seems
to be what destablizes the jikes-devel port.
2003-02-24 20:31:37 +00:00
Joe Marcus Clarke
b0af3c1ab9 Update the BundleId for rev 7. 2003-02-23 19:31:28 +00:00
Maxim Sobolev
4de00373de Update to 1.3.1 revision 7. 2003-02-23 14:14:09 +00:00
Archie Cobbs
e9e63e9ad7 Unbreak port in the non-gnome case. 2003-02-23 04:05:19 +00:00
Norikatsu Shigemura
4f56b2baa0 Remove RESTRICTED tag for crypto stuff.
Approved by:	kris (implicitly)
2003-02-22 16:12:23 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Kris Kennaway
adc1543d8a Don't remove the share/java and share/java/classes system directories 2003-02-22 03:36:23 +00:00
Kris Kennaway
d01669be9d Add two missing files 2003-02-22 03:07:44 +00:00
Greg Lewis
75e0e76533 . Commit the version of these patches with the correct paths. Grrr. 2003-02-21 16:12:35 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Greg Lewis
4e955de662 de-pkg-comment 2003-02-21 11:06:08 +00:00
Archie Cobbs
eaa57df65a Update to version 1.0.6. 2003-02-20 22:08:13 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Greg Lewis
0ed1ecd4dc . Make portlint happier. 2003-02-20 10:39:52 +00:00
Greg Lewis
7444b52f8d . Use <sys/soundcard.h> on FreeBSD (fixes compilation on 5.x).
. Cope with gcc 3.x in a preprocessor conditional.

PR:		47707, 47699
Submitted by:	grog (PRs),
		"R. Lake" <rich@lakes.plus.com> (independently in email)
2003-02-20 10:04:20 +00:00
Maxim Sobolev
172953c754 Fix on -stable.
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-02-17 15:20:08 +00:00
Maxim Sobolev
52056acb8e Use USE_JAVA. 2003-02-17 13:08:24 +00:00
Maxim Sobolev
7f05c36ddb - Update to 0.7.4;
- use USE_JAVA.

Submitted by:	des (USE_JAVA)
2003-02-16 08:33:22 +00:00
Greg Lewis
30ab46c12b . Resurrect patch accidentally removed in last commit. 2003-02-12 19:01:39 +00:00
Greg Lewis
a3d89c1e3c . Update to patchset 8. 2003-02-12 19:00:42 +00:00
Edwin Groothuis
8fbcfab829 Update of java/cos to 05Nov2002
PR:		ports/45165
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
Approved by:	maintainer timeout
2003-02-08 09:52:24 +00:00
Greg Lewis
b77d7e4e49 . Apply similar patches to those applied to the linux-sun-jdk13 port so
that this port works out of the box:
  . Use the linux version of expr in the .java_wrapper scripts.
  . Use the Classic VM by default, not HotSpot (which is unhappy with
    the emulation layer).
. Bump PORT_REVISION.

Approved by:	znerd
2003-02-07 21:26:20 +00:00
Nate Williams
1afd4c6452 - Changed maintainer to the JDK porting team <java-port@FreeBSD.org>,
although there is very little that needs to be done on such an old
  binary release.
2003-02-05 05:22:33 +00:00
Greg Lewis
54fc94c029 Be consistent. If we're going to explicitly use /sbin/sysctl to check
the value, then tell the user to use that to set the value too.
2003-01-30 11:10:10 +00:00
Kris Kennaway
d604e1d6d3 Use the full path to /sbin/sysctl
Noticed by:	'make index' in crontab
2003-01-30 08:23:53 +00:00
Greg Lewis
4bce2cf43e . Remove bogus MASTER_SITES line. It wasn't used (manual download
required) and just gets me email about unfetchable distfiles.
2003-01-21 18:32:27 +00:00
Edwin Groothuis
b2153803f6 jakarta-regexp distribution seems to have moved to a new website
PR:		ports/47030
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2003-01-16 05:15:34 +00:00
Edwin Groothuis
49adc67aaa [MAINTAINER UPDATE] Update build of netrexx to USE_JAVA
PR:		ports/41984
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2003-01-16 03:23:10 +00:00
Kris Kennaway
a13f81cd3b Add missing include 2003-01-14 04:43:10 +00:00
Kris Kennaway
45a70455f6 Add two missing files 2003-01-14 04:41:27 +00:00
Kris Kennaway
d6430a0e4d Don't create/remove share/java/classes and share/java; these are
system directories created by BSD.local.dist
2003-01-14 03:00:52 +00:00
Ernst de Haan
7db581a539 Update to 2.4.1. 2003-01-03 13:50:08 +00:00
Ernst de Haan
6ccaf14821 Update to 1.0.1. 2003-01-03 13:47:34 +00:00
Ying-Chieh Liao
27ebc7aa15 chase gdbm lib version 2003-01-03 08:26:35 +00:00
Ernst de Haan
06f3700a2c Now extracts non-interactive. Bumped PORTREVISION.
Reviewed by:	glewis, kris
Approved by:	kris
2002-12-04 07:33:36 +00:00
Ernst de Haan
cbb56ccae8 Fixed do-install.
Submitted by:	bento, MAINTAINER
2002-12-04 07:30:24 +00:00
Kris Kennaway
26a0006b8c Remove duplicate do-build target 2002-11-30 23:47:03 +00:00
Greg Lewis
8f406e0f6f Add a port for IBM's JDK 1.4.0 for Linux. 2002-11-25 00:30:50 +00:00
Edwin Groothuis
951c3d1706 Maintainer springcleaning of his Makefiles
PR:		ports/45513,ports/45512,ports/45511
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-11-22 23:48:17 +00:00
Archie Cobbs
4a8fa77077 Update to version 1.18. 2002-11-22 17:34:31 +00:00
Ernst de Haan
6794a97e3c Fixed generation of plist file. The file was previously written
as ./pkg-plist. It is now written as $WRKDIR/PLIST.

Indicated by:	kris
2002-11-21 08:58:42 +00:00
Ernst de Haan
dc2d775ed7 Automagically generating plist file. 2002-11-20 11:28:09 +00:00
Ernst de Haan
db21006b82 Removed unnecessary PLIST_SUB setting. 2002-11-20 08:58:13 +00:00
Ernst de Haan
4284dc71cc Automagically generating pkg-plist. 2002-11-20 08:56:26 +00:00
Ernst de Haan
193245d672 Automagically generating pkg-plist.
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-11-20 08:45:42 +00:00
Ernst de Haan
7965a75d25 Upgrade to JDK 1.4.1 documentation. Automagically generating
the package list. This reduces the size of the ports tree with
~ 600 K !

Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-11-20 08:38:39 +00:00
Ernst de Haan
c41b2d3731 Installing JAR file in ${PREFIX}/share/java/classes/.
Bumped PORTREVISION.
2002-11-18 14:45:35 +00:00
Edwin Groothuis
21253eb6e2 Maintainer update to version 2.2.9
PR:		ports/45231
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-11-16 23:44:45 +00:00
Archie Cobbs
57f9501a95 Fix build on -current by adding "-D__XSI_VISIBLE -D__BSD_VISIBLE" to CFLAGS. 2002-11-15 18:25:06 +00:00
Archie Cobbs
885a7c4491 Fix bug in logic for determining the right pkg-plist file to use. 2002-11-15 01:22:20 +00:00
Ernst de Haan
86de1126a1 New port: Jakarta Commons Logging library.
See:
http://jakarta.apache.org/commons/logging.html
2002-11-14 10:55:13 +00:00
Ernst de Haan
2d91f2e2c6 Improved output from do-install target. 2002-11-14 10:49:10 +00:00
Ernst de Haan
62602a65ac Not including version number in JAR file name.
Bumped PORTREVISION.
2002-11-14 10:44:52 +00:00
Ernst de Haan
f4a22be2e2 New port: Jakarta Commons BeanUtils.
See:
http://jakarta.apache.org/commons/beanutils.html
2002-11-14 10:23:58 +00:00
Ernst de Haan
a1b6c3b80c Fixed meta information in header (creation date and description). 2002-11-14 10:00:03 +00:00
Ernst de Haan
018389a815 Installing in correct locations.
Bumped PORTREVISION.
2002-11-14 09:18:51 +00:00
Ernst de Haan
7c9f4056a1 New port: Jakarta Commons CLI library.
Java-library for command line arguments and options.
2002-11-14 09:02:09 +00:00
Ernst de Haan
8e75d2de77 Not including version number in JAR file anymore.
Bumped PORTREVISION.
2002-11-14 08:57:14 +00:00
Greg Lewis
31b480111b Fix user and group ownership of the installed files when they have been
built by someone other than root.  After the files have been moved run
${CHOWN} on them recursively.

PR:		36411 (still more ports to go)
Approved by:	Dave Glowacki <dglo@ssec.wisc.edu> (maintainer)
2002-11-11 22:24:08 +00:00
Greg Lewis
636fcbf7ab Fix user and group ownership of the installed files when they have been
built by someone other than root.  Instead of moving the files with tar,
move them with cpio and set up ownership.

PR:		36411 (more ports still to go)
Submitted by:	alane
2002-11-11 21:22:05 +00:00
Kris Kennaway
063c457172 Don't remove system directories share/java, share/java/classes, and
share/doc
2002-11-10 22:44:03 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Ernst de Haan
e1e7a72d6a New port: NetComponents 1.3.8.
See:
http://www.savarese.org/oro/downloads/index.html#NetComponents
2002-11-09 15:54:27 +00:00
Ernst de Haan
92b5ccf731 Upgrade to 1.3.1_06. 2002-11-09 13:28:39 +00:00
Edwin Groothuis
a6639ef7d3 Update to the java/javamail port from version 1.2 to 1.3.
Changing maintainer to java@freebsd.org

PR:		ports/44558
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
2002-11-07 13:54:08 +00:00
Edwin Groothuis
1c9cfa9fdb Update to java/jaf port from version 1.0.1 to 1.0.2.
Move maintainer to java@freebsd.org

PR:		ports/44557
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
2002-11-07 13:52:08 +00:00
Greg Lewis
db8f100650 . Update to 1.1.4
. Alter maintainer from freebsd-ports@ to the more standard ports@.
. Instead of explicitly depending on jdk1.1 set USE_JAVA appropriately.
2002-11-06 23:54:52 +00:00
Greg Lewis
d5ed70a522 Fix user and group ownership of the installed files when they have been
built by someone other than root.  Instead of moving the files with tar,
move them with cpio and set up ownership.

PR:		36411 (9 more ports to go)
Submitted by:	alane
2002-11-06 22:53:55 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Nate Williams
73b4bca773 - Ensure that files permissions/owners are set correctly if the port is
built by a non-root user.

Submitted by:	glewis
2002-11-06 19:39:03 +00:00
Edwin Groothuis
d9a243c1c4 Fixed pre-patch target broken due to REINPLACE_CMD
Noticed by: bento
2002-11-05 00:19:28 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Edwin Groothuis
5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00
Greg Lewis
354b48008f . Add optional (default: off) runtime dependencies for the font packages
necessary to support the different font.properties that are installed.
2002-10-31 20:20:37 +00:00
Greg Lewis
e4956ee696 . Fix UDP packet broadcasting.
. Bump PORTREVISION.

Submitted by:	daichi, Tetsuo Suzuki <tetsuo@ss-lab.net>
2002-10-31 17:56:56 +00:00
Greg Lewis
9f087781c0 . Check for open-motif with libXm.so, which we actually use, instead of
libMrm.a, which isn't.
2002-10-29 05:17:59 +00:00
Greg Lewis
71d710d093 . In the informative message regarding downloading the necessary files,
use ${DISTDIR} rather than /usr/ports/distfiles.

Submitted by:	Mike Meyer <mwm@mired.org>
2002-10-29 05:16:16 +00:00
Kris Kennaway
76f26d3acf Mark BROKEN on 5.0 2002-10-26 02:55:52 +00:00
Greg Lewis
bb279e9df7 . echo -> ${ECHO_MSG} 2002-10-25 05:54:09 +00:00
Greg Lewis
be1315e7fd . Catch up with additional font.properties files. 2002-10-25 05:53:27 +00:00
Greg Lewis
b962656ac3 . Chinese font.properties and make glue.
Submitted by:	Huang wen hui <hwh@ns.gddsn.org.cn>
2002-10-25 05:51:52 +00:00
Ernst de Haan
00029ca4fc Upgrade from 2.0 to 2.1.
See:
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html
2002-10-22 07:36:30 +00:00
Archie Cobbs
358b4061e7 Use ${MASTER_SITE_SOURCEFORGE} instead of hard-coded master site. 2002-10-19 23:30:13 +00:00
Ernst de Haan
f5a768a695 Installing to ${PREFIX}/linux-sun-jdk1.4.1. This port is now
compatible with bsd.java.mk again.
Bumped PORTREVISION.
2002-10-19 00:03:28 +00:00
Ernst de Haan
82f3ee9b27 Upgrade from 1.4.1 to 1.4.1_01. 2002-10-18 23:56:00 +00:00
Greg Lewis
daaab4406a . More XIM fixes for Japanese users (and presumably others with similar
character sets).
. Bump PORTREVISION.

Submitted by:	daichi
2002-10-18 21:45:45 +00:00
Greg Lewis
68eb5d0400 . Link the Netscape 4 plugin against libintl to avoid a runtime link
error.  This may allow browsers which use Netscape 4 plugins (e.g.
  Konqueror) to make use of it.

Code change by me, problem report by Dylan Carlson <absinthe@pobox.com>.
2002-10-18 21:44:13 +00:00
Greg Lewis
4d9ad417ed . Russian and Ukrainian font property files and appropriate build changes.
Submitted by:	mi
2002-10-18 21:41:25 +00:00
Ernst de Haan
38b7f4cb0a Upgrade to 2.4.0. The port now installs only a JAR file
and the API documentation. These are all installed in
the correct locations now.

PR:	44211
2002-10-18 21:25:45 +00:00
Ernst de Haan
297c8fcb5c Removed unnecessary settings. 2002-10-18 21:06:59 +00:00
Ernst de Haan
e9b320452c Small style improvement. 2002-10-18 21:00:55 +00:00
Ernst de Haan
11a89ad5c6 New port: Jakarta Commons Collections.
See:
http://jakarta.apache.org/commons/collections.html
2002-10-18 20:38:12 +00:00
Ernst de Haan
343823bd79 New port: Jakarta Commons Lang.
See:
http://jakarta.apache.org/commons/lang.html
2002-10-18 20:09:46 +00:00
Ernst de Haan
7b9253f657 Only installing JAR and docs. And installing where they should go.
Honoring NOPORTDOCS now.

Bumped PORTREVISION.
2002-10-18 16:05:30 +00:00
Archie Cobbs
ebdffba8fb Update to version 1.0.5. 2002-10-17 22:46:55 +00:00
Greg Lewis
c68fd88a5b . Make the instructions for downloading the various source bits clearer.
The instructions are based on text submitted in the PR (by grog).

PR:	42942
2002-10-17 16:31:45 +00:00
Greg Lewis
b5b9c33c5f . Make the instructions for downloading the various source bits clearer.
The instructions are based on text submitted in the PR (by grog).

PR:		42942
2002-10-17 16:30:53 +00:00
Maxim Sobolev
3c8f83e43d Fix MASTER_SITES.
PR:		43827
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-10-17 15:46:36 +00:00
Ernst de Haan
544ed9e45b Upgrade to 1.3.1_05.
PR:		44009
Requested by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2002-10-14 07:59:49 +00:00
Archie Cobbs
c5b703a4fb Update MASTER_SITES after directory re-org. 2002-10-13 19:22:43 +00:00
Archie Cobbs
328ed1650f Update to version 1.17. 2002-10-13 19:21:36 +00:00
Ernst de Haan
62f01ea147 Moved MAINTAINER up in the file to stop portlint from complaining. 2002-10-11 23:16:15 +00:00
Ernst de Haan
4219fa2d8d Changed WWW reference. 2002-10-11 23:12:02 +00:00
Ernst de Haan
df53c59039 New port: Jakarta Log4J, version 1.2.7.
See:
http://jakarta.apache.org/log4j/

Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR:		42449
2002-10-11 09:02:42 +00:00
Ernst de Haan
2c50b3e55f Not using IGNORE anymore to avoid package building.
.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "You can not legally distribute binaries"
.endif

This was superfluous and inhibiting package builds of things that
depend on the port. Having RESTRICTED and NO_CDROM is enough to
ensure that a package will not appear on the FTP site or a CDROM
(it will be built and used as a basis for other packages to build
with, but will be deleted at the end of the build run).

Requested by:	kris
Reviewed by:	portmgr (silence)
PR:		42758
2002-10-10 08:38:39 +00:00
Ernst de Haan
aa1f22138c Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.
The fix consists of 2 lines at the beginning of the program:

	setuid(geteuid());
	setgid(getegid());

Bumped PORTREVISION of Orion, Tomcat and JBoss ports.

PR:		40470, 43679
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com>
Reviewed by:	audit
Approved by:	Silence on -audit (since Sept 13, 2002)
2002-10-09 23:10:32 +00:00
Ernst de Haan
a7b8dc033b Fixed checksum mismatch. Provided alternative download location
for old version of distfile.

PR:	43397
2002-10-09 22:50:31 +00:00
Ernst de Haan
04b64d5fc7 Maintainership dropped by maintainer. Back to freebsd-ports.
PR:		43397
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-10-09 22:44:55 +00:00
Ernst de Haan
054458fd11 Changed target installation directory so it does not include
the minor version number anymore.

Bumped PORTREVISION.

PR:		43565
Requested by:	Andrew Gerweck <andy@gerweck.dyndns.org>
2002-10-09 22:37:54 +00:00
Ernst de Haan
85b1da903b New port: java-checkstyle.
PR:		42412
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-10-09 22:03:39 +00:00
Ying-Chieh Liao
9d273f6c0f upgrade to 1.0.7
PR:		43266
Submitted by:	maintainer
2002-10-09 18:56:03 +00:00
Greg Lewis
957134d737 Update to patchset 11. 2002-09-18 10:12:03 +00:00
Ernst de Haan
4bcca22e3e Installing in ${PREFIX}/linux-sun-jdk1.4.1 instead of
${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting
linux-sun-jdk1.4.1.
2002-09-17 09:43:43 +00:00
Ernst de Haan
1ac76a8949 Upgrade to 1.4.1.
See:	http://java.sun.com/j2se/1.4.1/changes.html
2002-09-17 08:59:27 +00:00
Ernst de Haan
dfae45b9cf Fixed package list. Found out about a problem on bento.
This is in preparation for 4.7-RELEASE.
2002-09-17 08:40:42 +00:00
Ernst de Haan
741b3d1feb Now properly using pkg-message to display warning about
stability of this port.
2002-09-13 22:49:38 +00:00
OKAZAKI Tetsurou
6143aa0abf Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes. 2002-09-07 10:54:54 +00:00
Archie Cobbs
cc2aaa879e Use the right pkg-plist depending on whether GNOME support is configured. 2002-09-07 03:28:34 +00:00
Kris Kennaway
87e58b5a0d Comment out .BEGIN section, which is breaking the INDEX build. 2002-08-31 07:04:00 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Archie Cobbs
7dd2eb9a86 Using libicuuc.a seems to make jikes more unstable. Since this is supposed
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
2002-08-30 23:14:28 +00:00
Archie Cobbs
44ccdc5fd5 Annihilate #inclusions of <malloc.h>. 2002-08-30 17:35:17 +00:00
Archie Cobbs
ac17d79a2a Make this port GNOMENG aware.
PR:	ports/42206
2002-08-30 16:49:36 +00:00
Ernst de Haan
8bcf2ee8cc Printing warning message since this JDK is unstable. The message
is displayed before any targets. The message displayed is:

This JDK is currently unstable, especially when run as a non-root
user. You are advised to use either the Sun JDK 1.3 for Linux
(${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3
(${PORTSDIR}/java/jdk13) instead.

Pointed out by:	Yuri Khotyaintsev <yuri@irfu.se>
2002-08-29 21:55:22 +00:00
Ernst de Haan
e308806de1 Use the new bsd.java.mk structure, so it doesn't try to install
jdk-1.1.8 when the user has a newer version of Java installed.

Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
PR:		39901
2002-08-29 18:45:49 +00:00
Ernst de Haan
cc1f70a4b6 This port depends on jakarta-ant, but the appropriate
BUILD_DEPENDS line was missing.

Submitted by:	maintainer
PR:		42086
2002-08-28 22:40:47 +00:00
Archie Cobbs
e4717d5807 Split the jikes port into stable and development versions.
PR:		ports/41961
Reviewed by:	freebsd-java
2002-08-27 20:32:03 +00:00
Archie Cobbs
706670efce Don't compile jikes with '-O' because that makes core dumps more likely.
Exactly why is not understood yet.

PR:		ports/41961
2002-08-27 17:49:00 +00:00