Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
88a2d8a1
Commit
88a2d8a1
authored
Apr 28, 2016
by
antoine
Browse files
Remove ${PORTSDIR} from python _DEPENDS
parent
f7ab0bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
88a2d8a1
...
...
@@ -225,7 +225,7 @@ _INCLUDE_USES_PYTHON_MK= yes
_PYTHON_VERSIONS
=
2.7 3.4 3.5 3.3
# preferred first
_PYTHON_PORTBRANCH
=
2.7
#
${
_PYTHON_VERSIONS
:[1]
}
_PYTHON_BASECMD
=
${LOCALBASE}
/bin/python
_PYTHON_RELPORTDIR
=
${PORTSDIR}
/
lang/python
_PYTHON_RELPORTDIR
=
lang/python
# Make each individual feature available as _PYTHON_FEATURE_<FEATURENAME>
.for
var
in
${USE_PYTHON}
...
...
@@ -396,8 +396,8 @@ PYTHON_REL= # empty
PYTHON_ABIVER
=
# empty
PYTHON_PORTSDIR
=
${_PYTHON_RELPORTDIR}${PYTHON_SUFFIX}
# Protect partial checkouts from Mk/Scripts/functions.sh:export_ports_env().
.if
!defined(_PORTS_ENV_CHECK)
||
exists(${PYTHON_PORTSDIR})
.
include
"${PYTHON_PORTSDIR}/Makefile.version"
.if
!defined(_PORTS_ENV_CHECK)
||
exists(${
PORTSDIR}/${
PYTHON_PORTSDIR})
.
include
"${
PORTSDIR}/${
PYTHON_PORTSDIR}/Makefile.version"
.
endif
# Create a 4 integer version string, prefixing 0 to the last token if
# it's a single character. Only use the the first 3 tokens of
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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