Skip to content

Commit

Permalink
Framework: partially sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed May 2, 2017
1 parent 913d112 commit a5f203f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions LEGAL
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ giftool* graphics/giftool Do not redistribute for profit
gishdemo-* games/gish-demo (c) Copyright 2004 Chronic Logic All rights reserved
gnome2/mcitymicrogui-default* x11-themes/metacity-theme-microgui Themes may contain artwork not done by the author. Keep FreeBSD safe if the theme author violated copyrights
GoogleEarthLinux-* astro/google-earth Not really sure about the redistribution terms
gpu-firmware-kmod-* graphics/gpu-firmware-kmod Distribution in binary form without license file not allowed.
groupoffice-com-* www/groupoffice Free for personal use only
gsview* print/gsview Can only be distributed for free
HeroesOfMightAndMagic-* games/HeroesOfMightAndMagic Software is commercial
Expand Down
3 changes: 2 additions & 1 deletion MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -7928,7 +7928,6 @@ graphics/pure-gl||2015-11-28|Has expired: Broken for more than 6 months
audio/dvda-author||2015-11-28|Has expired: Broken for more than 6 months
chinese/oxim||2015-11-28|Has expired: Broken for more than 6 months
editors/spe||2015-11-28|Has expired: Broken for more than 6 months
audio/mpdscribble||2015-11-28|Has expired: Broken for more than 6 months
cad/geda-symcheck||2015-11-28|Has expired: Broken for more than 6 months
audio/linux-fmodapi||2015-11-28|Has expired: Broken for more than 6 months
audio/pure-audio||2015-11-28|Has expired: Broken for more than 6 months
Expand Down Expand Up @@ -9372,3 +9371,5 @@ graphics/ocropus||2017-04-30|Has expired: Unfetchable for more than six months (
net/clamz||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
misc/terraform||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
net-mgmt/flow-tools-ng||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
devel/llvm36||2017-05-02|Obsolete and unmaintained upstream
lang/clang36||2017-05-02|Obsolete and unmaintained upstream
2 changes: 1 addition & 1 deletion Mk/bsd.gecko.mk
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ post-patch-SNDIO-on:
.if ${PORT_OPTIONS:MRUST}
BUILD_DEPENDS+= rustc:${RUST_PORT}
. if ${MOZILLA_VER:R:R} >= 51
BUILD_DEPENDS+= cargo:devel/cargo
BUILD_DEPENDS+= cargo>=0.16.0:devel/cargo
. endif
RUST_PORT?= lang/rust
MOZ_OPTIONS+= --enable-rust
Expand Down
3 changes: 2 additions & 1 deletion Mk/bsd.ruby.mk
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="(${LOCALBASE}|${PREFIX})/,DIR=",} \
RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \
RUBY21=${RUBY21} \
RUBY22=${RUBY22} \
RUBY23=${RUBY23}
RUBY23=${RUBY23} \
RUBY24=${RUBY24}

.if defined(USE_RUBY_RDOC)
MAKE_ENV+= RUBY_RDOC=${RUBY_RDOC}
Expand Down

0 comments on commit a5f203f

Please sign in to comment.