Framework: partially sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
fffbb2d596
commit
86cfbd7654
4 changed files with 12 additions and 3 deletions
4
MOVED
4
MOVED
|
|
@ -15415,3 +15415,7 @@ net/ntp-devel||2020-09-04|Has expired: Current devel branch of ntp is no longer
|
|||
mail/postfix-policyd-spf-python|mail/py-spf-engine|2020-09-04|Has expired: Use mail/py-spf-engine instead (Project is superseded by successor)
|
||||
graphics/py-pyembree||2020-09-04|Has expired: Broken for more than 6 months
|
||||
games/asteroid||2020-09-04|Has expired: Broken for more than 6 months
|
||||
www/py-pySmartDL|www/py-pysmartdl|2020-09-05|Rename to match our py- port naming
|
||||
astro/py-RO|astro/py-ro|2020-09-05|Rename to match our py- port naming
|
||||
astro/py-astLib|astro/py-astlib|2020-09-05|Rename to match our py- port naming
|
||||
www/py-MechanicalSoup|www/py-mechanicalsoup|2020-09-05|Rename to match our py- port naming
|
||||
|
|
|
|||
|
|
@ -651,7 +651,7 @@ PY_ENUM34= ${PYTHON_PKGNAMEPREFIX}enum34>=1.1<2.0:devel/py-enum34@${PY_FLAVOR}
|
|||
PY_PATHLIB= ${PYTHON_PKGNAMEPREFIX}pathlib>0:devel/py-pathlib@${PY_FLAVOR}
|
||||
.else
|
||||
PY_ENUM34=
|
||||
PY_PATHLIB=
|
||||
PY_PATHLIB=
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 3300
|
||||
|
|
@ -666,6 +666,12 @@ PY_FUTURES= ${PYTHON_PKGNAMEPREFIX}futures>=3.2:devel/py-futures@${PY_FLAVOR}
|
|||
PY_FUTURES=
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_VER} != ${PYTHON_DEFAULT}
|
||||
PY_MERCURIAL= ${PYTHON_PKGNAMEPREFIX}mercurial>=5.5:devel/mercurial@${PY_FLAVOR}
|
||||
.else
|
||||
PY_MERCURIAL= mercurial>=5.5:devel/mercurial@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
CMAKE_ARGS+= -DBOOST_PYTHON_SUFFIX:STRING=${PYTHON_SUFFIX}
|
||||
PY_BOOST_LIB= boost_python${PYTHON_SUFFIX}
|
||||
PY_BOOST= lib${PY_BOOST_LIB}.so:devel/boost-python-libs@${PY_FLAVOR}
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ MOZ_OPTIONS+= --enable-debug --disable-release
|
|||
STRIP= # ports/184285
|
||||
.else
|
||||
MOZ_OPTIONS+= --disable-debug --disable-debug-symbols --enable-release
|
||||
. if ${ARCH:Maarch64} || ${MACHINE_CPU:Msse2}
|
||||
. if ${ARCH:Maarch64} || (defined(MACHINE_CPU) && ${MACHINE_CPU:Msse2})
|
||||
MOZ_OPTIONS+= --enable-rust-simd
|
||||
. endif
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -680,7 +680,6 @@ MASTER_SITE_GNU+= \
|
|||
ftp://mirrors.rit.edu/gnu/%SUBDIR%/ \
|
||||
ftp://ftp.fu-berlin.de/unix/gnu/%SUBDIR%/ \
|
||||
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/%SUBDIR%/ \
|
||||
ftp://ftp.cse.yzu.edu.tw/gnu/%SUBDIR%/ \
|
||||
https://ftp.gnu.org/gnu/%SUBDIR%/
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue