Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
e1e7dcd0
Commit
e1e7dcd0
authored
Aug 26, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work around for broken port.
parent
c6d960ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
install/updates/5/8
install/updates/5/8
+4
-3
No files found.
install/updates/5/8
View file @
e1e7dcd0
...
@@ -16,10 +16,11 @@ sub InstallUpdate($$)
...
@@ -16,10 +16,11 @@ sub InstallUpdate($$)
#
#
if ($phase eq "pre") {
if ($phase eq "pre") {
Phase "xerces-c2", "Checking xerces-c2 status", sub {
Phase "xerces-c2", "Checking xerces-c2 status", sub {
Phase "port", "
Checking for
port xerces-c2", sub {
Phase "port", "
Installing
port xerces-c2", sub {
DoneIfPackageInstalled("xerces
-c2
");
DoneIfPackageInstalled("xerces");
ExecQuietFatal("cd $PORTSDIR/textproc/xerces-c2; ".
ExecQuietFatal("cd $PORTSDIR/textproc/xerces-c2; ".
"make -DBATCH install");
"make clean; make rmconfig; ".
"make -DBATCH WITH_DEBUG=on install");
};
};
Phase "reconfig", "Checking to see if reconfigure needed", sub {
Phase "reconfig", "Checking to see if reconfigure needed", sub {
PhaseSkip("No reconfig needed")
PhaseSkip("No reconfig needed")
...
...
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