| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
messages are produced in the order that they were intended.
Notes:
svn path=/head/; revision=83000
|
|
|
|
|
|
|
| |
Submitted by: nork
Notes:
svn path=/head/; revision=82937
|
|
|
|
|
|
|
| |
. Use the POSIX command line syntax for tail, not the "historical".
Notes:
svn path=/head/; revision=82896
|
|
|
|
|
|
|
| |
Requested by: parv <parv_fm@emailgroups.net>
Notes:
svn path=/head/; revision=82849
|
|
|
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
Notes:
svn path=/head/; revision=82811
|
|
|
|
|
|
|
|
| |
PR: 47153
Requested by: parv_fm@emailgroups.net
Notes:
svn path=/head/; revision=82774
|
|
|
|
| |
Notes:
svn path=/head/; revision=82760
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The -CURRENT /bin/expr command may get confused when matching regexps
against strings that begin with "-", because they are interpreted as
command flags.
Using "--" as the first flag solves this, but it will in turn confuse
-STABLE expr (syntax error), so it looks like there's no common way to do
it (that I can think of).
Notes:
svn path=/head/; revision=82466
|
|
|
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
Notes:
svn path=/head/; revision=82300
|
|
|
|
| |
Notes:
svn path=/head/; revision=82195
|
|
|
|
|
|
|
|
| |
PR: 52442
Submitted by: maintainer
Notes:
svn path=/head/; revision=82183
|
|
|
|
|
|
|
|
|
| |
JDK_HOME will have to be set by hand (or use the -jdkhome switch).
Submitted by: Khairil Yusof <kaeru@pd.jaring.my>
Notes:
svn path=/head/; revision=82034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Mark as RESTRICTED
* Use java >= 1.3
* Add better package description
PR: ports/44275
Submitted by: Stefan Schmidt <stefan.schmidt@twest.de>
PR: ports/49100
Submitted by: Angel Todorov <angel.todorov@-u.de>
Notes:
svn path=/head/; revision=82021
|
|
|
|
|
|
|
| |
use the javavm command to start.
Notes:
svn path=/head/; revision=81986
|
|
|
|
| |
Notes:
svn path=/head/; revision=81555
|
|
|
|
| |
Notes:
svn path=/head/; revision=81220
|
|
|
|
| |
Notes:
svn path=/head/; revision=81209
|
|
|
|
| |
Notes:
svn path=/head/; revision=81207
|
|
|
|
|
|
|
|
|
|
|
|
| |
JMP is a profiler for java that can be used to trace objects usage and
method timings. JMP uses the JVMPI interface to gather statistics and
interact with the JVM. JMP uses a GTK+ interface to show the status.
PR: 47151, 48474, 50325
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Notes:
svn path=/head/; revision=81043
|
|
|
|
|
|
|
|
|
|
|
| |
include/bsd -> include/freebsd in sources, but not reflected
this change in pkg-plist)
Reported by: Holger Kipp <Holger.Kipp@alogis.com>,
Kunihiro Arai <kunihiro-arai@seagreen.ocn.ne.jp>
Notes:
svn path=/head/; revision=80481
|
|
|
|
|
|
|
|
| |
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR: 51788
Notes:
svn path=/head/; revision=80434
|
|
|
|
|
|
|
|
|
| |
The port now uses the JAVAJARDIR variable defined in bsd.java.mk.
Submitted by: maintainer
Notes:
svn path=/head/; revision=80430
|
|
|
|
| |
Notes:
svn path=/head/; revision=80314
|
|
|
|
|
|
|
| |
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
|