Age | Commit message (Collapse) | Author |
|
PR: 214484
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
|
|
- 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
|
|
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.
|
|
PR: 214161
|
|
PR: 213864
Submitted by: Andrew Turner
|
|
Bump PORTREVISION
Submitted by: Larry Rosenman
PR: 214489
|
|
- Remove p5-Archive-Tar from RUN_DEPENDS list. It's present in Perl core.
|
|
|
|
Remove useless patches
Add videolan mirrors which keeps distfiles around for a while
|
|
|
|
__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>
|
|
|
|
|
|
|
|
- Add LICENSE
- Sort USES
- Adjust dependencies, now it depends of Gtk3
PR: 213986
Submitted by: olivierd
|
|
- 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)
|
|
- 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
|
|
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
|
|
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
|
|
Notified by: mat
|
|
|
|
PR: 213772
Submitted by: olevole@olevole.ru (maintainer)
|
|
Add license
Chagne maintainer to submitter
PR: 214443
Submitted by: lifanov@mail.lifanov.com
Approved by: mokhi64@gmail.com (maintainer)
|
|
Add license
Change maintainer to submitter
PR: 214442
Submitted by: lifanov@mail.lifanov.com
Approved by: mokhi64@gmail.com (maintainer)
|
|
PR: 214234
Submitted by: jbeich
|
|
- 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>
|
|
- 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)
|
|
PR: 213975
Submitted by: udvzsolt@gmail.com (maintainer)
|
|
- 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)
|
|
- Regenerate patches by 'make makepatch'.
- Pet portlint.
PR: 213183
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
- Regenerate patches by 'make makepatch'.
- Pet portlint.
PR: 213182
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
- Regenereate patches by 'make makepatch'.
- Pet portlint.
PR: 213181
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
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
|
|
PR: 214200
Submitted by: udvzsolt@gmail.com
Reviewed by: takefu@airport.fm (maintainer)
Approved by: takefu@airport.fm (maintainer)
|
|
Changes: https://github.com/Flexget/Flexget/compare/2.5.16...2.5.21
|
|
Changes: https://github.com/glandium/git-cinnabar/compare/75f38ed...2091b9b
|
|
Changes: https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55
|
|
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.
|
|
Reported by: jbeich
|
|
|
|
|
|
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.
|
|
- Unbreak by moving to the new project location
Reported by: josteink@kjonigsen.net (upstream maintainer)
|
|
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
|
|
- Drop maintainership
|
|
building libroeffice 5
|
|
PR: 214460
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
MFH: 2016Q4
Security: https://rhn.redhat.com/errata/RHSA-2016-2674.html
|
|
PR: 214460
Security: https://rhn.redhat.com/errata/RHSA-2016-2674.html
|
|
|
|
|