Commit graph

732 commits

Author SHA1 Message Date
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