Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
011e106f
Commit
011e106f
authored
Jan 11, 2017
by
Mike Hibler
Browse files
Note that FreeBSD 10.3 packages now use perl 5.24.
parent
78fb6465
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/ports/emulab-boss/Makefile.emulab
View file @
011e106f
...
...
@@ -29,10 +29,15 @@ EMULAB_PORTVERSION= 6.1
# Select PHP and Apache versions
# Fix up some port diffs
#
.if
${EMULAB_PORTVERSION}
!=
"UNSUPPORTED"
.if
${EMULAB_PORTVERSION}
==
"6.3"
DEFAULT_VERSIONS
=
perl5
=
5.24
python
=
2.7
tcltk
=
8.6
php
=
5.6
mysql
=
5.5
apache
=
2.2
APACHE_PORT
=
www/apache22
MYSQL_VER
=
55
.
else
.
if
${EMULAB_PORTVERSION}
!=
"UNSUPPORTED"
DEFAULT_VERSIONS
=
perl5
=
5.20
python
=
2.7
tcltk
=
8.6
php
=
5.6
mysql
=
5.5
apache
=
2.2
APACHE_PORT
=
www/apache22
MYSQL_VER
=
55
.
endif
.
endif
.
endif
Write
Preview
Supports
Markdown
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