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
181e575d
Commit
181e575d
authored
Aug 14, 2018
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for 11.2 packages.
parent
fb96ae69
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
install/ports/emulab-boss/Makefile
install/ports/emulab-boss/Makefile
+2
-2
install/ports/emulab-boss/Makefile.emulab
install/ports/emulab-boss/Makefile.emulab
+5
-1
install/ports/emulab-extras/Makefile
install/ports/emulab-extras/Makefile
+1
-1
install/ports/emulab-ops/Makefile
install/ports/emulab-ops/Makefile
+1
-1
install/ports/emulab-protogeni/Makefile
install/ports/emulab-protogeni/Makefile
+2
-2
No files found.
install/ports/emulab-boss/Makefile
View file @
181e575d
...
...
@@ -34,7 +34,7 @@ USE_PHP= bz2 ctype curl dom filter gd hash iconv json mcrypt mysql \
#
# Various ports need to agree on what version of apache.
#
.if
${EMULAB_PORTVERSION}
==
"7.1"
.if
(
${EMULAB_PORTVERSION}
==
"7.1"
||
${EMULAB_PORTVERSION}
==
"7.2"
)
www_apache24_SET
=
SUEXEC
.MAKEFLAGS
+=
APACHE_PORT
=
www/apache24
.MAKEFLAGS
+=
WITH_SUEXEC
=
yes
...
...
@@ -44,7 +44,7 @@ www_apache22_SET= SUEXEC
.MAKEFLAGS
+=
WITH_SUEXEC
=
yes
.
endif
.if
${EMULAB_PORTVERSION}
!=
"7.1"
.if
(
${EMULAB_PORTVERSION}
!=
"7.1"
&&
${EMULAB_PORTVERSION}
!=
"7.2"
)
#
# Use the base version of openssl
#
...
...
install/ports/emulab-boss/Makefile.emulab
View file @
181e575d
...
...
@@ -12,7 +12,11 @@ OSARCH != /usr/bin/uname -m
EMULAB_PORTVERSION
=
UNSUPPORTED
.if
${OSMAJOR}
>=
11
.
if
${OSMINOR}
>=
2
EMULAB_PORTVERSION
=
7.2
.
else
EMULAB_PORTVERSION
=
7.1
.
endif
.
else
.
if
${OSMAJOR}
>=
10
.
if
${OSMINOR}
>=
3
...
...
@@ -33,7 +37,7 @@ EMULAB_PORTVERSION= 6.1
# Select PHP and Apache versions
# Fix up some port diffs
#
.if
${EMULAB_PORTVERSION}
==
"7.1"
.if
(
${EMULAB_PORTVERSION}
==
"7.1"
||
${EMULAB_PORTVERSION}
==
"7.2"
)
DEFAULT_VERSIONS
=
perl5
=
5.26
python
=
2.7
tcltk
=
8.6
php
=
5.6
mysql
=
5.7
apache
=
2.4
APACHE_PORT
=
www/apache24
APACHEMODDIR
=
libexec/apache24
...
...
install/ports/emulab-extras/Makefile
View file @
181e575d
...
...
@@ -80,7 +80,7 @@ RUN_DEPENDS+= \
xterm:
${PORTSDIR}
/x11/xterm
\
zsh:
${PORTSDIR}
/shells/zsh
.if
${PORTVERSION}
==
"7.1"
.if
(
${PORTVERSION}
==
"7.1"
||
${PORTVERSION}
==
"7.2"
)
RUN_DEPENDS
+=
\
vim:
${PORTSDIR}
/editors/vim-console
.
else
...
...
install/ports/emulab-ops/Makefile
View file @
181e575d
...
...
@@ -30,7 +30,7 @@ USE_PHP= bz2 ctype curl dom filter gd hash iconv json mcrypt mysql \
#
# Various ports need to agree on what version of apache.
#
.if
${EMULAB_PORTVERSION}
==
"7.1"
.if
(
${EMULAB_PORTVERSION}
==
"7.1"
||
${EMULAB_PORTVERSION}
==
"7.2"
)
www_apache24_SET
=
SUEXEC
.MAKEFLAGS
+=
APACHE_PORT
=
www/apache24
.MAKEFLAGS
+=
WITH_SUEXEC
=
yes
...
...
install/ports/emulab-protogeni/Makefile
View file @
181e575d
...
...
@@ -22,7 +22,7 @@ WANT_PHP_MOD= yes
#
# Various ports need to agree on what version of apache.
#
.if
${EMULAB_PORTVERSION}
==
"7.1"
.if
(
${EMULAB_PORTVERSION}
==
"7.1"
||
${EMULAB_PORTVERSION}
==
"7.2"
)
www_apache24_SET
=
SUEXEC
.MAKEFLAGS
+=
APACHE_PORT
=
www/apache24
.MAKEFLAGS
+=
WITH_SUEXEC
=
yes
...
...
@@ -32,7 +32,7 @@ www_apache22_SET= SUEXEC
.MAKEFLAGS
+=
WITH_SUEXEC
=
yes
.
endif
.if
${EMULAB_PORTVERSION}
!=
"7.1"
.if
(
${EMULAB_PORTVERSION}
!=
"7.1"
&&
${EMULAB_PORTVERSION}
!=
"7.2"
)
#
# Use the base version of openssl
#
...
...
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