| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=203125
|
|
|
|
|
|
|
|
| |
Inspired by: glewis
With hat: portmgr
Notes:
svn path=/head/; revision=196029
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=161761
|
|
|
|
| |
Notes:
svn path=/head/; revision=148433
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=141967
|
|
|
|
|
|
|
| |
(which is what jbootstrap uses).
Notes:
svn path=/head/; revision=139951
|
|
|
|
| |
Notes:
svn path=/head/; revision=139950
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=134505
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=129106
|
|
|
|
|
|
|
|
| |
. Call unregistervm with the VM we registered, not the comment associated
with (as comments should be optional).
Notes:
svn path=/head/; revision=117789
|
|
|
|
| |
Notes:
svn path=/head/; revision=104308
|
|
|
|
|
|
|
| |
Reminded by: kris
Notes:
svn path=/head/; revision=100159
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=98793
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98594
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98256
|
|
|
|
|
|
|
|
| |
also avoids grabbing the jni.h header from gcj, which really causes
problems.
Notes:
svn path=/head/; revision=98222
|
|
|
|
| |
Notes:
svn path=/head/; revision=93890
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
Notes:
svn path=/head/; revision=87559
|
|
|
|
|
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
PR: 52195
Notes:
svn path=/head/; revision=86196
|
|
|
|
|
|
|
|
|
| |
it doesn't require user intervention to download and install.
PR: 30576
Notes:
svn path=/head/; revision=85308
|
|
|
|
|
|
|
| |
messages are produced in the order that they were intended.
Notes:
svn path=/head/; revision=83000
|
|
|
|
|
|
|
| |
PATCH_DEPENDS, since it is required by pre-patch
Notes:
svn path=/head/; revision=78556
|
|
|
|
| |
Notes:
svn path=/head/; revision=77080
|
|
|
|
|
|
|
| |
Requested by: kris
Notes:
svn path=/head/; revision=77036
|
|
|
|
| |
Notes:
svn path=/head/; revision=76052
|
|
|
|
| |
Notes:
svn path=/head/; revision=76028
|
|
|
|
| |
Notes:
svn path=/head/; revision=75935
|
|
|
|
|
|
|
|
|
|
|
| |
. 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)
Notes:
svn path=/head/; revision=75933
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
share/doc
Notes:
svn path=/head/; revision=69861
|
|
|
|
|
|
|
|
|
| |
The instructions are based on text submitted in the PR (by grog).
PR: 42942
Notes:
svn path=/head/; revision=68217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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
|
|
|
|
| |
Notes:
svn path=/head/; revision=66575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=64673
|
|
|
|
| |
Notes:
svn path=/head/; revision=64418
|
|
|
|
|
|
|
|
|
|
|
| |
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
/usr/bin/find and /usr/bin/cpio, respectively.
Reviewed by: znerd
Notes:
svn path=/head/; revision=61272
|
|
|
|
|
|
|
|
|
| |
was removed.
Pointy hat to: obrien
Notes:
svn path=/head/; revision=60561
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=57646
|
|
|
|
| |
Notes:
svn path=/head/; revision=57641
|
|
|
|
|
|
|
|
| |
PR: 27058
Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
Notes:
svn path=/head/; revision=42219
|
|
|
|
|
|
|
|
|
|
| |
- the previous replacement of \s+# -> \t\t# triggered
error "Unassociated shell command #"
Submitted by: Dan Langille <dan@langille.org>
Notes:
svn path=/head/; revision=38347
|
|
|
|
| |
Notes:
svn path=/head/; revision=38343
|
|
|
|
|
|
|
| |
Reported by: Max Khon <fjoe@plesk.com>, Ilya Krel <ilya@krel.org>
Notes:
svn path=/head/; revision=34749
|
|
|
|
|
|
|
| |
Submitted by: Ed Sweeney <edwardsweeney@yahoo.com>
Notes:
svn path=/head/; revision=33886
|
|
|
|
|
|
|
|
|
| |
to make the Alpha work.
Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
Notes:
svn path=/head/; revision=33820
|
|
Sun and patchset from FreeBSD Java Project.
Notes:
svn path=/head/; revision=33771
|