| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Inspired by: glewis
With hat: portmgr
|
| |
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
porky pies about what they have and prompting them one file at a time.
This is a rewording and reworking (for jdk12) of the patch in the
attributed PR by fenner@ (which is for jdk14).
. Update the (commented out) MASTER_SITES while I'm here.
PR: 84644
|
| |
|
|
| |
(which is what jbootstrap uses).
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
in or below the current working directory. Fixes a security problem with
jar(1).
This fix may change to be compatible with whatever fix Sun applies when
they release the next version of 1.5.
. Bump PORTREVISION for this fix.
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
|
| |
|
|
|
|
| |
This ensures that this command is run before the files in the package
are deleted (which is necessary for it to correctly delete the symbolic
links created by registervm).
|
| |
|
|
|
| |
. Call unregistervm with the VM we registered, not the comment associated
with (as comments should be optional).
|
| | |
|
| |
|
|
| |
Reminded by: kris
|
| |
|
|
| |
(Part 2)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
JNI.
XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
be added? /lib is part of the default search path on Linux.
Requested by: marcus
|
| |
|
|
|
|
|
| |
standard 1.2.2 cacerts file and updating it with the new root
certificates using the procedure described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
|
| |
|
|
|
| |
also avoids grabbing the jni.h header from gcj, which really causes
problems.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
|
| |
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
PR: 52195
|
| |
|
|
|
|
| |
it doesn't require user intervention to download and install.
PR: 30576
|
| |
|
|
| |
messages are produced in the order that they were intended.
|
| |
|
|
| |
PATCH_DEPENDS, since it is required by pre-patch
|
| | |
|
| |
|
|
| |
Requested by: kris
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
. 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)
|
| |
|
|
| |
the value, then tell the user to use that to set the value too.
|
| |
|
|
| |
Noticed by: 'make index' in crontab
|
| |
|
|
| |
share/doc
|
| |
|
|
|
|
| |
The instructions are based on text submitted in the PR (by grog).
PR: 42942
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
| |
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
/usr/bin/find and /usr/bin/cpio, respectively.
Reviewed by: znerd
|
| |
|
|
|
|
| |
was removed.
Pointy hat to: obrien
|
| |
|
|
|
|
|
|
|
|
|
|
| |
built by someone other than root. Instead of moving the files with tar,
move them with cpio and set up ownership.
This leaves 11 of the ports listed in the PR still to go.
PR: 36411
Submitted by: Alan Eldridge <ports@geeksrus.net>
Reviewed by: sobomax
Approved by: sobomax
|
| | |
|
| |
|
|
|
| |
PR: 27058
Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
|
| |
|
|
|
|
|
| |
- the previous replacement of \s+# -> \t\t# triggered
error "Unassociated shell command #"
Submitted by: Dan Langille <dan@langille.org>
|
| | |
|
| |
|
|
| |
Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org>
|
| |
|
|
| |
Submitted by: Ed Sweeney <edwardsweeney@yahoo.com>
|
| |
|
|
|
|
| |
to make the Alpha work.
Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
|
|
|
Sun and patchset from FreeBSD Java Project.
|