Skip to content

Commit

Permalink
Framework: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Mar 17, 2018
1 parent 1749ed0 commit f66a9e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -9305,7 +9305,6 @@ games/libfov||2017-04-30|Has expired: Unfetchable for more than six months (goog
games/dcross||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
games/lostfeathers||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
games/hexglass||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
textproc/ibus-table||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
textproc/chm2pdf||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
textproc/dtdinst||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
textproc/py-xmltv||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
Expand Down Expand Up @@ -10205,3 +10204,5 @@ finance/electrum2|finance/electrum|2018-03-13|Has expired: Vulnerable legacy por
math/py-gsl|math/py-pygsl|2018-03-13|Rename to match PyPI naming
www/mediawiki123|www/mediawiki127|2018-03-14|Has expired: Upstream no longer maintained
www/mediawiki128|www/mediawiki130|2018-03-14|Has expired: Upstream no longer maintained
sysutils/py-zfs||2018-03-16|Not needed since ZFS 28
net/freebsd-tftp||2018-03-16|Imported into base in FreeBSD 8.0
2 changes: 1 addition & 1 deletion Mk/Uses/compiler.mk
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ _LANG=c++
.if defined(CC_OUTPUT_${_CC_hash}_${std:hash})
OUTPUT_${std}= ${CC_OUTPUT_${_CC_hash}_${std:hash}}
.else
OUTPUT_${std}!= ${CC} -std=${std} -c -x ${_LANG} /dev/null -o /dev/null 2>&1; echo yes
OUTPUT_${std}!= if ${CC} -std=${std} -c -x ${_LANG} /dev/null -o /dev/null 2>&1; then echo yes; fi; echo
CC_OUTPUT_${_CC_hash}_${std:hash}= ${OUTPUT_${std}}
PORTS_ENV_VARS+= CC_OUTPUT_${_CC_hash}_${std:hash}
.endif
Expand Down
3 changes: 0 additions & 3 deletions Templates/config.site
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,7 @@
: ${ac_cv_func_bsearch=yes}
: ${ac_cv_func_btowc=yes}
: ${ac_cv_func_bzero=yes}
: ${ac_cv_func_cabs=yes}
: ${ac_cv_func_calloc=yes}
: ${ac_cv_func_ceil=yes}
: ${ac_cv_func_chown=yes}
: ${ac_cv_func_clock=yes}
: ${ac_cv_func_clock_gettime=yes}
Expand All @@ -302,7 +300,6 @@
: ${ac_cv_func_ffsl=yes}
: ${ac_cv_func_ffsll=yes}
: ${ac_cv_func_fileno=yes}
: ${ac_cv_func_floor=yes}
: ${ac_cv_func_fls=yes}
: ${ac_cv_func_flsl=yes}
: ${ac_cv_func_flsll=yes}
Expand Down

0 comments on commit f66a9e0

Please sign in to comment.