aboutsummaryrefslogtreecommitdiff
path: root/MOVED
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/py-spice-gtk: remove portRoman Bogorodskiy2018-01-201-0/+1
| | | | | | | | | | | spice-gtk dropped support of the old style Python bindings (non-gir based) quite some time ago [1]. So keeping this port no longer makes sense as it's not different from the master port. 1: https://github.com/SPICE/spice-gtk/commit/0917002c48a0a5deb615d120a0e5997eefc89fd4 Notes: svn path=/head/; revision=459530
* Remove expired port:Rene Ladan2018-01-191-0/+1
| | | | | | | 2018-01-18 graphics/py-rabbyt: Development ceased, no longer used in the ports Notes: svn path=/head/; revision=459457
* audio/hydrogen-devel: remove out of date portJan Beich2018-01-181-0/+1
| | | | | | | | PR: 225285 Submitted by: Shane Ambler (maintainer) Notes: svn path=/head/; revision=459301
* Merge the nox11 version of unison with the main port as a flavor.Guido Falsi2018-01-151-0/+1
| | | | | | | | | Reviewed by: bsam, mat Approved by: bsam, portmgr (mat) Differential Revision: https://reviews.freebsd.org/D13783 Notes: svn path=/head/; revision=459126
* Remove expired ports:Rene Ladan2018-01-151-0/+8
| | | | | | | | | | | | | | 2018-01-14 textproc/ruby-sary: Does not build with current versions of ruby 2018-01-14 textproc/ruby-deplate: Does not build with current versions of ruby 2018-01-14 www/ruby-aws: Does not build with current versions of ruby 2018-01-14 www/samidare: Does not build with current versions of ruby 2018-01-14 devel/ruby-calendar: Does not build with current versions of ruby 2018-01-14 devel/ruby-rbbr: Does not build with current versions of ruby 2018-01-14 devel/ruby-date2: Does not build with current versions of ruby 2018-01-12 audio/ruby-xmms2: Does not build with current versions of ruby Notes: svn path=/head/; revision=459028
* astro/boinc-astropulse: catch astro/boinc-setiathome rename, fix -lexecinfoLarry Rosenman2018-01-141-0/+1
| | | | | | | | | astro/boinc-setiathome-v8 -> astro/boinc-setiathome per adamw - reroll local distfile to reflect real SVN revision - fix sah_config.h C++ errors Notes: svn path=/head/; revision=459014
* astro/boinc-setiathome-v7 -> astro/boinc-setiathome-v8Larry Rosenman2018-01-141-0/+1
| | | | | | | | - get current - rename port to reflect reality Notes: svn path=/head/; revision=459010
* Move devel/lua-bitop-51 to devel/lua51-bitopSunpoet Po-Chuan Hsieh2018-01-141-0/+1
| | | | Notes: svn path=/head/; revision=458969
* - Move devel/py-repl to devel/py-pyrepl to march PyPi nameDmitry Marakasov2018-01-131-0/+1
| | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Update WWW Notes: svn path=/head/; revision=458928
* Rename editors/vim-lite to editors/vim-console. The vim-console port isn'tAdam Weinberger2018-01-111-0/+1
| | | | | | | | | | | actually any lighter---it's built with exactly the same feature-set as the main vim port. The only difference is lack of gtk20 GUI, and the language bindings are off by default. An UPDATING entry is included. Notes: svn path=/head/; revision=458784
* Remove entry for www/rubygem-sinatra-contrib as it breaks ports depending on theMark Felder2018-01-081-1/+0
| | | | | | | new version of it. Notes: svn path=/head/; revision=458450
* Rename rubygem-sinatra-contrib to rubygem-sinatra-contrib1Mark Felder2018-01-081-0/+1
| | | | | | | | | This is required to bring in a rubygem-sinatra-contrib 2.0.0 Approved by: robak Notes: svn path=/head/; revision=458435
* Update Qt5 ports to 5.9.3.Raphael Kubo da Costa2018-01-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took quite a lot of time because Qt's own build system underwent several changes in 5.8.0 that took a while to adapt to. And, of course, qt5-webengine is a behemoth that we need to patch like crazy due to its bundling of Chromium. In fact, most of the Chromium patches in qt5-webengine have been imported with no changes from www/chromium@433510 ("www/chromium: update to 56.0.2924.87"). New port: accessibility/qt5-speech Bigger changes to Qt5 ports we had to make: - Qt now allows using a configure.json file to define configuration options and specify configuration checks that can be done when qmake is invoked. However, configure.json checks done in a subdirectory only propagates to subdirectories, and checks elsewhere will fail if all .pro files are being parsed at once (i.e. qmake -recursive), so several ports had to switch to USES=qmake:norecursive along with manual additional qmake invocations in subdirectories in order to work. It's been mentioned in a few places such as Qt's bug tracker that qmake's recursive mode is pretty much deprecated, so we might switch to non-recursive mode by default in the future. - Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts arbitrary options such as '-foo' and '-no-bar' at the end of the command-line. They can be specified in QMAKE_CONFIGURE_ARGS. - graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is built with the WAYLAND option, so a corresponding option (off by default) was added to the port. - misc/qt5-doc: Switch to a pre-built documentation tarball. The existing port was not working with Qt 5.9. Instead of trying to fix it, switch to what Gentoo does and fetch a tarball that already contains all documentation so that we do not have to build anything at all. The tarball's name and location in download.qt.io look a bit weird, but it seems to work fine. - www/qt5-webengine: Use binutils from ports, Chromium's GN build system generates a build.ninja that uses ar(1) with the @file syntax that is not supported by BSD ar, so we need to use GNU ar from binutils. - x11-toolkits/qt5-declarative-render2d: This port was merged into the main Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the ports tree. Changes to other ports we had to make: - biology/ugene: Drop a '#define point "."' that is not present in more recent versions of the port. Defining a macro with such a common name causes build issues with Qt 5.9, which uses |point| as an argument name in methods. - cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer installed with `cp -f -R', but rather `qmake install qinstall', which does not install %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory That's a local file that should not even have been part of the tarball anyway. - chinese/gcin-qt5: Add additional private Qt directories (which should not be used in the first place) to get the port to build with Qt 5.9. - devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some test classes no longer generate documentation files. - security/keepassx-devel: Import a patch sent upstream almost a year ago to fix the build with Qt 5.9. Thanks to antoine for the exp-run, and tcberner and Laurent Cimon <laurent@nuxi.ca> for landing changes in our qt-5.9 branch. PR: 224849 Notes: svn path=/head/; revision=458293
* Document the removal of sysutils/socketSunpoet Po-Chuan Hsieh2018-01-061-0/+1
| | | | Notes: svn path=/head/; revision=458228
* Fix typoSunpoet Po-Chuan Hsieh2018-01-061-4/+4
| | | | Notes: svn path=/head/; revision=458220
* Document the removal of devel/p5-Test-BlockSunpoet Po-Chuan Hsieh2018-01-061-0/+1
| | | | Notes: svn path=/head/; revision=458219
* Document the removal of devel/p5-MooseX-Role-WithOverloadingSunpoet Po-Chuan Hsieh2018-01-061-0/+1
| | | | Notes: svn path=/head/; revision=458205
* Remove expired port:Rene Ladan2018-01-051-0/+1
| | | | | | | 2018-01-04 audio/beast: 4.5 years old version, six versions behind, requires old toolchain, and unmaintained. Notes: svn path=/head/; revision=458173
* Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.Raphael Kubo da Costa2018-01-021-0/+1
| | | | | | | | | | | | | | | | Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been removed. This is also a requirement for updating the Qt5 ports, as the PyQt5 version currently in the tree has license conflicts with later Qt versions. Big thanks to tcberner for doing most of the work here, and antoine for the exp-run. PR: 224739 Notes: svn path=/head/; revision=457921
* Document the removal of www/rubygem-jwt2Sunpoet Po-Chuan Hsieh2018-01-021-0/+1
| | | | Notes: svn path=/head/; revision=457871
* Reflect that `lang/cim' was resurrected in r457835; while here, fix theAlexey Dokuchaev2018-01-021-2/+1
| | | | | | | grammar and remove trailing dot in the `dns/dualserver' entry. Notes: svn path=/head/; revision=457836
* Remove expired ports:Rene Ladan2018-01-011-0/+4
| | | | | | | | | | 2017-12-31 security/gnupg20: Will reach EOL upstream on 2017-12-31 2018-01-01 dns/dualserver: Please migrate to dns/dnsmasq. Over the years dualserver becomes unmaintenaible. 2018-01-01 devel/p5-Parse-Pidl44: yes 2018-01-01 sysutils/DTraceToolkit: Now maintained as part of the base system Notes: svn path=/head/; revision=457766
* Remove deprecated net-mgmt/nrpe and slave.Niclas Zeising2018-01-011-0/+2
| | | | | | | | | This is the old version of net-mgmt/nrpe, which is no longer maintained. Please use net-mgmt/nrpe3 instead, which is the currently maintained version. Notes: svn path=/head/; revision=457748
* Document the removal of net/rubygem-fog-aws0, www/npm2 and www/npm3Sunpoet Po-Chuan Hsieh2017-12-311-0/+3
| | | | Notes: svn path=/head/; revision=457722
* Move misc/p5-Asterisk to misc/p5-asterisk-perlSunpoet Po-Chuan Hsieh2017-12-291-0/+1
| | | | Notes: svn path=/head/; revision=457540
* Pet MOVEDLintEitan Adler2017-12-291-2/+1
| | | | | | | | - fix comment at top of file - wmmp has come back to life Notes: svn path=/head/; revision=457517
* deskutils/etask: Remove; unsupported by upstream since 2007Joseph Mingrone2017-12-271-1/+2
| | | | | | | Approved by: dryice@dryice.name (maintainer) Notes: svn path=/head/; revision=457422
* Remove devel/pwlib, net/openh323 and net/ohphone. The OpenH323 projectTijl Coosemans2017-12-271-0/+3
| | | | | | | | | | | was split into OpalVoip and H323Plus in 2007, both also available as ports. Remove dependency on net/openh323 from net/asterisk13. The chan_h323 module has been replaced with chan_ooh323 which no longer depends on openh323. Notes: svn path=/head/; revision=457376
* - Change to flup6, a fork supports py3kLi-Wen Hsu2017-12-261-0/+1
| | | | | | | | | | - Pass maintainership to submitter PR: 224332 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Notes: svn path=/head/; revision=457300
* editors/tree-widget: Remove expired portJoseph Mingrone2017-12-261-0/+1
| | | | | | | Reviewed by: Liu Dryice <dryice@dryice.name> Notes: svn path=/head/; revision=457287
* japanese/egg-canna: Remove expired portJoseph Mingrone2017-12-251-0/+1
| | | | | | | Approved by: ume@FreeBSD.org (maintainer) Notes: svn path=/head/; revision=457251
* - Resurrect games/jumpnbump, update to 1.60Dmitry Marakasov2017-12-251-1/+0
| | | | Notes: svn path=/head/; revision=457224
* Pet MOVEDlint: remove trailing dotSunpoet Po-Chuan Hsieh2017-12-221-7/+7
| | | | Notes: svn path=/head/; revision=457008
* Move textproc/py-elasticsearch-py to textproc/py-elasticsearchSunpoet Po-Chuan Hsieh2017-12-211-0/+1
| | | | Notes: svn path=/head/; revision=456917
* e-added port: science/PETSc: Suite of data structures and routines from ↵Yuri Victorovich2017-12-211-3/+2
| | | | | | | | | | | | | | | | Argonne National Laboratory (existed 2004/11/21-2014/09/01, deleted in r366959) Replacing the identical version committed by me as a new port in r456696. The old math/petsc port also had a slave port math/petsc-mpich that has also been deleted. Original differential revision is https://reviews.freebsd.org/D13527 Submitted by: myself Reported by: thierry that math/petsc and math/petsc-mpich existed before Approved by: adamw (mentor) Notes: svn path=/head/; revision=456877
* Deleting science/PETSc: The previously-deleted port math/petsc exists. It ↵Yuri Victorovich2017-12-211-0/+1
| | | | | | | will be resurrected and this version will be committed with it. Notes: svn path=/head/; revision=456876
* devel/android-tools-{adb,fastboot}-devel: remove for being older than master ↵Jan Beich2017-12-201-0/+2
| | | | | | | port Notes: svn path=/head/; revision=456870
* Remove EOLed swig 2.0 replaced by swig 3.0Baptiste Daroussin2017-12-201-0/+1
| | | | Notes: svn path=/head/; revision=456846
* Remove swig 1.3, please use swig 3.0 insteadBaptiste Daroussin2017-12-201-0/+1
| | | | Notes: svn path=/head/; revision=456835
* Re-added port: science/py-pymol: OpenGL based molecular visualization system ↵Yuri Victorovich2017-12-191-1/+0
| | | | | | | | | | (existed 2002/08/13-2014/09/01, deleted in r366862) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D12902 Notes: svn path=/head/; revision=456763
* Remove net-im/p5-Net-AIM, the AIM service was shut down on 2017-12-15Rene Ladan2017-12-191-0/+1
| | | | Notes: svn path=/head/; revision=456761
* Remove audio/last.fm. last.fm radio shutdown in March 2014.Tilman Keskinoz2017-12-181-0/+1
| | | | Notes: svn path=/head/; revision=456693
* Remove net-im/bsflite port that was only useful for the AIM network, which wasEmanuel Haupt2017-12-181-0/+1
| | | | | | | shut down on 2017-12-15. Notes: svn path=/head/; revision=456601
* Bring net/samba4-devel back from limbo, now to keep in sync with the Samba ↵Timur I. Bakeyev2017-12-171-1/+0
| | | | | | | development HEAD Notes: svn path=/head/; revision=456567
* Remove two unmaintained ports that were only useful for the AIM network, whichRene Ladan2017-12-161-0/+2
| | | | | | | | | | was shut down on 2017-12-15: net-im/pork security/aimsniff Notes: svn path=/head/; revision=456470
* - Update PyODE to 1.2.1Dmitry Marakasov2017-12-141-0/+1
| | | | | | | - Rename from py-ode to py-PyODE to reflect upstream version Notes: svn path=/head/; revision=456350
* Remove expired ports:Rene Ladan2017-12-131-0/+4
| | | | | | | | | | 2017-12-12 audio/cd-console: No public distfiles 2017-12-12 textproc/pecl-cld: Depends on expired devel/cld 2017-12-12 textproc/p5-Lingua-Identify-CLD: Depends on expired devel/cld 2017-04-30 devel/cld: Unfetchable for more than six months (google code has gone away) Notes: svn path=/head/; revision=456266
* Update llvm-cheri to a new snapshot.Brooks Davis2017-12-071-0/+1
| | | | | | | | | | | The CHERI LLVM backend can now target both 128-bit and 256-bit (as well as 64-bit and 512-bit if hardware existed) from a single binary so remove devel/llvm-cheri128. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=455764
* Make devel/kore-notls a flavor of devel/kore and remove itTobias Kortkamp2017-12-061-0/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D13393 Notes: svn path=/head/; revision=455656
* Fold back net/bird6 into net/bird with FLAVORS.Mathieu Arnold2017-12-061-0/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=455651