version 1.3, 2014/06/09 08:32:38
|
version 1.5, 2014/06/09 08:46:25
|
Line 107 Commit the patches
|
Line 107 Commit the patches
|
|
|
$ hg diff -r (revision of first commit in ryoon_freebsd-30.0) | \ |
$ hg diff -r (revision of first commit in ryoon_freebsd-30.0) | \ |
sed -e 's!^--- a/!--- !' -e 's!^+++ b/!+++ !' > ~/firefox-30.0.diff |
sed -e 's!^--- a/!--- !' -e 's!^+++ b/!+++ !' > ~/firefox-30.0.diff |
vi ~/firefox-30.0.diff |
$ vi ~/firefox-30.0.diff |
(Remove patch to .hgignore) |
(Remove patch to .hgignore) |
(Remove patch to .hgtags) |
(Remove patch to .hgtags) |
|
|
Line 117 Commit the patches
|
Line 117 Commit the patches
|
$ vi Makefile |
$ vi Makefile |
(Update version) |
(Update version) |
(Remove PKGREVISION) |
(Remove PKGREVISION) |
(Fix WRKSRC) |
(Fix WRKSRC variable) |
$ make mdi |
$ make mdi |
$ make extract |
$ make extract |
$ pushd ${WRKOBJDIR}/www/firefox/work/mozilla-beta |
$ pushd ${WRKOBJDIR}/www/firefox/work/mozilla-beta |