| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=459960
|
|
|
|
| |
Notes:
svn path=/head/; revision=459959
|
|
|
|
|
|
|
|
| |
It's not in base since 2016 r300226 exactly because it is updated more often
than FreeBSD and belongs in ports.
Notes:
svn path=/head/; revision=459906
|
|
|
|
|
|
|
|
|
| |
- While I'm here, unmark DEPRECATED and remove EXPIRATION_DATE
Requested by: wosch (maintainer and developer)
Notes:
svn path=/head/; revision=459881
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
2018-01-18 graphics/py-rabbyt: Development ceased, no longer used in the ports
Notes:
svn path=/head/; revision=459457
|
|
|
|
|
|
|
|
| |
PR: 225285
Submitted by: Shane Ambler (maintainer)
Notes:
svn path=/head/; revision=459301
|
|
|
|
|
|
|
|
|
| |
Reviewed by: bsam, mat
Approved by: bsam, portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13783
Notes:
svn path=/head/; revision=459126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
|
|
|
|
| |
- get current
- rename port to reflect reality
Notes:
svn path=/head/; revision=459010
|
|
|
|
| |
Notes:
svn path=/head/; revision=458969
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
Notes:
svn path=/head/; revision=458928
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
new version of it.
Notes:
svn path=/head/; revision=458450
|
|
|
|
|
|
|
|
|
| |
This is required to bring in a rubygem-sinatra-contrib 2.0.0
Approved by: robak
Notes:
svn path=/head/; revision=458435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=458228
|
|
|
|
| |
Notes:
svn path=/head/; revision=458220
|
|
|
|
| |
Notes:
svn path=/head/; revision=458219
|
|
|
|
| |
Notes:
svn path=/head/; revision=458205
|
|
|
|
|
|
|
| |
2018-01-04 audio/beast: 4.5 years old version, six versions behind, requires old toolchain, and unmaintained.
Notes:
svn path=/head/; revision=458173
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=457871
|
|
|
|
|
|
|
| |
grammar and remove trailing dot in the `dns/dualserver' entry.
Notes:
svn path=/head/; revision=457836
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=457722
|
|
|
|
| |
Notes:
svn path=/head/; revision=457540
|
|
|
|
|
|
|
|
| |
- fix comment at top of file
- wmmp has come back to life
Notes:
svn path=/head/; revision=457517
|
|
|
|
|
|
|
| |
Approved by: dryice@dryice.name (maintainer)
Notes:
svn path=/head/; revision=457422
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 224332
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
Notes:
svn path=/head/; revision=457300
|
|
|
|
|
|
|
| |
Reviewed by: Liu Dryice <dryice@dryice.name>
Notes:
svn path=/head/; revision=457287
|
|
|
|
|
|
|
| |
Approved by: ume@FreeBSD.org (maintainer)
Notes:
svn path=/head/; revision=457251
|
|
|
|
| |
Notes:
svn path=/head/; revision=457224
|
|
|
|
| |
Notes:
svn path=/head/; revision=457008
|
|
|
|
| |
Notes:
svn path=/head/; revision=456917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
will be resurrected and this version will be committed with it.
Notes:
svn path=/head/; revision=456876
|
|
|
|
|
|
|
| |
port
Notes:
svn path=/head/; revision=456870
|
|
|
|
| |
Notes:
svn path=/head/; revision=456846
|
|
|
|
| |
Notes:
svn path=/head/; revision=456835
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
| |
Notes:
svn path=/head/; revision=456761
|
|
|
|
| |
Notes:
svn path=/head/; revision=456693
|
|
|
|
|
|
|
| |
shut down on 2017-12-15.
Notes:
svn path=/head/; revision=456601
|
|
|
|
|
|
|
| |
development HEAD
Notes:
svn path=/head/; revision=456567
|
|
|
|
|
|
|
|
|
|
| |
was shut down on 2017-12-15:
net-im/pork
security/aimsniff
Notes:
svn path=/head/; revision=456470
|
|
|
|
|
|
|
| |
- Rename from py-ode to py-PyODE to reflect upstream version
Notes:
svn path=/head/; revision=456350
|