summaryrefslogtreecommitdiff
path: root/Mk
AgeCommit message (Collapse)Author
2018-12-06Update URLSunpoet Po-Chuan Hsieh
2018-12-06Add TEST_DEPENDS supportSunpoet Po-Chuan Hsieh
Differential Revision: https://reviews.freebsd.org/D18398 Approved by: portmgr (mat)
2018-12-06Update comment: editors/lazarus is 1.8.4 nowSunpoet Po-Chuan Hsieh
2018-12-06lang/rust: update to 1.31.0Jan Beich
- 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
2018-12-06USES=cargo to convert LDFLAGS into RUSTFLAGSJan Beich
Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18039
2018-12-05Re-sync the value of PHP_EXT_DIR with the default version in the else clause.Rene Ladan
2018-12-05Unregister PHP 7.0, it has reached its end-of-life on 2018-12-04.Rene Ladan
2018-12-04www/firefox: update to 64.0Jan Beich
Changes: https://www.mozilla.org/firefox/64.0/releasenotes/ PR: 233028 Security: d10b49b2-8d02-49e8-afde-0844626317af MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17871
2018-12-03Use consistent warning message for USE_GL, USE_GNOME, USE_MATE and USE_PHPSunpoet Po-Chuan Hsieh
Differential Revision: https://reviews.freebsd.org/D18399 Approved by: portmgr (rene)
2018-11-29Warn maintainers when OpenSSL 1.1.1 support is missing when usingTobias Kortkamp
an outdated openssl < 0.10.4 crate. Submitted by: jbeich Differential Revision: https://reviews.freebsd.org/D18292
2018-11-25Update PYMAGICTAGSunpoet Po-Chuan Hsieh
imp.get_tag() is deprecated since version 3.4. Use sys.implementation.cache_tag directly starting in Python 3.3. Reference: https://docs.python.org/3/library/imp.html#imp.get_tag
2018-11-22pyqt: Change install directories for Python flavor supportTobias C. Berner
* PyQt could not be installed for multiple Python versions at the same time, as there were conflicting files. This patch creates Python-version versioned directories for all these, and further installs binaries with a version number. * Note, there might be some hickups for software that depends on on of the .so's provided by PyQt5, which might not be found anymore autmotically, and maybe need some LD-flaggery. * Update PyQt5 to 5.10.1 * Mark www/py-qt5-webengine broken. It is unforuntately no longer compatible with the old qt5-webengine-5.9.4 we ship. PR: 232745 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8714
2018-11-21Update comment: add pgsql 11Sunpoet Po-Chuan Hsieh
2018-11-20gecko: inherit LLVM_DEFAULT after r485466Jan Beich
2018-11-20Mk/bsd.default-versions.mk: Add LLVM_DEFAULTYuri Victorovich
This is for cases when llvm or clang from ports need to be used so that the current highest version can be specified in one place.
2018-11-20gecko: drop BUNDLED_CAIRO optionJan Beich
2018-11-20gecko: drop pre-52 supportJan Beich
2018-11-20www/firefox: don't load system dictionaries after r472727Jan Beich
Bundled Hunspell may not be compatible. If users still want system dictionaries they can set spellchecker.dictionary_path in about:config.
2018-11-20gecko: drop system ogg/vorbis supportJan Beich
Too infrequently updated to justify maintenance burden.
2018-11-20gecko: drop JPEG_PORT=graphics/jpeg supportJan Beich
Completely untested for years.
2018-11-17Add shared VAPI descriptionSunpoet Po-Chuan Hsieh
2018-11-12Update KDE Frameworks to 5.52.0Tobias C. Berner
PR: 233107 Exp-run by: antoine
2018-11-10Add share/info/*/dir to those files in STAGEDIR to ignore when checkingGerald Pfeifer
for orphans, i.e., files in STAGEDIR that are not covered by plist. This is a follow-up to revision 484628 after which texinfo files are now installed into ${PREFIX}/share/info. (A file "dir" is then created and maintained by the tooling.) Approved by: portmgr (antoine)
2018-11-10Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin
After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
2018-11-10security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold
2018-11-10Add Flavor helpers for DEPRECATED and EXPIRATION_DATETobias C. Berner
If a port has multiple flavors and one needs to be deprecated, one can now write qt4_DEPRECATED= Qt4 has been EOL since december 2015 qt4_EXPIRATION_DATE= 2019-03-15 to let users know that changes are coming. Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D17740
2018-11-10Fix typoSunpoet Po-Chuan Hsieh
Differential Revision: https://reviews.freebsd.org/D17924 Approved by: bapt (portmgr)
2018-11-09Update KDE Applications to 18.09.3Tobias C. Berner
2018-11-09Mk/Uses/meson.mk: Fix missing $ in INFO_PATH variableKubilay Kocak
Add missing $ inadvertently committed in ports r484481 PR: 232633 Reported by: danfe (via ports-committers) Approved by: portmgr (blanket: just fix it)
2018-11-08Tell meson where we install info files.Koop Mast
PR: 232633 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
2018-11-04Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner
- There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
2018-11-03Update PEP linkSunpoet Po-Chuan Hsieh
2018-11-03Update GStreamer to 1.14.4.Tijl Coosemans
PR: 231406 Submitted by: Greg V <greg@unrelenting.technology> Exp-run by: antoine Approved by: portmgr (antoine)
2018-11-02Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
2018-11-01Mark FreeBSD 10.4 as unsupported, it is end-of-life as of today.Rene Ladan
Users who still rely on FreeBSD 10 should use tags/RELEASE_10_EOL
2018-10-29gecko: silence USES warningsChristoph Moench-Tegeder
PR: 231867 Approved by: gecko (jbeich did not veto)
2018-10-28Update KDE Plasma to 5.12.7.Tobias C. Berner
2018-10-26Bump minimum Rust version after rP482993Tobias Kortkamp
2018-10-23qt.mk: move 'declarative' to the Qt4 only list.Tobias C. Berner
- qt5 has that port split into the components 'quick' and 'qml' at the moment, so it should not be in the 'All' list. PR: 232552 Reported by: yuri
2018-10-22Switch default PHP version from 7.1 to 7.2Jochen Neumeister
PR: 232398 Reviewed by: joneum Approved by: tz (implicit) Exp-run by: antoine Sponsored by: Netzkommune GmbH
2018-10-21bsd.port.mk: remove obsolete PKGREQ variable [1] and modernize a comment ↵Rene Ladan
about /var/db/pkg. Differential Revision: https://reviews.freebsd.org/D5 [1]
2018-10-20gecko: expose Wayland supportJan Beich
2018-10-20Update to 2.3.8Sunpoet Po-Chuan Hsieh
- Move BROKEN_* upward - Move USES upward - Remove no-op MLINKS and create symlinks for manpages - Sort INSTALLED_SCRIPTS - Regenerate patch files with makepatch: Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-3-8-released/ PR: 232438 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: afc60484-0652-440e-b01a-5ef814747f06 MFH: 2018Q4
2018-10-20Update to 2.4.5Sunpoet Po-Chuan Hsieh
- Move USES upward - Remove no-op MLINKS and create symlinks for manpages - Sort INSTALLED_SCRIPTS - Regenerate patch files with makepatch: Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-4-5-released/ PR: 232435 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: afc60484-0652-440e-b01a-5ef814747f06 MFH: 2018Q4
2018-10-20Update to 2.5.3Sunpoet Po-Chuan Hsieh
- Move USES upward - Remove no-op MLINKS and create symlinks for manpages - Sort INSTALLED_SCRIPTS - Regenerate patch files with makepatch: Changes: https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/ https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-5-2-released/ PR: 232431 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: afc60484-0652-440e-b01a-5ef814747f06 MFH: 2018Q4
2018-10-20Remove GCC 4.9 as an option. That branch went end-of-life upstream moreGerald Pfeifer
than two years ago, summer of 2016.
2018-10-20Update KDE Frameworks to 5.41Tobias C. Berner
PR: 232296 Exp-run by: antoine
2018-10-19The PostgreSQL Global Development Group today announced the release ofPalle Girgensohn
PostgreSQL 11, the latest version of the world’s most advanced open source database. PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries. "For PostgreSQL 11, our development community focused on adding features that improve PostgreSQL's ability to manage very large databases," said Bruce Momjian, a core team member of the PostgreSQL Global Development Group. "On top of PostgreSQL's proven performance for transactional workloads, PostgreSQL 11 makes it even easier for developers to run big data applications at scale." PostgreSQL benefits from over 20 years of open source development and has become the preferred open source relational database for developers. The project continues to receive recognition across the industry, and has been featured as the "DBMS of the Year 2017" by DB-Engines and in the SD Times 2018 100. PostgreSQL 11 is the first major release since PostgreSQL 10 was released on October 5, 2017. The next update release for PostgreSQL 11 containing bug fixes will be PostgreSQL 11.1, and the next major release with new features will be PostgreSQL 12. Release Notes: https://www.postgresql.org/docs/11/static/release-11.html
2018-10-16www/firefox: update to 63.0Jan Beich
Changes: https://www.mozilla.org/firefox/63.0/releasenotes/ PR: 229893 Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D16356
2018-10-14Remove gd.tuwien.ac.at. It doesn't resolve anymore.Tilman Keskinoz