version 1.1, 2013/06/27 14:04:36
|
version 1.4, 2014/01/25 07:32:57
|
Line 1
|
Line 1
|
[[!meta title="Updating pkgsrc/lang/openjdk7"]] |
[[!meta title="Updating pkgsrc/lang/openjdk7"]] |
|
|
openjdk use hgforest extension of mercurial (hg). |
openjdk uses hgforest extension of mercurial (hg). |
hgforest works with mercurial-1.x only. |
hgforest works with mercurial-1.x only. |
You should install latest 1.x branch of mecurial, 1.2.1 from |
You should install latest 1.x branch of mecurial, 1.2.1 from |
http://mercurial.selenic.com/release/mercurial-1.2.1.tar.gz . |
http://mercurial.selenic.com/release/mercurial-1.2.1.tar.gz . |
Line 77 You should enter each directory, and che
|
Line 77 You should enter each directory, and che
|
using mercurial-2.x. |
using mercurial-2.x. |
|
|
For example, |
For example, |
|
|
$ cd jdk |
$ cd jdk |
$ hg checkout tip |
$ hg pull && hg update |
|
|
You should do in each directory in bsd-port/. |
You should do in each directory in bsd-port/. |
|
|
In this case, I will use tip version. |
In this case, I will use tip version. |
Line 99 In this case, I will use tip version.
|
Line 101 In this case, I will use tip version.
|
|
|
# Upload the tarball to ${MASTER_SITE_LOCAL:=openjdk7/} |
# Upload the tarball to ${MASTER_SITE_LOCAL:=openjdk7/} |
|
|
Using scp, for example, uploading the tarball. |
Using scp, for example, upload the tarball. |
|
|
|
|
# Creating bootstrap binaries. |
# Creating bootstrap binaries. |