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
Dag-Erling Smørgrav
b19c94067b
Unmaintain.
2002-08-27 09:38:45 +00:00
OKAZAKI Tetsurou
240008552d
Upgrade to JUnit 3.8.
...
Install src.jar again, since it is possible for a Java-developper to use
source archive effectively in some IDEs.
2002-08-25 20:43:16 +00:00
Archie Cobbs
602d409644
Update to version 1.0.4.
2002-08-24 18:38:16 +00:00
Archie Cobbs
622c1d704f
Remove this patch, it's not actually needed.
2002-08-23 17:37:37 +00:00
Archie Cobbs
1634aaeeee
Remove explicit dependency already covered by USE_GNOMELIBS.
2002-08-23 05:09:59 +00:00
Archie Cobbs
0615123de6
Patches to fix compilation on -stable.
2002-08-23 05:09:36 +00:00
Kris Kennaway
4c9de12788
Remove sablepath from SUBDIR
...
Pointy hat to: archie
2002-08-22 18:21:16 +00:00
Greg Lewis
11994ba6da
. Synchronise with jdk13 Makefile as much as possible to reduce
...
maintenance. The main changes are:
. Use 'p' for the patchset version, not 'b' and refer to the
patchset internally with JDK_PATCHSET_VERSION rather than
JDK_BETALEVEL.
. Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists
as much as possible.
. Add the extra pre-build checks to try and avoid build errors.
. There is also a very minor amount of whitespace diff reduction (this
should have gone in a separate commit). Last hunk of the diff.
2002-08-19 20:47:04 +00:00
Archie Cobbs
dbb76d5c58
Patch to fix the build when doing USE_GNOMELIBS.
2002-08-19 17:47:37 +00:00
Archie Cobbs
2f627fe9db
Fix test for gnome header file.
2002-08-19 15:46:26 +00:00
Ernst de Haan
d63f6873d0
Removing restrictions and providing download locations. Could not
...
find any reason for these restrictions on the Sun website. Only
software is under license and export control. The download does
not require accepting a license, either.
See: http://java.sun.com/products/jdk/1.1/README
http://java.sun.com/products/jdk/1.1/docs.html
http://servlet.java.sun.com/help/download
2002-08-19 09:42:55 +00:00
Archie Cobbs
9baaf1dfa2
Pass CFLAGS to configure scripts using CONFIGURE_ENV.
2002-08-19 05:36:18 +00:00
Archie Cobbs
5189413ce3
Update to version 1.0.3.
...
Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
2002-08-19 05:10:00 +00:00
Archie Cobbs
34a154e3a7
Bump the shared library version of dependency libgmp from 5 -> 6.
...
Tweak makefile output.
2002-08-18 04:10:15 +00:00
Ernst de Haan
3ced7394a5
Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JAR
...
file is now no longer distributed with this JDK.
Also slightly changed the output from the do-install target.
2002-08-16 19:06:13 +00:00
Archie Cobbs
5d7a7a3884
Update to SableVM version 1.0.2.
...
This port includes the Java classes, making the java/sablepath port obsolete.
2002-08-15 23:17:48 +00:00
Ernst de Haan
c74d548b1e
Unified one-line descriptions for JDK ports.
2002-08-12 11:49:59 +00:00
Ernst de Haan
f4de26ef07
Improved description of this port.
2002-08-12 11:09:27 +00:00
Ernst de Haan
0a2b751781
Added Blackdown JDK 1.4.1 for Linux.
...
See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
2002-08-12 11:02:58 +00:00
Ernst de Haan
458f86e1fd
Upgrade to new release of the IBM JDK 1.3.x for Linux.
...
This new release is marked as Service Release 2; Build
Identifier cxia32131-20020622.
PR: 41094
Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
2002-08-10 11:12:35 +00:00
Ernst de Haan
5d2630c7f4
Changed the installation directory of the Sun JDK 1.4.x
...
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.
PR: 41424
2002-08-10 10:54:06 +00:00
Ernst de Haan
b0efcd4f99
Changed the installation directory of the Sun JDK 1.4.x for Linux
...
to linux-sun-jdk1.4.0.01.
PR: 41424
2002-08-10 10:47:25 +00:00
Ernst de Haan
cee03dba7d
Changed WRKDIR definition. It is changed from
...
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.
PR: 39593
2002-08-10 10:42:48 +00:00
Ernst de Haan
0050da690f
Changed the installation directory of the Sun JDK 1.3.x for Linux to
...
linux-sun-jdk1.3.1.
PR: 41424
2002-08-10 10:31:09 +00:00
Greg Lewis
db48578b53
. Fix a typo in a message printed out to the user.
2002-08-08 18:41:44 +00:00
Ernst de Haan
92a0add023
Changed the installation directory to
...
${PREFIX}/linux-blackdown-jdk1.2.2 and changed the package name
to linux-blackdown-jdk-XXX (where XXX is the package version).
Bumped PORTREVISION.
2002-08-07 21:11:22 +00:00
Archie Cobbs
1a94226a43
LIB_DEPENDS should have been BUILD_DEPENDS.
...
Submitted by: vanilla
2002-08-07 16:01:41 +00:00
Greg Lewis
dca45b0ea4
Add a check in pre-build for a sysctl which will cause an error during
...
bootstrapping with the Linux JDK.
2002-08-06 16:36:21 +00:00
Archie Cobbs
4b1b2157b9
Add support for the -encoding option by utilizing the ICU library.
...
PR: ports/38396
2002-08-05 19:14:31 +00:00
Greg Lewis
5e9fbe3fad
Improved font.properties.ja based on the Kochi fonts rather than the
...
Watanabe/Wadalab fonts.
Submitted by: daichi <daichi@ongs.co.jp>
2002-08-05 18:26:16 +00:00
Greg Lewis
cbf8224709
Now that sobomax has updated the system version of tar don't redefine
...
TAR and add gtar to BUILD_DEPENDS unless the OSVERSION is old enough.
Small tweak by me to note that sobomax has MFC'ed the tar update.
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2002-08-05 18:19:58 +00:00
Greg Lewis
3341a3cd35
Add in a patch from the porting repository that allows people to build
...
HotSpot if they wish (by hand, not via the port yet).
2002-08-05 18:16:05 +00:00
Greg Lewis
833af3b828
Update to patchset 7.
2002-07-25 18:31:26 +00:00
Archie Cobbs
e96820c65d
Update to version 1.16.
2002-07-18 18:14:36 +00:00
Greg Lewis
7b57f84935
Remove unintentional dependency on readlink by replacing the call to it
...
with a piece of sh+awk based on a recent post to freebsd-arch by
Cyrille Lefevre <cyrille.lefevre@laposte.net>.
2002-07-15 07:17:24 +00:00
Maxim Sobolev
22d3ec7231
Add missed @unexec keyword to the call to unregistervm as well as missed
...
@exec registervm [...].
Reported by: phantom
2002-07-10 16:50:21 +00:00
Archie Cobbs
9032f85cad
Add sablepath and sablevm.
2002-07-09 22:08:48 +00:00
Archie Cobbs
f685b62b06
SableVM implements the Java virtual machine specification, second edition.
...
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.
SableVM uses a modified version of the GNU Classpath Java classes;
these classes are installed by the "sablepath" port.
WWW: http://www.sablevm.org/
2002-07-09 22:08:30 +00:00
Archie Cobbs
016d0c777f
This port builds and installs a version of the GNU Classpath Java class
...
and native libraries package that has been customized to work with SableVM.
WWW: http://www.sablevm.org/
2002-07-09 22:05:31 +00:00
Greg Lewis
e9d1fccec1
Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.
2002-07-07 21:38:45 +00:00
Ernst de Haan
780a3f1ee7
Port update: 1.3.1_03 --> 1.3.1_04.
2002-07-05 10:17:23 +00:00
Ernst de Haan
7dff22a1e2
Upgrade to 1.2.0.
...
PR: 39956, 37922
Submitted by: maintainer
2002-07-04 18:50:58 +00:00
Ernst de Haan
a66d745128
Upgrade from JUMP 0.3 to JUMP 0.4.1.
...
See:
http://sourceforge.net/project/shownotes.php?release_id=97033
2002-06-27 23:57:51 +00:00
Greg Lewis
b9de798e03
Add a pre-build target to check for a setting of WRKDIRPREFIX which will
...
result in the InvokerGen.java target failing. The bootstrapping Linux
JDK will confuse itself if WRKDIRPREFIX also exists in /compat/linux
as a symbolic link to the directory in the standard FreeBSD hierarchy.
Much appreciated sleuth work by: dillon
2002-06-27 05:34:39 +00:00
Greg Lewis
d2ac81835a
Add open-motif to RUN_DEPENDS temporarily until we teach the JDK to
...
statically link with the Motif libraries.
Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
2002-06-26 05:10:24 +00:00
Ying-Chieh Liao
d637a0580a
- Use REINPLACE_CMD
...
- Change maintainer's address
PR: 39759
Submitted by: maintainer
2002-06-24 04:56:16 +00:00
OKAZAKI Tetsurou
f599714e2a
Use "bsd.java.mk".
...
Install documents into ${DOCSDIR}.
Increment PORTREVISION.
Submitted by: des
2002-06-23 19:31:23 +00:00
Ying-Chieh Liao
c0730579cd
fix typo to install docs
...
PR: 39112
Submitted by: maintainer
2002-06-17 20:20:50 +00:00
Ernst de Haan
ecb824c780
Renamed jdk-tutorial to java-tutorial.
2002-06-17 16:42:44 +00:00
Greg Lewis
05f69eeb5b
Fix dependencies to be in sync with the recent JDK ports renaming.
...
Forgotten by: znerd
2002-06-16 01:54:07 +00:00
Greg Lewis
1c11e5bee6
Remove perltools here too.
2002-06-16 01:36:34 +00:00
Greg Lewis
e5c7dbacfa
Remove this port, it saves me fixing the dependencies :).
...
The java/jakarta-oro port provides the same functionality.
PR: 39113
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Approved by: Marcin Cieslak <saper@system.pl> (maintainer)
2002-06-16 01:35:47 +00:00
Greg Lewis
f0f975e121
Fix dependencies to be in sync with the recent JDK ports renaming.
...
Forgotten by: znerd
2002-06-16 01:22:09 +00:00
Greg Lewis
2d60133176
. Fix dependencies to be in sync with the recent JDK ports renaming.
...
Forgotten by: znerd (who is even the maintainer of this one :).
2002-06-16 01:12:53 +00:00
Jun Kuriyama
bdc9c2f5fa
Chase java/jdk repocopy.
...
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
2002-06-15 14:09:21 +00:00
Ernst de Haan
8c44357135
Upgrade to JUMP 0.3. Added an alternative download location.
...
Not removing ${PREFIX}/share/java at deinstallation anymore
since it is part of the base hierarchy now.
2002-06-15 13:08:52 +00:00
Greg Lewis
2f62ed9f9d
. Fix the dependencies for this port following the renaming of the JDK
...
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
/usr/bin/find and /usr/bin/cpio, respectively.
Reviewed by: znerd
2002-06-14 19:08:49 +00:00
Greg Lewis
ba8c398f70
Fix problems I created with the previous change:
...
. Add a post-patch target to clean up *.orig files (taken from the
linux-sun-jdk13 port).
. Fix the name of the installation location to be consistent with other
JDK ports and to not move with, for example, PORTREVISION changes.
Approved by: znerd (maintainer)
2002-06-13 19:25:48 +00:00
Ernst de Haan
fb3735560d
Not installing the packages anymore.
...
Fixed the packing list.
Bumped PORTREVISION.
2002-06-13 17:59:35 +00:00
Ernst de Haan
44e810e3d7
Upgrade to JUMP 0.2.
2002-06-13 17:49:48 +00:00
Ernst de Haan
ddf8667538
Patches that solve the problem that expr and libjava.so
...
cannot be found.
Bumped PORTREVISION.
Submitted by: glewis
2002-06-13 17:30:53 +00:00
Greg Lewis
32c919750f
. Fix dependencies after recent JDK ports repo copy.
...
PR: 39231
. Don't use -p with ${MKDIR}, its the default.
. Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than
hardwiring them as /usr/bin/sort, etc.
Apologies to sobomax for not asking for a review, I thought it important
to unbreak the port as quickly as possible.
Submitted by: alane (dependencies), znerd
2002-06-13 16:01:25 +00:00
Ernst de Haan
7afd5c645a
Now removes ${PREFIX}/share/java after deinstallation if it
...
is empty.
Bumped PORTREVISION.
2002-06-13 14:24:42 +00:00
Ernst de Haan
6f1f7d07e1
Now builds from source using Ant.
...
Added some download locations.
Bumped PORTREVISION.
2002-06-13 14:23:21 +00:00
Ernst de Haan
9e0fec0a9c
Running Ant in ${WRKSRC} instead of ${WRKDIR}. This does not
...
change the working of the Makefile since NO_WRKSUBDIR is defined.
2002-06-13 14:12:46 +00:00
Ernst de Haan
676c135ee3
Now builds from source using Ant.
...
Bumped PORTREVISION.
2002-06-13 12:52:42 +00:00
Ernst de Haan
b1138abc91
Fixed the packing list.
2002-06-13 12:43:25 +00:00
Ernst de Haan
43a6bfd036
New port: JUMP Ultimate Math Package.
2002-06-13 12:15:52 +00:00
Ernst de Haan
1811cb0ada
This port now installs below ${PREFIX}/share/doc, where it
...
should.
The tutorial is not specific to JDK 1.1.8, it pertains to
Java versions up to 1.4. That's why I've changed the PORTVERSION
from 1.1.8 to 2002.03.04, the date the tutorial was last updated.
See:
http://java.sun.com/docs/books/tutorial/information/download.html
Since this is not really a JDK tutorial but rather a Java
tutorial, the port installation directory is now called
java-tutorial.
Not displaying the message anymore. It is evident where the files
go.
Changed the pkg-plist to use %%T%% instead of
jdk%%VERSION%%/docs/books/tutorial as the prefix.
2002-06-13 11:30:58 +00:00
Ernst de Haan
1690699f8e
Added an entry to MASTER_SITES.
2002-06-13 10:50:47 +00:00
Ernst de Haan
a0291600cc
Unification of JDK port names.
...
ports/java/Makefile
Matches new names and locations of JDK ports. Checked sorting.
ports/java/jdk
All files removed from CVS. This port is moved to java/jdk11.
Checked that the repocopy was okay.
ports/java/jdk12-beta
All files removed from CVS. This port is moved to java/jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk
All files removed from CVS. This port is moved to
java/linux-blackdown-jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk13
All files removed from CVS. This port is moved to
java/linux-sun-jdk13.
Checked that the repocopy was okay.
ports/java/linux-jdk14
All files removed from CVS. This port is moved to
java/linux-sun-jdk14.
Checked that the repocopy was okay.
PR: 27358
2002-06-12 20:50:09 +00:00
Greg Lewis
991bc4e41a
. Fix compilation on FreeBSD 4.2 by including <sys/param.h>
...
PR: 36871
. Fix compilation on -CURRENT using gcc 3.1 by including <string.h>
(for strlen(3))
Reported and tested by: John Angelmo <john@veidit.net>
Reviewed by: sobomax
Approved by: sobomax
2002-06-11 19:03:47 +00:00
Ernst de Haan
cf108ef55c
Added jboss3.
2002-06-11 08:32:13 +00:00
Ernst de Haan
014a5fd275
Changed the name of the control script from jbossctl to
...
jboss2ctl. Changed the name of the startup script from
020.jboss.sh to 020.jboss2.sh. Changed the description of this
port to include the major version number to distinguish this port
from the JBoss 3 port.
Bumped the PORTREVISION.
2002-06-11 07:44:21 +00:00
Ernst de Haan
e73407c4f2
Upgrade to JBoss 3.0.0.
2002-06-11 07:38:25 +00:00
Ernst de Haan
c441281f90
Updated the homepage URL.
2002-06-10 07:56:28 +00:00
Ernst de Haan
1af1af5eed
Upgrade to 1.4.0_01.
2002-06-06 13:00:29 +00:00
Ernst de Haan
fe69929d4c
Upgrade from 2.4.4 to 2.4.6.
2002-06-06 12:36:34 +00:00
Kris Kennaway
9f5a2bc787
Rename monstrously long patch filenames that were causing tar to exceed
...
length limitations (100 characters) and fail.
2002-06-05 21:43:14 +00:00
Kris Kennaway
36de601b52
Switch dependency from open-motif-devel to open-motif, since the former
...
was removed.
Pointy hat to: obrien
2002-06-04 00:43:27 +00:00
Pete Fritchman
0c49864419
Fix typo: USE_PERL -> USE_PERL5
2002-06-02 19:22:16 +00:00
Ernst de Haan
5427f343f8
Improved download URL.
...
Prompted by: obrien
Also now unregistering with javavm at deinstallation.
2002-05-28 09:28:11 +00:00
David E. O'Brien
ba0c879959
Use correct Open Motif.
2002-05-28 01:47:45 +00:00
David E. O'Brien
da94449299
Allow `make reinstall' to work.
2002-05-28 01:43:33 +00:00
David E. O'Brien
7bc585c253
Make sure the Linux bits are loaded before extracting as the extractor is
...
a Linux binary.
2002-05-28 01:40:07 +00:00
Ernst de Haan
a4ab7c2749
Upgrade from 1.4.0-beta 3 to 1.4.0.
...
Prompted by: Jay Sachs <jay@eziba.com>
PR: 38129
2002-05-24 07:05:39 +00:00
Ernst de Haan
f1c39f40dd
Upgrade to 1.2b6. This is the result of chasing the
...
author.
Port is now unbroken.
Approved by: maintainer
2002-05-24 06:42:23 +00:00