diff options
author | rene <rene@FreeBSD.org> | 2019-09-05 19:40:24 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-09-05 19:40:24 +0800 |
commit | 396bc305d0504e95aaefeac5dc35b996ff9aceb2 (patch) | |
tree | c57ed201463e2fa5875d2c2ce896968f3d74c56d /math/py-yt/files | |
parent | f53e7eb387da68eed4ee9bb3e05827fbbdbfa268 (diff) | |
download | freebsd-ports-gnome-396bc305d0504e95aaefeac5dc35b996ff9aceb2.tar.gz freebsd-ports-gnome-396bc305d0504e95aaefeac5dc35b996ff9aceb2.tar.zst freebsd-ports-gnome-396bc305d0504e95aaefeac5dc35b996ff9aceb2.zip |
Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months
2019-09-04 math/fityk: Broken for more than 6 months
2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months
2019-09-04 math/octave-forge-fits: Broken for more than 6 months
2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months
2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months
2019-09-04 math/octave-forge-parallel: Broken for more than 6 months
2019-09-04 math/octave-forge-strings: Broken for more than 6 months
2019-09-04 math/octave-forge-tisean: Broken for more than 6 months
2019-09-04 math/octave-forge-video: Broken for more than 6 months
2019-09-04 math/py-yt: Depends on expiring graphics/embree
2019-09-04 misc/gnustep-examples: Broken for more than 6 months
2019-09-04 net/turses: Depends on expiring net/py-tweepy
2019-09-04 security/clamcour: Broken for more than 6 months
2019-09-04 security/honeybadger: Broken for more than 6 months
2019-09-04 sysutils/freefilesync: Broken for more than 6 months
2019-09-04 sysutils/log-courier: Broken for more than 6 months
2019-09-04 textproc/py-orange3-text: Broken for more than 6 months
2019-09-05 www/feedjack: Upstream gone
2019-09-04 www/havp: Broken for more than 6 months
2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead
2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-wm/golem: Broken for more than 6 months
2019-09-04 x11-wm/pawm: Broken for more than 6 months
Diffstat (limited to 'math/py-yt/files')
-rw-r--r-- | math/py-yt/files/patch-yt_extern_tqdm___utils.py | 11 | ||||
-rw-r--r-- | math/py-yt/files/patch-yt_utilities_lib_platform__dep.h | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/math/py-yt/files/patch-yt_extern_tqdm___utils.py b/math/py-yt/files/patch-yt_extern_tqdm___utils.py deleted file mode 100644 index 42900ea89072..000000000000 --- a/math/py-yt/files/patch-yt_extern_tqdm___utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- yt/extern/tqdm/_utils.py.orig 2017-01-01 20:57:19 UTC -+++ yt/extern/tqdm/_utils.py -@@ -40,7 +40,7 @@ def _environ_cols_wrapper(): # pragma: - _environ_cols = _environ_cols_windows - if _environ_cols is None: - _environ_cols = _environ_cols_tput -- if current_os in ['Linux', 'Darwin'] or current_os.startswith('CYGWIN'): -+ if current_os in ['FreeBSD', 'Linux', 'Darwin'] or current_os.startswith('CYGWIN'): - _environ_cols = _environ_cols_linux - return _environ_cols - diff --git a/math/py-yt/files/patch-yt_utilities_lib_platform__dep.h b/math/py-yt/files/patch-yt_utilities_lib_platform__dep.h deleted file mode 100644 index 4bf2fcc821d3..000000000000 --- a/math/py-yt/files/patch-yt_utilities_lib_platform__dep.h +++ /dev/null @@ -1,11 +0,0 @@ ---- yt/utilities/lib/platform_dep.h.orig 2017-01-01 20:57:35 UTC -+++ yt/utilities/lib/platform_dep.h -@@ -57,7 +57,7 @@ double erf(double x) - - #else - #include <stdint.h> --#include "alloca.h" -+#include <stdlib.h> - #include <math.h> - #endif - |