non port: java/jdk12/Makefile |
Number of commits found: 30 |
Wednesday, 12 Dec 2007
|
03:13 linimon
Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.
 |
Sunday, 22 Jul 2007
|
00:59 pav
- Mark jdk11 / jdk12 ports for removal in 1 month
Inspired by: glewis
With hat: portmgr
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 9 May 2006
|
00:18 edwin
Remove USE_REINPLACE from categories starting with a J
 |
Monday, 5 Sep 2005
|
03:16 glewis
. Tell the user all the files they will need up front, instead of telling
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
 |
Saturday, 23 Jul 2005
|
07:49 glewis
. Default to bootstrapping with jbootstrap.
 |
Monday, 2 May 2005
|
18:55 glewis
. Ensure that when files are extracted that their fully resolved path lies
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
 |
Friday, 6 Feb 2004
|
16:49 glewis
. Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by: kris
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Thursday, 22 Jan 2004
|
12:18 trevor
Use the CPIO macro defined in bsd.port.mk.
 |
Monday, 19 Jan 2004
|
20:38 glewis
. Add ${LOCALBASE}/lib to the default search path for libraries when using
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
 |
Friday, 16 Jan 2004
|
01:21 glewis
. Install an updated cacerts file. This was produced by taking the
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
 |
Thursday, 13 Nov 2003
|
14:45 trevor
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
 |
Saturday, 23 Aug 2003
|
15:17 glewis
. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} is
(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
 |
Sunday, 3 Aug 2003
|
03:17 glewis
Forced commit to note that the previous log message should have read:
. Autodetect a previous jdk12 install and use that to bootstrap by
default if it exists. This can be overidden either using JDK12DIR
or setting WITH_LINUX_BOOTSTRAP.
(i.e. 13 -> 12)
 |
Saturday, 2 Aug 2003
|
17:30 glewis
. Autodetect a previous jdk13 install and use that to bootstrap by
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
PR: 52195
 |
Monday, 21 Jul 2003
|
17:21 glewis
. Switch to using the appropriate Blackdown JDK for bootstrapping since
it doesn't require user intervention to download and install.
PR: 30576
 |
Sunday, 15 Jun 2003
|
05:53 glewis
. Reorder the check for the source and patchset so that the failure
messages are produced in the order that they were intended.
 |
Monday, 7 Apr 2003
|
22:50 kris
Allow the build to commence by changing the BUILD_DEPENDS on jfc to
PATCH_DEPENDS, since it is required by pre-patch
 |
Monday, 10 Mar 2003
|
06:42 kris
Add another check for !PACKAGE_BUILDING when setting IGNORE
 |
Thursday, 6 Mar 2003
|
17:43 glewis
. Allow package building on bento to bypass the distfile check.
Requested by: kris
 |
Friday, 21 Feb 2003
|
11:06 glewis
de-pkg-comment
 |
Thursday, 20 Feb 2003
|
10:39 glewis
. Make portlint happier.
 |
Thursday, 30 Jan 2003
|
11:10 glewis
Be consistent. If we're going to explicitly use /sbin/sysctl to check
the value, then tell the user to use that to set the value too.
 |
08:23 kris
Use the full path to /sbin/sysctl
Noticed by: 'make index' in crontab
 |
Thursday, 17 Oct 2002
|
16:31 glewis
. Make the instructions for downloading the various source bits clearer.
The instructions are based on text submitted in the PR (by grog).
PR: 42942
 |
Thursday, 10 Oct 2002
|
08:38 znerd
Not using IGNORE anymore to avoid package building.
.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
 |
Wednesday, 18 Sep 2002
|
10:12 glewis
Update to patchset 11.
 |
Monday, 19 Aug 2002
|
20:47 glewis
. Synchronise with jdk13 Makefile as much as possible to reduce
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.
 |
Friday, 14 Jun 2002
|
19:08 glewis
. Fix the dependencies for this port following the renaming of the JDK
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
/usr/bin/find and /usr/bin/cpio, respectively.
Reviewed by: znerd
 |
Number of commits found: 30 |