| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
2. Don't create directories for new files, invoke patch with -p0.
PR: 52195 [1]
Submitted by: David Yeske <dyeske@yahoo.com> [1 - based on]
Notes:
svn path=/head/; revision=86195
|
|
|
|
|
|
|
|
|
| |
it doesn't require user intervention to download and install.
PR: 30576
Notes:
svn path=/head/; revision=85308
|
|
|
|
|
|
|
| |
BUILD_DEPENDS.
Notes:
svn path=/head/; revision=83001
|
|
|
|
|
|
|
| |
messages are produced in the order that they were intended.
Notes:
svn path=/head/; revision=83000
|
|
|
|
|
|
|
| |
Reminded by: lioux
Notes:
svn path=/head/; revision=80268
|
|
|
|
|
|
|
|
|
| |
warning that the Classic VM is unusable with HotSpot.
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Notes:
svn path=/head/; revision=79471
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=76825
|
|
|
|
| |
Notes:
svn path=/head/; revision=76665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=76664
|
|
|
|
| |
Notes:
svn path=/head/; revision=75384
|
|
|
|
|
|
|
| |
the value, then tell the user to use that to set the value too.
Notes:
svn path=/head/; revision=74272
|
|
|
|
|
|
|
| |
Noticed by: 'make index' in crontab
Notes:
svn path=/head/; revision=74251
|
|
|
|
|
|
|
| |
necessary to support the different font.properties that are installed.
Notes:
svn path=/head/; revision=69210
|
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION.
Submitted by: daichi, Tetsuo Suzuki <tetsuo@ss-lab.net>
Notes:
svn path=/head/; revision=69202
|
|
|
|
|
|
|
| |
libMrm.a, which isn't.
Notes:
svn path=/head/; revision=69076
|
|
|
|
|
|
|
|
|
| |
use ${DISTDIR} rather than /usr/ports/distfiles.
Submitted by: Mike Meyer <mwm@mired.org>
Notes:
svn path=/head/; revision=69074
|
|
|
|
| |
Notes:
svn path=/head/; revision=68769
|
|
|
|
|
|
|
|
|
|
| |
character sets).
. Bump PORTREVISION.
Submitted by: daichi
Notes:
svn path=/head/; revision=68294
|
|
|
|
|
|
|
|
|
| |
The instructions are based on text submitted in the PR (by grog).
PR: 42942
Notes:
svn path=/head/; revision=68216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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
Notes:
svn path=/head/; revision=67730
|
|
|
|
|
|
|
|
|
| |
linux-sun-jdk1.3.1.
PR: 41424
Notes:
svn path=/head/; revision=64324
|
|
|
|
| |
Notes:
svn path=/head/; revision=64246
|
|
|
|
|
|
|
| |
bootstrapping with the Linux JDK.
Notes:
svn path=/head/; revision=64108
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=64060
|
|
|
|
| |
Notes:
svn path=/head/; revision=63554
|
|
|
|
|
|
|
|
| |
with a piece of sh+awk based on a recent post to freebsd-arch by
Cyrille Lefevre <cyrille.lefevre@laposte.net>.
Notes:
svn path=/head/; revision=62964
|
|
|
|
| |
Notes:
svn path=/head/; revision=62611
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=62075
|
|
|
|
|
|
|
|
|
| |
statically link with the Motif libraries.
Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
Notes:
svn path=/head/; revision=61980
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=61223
|
|
|
|
| |
Notes:
svn path=/head/; revision=60158
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an already installed native JDK rather than insisting on the
hardcoded Sun Linux JDK as the bootstrapper. This also means
that one can remove the Sun Linux JDK after the initial build
if so desired.
This may be superseded by a more general method of specifying
the bootstrap compiler from bsd.java.mk at a later date.
Reviewed by: sobomax
Approved by: sobomax
Notes:
svn path=/head/; revision=58483
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bandaid is reverted by this commit and instead patches are added
which will remove duplicate message entries from the .po files for
the plugin.
These are essentially the patches of marius@alchemy.franken.de, with
the first part of each patch removed (the message does actually have
two spaces in the code!). These patches were verified with the script
submitted by KANOU Hiroki-san and against the patches submitted by
SUGIMURA Takashi-san. Thanks to all of these people.
Apologies for the increasingly long patch names.
PR: 37087, 37147
Submitted by: marius@alchemy.franken.de
Reviewed by: sobomax
Approved by: sobomax
Notes:
svn path=/head/; revision=58482
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
messages for the browser plugin.
This is a bandaid for the problem expressed in the PR while I evaluate
a number of other proposed patches for the correct fix. Hence the PR
currently remains open.
PR: 37087
Reviewed by: sobomax
Approved by: sobomax
Notes:
svn path=/head/; revision=57767
|
|
|
|
|
|
|
| |
Approved by: sobomax
Notes:
svn path=/head/; revision=57744
|
|
|
|
|
|
|
|
|
|
| |
of the jdk13 port.
Reviewed by: sobomax
Approved by: sobomax
Notes:
svn path=/head/; revision=57729
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
built by someone other than root. Instead of moving the files with tar,
move them with cpio and set up ownership.
Note that I have not closed the PR as there are 12 other ports named in
the PR with this problem.
PR: 36411
Submitted by: Alan Eldridge <ports@geeksrus.net>
Reviewed by: sobomax
Approved by: sobomax
Notes:
svn path=/head/; revision=57602
|
|
|
|
|
|
|
|
|
| |
the application home directory.
Prompted by: Marc Recht <recht@contentmedia.de>
Notes:
svn path=/head/; revision=57390
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
resolves the following error when starting Mozilla:
LoadPlugin: failed to initialize shared library
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined
symbol "XtShellStrings"]
While I'm here add a tweak to prune empty directories before installing
JDK, so that JDK installed from a pre-built package deinstalls properly.
Bump PORTREVISION.
Notes:
svn path=/head/; revision=56006
|
|
|
|
|
|
|
|
|
|
| |
port should be rebuilt for the patch to be applied. Now
portupgrade should work as expected.
PR: ports/35658
Notes:
svn path=/head/; revision=55872
|
|
|
|
|
|
|
|
|
|
| |
starting any Swing app.
PR: 31364
Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
Notes:
svn path=/head/; revision=55626
|
|
|
|
|
|
|
| |
Submitted by: Greg Lewis
Notes:
svn path=/head/; revision=54961
|
|
|
|
|
|
|
|
| |
PR: 35120
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Notes:
svn path=/head/; revision=54920
|
|
|
|
|
|
|
| |
Submitted by: Remco van't Veer
Notes:
svn path=/head/; revision=54708
|
|
|
|
|
|
|
|
| |
PR: 34923
Submitted by: Greg Lewis
Notes:
svn path=/head/; revision=54694
|
|
|
|
|
|
|
| |
place.
Notes:
svn path=/head/; revision=51523
|
|
|
|
|
|
|
|
| |
PR: 31257
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Notes:
svn path=/head/; revision=48838
|
|
|
|
|
|
|
| |
Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
Notes:
svn path=/head/; revision=47744
|
|
|
|
|
|
|
|
|
|
| |
please make sure that you have upgraded before reporting a bug or problem.
PR: 30481
Submitted by: Greg Lewis <glewis@eyesbeyond.com>
Notes:
svn path=/head/; revision=47603
|