--- wikisrc/users/ryoon/updating_openjdk7.mdwn 2013/06/27 14:04:36 1.1 +++ wikisrc/users/ryoon/updating_openjdk7.mdwn 2014/01/25 07:32:57 1.4 @@ -1,6 +1,6 @@ [[!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. You should install latest 1.x branch of mecurial, 1.2.1 from http://mercurial.selenic.com/release/mercurial-1.2.1.tar.gz . @@ -77,8 +77,10 @@ You should enter each directory, and che using mercurial-2.x. For example, + $ cd jdk - $ hg checkout tip + $ hg pull && hg update + You should do in each directory in bsd-port/. In this case, I will use tip version. @@ -99,7 +101,7 @@ In this case, I will use tip version. # 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.