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
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
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
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
rather than <machine/soundcard.h>. This doesn't affect the build
on 4-STABLE.
PR: 36988
Submitted by: Motoyuki Konno <motoyuki@bsdclub.org>
Reviewed by: sobomax
Approved by: sobomax
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
argument list is too long. Hence the first patch invoked tar once for
each file. This works, but is inefficient. This version of the patch
uses cpio in pass through mode to copy all the files at once.
PR: 35658
Submitted by: "Remco van 't Veer" <rwvtveer@xs4all.nl>
Reviewed by: sobomax
Approved by: sobomax
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
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.