Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
6a290800
Commit
6a290800
authored
Mar 31, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install subversion on 6.0 inner boss (yes, I just built the packages
and they appear to install and work okay).
parent
3a97de0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
install/boss-install.in
install/boss-install.in
+12
-1
No files found.
install/boss-install.in
View file @
6a290800
...
...
@@ -414,8 +414,8 @@ Phase "portfixup", "Fixing up packages", sub {
ExecQuietFatal
("
$ENV
PKG_PATH=
$packagedir
$PKG_ADD
rsync-2.6.3_1
");
};
# Temporary for template stuff
if
(
$FBSD_VERSION
==
6
)
{
# Temporary for template stuff
Phase
"
Simple
",
"
Looking for Simple XML Parser
",
sub
{
if
(
!
ExecQuiet
("
$PKG_INFO
-x p5-XML-Simple
"))
{
PhaseSkip
("
p5-XML-Simple already installed
");
...
...
@@ -427,6 +427,17 @@ Phase "portfixup", "Fixing up packages", sub {
ExecQuietFatal
("
$ENV
PKG_PATH=
$packagedir
"
.
"
$PKG_ADD
p5-XML-Simple-2.14
");
};
Phase
"
Subversion
",
"
Looking for Subversion
",
sub
{
if
(
!
ExecQuiet
("
$PKG_INFO
-x subversion
"))
{
PhaseSkip
("
subversion already installed
");
}
PhaseFail
("
Must provide -p (packagedir) argument!
")
if
(
!
$packagedir
);
ExecQuietFatal
("
$ENV
PKG_PATH=
$packagedir
"
.
"
$PKG_ADD
subversion-1.3.0.tbz
");
};
}
if
(
$WINSUPPORT
)
{
Phase
"
gcc30
",
"
Looking for GCC 3.0 and installing
",
sub
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment