Commit graph

404155 commits

Author SHA1 Message Date
Mark Linimon
d864fd0302 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Vanilla I. Shu
90a0bcab1d Update to 0.042. 2016-11-14 03:28:11 +00:00
Alexey Dokuchaev
3c8a36012b - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
  their usage
2016-11-14 03:15:03 +00:00
Sean Bruno
5558ef6556 Fix build with devel/ncurses installed.
PR:	214484
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2016-11-14 02:58:57 +00:00
Alexey Dokuchaev
1c9c07f217 Ensure that option selection dialog is readable (fits the window):
- 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-14 02:45:26 +00:00
Alexey Dokuchaev
069eee7c18 Add a port of CPU-X, a free software that gathers information about CPU,
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 02:05:29 +00:00
Dirk Meyer
001bac7586 - fix build on FreeBSD-11 with option PAM
PR:		214161
2016-11-14 00:04:54 +00:00
Dirk Meyer
903c637421 - fix build on aarch64
PR:		213864
Submitted by:	Andrew Turner
2016-11-13 23:53:07 +00:00
Dan Langille
73b3ebdd6f install correct query.sql{,.sample}
Bump PORTREVISION

Submitted by: Larry Rosenman
PR:           214489
2016-11-13 23:09:06 +00:00
Danilo Egea Gondolfo
d3e9d45603 - Update to 1.5.5
- Remove p5-Archive-Tar from RUN_DEPENDS list. It's present in Perl core.
2016-11-13 23:05:23 +00:00
Danilo Egea Gondolfo
11c0b58621 - Update to 2.7.1 2016-11-13 23:03:20 +00:00
Baptiste Daroussin
15d7dfcbe9 Update liveMedia 2016-11-06
Remove useless patches
Add videolan mirrors which keeps distfiles around for a while
2016-11-13 22:49:47 +00:00
Danilo Egea Gondolfo
1b4aff4f9c - Update to 8.4.4 2016-11-13 22:47:26 +00:00
Baptiste Daroussin
5d968e87c0 Fix runtime issues related to thread_locale
__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-13 22:38:15 +00:00
Baptiste Daroussin
b99f5ac50a Update to 0.7.0 2016-11-13 22:26:53 +00:00
Danilo Egea Gondolfo
6af1624db4 - Update to 7.500.1 2016-11-13 22:19:01 +00:00
Baptiste Daroussin
de980c5ba1 Change defaut cd device to /dev/cd0 2016-11-13 22:19:01 +00:00
Danilo Egea Gondolfo
1943841380 - Update to 2.6.0
- Add LICENSE
- Sort USES
- Adjust dependencies, now it depends of Gtk3

PR:		213986
Submitted by:	olivierd
2016-11-13 22:14:49 +00:00
Olivier Duchateau
0d6c9f62ce - Update to 0.3.4
- 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-13 21:43:32 +00:00
Pawel Pekala
afa53cfab4 Update to version 1.0.1
- 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-13 20:27:39 +00:00
Tobias C. Berner
b899264b8b Udpate PyQt5 to 5.6.2
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-13 20:19:11 +00:00
Jan Beich
cae37f0016 multimedia/aegisub: simplify + unbreak boost 1.62 on 9.x
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 18:49:41 +00:00
Sunpoet Po-Chuan Hsieh
2aa337bbdb - Revert the removal of PERL_LEVEL check
Notified by:	mat
2016-11-13 17:36:35 +00:00
Rene Ladan
3fcbf37c99 Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26 2016-11-13 16:14:14 +00:00
Thomas Zander
f088097def Update to upstream version 1.5.2
PR:		213772
Submitted by:	olevole@olevole.ru (maintainer)
2016-11-13 15:52:30 +00:00
Matthew Seaman
3170d1fe6b unbreak by switching to GitHub as master site.
Add license

Chagne maintainer to submitter

PR:		214443
Submitted by:	lifanov@mail.lifanov.com
Approved by:	mokhi64@gmail.com (maintainer)
2016-11-13 15:18:15 +00:00
Matthew Seaman
e2974fb2d1 Unbreak by switching to GitHub as the master site.
Add license

Change maintainer to submitter

PR:		214442
Submitted by:	lifanov@mail.lifanov.com
Approved by:	mokhi64@gmail.com (maintainer)
2016-11-13 15:16:21 +00:00
Thomas Zander
2bf4b77961 Fix build with ffmpeg 3.x
PR:		214234
Submitted by:	jbeich
2016-11-13 14:43:42 +00:00
Kurt Jaeger
383879c7d3 databases/cego: update 2.31.1 -> 2.31.2
- 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-13 14:35:36 +00:00
Kurt Jaeger
c716f66aa0 dns/rbldnsd: update 0.997a -> 0.998
- 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-13 14:14:59 +00:00
Thomas Zander
74368fb2ba Use OPTION helpers for DOCS
PR:		213975
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-11-13 14:13:42 +00:00
Kurt Jaeger
da704f951a graphics/llpp: Fix 'crashes Firefox sometimes'
- 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 14:00:50 +00:00
MANTANI Nobutaka
1ba7698def - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.
- Regenerate patches by 'make makepatch'.
- Pet portlint.

PR:		213183
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2016-11-13 13:23:04 +00:00
MANTANI Nobutaka
719ba3574d - Simplify PLIST, BUILD_DEPENDS and RUN_DEPENDS selection.
- Regenerate patches by 'make makepatch'.
- Pet portlint.

PR:		213182
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2016-11-13 13:21:08 +00:00
MANTANI Nobutaka
cad9c5325e - Simplify plist.
- Regenereate patches by 'make makepatch'.
- Pet portlint.

PR:		213181
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2016-11-13 13:18:12 +00:00
Koop Mast
4471a6e109 Add meson.
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-13 13:06:00 +00:00
Thomas Zander
6664c1a00e Update to upstream version 7.1
PR:		214200
Submitted by:	udvzsolt@gmail.com
Reviewed by:	takefu@airport.fm (maintainer)
Approved by:	takefu@airport.fm (maintainer)
2016-11-13 12:58:12 +00:00
Jan Beich
2180f03c62 www/py-flexget: update to 2.5.21
Changes:	https://github.com/Flexget/Flexget/compare/2.5.16...2.5.21
2016-11-13 12:45:00 +00:00
Jan Beich
954a7d901d devel/git-cinnabar: update to 0.4.0.b3.14
Changes:	75f38ed...2091b9b
2016-11-13 12:44:46 +00:00
Jan Beich
ffa7fe1a48 math/ceres-solver: update to 1.12.0.r2.3
Changes:	https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55
2016-11-13 12:44:25 +00:00
Thierry Thomas
e5e45eab29 Upgrade Code_Aster to 12.0.6-4.
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-13 12:44:13 +00:00
Baptiste Daroussin
97f8268e2c Replace UPDATING entry by CONFLICTS_BUILD which is designed for that
Reported by:	jbeich
2016-11-13 12:43:21 +00:00
Grzegorz Blach
8f508e19d0 Update to 0.5 2016-11-13 12:42:09 +00:00
Thierry Thomas
53213032f6 Missed by addport. 2016-11-13 12:35:10 +00:00
Thierry Thomas
b3fbf4dca4 Resurrect hdf5-18, because it is required by french/med and french/aster.
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 12:32:46 +00:00
Marcus von Appen
88416f56d2 - Update to version 0.9.0
- Unbreak by moving to the new project location

Reported by:	josteink@kjonigsen.net (upstream maintainer)
2016-11-13 12:01:09 +00:00
Ruslan Makhmatkhanov
bbf10c894b deskutils/vboxgtk: remove bogus dependency
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 11:27:10 +00:00
Pawel Pekala
3d268ee432 - Update to version 1.18.14
- Drop maintainership
2016-11-13 11:18:23 +00:00
Baptiste Daroussin
e22044abd3 Add an updating entry about the mdds0 installation which prevents
building libroeffice 5
2016-11-13 11:13:41 +00:00
Tijl Coosemans
199913323a Update to 1.4.5-12.el6_8.
PR:		214460
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2016Q4
Security:	https://rhn.redhat.com/errata/RHSA-2016-2674.html
2016-11-13 11:13:32 +00:00