| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reminded by: lioux
Notes:
svn path=/head/; revision=80268
|
|
|
|
| |
Notes:
svn path=/head/; revision=80251
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=80250
|
|
|
|
| |
Notes:
svn path=/head/; revision=80217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=80210
|
|
|
|
|
|
|
|
|
| |
. Revert back to using the actual distribution site in MASTER_SITES.
Approved by: znerd
Notes:
svn path=/head/; revision=80184
|
|
|
|
|
|
|
| |
Reported by: Thomas Vogt <thomas.vogt@bsdunix.ch>
Notes:
svn path=/head/; revision=80157
|
|
|
|
|
|
|
| |
install if linux_base isn't installed.
Notes:
svn path=/head/; revision=80084
|
|
|
|
|
|
|
|
|
|
|
| |
. 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
Notes:
svn path=/head/; revision=80015
|
|
|
|
|
|
|
|
|
|
| |
Destination JAR file now without the version number.
Submitted by: maintainer
PR: 51637
Notes:
svn path=/head/; revision=79937
|
|
|
|
|
|
|
|
| |
PR: 36411
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=79922
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=79921
|
|
|
|
| |
Notes:
svn path=/head/; revision=79586
|
|
|
|
| |
Notes:
svn path=/head/; revision=79584
|
|
|
|
|
|
|
|
|
|
|
| |
post-patch clean up.
. Simplify installation find command.
Reviewed by: znerd
Approved by: znerd
Notes:
svn path=/head/; revision=79566
|
|
|
|
|
|
|
|
| |
Reviewed by: znerd
Approved by: znerd
Notes:
svn path=/head/; revision=79565
|
|
|
|
|
|
|
|
|
| |
PR: 36411
Reviewed by: znerd
Approved by: znerd
Notes:
svn path=/head/; revision=79564
|
|
|
|
|
|
|
| |
threads) the default. This is the most stable combination.
Notes:
svn path=/head/; revision=79472
|
|
|
|
|
|
|
|
|
| |
warning that the Classic VM is unusable with HotSpot.
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Notes:
svn path=/head/; revision=79471
|
|
|
|
| |
Notes:
svn path=/head/; revision=79368
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=79289
|
|
|
|
|
|
|
|
|
| |
commit to distinfo.
Forgotten by: edwin
Notes:
svn path=/head/; revision=79243
|
|
|
|
|
|
|
|
|
|
| |
Lots of changes in the HTML code
PR: ports/50939
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes:
svn path=/head/; revision=79216
|
|
|
|
| |
Notes:
svn path=/head/; revision=79170
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=79117
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=79116
|
|
|
|
|
|
|
| |
to maintain the JBoss ports.
Notes:
svn path=/head/; revision=79062
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=79037
|
|
|
|
|
|
|
| |
Pointed out by: joerg
Notes:
svn path=/head/; revision=78665
|
|
|
|
|
|
|
| |
PATCH_DEPENDS, since it is required by pre-patch
Notes:
svn path=/head/; revision=78556
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=78534
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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>
Notes:
svn path=/head/; revision=78533
|
|
|
|
| |
Notes:
svn path=/head/; revision=78529
|
|
|
|
| |
Notes:
svn path=/head/; revision=78515
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=78510
|
|
|
|
|
|
|
| |
Java version of GNU getopt family functions
Notes:
svn path=/head/; revision=78508
|
|
|
|
|
|
|
|
| |
PR: 45287
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes:
svn path=/head/; revision=77533
|
|
|
|
| |
Notes:
svn path=/head/; revision=77166
|
|
|
|
| |
Notes:
svn path=/head/; revision=77165
|
|
|
|
|
|
|
| |
Requested by: kris
Notes:
svn path=/head/; revision=77132
|
|
|
|
|
|
|
|
|
|
| |
don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous
versions).
Reported by: Phillip Oleson <poleson@verio.net>
Notes:
svn path=/head/; revision=77130
|
|
|
|
|
|
|
|
|
|
|
| |
This is pre-requisite of native jdk14 port build on bento.
Requested by: kris
Approved by: portmgr
No response from: znerd (maintainer)
Notes:
svn path=/head/; revision=77123
|
|
|
|
|
|
|
|
|
|
|
| |
people about requirement of libc_r updates as early as possible.
Bump PORTREVISION
Approved by: portmgr (kris) (implicitly)
Notes:
svn path=/head/; revision=77122
|
|
|
|
| |
Notes:
svn path=/head/; revision=77121
|
|
|
|
|
|
|
| |
Submitted by: olgeni, glewis
Notes:
svn path=/head/; revision=77120
|
|
|
|
|
|
|
| |
but sometimes leaves in)
Notes:
svn path=/head/; revision=77119
|
|
|
|
| |
Notes:
svn path=/head/; revision=77118
|
|
|
|
| |
Notes:
svn path=/head/; revision=77091
|
|
|
|
|
|
|
|
|
| |
(old K6 and some SMP machines) don't use javah_g in build process.
Reported by: many people
Notes:
svn path=/head/; revision=77090
|
|
|
|
|
|
|
|
|
| |
MulticastSocket.joinGroup() from behaving correctly.
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Notes:
svn path=/head/; revision=77088
|