aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* www/firefox: update to 65.0Jan Beich2019-01-212-4/+7
| | | | | | | | | | | | | | | Backport a fix for WebRender on Wayland e.g., $ GDK_BACKEND=wayland MOZ_WEBRENDER=1 MOZ_ACCELERATED=1 firefox https://example.com/ Changes: https://www.mozilla.org/firefox/65.0/releasenotes/ PR: 233791 Security: b1f7d52f-fc42-48e8-8403-87d4c9d26229 MFH: 2019Q1 Differential Revision: https://reviews.freebsd.org/D18432 Notes: svn path=/head/; revision=490910
* textproc/hunspell: update to 1.7.0Jan Beich2019-01-181-1/+1
| | | | | | | | | - Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 Notes: svn path=/head/; revision=490671
* lang/rust: update to 1.32.0Jan Beich2019-01-171-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858 Notes: svn path=/head/; revision=490600
* PYTHON_VERSION cannot be changed, use DEFAULT_VERSIONS.Mathieu Arnold2019-01-161-5/+2
| | | | | | | PR: 224024 Notes: svn path=/head/; revision=490485
* Add errors for defining {LAZARUS,LLVM,RUST,SAMBA,VARNISH}_DEFAULTTobias Kortkamp2019-01-161-3/+4
| | | | | | | | | | outside of DEFAULT_VERSIONS too Everything else is sorted alphabetically, so move LLVM_DEFAULT to the right place too. Notes: svn path=/head/; revision=490437
* Add facility to give a range of allowable versions for postgresqlChris Rees2019-01-151-2/+21
| | | | | | | | | | PR: ports/213038 PR: ports/234813 Submitted by: lbartoletti@tuxfamily.org Differential Revision: https://reviews.freebsd.org/D18818 Notes: svn path=/head/; revision=490431
* Update KDE Frameworks to 5.54.0Tobias C. Berner2019-01-151-1/+1
| | | | | | | | PR: 234905 Exp-run by: antoine Notes: svn path=/head/; revision=490403
* Varnish 5 was EOL and expiredMark Felder2019-01-142-4/+2
| | | | Notes: svn path=/head/; revision=490309
* Improve autoreconf documentation. Clarify that autopoint and libtoolizeTijl Coosemans2019-01-141-29/+31
| | | | | | | | | | | are provided by devel/gettext-tools and devel/libtool respectively and that a build dependency on these ports is necessary if autoreconf wants to run them. PR: 234833 Notes: svn path=/head/; revision=490303
* Update comment: remove pgsql 9.3Sunpoet Po-Chuan Hsieh2019-01-141-1/+1
| | | | Notes: svn path=/head/; revision=490297
* 9.3 has been removed.Mathieu Arnold2019-01-141-1/+1
| | | | | | | Reported by: sbruno Notes: svn path=/head/; revision=490254
* Fix qt.mk component of the new port devel/qt5-remoteobjectsTobias C. Berner2019-01-131-1/+1
| | | | | | | Reported by: cperciva Notes: svn path=/head/; revision=490127
* New port: devel/qt5-remoteobjectsTobias C. Berner2019-01-131-1/+4
| | | | | | | | | | | Qt Remote Objects (QtRO) is an inter-process communication (IPC) module developed for Qt. The idea is to extend Qt's existing functionalities to enable an easy exchange of information between processes or computers. [1] https://doc.qt.io/qt-5/qtremoteobjects-index.html Notes: svn path=/head/; revision=490124
* New port: www/qt5-webviewTobias C. Berner2019-01-131-1/+4
| | | | | | | | | | | | | Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. [1] http://doc.qt.io/qt-5/qtwebview-index.html PR: 234910 Notes: svn path=/head/; revision=490122
* Fix proxydeps QA check when multiple flavor of a package are installed.Mathieu Arnold2019-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Previously it would do this: $ pkg which -q -o /usr/local/lib/libphonon4qt5.so multimedia/phonon $ pkg pkg annotate -q -S multimedia/phonon flavor qt4 qt5 And that would break things in an interesting way. This changes makes it use the package name of the required file, which is unique. Note that this problem would probably only ever happen on a live system. I was not able to find a single port that would trigger this it in a clean environment (poudriere testport). PR: 231332 Submitted by: dbn Notes: svn path=/head/; revision=489958
* Update KDE Applications to 18.12.1Tobias C. Berner2019-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Release Announcement: https://www.kde.org/announcements/announce-applications-18.12.1.php Today KDE released the first stability update for KDE Applications 18.12. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin, JuK, Kdenlive, Konsole, Okular, among others. Improvements include: * Akregator now works with WebEngine from Qt 5.11 or newer * Sorting columns in the JuK music player has been fixed * Konsole renders box-drawing characters correctly again You can find the full list of changes here: https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1 Notes: svn path=/head/; revision=489893
* Update KDE Plasma to 5.15.5Tobias C. Berner2019-01-091-1/+1
| | | | | | | https://www.kde.org/announcements/plasma-5.14.5.php Notes: svn path=/head/; revision=489826
* Allow overriding rust dependencyJan Beich2019-01-043-3/+4
| | | | | | | | | | | | Add DEFAULT_VERSIONS+=rust=rust-nightly to make.conf(5) if you want to build consumers using lang/rust-nightly. Approved by: rust (tobik) MFH: 2019Q1 (avoid merge conflicts during www/firefox updates) Differential Revision: https://reviews.freebsd.org/D18634 Notes: svn path=/head/; revision=489241
* Remove references to PHP 5.6 from Mk/Uses/php.mkRene Ladan2019-01-011-16/+0
| | | | Notes: svn path=/head/; revision=488887
* Unregister PHP 5.6 which expired today.Rene Ladan2019-01-012-7/+3
| | | | Notes: svn path=/head/; revision=488884
* Unregister KDE4 from USES=kdeRene Ladan2018-12-311-232/+63
| | | | | | | | Submitted by: tcberner Differential Revision: https://reviews.freebsd.org/D18692 Notes: svn path=/head/; revision=488818
* Update KDE Plasma Desktop to 5.14.4Tobias C. Berner2018-12-311-3/+6
| | | | | | | | | https://www.kde.org/announcements/plasma-5.14.4.php PR: 222905 Notes: svn path=/head/; revision=488757
* Fix build of GCC on powerpc64.Andreas Tobler2018-12-291-0/+7
| | | | | | | | | | | | | While building GCC itself we have to use the built GCC libraries to configure additional parts of GCC and not the libraires from the host. Install the built 32-bit libraries. This was not done up to now. PR: 231804 Approved by: gerald@ Notes: svn path=/head/; revision=488673
* New port: net/qt5-networkauthTobias C. Berner2018-12-261-1/+4
| | | | | | | | | | | | | Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords. Currently, the supported authorization protocol is OAuth, versions 1 and 2. https://doc.qt.io/qt-5.11/qtnetworkauth-index.html Notes: svn path=/head/; revision=488421
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-4/+4
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* * Add the gstreamer1 lv2 plugin.Koop Mast2018-12-251-4/+9
| | | | | | | | | | | | | | | | This plugins is a wrapper that exposes lv2 plugins to gstreamer applications. * Correct the handling of webrtcdsp in bsd.gstreamer.mk so it can be used in the USE_GSTREAMER1 macro. multimedia/gstreamer1-plugins/Makefile.common: * Remove configure disable switches for sunadio and wgl, these plugins where removed in 1.14. * Move gtk3 from the "bad" plugins to the "good" plugins. This removes a warning from the configure stage of "bad" plugins about unknown configure arguments. Notes: svn path=/head/; revision=488337
* All supported versions of FreeBSD that install clang have version 6.0.0 orAntoine Brodin2018-12-231-4/+4
| | | | | | | | | newer With hat: portmgr Notes: svn path=/head/; revision=488201
* www/firefox: chase rust version check after r486573Jan Beich2018-12-221-1/+1
| | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1490147 Notes: svn path=/head/; revision=488128
* - Update WWWJochen Neumeister2018-12-211-3/+1
| | | | | | | - Remove conflict with Horde 3. Horde 3 is not longer into the Portstree Notes: svn path=/head/; revision=488016
* Mk/Uses/gnome.mk: unregister glib12, gtk12 and gdk-pixbuf which expired todayRene Ladan2018-12-211-25/+0
| | | | Notes: svn path=/head/; revision=488007
* Add -plpython capabilityChris Rees2018-12-201-2/+3
| | | | | | | | PR: ports/222094 Submitted by: lbartoletti@tuxfamily.org Notes: svn path=/head/; revision=487898
* Unregister Python 3.4, it expired today.Rene Ladan2018-12-182-4/+4
| | | | Notes: svn path=/head/; revision=487739
* Remove obsolete qa check.Mathieu Arnold2018-12-171-20/+5
| | | | Notes: svn path=/head/; revision=487685
* Remove partial support for flavored DEPRECATED and EXPIRATION_DATERene Ladan2018-12-161-2/+1
| | | | | | | | | | | | | Although nice in theory, all 19 ports that were using it had an "if FLAVOR" block in them anyway and it broke support for various tools, such as rmport, Freshports (possibly) and pkg notes. This reverts r484598 Discussed with: tcberner Notes: svn path=/head/; revision=487602
* Update PyQt5 to 5.11.3Tobias C. Berner2018-12-161-4/+6
| | | | | | | | | | | | | | - sip upgrade to 4.19.13 - qscintilla2 upgrade to 2.10.8 - PyQt5 upgrade to 5.11.3 This has been worked on by arrowd and myself. PR: 233954 Exp-run by: antoine Notes: svn path=/head/; revision=487597
* Update KDE Frameworks to 5.53.0Tobias C. Berner2018-12-161-1/+1
| | | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.53.0.php PR: 233885 Exp-run by: antoine Notes: svn path=/head/; revision=487595
* Update Qt5 to 5.12.0Tobias C. Berner2018-12-161-1/+1
| | | | | | | | | | | | http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ - This breaks support for libressl again. Patches are welcome. PR: 233705 Exp-run by: antoine Notes: svn path=/head/; revision=487594
* Mk/Uses/cargo.mk: Fix install for Rust 2018 edition applicationsTobias Kortkamp2018-12-161-0/+1
| | | | | | | | | | | | | `cargo install` currently fails with: error: Using `cargo install` to install the binaries for the package in current working directory is no longer supported, use `cargo install --path .` instead. Also see https://github.com/rust-lang/cargo/issues/5327 Notes: svn path=/head/; revision=487583
* USES=cargo to respect CC for linkingJan Beich2018-12-141-1/+1
| | | | | | | | | Reported by: tijl Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18528 Notes: svn path=/head/; revision=487455
* Move the BROKEN_SSL/IGNORE_SSL at a place where a value of base actuallyMathieu Arnold2018-12-141-20/+20
| | | | | | | works. Notes: svn path=/head/; revision=487417
* Fix some indentation.Mathieu Arnold2018-12-141-4/+4
| | | | Notes: svn path=/head/; revision=487416
* Update KDE Applications to 18.12.0Tobias C. Berner2018-12-141-2/+2
| | | | | | | https://www.kde.org/announcements/announce-applications-18.12.0.php Notes: svn path=/head/; revision=487405
* Switch Perl 5 default to 5.28.Mathieu Arnold2018-12-131-1/+1
| | | | | | | | PR: 233828 Exp-run by: antoine Notes: svn path=/head/; revision=487382
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-3/+3
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update the default version of GCC pulled in via USE_GCC=yes and a myriadGerald Pfeifer2018-12-111-1/+1
| | | | | | | | | | | | | | | other ways from GCC 7 (7.4 right now) to GCC 8 (8.2 right now). This is the first time for eons, if not forever, that we are on the most recent major version of GCC, a catch-up that's been taking more than two years with the great help of many fellow committers and volunteers. PR: 231590 Tested by: antoine (exp-runs) Thanks to: jbeich, tobik, jwb, mi, yuri, and others for helping fix (broken) ports Notes: svn path=/head/; revision=487260
* Update URLSunpoet Po-Chuan Hsieh2018-12-061-1/+1
| | | | Notes: svn path=/head/; revision=486800
* Add TEST_DEPENDS supportSunpoet Po-Chuan Hsieh2018-12-061-1/+1
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D18398 Approved by: portmgr (mat) Notes: svn path=/head/; revision=486799
* Update comment: editors/lazarus is 1.8.4 nowSunpoet Po-Chuan Hsieh2018-12-061-1/+1
| | | | Notes: svn path=/head/; revision=486798
* lang/rust: update to 1.31.0Jan Beich2018-12-061-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427 Notes: svn path=/head/; revision=486770
* USES=cargo to convert LDFLAGS into RUSTFLAGSJan Beich2018-12-061-3/+1
| | | | | | | | Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18039 Notes: svn path=/head/; revision=486769