summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-14Fix build with devel/ncurses installed.Sean Bruno
PR: 214484 Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
2016-11-14Ensure that option selection dialog is readable (fits the window):Alexey Dokuchaev
- Rename PF_ENABLE_FILTER_RULES -> PF_FILTER_RULES - Reword UPNP_STRICT_DESC text to make it shorter and clearer - Drop IPV6_DESC which is already in standard descriptions pool
2016-11-14Add a port of CPU-X, a free software that gathers information about CPU,Alexey Dokuchaev
motherboard, and more on one's system, similar to CPU-Z for Windows. Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1477420923 which corresponds to commit f10b0d4 tagged as this release.
2016-11-14- fix build on FreeBSD-11 with option PAMDirk Meyer
PR: 214161
2016-11-13- fix build on aarch64Dirk Meyer
PR: 213864 Submitted by: Andrew Turner
2016-11-13install correct query.sql{,.sample}Dan Langille
Bump PORTREVISION Submitted by: Larry Rosenman PR: 214489
2016-11-13- Update to 1.5.5Danilo Egea Gondolfo
- Remove p5-Archive-Tar from RUN_DEPENDS list. It's present in Perl core.
2016-11-13- Update to 2.7.1Danilo Egea Gondolfo
2016-11-13Update liveMedia 2016-11-06Baptiste Daroussin
Remove useless patches Add videolan mirrors which keeps distfiles around for a while
2016-11-13- Update to 8.4.4Danilo Egea Gondolfo
2016-11-13Fix runtime issues related to thread_localeBaptiste Daroussin
__cxa_thread_atexit which is needed when building c++11 program using thread_locale is only defined on FreeBSD 11-STABLE and 12-CURRENT Backout the change in libreoffice which happened during the 5.2 dev phase adding thread_locale PR: 214473 Reported by: Dušan Vejnovič <freebsd@dussan.org> Tested by: Dušan Vejnovič <freebsd@dussan.org>
2016-11-13Update to 0.7.0Baptiste Daroussin
2016-11-13- Update to 7.500.1Danilo Egea Gondolfo
2016-11-13Change defaut cd device to /dev/cd0Baptiste Daroussin
2016-11-13- Update to 2.6.0Danilo Egea Gondolfo
- Add LICENSE - Sort USES - Adjust dependencies, now it depends of Gtk3 PR: 213986 Submitted by: olivierd
2016-11-13- Update to 0.3.4Olivier Duchateau
- Re-generate patch (with 'make makepatch') This release introduces 2 new features [1], available in settings window. [1] https://git.xfce.org/apps/xfce4-notifyd/tag/?id=xfce4-notifyd-0.3.4 PR: 214377 Submitted by: myself (olivierd@) Approved by: ehaupt@ (maintainer)
2016-11-13Update to version 1.0.1Pawel Pekala
- Small code refactoring and some fixes - String management improvements - Complete application icons - Translations: New: Danish Updated: Swedish, Catalan, Turkish, Indonesian, French, Norwegian Bokmal and Spanish Partially updated: German
2016-11-13Udpate PyQt5 to 5.6.2Tobias C. Berner
Update PyQt from 5.5.1 to 5.6.2 to match the Qt updates that have already landed in the ports tree. PR: 214355 Submitted by: Adriaan de Groot <groot@kde.org> Reviewed by: rakuco, tcberner Approved by: rakuco (mentor) Exp-Run by: antoine Differential Revision: https://reviews.freebsd.org/D8408
2016-11-13multimedia/aegisub: simplify + unbreak boost 1.62 on 9.xJan Beich
In file included from libaegisub/ass/time.cpp:20:0: libaegisub/include/libaegisub/format.h: In static member function 'static Out agi::format_detail::runtime_cast_helper<In, Out, <anonymous> >::cast(const In&)': libaegisub/include/libaegisub/format.h:31:37: error: 'bad_cast' is not a member of 'std' static Out cast(In const&) { throw std::bad_cast(); } ^ In file included from libaegisub/lua/script_reader.cpp:19:0: libaegisub/include/libaegisub/file_mapping.h:37:3: error: 'unique_ptr' in namespace 'std' does not name a type std::unique_ptr<boost::interprocess::mapped_region> region; ^ libaegisub/include/libaegisub/file_mapping.h:54:3: error: 'unique_ptr' in namespace 'std' does not name a type std::unique_ptr<boost::interprocess::mapped_region> read_region; ^ libaegisub/include/libaegisub/file_mapping.h:56:3: error: 'unique_ptr' in namespace 'std' does not name a type std::unique_ptr<boost::interprocess::mapped_region> write_region; ^ PR: 199601
2016-11-13- Revert the removal of PERL_LEVEL checkSunpoet Po-Chuan Hsieh
Notified by: mat
2016-11-13Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26Rene Ladan
2016-11-13Update to upstream version 1.5.2Thomas Zander
PR: 213772 Submitted by: olevole@olevole.ru (maintainer)
2016-11-13unbreak by switching to GitHub as master site.Matthew Seaman
Add license Chagne maintainer to submitter PR: 214443 Submitted by: lifanov@mail.lifanov.com Approved by: mokhi64@gmail.com (maintainer)
2016-11-13Unbreak by switching to GitHub as the master site.Matthew Seaman
Add license Change maintainer to submitter PR: 214442 Submitted by: lifanov@mail.lifanov.com Approved by: mokhi64@gmail.com (maintainer)
2016-11-13Fix build with ffmpeg 3.xThomas Zander
PR: 214234 Submitted by: jbeich
2016-11-13databases/cego: update 2.31.1 -> 2.31.2Kurt Jaeger
- Fix in CegoClient for escape character handling in batch mode - Fix in CegoClient for dumpfile generation. Default values handling corrected - Join optimizer fix in CegoSelect, CegoAttrCond and CegoBtreeCursor. join attributes are checked now in a more sophisticed way, which leads to improved execution performace for advanced joins PR: Bjoern Lemke <lemke@lemke-it.com>
2016-11-13dns/rbldnsd: update 0.997a -> 0.998Kurt Jaeger
- use ${ETCDIR} - don't install RPM spec and debian packege spec - they are no use on FreeBSD - install example zone file with default permissions (readable to all users) there is no need to limit access to examples PR: 214426 Changes: http://www.corpit.ru/mjt/rbldnsd/NEWS Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: Alexey Degtyarev <alexey@renatasystems.org> (maintainer)
2016-11-13Use OPTION helpers for DOCSThomas Zander
PR: 213975 Submitted by: udvzsolt@gmail.com (maintainer)
2016-11-13graphics/llpp: Fix 'crashes Firefox sometimes'Kurt Jaeger
- This one is related to bug #199872 where Firefox would randomly crash when exiting llpp (sometimes yes and sometimes no, you don't know which beforehand). Firefox (or GTK+ apps in general) seems to monitor ~/.config (not sure if true). llpp writes to ~/.config/llpp.conf when it exits, which will trigger bug #199872. - This patch moves llpp's config file to ~/.llpp.conf instead, solving this annoyance. PR: 214458 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
2016-11-13- Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.MANTANI Nobutaka
- Regenerate patches by 'make makepatch'. - Pet portlint. PR: 213183 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
2016-11-13- Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.MANTANI Nobutaka
- Regenerate patches by 'make makepatch'. - Pet portlint. PR: 213182 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
2016-11-13- Simplify plist.MANTANI Nobutaka
- Regenereate patches by 'make makepatch'. - Pet portlint. PR: 213181 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
2016-11-13Add meson.Koop Mast
Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. It supports many languages and compilers, including GCC, Clang and Visual Studio. Its build definitions are written in a simple non-turing complete DSL. The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code. Submitted by: Ting-Wei Lan
2016-11-13Update to upstream version 7.1Thomas Zander
PR: 214200 Submitted by: udvzsolt@gmail.com Reviewed by: takefu@airport.fm (maintainer) Approved by: takefu@airport.fm (maintainer)
2016-11-13www/py-flexget: update to 2.5.21Jan Beich
Changes: https://github.com/Flexget/Flexget/compare/2.5.16...2.5.21
2016-11-13devel/git-cinnabar: update to 0.4.0.b3.14Jan Beich
Changes: https://github.com/glandium/git-cinnabar/compare/75f38ed...2091b9b
2016-11-13math/ceres-solver: update to 1.12.0.r2.3Jan Beich
Changes: https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55
2016-11-13Upgrade Code_Aster to 12.0.6-4.Thierry Thomas
This brings french/eficas to 2016.0.1, cad/astk-serveur and astk-client to 1.13.8.2, french/med to 3.2.0 (built against hdf5-18), bump PORTREVSION to math/metis-edf and fix soname, and french/homard to 11.7-1.
2016-11-13Replace UPDATING entry by CONFLICTS_BUILD which is designed for thatBaptiste Daroussin
Reported by: jbeich
2016-11-13Update to 0.5Grzegorz Blach
2016-11-13Missed by addport.Thierry Thomas
2016-11-13Resurrect hdf5-18, because it is required by french/med and french/aster.Thierry Thomas
Two releases of HDF5 are available for download. HDF5-1.10 should read files created with earlier releases, but problem arise with MED and this version.
2016-11-13- Update to version 0.9.0Marcus von Appen
- Unbreak by moving to the new project location Reported by: josteink@kjonigsen.net (upstream maintainer)
2016-11-13deskutils/vboxgtk: remove bogus dependencyRuslan Makhmatkhanov
pytgk2 is not used by this port, so remove it. The port is marked broken already (fetch fails), but it also broken in another way: ============================================================================= ===> vboxgtk-0.8.2_1 depends on file: /usr/local/lib/python2.7/site-packages/xpcom/vboxxpcom.py - not found *** Error code 1
2016-11-13- Update to version 1.18.14Pawel Pekala
- Drop maintainership
2016-11-13Add an updating entry about the mdds0 installation which preventsBaptiste Daroussin
building libroeffice 5
2016-11-13Update to 1.4.5-12.el6_8.Tijl Coosemans
PR: 214460 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2016Q4 Security: https://rhn.redhat.com/errata/RHSA-2016-2674.html
2016-11-13Add linux-c6-libgcrypt to CVE-2016-6313 entry.Tijl Coosemans
PR: 214460 Security: https://rhn.redhat.com/errata/RHSA-2016-2674.html
2016-11-13- Update to 0.5.0Dmitry Marakasov
2016-11-13- Update to 0.5.0Dmitry Marakasov