| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 45287
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
| |
|
| |
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
|
|
| |
don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous
versions).
Reported by: Phillip Oleson <poleson@verio.net>
|
|
|
|
|
|
|
|
| |
This is pre-requisite of native jdk14 port build on bento.
Requested by: kris
Approved by: portmgr
No response from: znerd (maintainer)
|
|
|
|
|
|
|
|
| |
people about requirement of libc_r updates as early as possible.
Bump PORTREVISION
Approved by: portmgr (kris) (implicitly)
|
| |
|
|
|
|
| |
Submitted by: olgeni, glewis
|
|
|
|
| |
but sometimes leaves in)
|
| |
|
| |
|
|
|
|
|
|
| |
(old K6 and some SMP machines) don't use javah_g in build process.
Reported by: many people
|
|
|
|
|
|
| |
MulticastSocket.joinGroup() from behaving correctly.
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
| |
Submitted by: Mark Linimon <linimon@lonesome.com>
Pointy hat to: glewis
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
|
|
|
|
|
| |
. 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
|
|
|
|
|
|
|
|
| |
. find -> ${FIND}
. Make install owner/group safe. (*)
PR: 36411 (*)
Approved by: znerd
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
targets in bsd.port.mk
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 47668
Submitted by: Mike Meyer <mwm-dated-1044336154.329122@mired.org>
|
|
|
|
|
|
| |
FreeBSD 5.x. This fixes native threads compilation on FreeBSD 5.x.
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
two times.
Submitted by: des
|
| |
|
|
|
|
| |
to be what destablizes the jikes-devel port.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: kris (implicitly)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
. 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)
|
|
|
|
| |
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
| |
|
|
|
|
|
|
| |
- use USE_JAVA.
Submitted by: des (USE_JAVA)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/45165
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
although there is very little that needs to be done on such an old
binary release.
|
|
|
|
| |
the value, then tell the user to use that to set the value too.
|
|
|
|
| |
Noticed by: 'make index' in crontab
|
|
|
|
| |
required) and just gets me email about unfetchable distfiles.
|
|
|
|
|
| |
PR: ports/47030
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
|
| |
PR: ports/41984
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
|
| |
|
| |
|
|
|
|
| |
system directories created by BSD.local.dist
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: glewis, kris
Approved by: kris
|
|
|
|
| |
Submitted by: bento, MAINTAINER
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/45513,ports/45512,ports/45511
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
| |
|
|
|
|
|
|
| |
as ./pkg-plist. It is now written as $WRKDIR/PLIST.
Indicated by: kris
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
|
|
|
| |
the package list. This reduces the size of the ports tree with
~ 600 K !
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
|
| |
PR: ports/45231
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
| |
|
| |
|
|
|
|
|
| |
See:
http://jakarta.apache.org/commons/logging.html
|
| |
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
|
| |
See:
http://jakarta.apache.org/commons/beanutils.html
|
| |
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
| |
Java-library for command line arguments and options.
|
|
|
|
| |
Bumped PORTREVISION.
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
share/doc
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
|
| |
See:
http://www.savarese.org/oro/downloads/index.html#NetComponents
|
| |
|
|
|
|
|
|
|
| |
Changing maintainer to java@freebsd.org
PR: ports/44558
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
|
|
|
|
|
|
|
| |
Move maintainer to java@freebsd.org
PR: ports/44557
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
|
|
|
|
|
| |
. Alter maintainer from freebsd-ports@ to the more standard ports@.
. Instead of explicitly depending on jdk1.1 set USE_JAVA appropriately.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
| |
built by a non-root user.
Submitted by: glewis
|
|
|
|
| |
Noticed by: bento
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
|
|
|
|
|
|
| |
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
|
|
|
|
| |
necessary to support the different font.properties that are installed.
|
|
|
|
|
|
| |
. Bump PORTREVISION.
Submitted by: daichi, Tetsuo Suzuki <tetsuo@ss-lab.net>
|
|
|
|
| |
libMrm.a, which isn't.
|
|
|
|
|
|
| |
use ${DISTDIR} rather than /usr/ports/distfiles.
Submitted by: Mike Meyer <mwm@mired.org>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Huang wen hui <hwh@ns.gddsn.org.cn>
|
|
|
|
|
| |
See:
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html
|
| |
|
|
|
|
|
| |
compatible with bsd.java.mk again.
Bumped PORTREVISION.
|
| |
|
|
|
|
|
|
|
| |
character sets).
. Bump PORTREVISION.
Submitted by: daichi
|
|
|
|
|
|
|
| |
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>.
|
|
|
|
| |
Submitted by: mi
|
|
|
|
|
|
|
| |
and the API documentation. These are all installed in
the correct locations now.
PR: 44211
|
| |
|
| |
|
|
|
|
|
| |
See:
http://jakarta.apache.org/commons/collections.html
|
|
|
|
|
| |
See:
http://jakarta.apache.org/commons/lang.html
|
|
|
|
|
|
| |
Honoring NOPORTDOCS now.
Bumped PORTREVISION.
|
| |
|
|
|
|
|
|
| |
The instructions are based on text submitted in the PR (by grog).
PR: 42942
|
|
|
|
|
|
| |
The instructions are based on text submitted in the PR (by grog).
PR: 42942
|
|
|
|
|
| |
PR: 43827
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
|
|
|
|
| |
PR: 44009
Requested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
See:
http://jakarta.apache.org/log4j/
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR: 42449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
for old version of distfile.
PR: 43397
|
|
|
|
|
| |
PR: 43397
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
|
|
|
|
|
| |
the minor version number anymore.
Bumped PORTREVISION.
PR: 43565
Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
|
|
|
|
|
| |
PR: 42412
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
|
| |
PR: 43266
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting
linux-sun-jdk1.4.1.
|
|
|
|
| |
See: http://java.sun.com/j2se/1.4.1/changes.html
|
|
|
|
| |
This is in preparation for 4.7-RELEASE.
|
|
|
|
| |
stability of this port.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
|
|
|
|
|
| |
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
|
| |
|
|
|
|
| |
PR: ports/42206
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
BUILD_DEPENDS line was missing.
Submitted by: maintainer
PR: 42086
|
|
|
|
|
| |
PR: ports/41961
Reviewed by: freebsd-java
|
|
|
|
|
|
| |
Exactly why is not understood yet.
PR: ports/41961
|
| |
|
|
|
|
|
| |
Install src.jar again, since it is possible for a Java-developper to use
source archive effectively in some IDEs.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointy hat to: archie
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
|
|
|
|
| |
Tweak makefile output.
|
|
|
|
|
|
| |
file is now no longer distributed with this JDK.
Also slightly changed the output from the do-install target.
|
|
|
|
| |
This port includes the Java classes, making the java/sablepath port obsolete.
|
| |
|
| |
|
|
|
|
| |
See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
|
|
|
|
|
|
|
|
| |
This new release is marked as Service Release 2; Build
Identifier cxia32131-20020622.
PR: 41094
Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
to linux-sun-jdk1.4.0.01.
PR: 41424
|
|
|
|
|
|
| |
${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work.
PR: 39593
|
|
|
|
|
|
| |
linux-sun-jdk1.3.1.
PR: 41424
|
| |
|
|
|
|
|
|
|
| |
${PREFIX}/linux-blackdown-jdk1.2.2 and changed the package name
to linux-blackdown-jdk-XXX (where XXX is the package version).
Bumped PORTREVISION.
|
|
|
|
| |
Submitted by: vanilla
|
|
|
|
| |
bootstrapping with the Linux JDK.
|
|
|
|
| |
PR: ports/38396
|
|
|
|
|
|
| |
Watanabe/Wadalab fonts.
Submitted by: daichi <daichi@ongs.co.jp>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
HotSpot if they wish (by hand, not via the port yet).
|
| |
|
| |
|
|
|
|
|
| |
with a piece of sh+awk based on a recent post to freebsd-arch by
Cyrille Lefevre <cyrille.lefevre@laposte.net>.
|
|
|
|
|
|
| |
@exec registervm [...].
Reported by: phantom
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
| |
and native libraries package that has been customized to work with SableVM.
WWW: http://www.sablevm.org/
|
| |
|
| |
|
|
|
|
|
| |
PR: 39956, 37922
Submitted by: maintainer
|
|
|
|
|
| |
See:
http://sourceforge.net/project/shownotes.php?release_id=97033
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
statically link with the Motif libraries.
Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
|
|
|
|
|
|
|
| |
- Change maintainer's address
PR: 39759
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Install documents into ${DOCSDIR}.
Increment PORTREVISION.
Submitted by: des
|
|
|
|
|
| |
PR: 39112
Submitted by: maintainer
|
| |
|
|
|
|
| |
Forgotten by: znerd
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Forgotten by: znerd
|
|
|
|
| |
Forgotten by: znerd (who is even the maintainer of this one :).
|
|
|
|
| |
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
|
|
|
|
|
| |
Not removing ${PREFIX}/share/java at deinstallation anymore
since it is part of the base hierarchy now.
|
|
|
|
|
|
|
|
| |
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
/usr/bin/find and /usr/bin/cpio, respectively.
Reviewed by: znerd
|
|
|
|
|
|
|
|
|
| |
. 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)
|
|
|
|
|
| |
Fixed the packing list.
Bumped PORTREVISION.
|
| |
|
|
|
|
|
|
|
|
| |
cannot be found.
Bumped PORTREVISION.
Submitted by: glewis
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
is empty.
Bumped PORTREVISION.
|
|
|
|
|
| |
Added some download locations.
Bumped PORTREVISION.
|
|
|
|
| |
change the working of the Makefile since NO_WRKSUBDIR is defined.
|
|
|
|
| |
Bumped PORTREVISION.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
length limitations (100 characters) and fail.
|
|
|
|
|
|
| |
was removed.
Pointy hat to: obrien
|
| |
|
|
|
|
|
|
| |
Prompted by: obrien
Also now unregistering with javavm at deinstallation.
|