notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: java/jdk12/Makefile

Number of commits found: 30

Wednesday, 12 Dec 2007
03:13 linimon search for other commits by this committer
Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.
Original commit
Sunday, 22 Jul 2007
00:59 pav search for other commits by this committer
- Mark jdk11 / jdk12 ports for removal in 1 month

Inspired by:    glewis
With hat:       portmgr
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 9 May 2006
00:18 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with a J
Original commit
Monday, 5 Sep 2005
03:16 glewis search for other commits by this committer
. 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
Original commit
Saturday, 23 Jul 2005
07:49 glewis search for other commits by this committer
. Default to bootstrapping with jbootstrap.
Original commit
Monday, 2 May 2005
18:55 glewis search for other commits by this committer
. 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
Original commit
Friday, 6 Feb 2004
16:49 glewis search for other commits by this committer
. Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.

Reminded by:    kris
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 22 Jan 2004
12:18 trevor search for other commits by this committer
Use the CPIO macro defined in bsd.port.mk.
Original commit
Monday, 19 Jan 2004
20:38 glewis search for other commits by this committer
. 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
Original commit
Friday, 16 Jan 2004
01:21 glewis search for other commits by this committer
. 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
Original commit
Thursday, 13 Nov 2003
14:45 trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Original commit
Saturday, 23 Aug 2003
15:17 glewis search for other commits by this committer
. 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
Original commit
Sunday, 3 Aug 2003
03:17 glewis search for other commits by this committer
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)
Original commit
Saturday, 2 Aug 2003
17:30 glewis search for other commits by this committer
. 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
Original commit
Monday, 21 Jul 2003
17:21 glewis search for other commits by this committer
. Switch to using the appropriate Blackdown JDK for bootstrapping since
  it doesn't require user intervention to download and install.

PR:             30576
Original commit
Sunday, 15 Jun 2003
05:53 glewis search for other commits by this committer
. Reorder the check for the source and patchset so that the failure
  messages are produced in the order that they were intended.
Original commit
Monday, 7 Apr 2003
22:50 kris search for other commits by this committer
Allow the build to commence by changing the BUILD_DEPENDS on jfc to
PATCH_DEPENDS, since it is required by pre-patch
Original commit
Monday, 10 Mar 2003
06:42 kris search for other commits by this committer
Add another check for !PACKAGE_BUILDING when setting IGNORE
Original commit
Thursday, 6 Mar 2003
17:43 glewis search for other commits by this committer
. Allow package building on bento to bypass the distfile check.

Requested by:   kris
Original commit
Friday, 21 Feb 2003
11:06 glewis search for other commits by this committer
de-pkg-comment
Original commit
Thursday, 20 Feb 2003
10:39 glewis search for other commits by this committer
. Make portlint happier.
Original commit
Thursday, 30 Jan 2003
11:10 glewis search for other commits by this committer
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.
Original commit
08:23 kris search for other commits by this committer
Use the full path to /sbin/sysctl

Noticed by:     'make index' in crontab
Original commit
Thursday, 17 Oct 2002
16:31 glewis search for other commits by this committer
. Make the instructions for downloading the various source bits clearer.
  The instructions are based on text submitted in the PR (by grog).

PR:     42942
Original commit
Thursday, 10 Oct 2002
08:38 znerd search for other commits by this committer
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
Original commit
Wednesday, 18 Sep 2002
10:12 glewis search for other commits by this committer
Update to patchset 11.
Original commit
Monday, 19 Aug 2002
20:47 glewis search for other commits by this committer
. 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.
Original commit
Friday, 14 Jun 2002
19:08 glewis search for other commits by this committer
. 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
Original commit

Number of commits found: 30