2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained
2020-01-10 games/stonesoup-sdl: Broken for more than 8 months
2020-01-10 games/xtris: Broken for more than 3 months
2020-01-10 graphics/mapnik: Broken for more than 8 months
2020-01-10 graphics/vv: Broken for more than 4 months
2020-01-10 lang/js_of_ocaml: Depends on broken and expiring devel/ocaml-deriving-ocsigen
2020-01-10 lang/rubinius: Broken for more than 7 months
2020-01-10 math/dynare: Broken for more than 9 months
2020-01-10 science/meep: Broken for more than 6 months
2020-01-10 sysutils/hfm: Broken for more than 4 months
2020-01-10 sysutils/u-boot-zedboard: Broken for more than 6 months
2020-01-10 sysutils/u-boot-zybo: Broken for more than 6 months
2020-01-10 x11-themes/kde-icons-kool-gorilla: Broken for more than 3 months, unmaintained
Base GCC doesn't support some new warning flags:
cc1: error: unrecognized command line option "-Wno-unused-result"
cc1: error: unrecognized command line option "-Wno-misleading-indentation"
cc1: error: unrecognized command line option "-Wno-format-overflow"
The 3.7.7.0 release of pyephem was converted [1] into a stub, depending on
the ephem package, in order to allow software authors to transition to the
new package name.
The ports r511276 commit updating the port to 3.7.7.0 missed the additional
dependency.
This change adds the missing dependency, after astro/py-ephem landed as a
new port in ports r520162, and unbreaks all current astro/pyephem
dependents, and all transitive dependents, including comms/gnuradio [2].
While I'm here:
- Add NO_ARCH
- Bump PORTREVISION given this issue did not affect builds, just runtime
and dependents accordingly.
[1] 5c32679a86
[2] bug 240546
PR: 240735
Submitted by: Rainer Hurling <rhurlin gwdg de>
Approved by: portmgr (blanket(s): missing dependencies, build/run fix (dependents))
MFH: 2019Q4 (MFH with r520162)
PyEphem provides an ephem Python package for performing high-precision
astronomy computations. The underlying numeric routines are coded in C
and are the same ones that drive the popular XEphem astronomy application,
whose author, Elwood Charles Downey, generously gave permission for their
use in PyEphem. The name ephem is short for the word ephemeris, which is
the traditional term for a table giving the position of a planet, asteroid,
or comet for a series of dates.
WWW: https://rhodesmill.org/pyephem/
WWW: https://pypi.org/project/ephem/
[1] Based on astro/pyephem
PR: 240736
Submitted by: Rainer Hurling <rhurlin gwdg de>
MFH: 2019Q4 (required for fixing pyephem, unbreaking gnuradio et al)
PyMeeus is a Python implementation of the astronomical algorithms
described in the classical book "Astronomical Algorithms, 2nd Edition,
Willmann-Bell Inc. (1998)" by Jean Meeus.
WWW: https://github.com/architest/pymeeus
MFH: 2019Q3 (required to fix broken py-convertdate)
New versions of KDE applications landing in December
The release of new versions for KDE applications is part of KDE’s continued
effort to bring you a complete and up-to-date catalog of fully-featured,
beautiful and useful programs for your system.
Available now are new versions of KDE’s file browser Dolphin; Kdenlive, one of
the most complete open source video editors; the document viewer Okular; KDE’s
image viewer, Gwenview; and all of your other favorite KDE apps and utilities.
All of these applications have been improved, making them faster and more
stable and they boast exciting new features. The new versions of KDE
applications let you be productive and creative, while at the same time making
use of KDE software easy and fun.
We hope you enjoy all the novel features and improvements worked into all of
KDE’s apps!
Announcement: https://kde.org/announcements/releases/2019-12-apps-update/
2019-11-30 astro/garmindev: This port is useful only with the long expired QLandkarteGT
2019-11-30 net-mgmt/zabbix22-agent: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-frontend: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-java: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-proxy: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-server: End of Life was August, 2019
2019-12-01 sysutils/fusefs-ext4fuse: Please consider using sysutils/fusefs-ext2 as upstream development is stalled. Contrary to what its name suggests it supports ext2, ext3, ext4 in read/write mode.
2019-12-01 www/grafana3: Depends on expired lang/phantomjs
2019-11-30 www/miniminiweb: Upstream no longer available
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
- Change MASTER_SITES to GITHUB
- Update WWW in pkg-descr
- Fix USES
- Prevent a crash when not getting info on devices back from dbus (this
happens when an nvme device (nvd*) is installed in the system, bsdisks
doesn't handle these yet). (already reported upstream).
PR: 241647
Submitted by: cmt
MFH: 2019Q4 (runtime fix)
Relnotes: https://github.com/Maproom/qmapshack/releases
There are some Clang-on-PPC-specific issues.
Clang doesn't have ppu_intrinsics.h. mulhdu and mulhwu are required.
PR: 242016
Approved by: yuri (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D22424
This port is an add-on to the long expired astro/qlandkartegt (removed
in March 2019). Set expiry to the reasonable near future. While here,
point MASTER_SITES to the SF mirror of qlandkarte/qmapshack (the original
Bitbucket repository has been deleted), just in case anyone wants to
pick it up.
November 07, 2019.
Today KDE released the third stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
More than a dozen recorded bugfixes include improvements to Kontact, Ark,
Cantor, K3b, Kdenlive, Konsole, Okular, Spectacle, Umbrello, among others.
Improvements include:
* In the video-editor Kdenlive, compositions no longer disappear when
reopening a project with locked tracks
* Okular's annotation view now shows creation times in local time zone
instead of UTC
* Keyboard control has been improved in the Spectacle screenshot utility
You can find the full list of changes here:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.3
- math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine
- Relax Python dependency: any version should be supported now
- In MASTER_SITES and WWW line, remove bogus `www' prefix which breaks
distfile downloads and website access
- GC no longer useful (and actually no-op) `post-patch' target
- Patch the makefiles to use BSD_INSTALL_* macros when needed instead
of mass-stripping in the `post-install' target recipe
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff
Sprinkle USES=xorg as needed.
Discussed with: bapt
September 05, 2019.
Today KDE released the first stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
More than twenty recorded bugfixes include improvements to Kontact, Dolphin,
Kdenlive, Konsole, Step, among others.
Improvements include:
* Several regressions in Konsole's tab handling have been fixed
* Dolphin again starts correctly when in split-view mode
* Deleting a soft body in the Step physics simulator no longer causes a crash
You can find the full list of changes here:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
* Make the tarball for the harmonics file fetchable again as it has been
updated to a newer version a while ago.
* Also update the WWW field to spare users from redirects while I'm here.
PR: 239666
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (based on)
MFH: 2019Q3
- Stop patching `lib/gnuastro/table.h' for missing #include <time.h>
which was not needed since version 0.9 (r501098); remove patches
that were integrated upstream
- Update PAL to v0.9.9 and ERFA to v1.5.0
- Add support for palAltaz, palDcmpf, palEcleq, palFitxy, palInvf, palPcd,
palPolmo, palPxy, palUnpcd and palXy2xy.
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
July 11, 2019.
Today KDE released the third stability update for KDE Applications 19.04. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK,
K3b, Kdenlive, KTouch, Okular, Umbrello, among others.
Improvements include:
* Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13
* Cutting groups with compositions no longer crashes the Kdenlive video editor
* The Python importer in Umbrello UML designer now handles parameters with default arguments
Changelog:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3