Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
2a9110fe
Commit
2a9110fe
authored
Jun 06, 2017
by
bdrewery
Browse files
Don't pass the default version in DEPENDS_ARGS.
This greatly simplifies handling for Poudriere. With hat: portmgr
parent
94f9b225
Changes
2
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
2a9110fe
...
...
@@ -377,7 +377,8 @@ IGNORE= needs an unsupported version of Python
# try to find a different one, if the passed version fits into
# the supported version range.
PYTHON_VERSION
?=
python
${_PYTHON_VERSION}
.if
!defined(PYTHON_NO_DEPENDS)
.if
!defined(PYTHON_NO_DEPENDS)
&&
\
${PYTHON_VERSION}
!=
${PYTHON_DEFAULT_VERSION}
DEPENDS_ARGS
+=
PYTHON_VERSION
=
${PYTHON_VERSION}
.
endif
...
...
Mk/bsd.ruby.mk
View file @
2a9110fe
...
...
@@ -256,7 +256,9 @@ RUBY_SHLIBVER?= ${RUBY_VER:S/.//}
RUBY_CONFIGURE_ARGS
+=
--program-prefix
=
""
.if
${RUBY_VER}
!=
${RUBY_DEFAULT_VER}
DEPENDS_ARGS
+=
RUBY_VER
=
${RUBY_VER}
.
endif
RUBY_CONFIGURE_ARGS
+=
--program-suffix
=
"
${RUBY_SUFFIX}
"
...
...
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