/math/metis/

freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update handbrake entries now that 1.2.0 has been released.tijl2018-12-271-15/+15
| | | | | PR: 234322 Submitted by: 内藤 祐一郎 <naito.yuichiro@gmail.com> (maintainer)
* Upgrade archivers/rpm4 from 4.14.2 to 4.14.2.1rodrigo2018-12-263-6/+6
| | | | | | | | | | | | Changelog: * Fix regression (RhBug:1640470) in 4.14.2 * Fix package verification memory leak introduced in 4.14.2 * Fix long-standing Python GIL locking bug * Fix long-standing broken library path of embedded Lua Changes : http://rpm.org/wiki/Releases/4.14.2.1 MFH: 2018Q4
* deskutils/py-khard: update to version 0.13.0rigoletto2018-12-262-4/+7
| | | | | | PR: 234417 Submitted by: Andreas Bilke <freebsd.org@bilke.org> (maintainer) Approved by: tcberner (mentor)
* Update to 0.4.2bapt2018-12-262-4/+4
|
* update 0.10.8bapt2018-12-262-4/+4
|
* Ugrade x11/tilda from 1.3.3 to 1.4.1rodrigo2018-12-263-6/+8
| | | | | | Changelog: https://github.com/lanoxx/tilda/compare/tilda-1.4.1...master Rework USE directives as reported by testports Update plist
* Switch to kde5.kwm2018-12-261-6/+3
| | | | | This software already prefered using kreadconfig5 over the kde4 version. Switch it over to kde5 now that kde4 is slated for removal.
* Upgrade devel/libatomic_ops from 7.6.4 to 7.6.8rodrigo2018-12-262-4/+4
| | | | | | | | | | | | Changelog: * Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack) * Eliminate 'redundant blank line at start/end of block' CodeFactor warning * Fix 'Cannot implement CAS_full on this architecture' build error (nios2) * Fix a typo in arm_v6.h * Support aarch64-ilp32 (GCC) and UWP/arm64 (MS VC) targets * Undefine AO_ARM_HAVE_* private macros after their usage * Use standalone private macro to guard against AO_GCC_BARRIER redefinition * Workaround 'condition my_chunk_ptr is always false' cppcheck false positive
* - Provide meaningful COMMENT and WWWamdmi32018-12-262-2/+2
| | | | Approved by: portmgr blanket
* - Add NO_ARCHamdmi32018-12-261-0/+3
| | | | - Switch to options helpers
* - Fix LICENSEamdmi32018-12-262-3/+5
| | | | | | - Provide meaningful COMMENT and pkg-descr Approved by: portmgr blanket
* - Fix LICENSEamdmi32018-12-261-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32018-12-261-1/+2
| | | | Approved by: portmgr blanket
* - Update to 1.6.05danilo2018-12-263-963/+107
| | | | | | | | | | - Remove DEPRECATED and IGNORE_WITH_PHP. This version works with PHP 7 - Use github - Give www permissions just to directories which need to be writable This release contains important security patches. MFH: 2018Q4
* net/minisaperver: Fix build on CURRENTtobik2018-12-262-1/+33
| | | | | | | | broadcast.cpp:91:13: error: value of type '__bind<int &, sockaddr *, unsigned int>' is not contextually convertible to 'bool' if (bind (fd6, (struct sockaddr *)&addr, sizeof (addr))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p488289_s342400/logs/minisapserver-0.3.8_1.log
* misc/tellico: depend on the optional dependenciestcberner2018-12-261-2/+7
|
* Update to upstream version 1.2.0riggs2018-12-2611-65/+55
| | | | | | | | | | | | | | | | | | | | | | | | | Detailed maintainer log: - Runtime feature: - Backend library has been changed from libav to ffmpeg-4.1. Vulnerabilities of libav have been solved. - libx265 has been updated to 2.9. - Speex audio codec has been added for decode. - Buildtime change: - Assembler has been changed from yasm to nasm. - Clang compiler has been supported. USE_GCC is omitted. We no longer need libc++ link option. - BUILD_DEPENDS on binutils have been omitted. Our ld(1) has --exclude-libs option on all supported versions of FreeBSD. - Configure script respects $(CC) envrionment variable. We no longer need to patch config.py. - Configure script looks up python2 from $PATH. We no longer need to fix shebang. - Provides port specific patches by $(CP). To avoid patch of patches. PR: 234322 Submitted by: naito.yuichiro@gmail.com (maintainer)
* misc/tellico: update to KF5 based 3.1.4tcberner2018-12-269-416/+363
|
* databases/mongodb34: Update maintainer (forgotten in the last commit)tobik2018-12-261-1/+1
| | | | PR: 230698
* sysutils/kshutdown: update to KF5 based 4.99-betatcberner2018-12-2610-57/+42
|
* USES=compiler:c++11-lang is necessary to build on GCC-basedlinimon2018-12-261-1/+1
| | | | | | | | architectures. PR: 234405 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Add USE_CSTD=c99 to fix build with base GCC, which uses c89 by default.linimon2018-12-261-1/+2
| | | | | | | | While here, pet portlint. PR: 234404 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* USES=compiler:c++11-lang is necessary to build on GCC-based architectures.linimon2018-12-261-1/+1
| | | | | | PR: 234394 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* USES=compiler:c++11-lang is necessary to build on GCC-based architectures.linimon2018-12-261-1/+1
| | | | | | PR: 234391 Submitted by: Piotr Kubaj Approved by: maintainer
* Remove -Wno-narrowing which is unsupported by base GCC and addlinimon2018-12-261-3/+3
| | | | | | | | | | USE_CXXSTD=c++98, which makes this port build with both base GCC and Clang. While here, add USES=gl gnome. PR: 234387 Submitted by: Piotr Kubaj
* USES=compiler:c++11-lang is necessary to build on GCC-basedlinimon2018-12-261-1/+1
| | | | | | | architectures. PR: 234385 Submitted by: Piotr Kubaj
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-261-4/+4
| | | | | | | | | | architectures. While here, add USES=gnome, and use localbase:ldflags to simplify. PR: 234308 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-261-1/+2
| | | | | | | | | architectures. While here, sort USES and pet portlint. PR: 234307 Submitted by: Piotr Kubaj
* databases/mysql57-server: Fix build for i386mmokhi2018-12-262-1/+32
| | | | | | | | | | Make MySQL build-script assume that FreeBSD's Clang (on i386) doesn't have "atomic_*" functions builtin implemented. This is added to cmake/os/FreeBSD.cmake to make the merge for upstream easier. PR: 229605 Reported by: gbromov@gmail.com Sponsored by: The FreeBSD Foundation
* This port has a typedef redefinition, which are not supported by base GCC.linimon2018-12-261-0/+11
| | | | | | | | Remove it to fix build on GCC-based architectures. PR: 234305 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-261-1/+2
| | | | | | | | | | architectures. While here, add USES=gnome. PR: 234304 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* databases/mysql57-client: Fix build for i386mmokhi2018-12-262-4/+12
| | | | | | | | | | | | | Make MySQL build-script assume that FreeBSD's Clang (on i386) doesn't have "atomic_*" functions builtin implemented. This is added to cmake/os/FreeBSD.cmake to make the merge for upstream easier. This fixes the build of mysql57-client on the i386 again. PR: 229605 Submitted by: PitDron <pitdron@gmail.com> Reported by: gbromov@gmail.com Sponsored by: The FreeBSD Foundation
* This port requires adding -fnested-functions to CFLAGS when base GCC is used.linimon2018-12-261-1/+7
| | | | | | | | While here, add USES=gnome. PR: 234302 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-261-4/+4
| | | | | | | | | | | architectures because it wants to link to /usr/local/lib/libtag.so, which is compiled with ports GCC, which uses new GCC ABI. While here, add USES=gnome localbase and pet portlint. PR: 234298 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* This port requires a C++11-aware compiler. Set USES=compiler:c++11-langlinimon2018-12-261-2/+2
| | | | | | | | to fix build on GCC-based architectures. PR: 234168 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* sysutils/plasma5-kinfocenter: fix build on aarch64tcberner2018-12-261-0/+51
| | | | | | PR: 234256 Submitted by: adridg Reported by: mikael.urankar@gmail.com
* Instead of hand-rolled `do-install' target, make existing installationdanfe2018-12-262-11/+33
| | | | | | routine PREFIX-aware and compatible with our install(1). As a bonus, it would install prefixed binaries to avoid potential clash with other gzip and gunzip implementations.
* - Fix LICENSEamdmi32018-12-262-2/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Update games/gcompris-qt to 0.95tcberner2018-12-263-5/+14
| | | | - https://gcompris.net/index-en.html#2018-12-20
* Update math/eigen3 to 3.3.7tcberner2018-12-2648-44/+51
| | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
* - Add LICENSEamdmi32018-12-261-2/+9
| | | | | | | - Add NO_ARCH - Optionize docs and examples Approved by: portmgr blanket
* Fix up various kde ports to build on GCC-based architecturestcberner2018-12-265-5/+8
| | | | | PR: 234390 Submitted by: linimon
* Update `archivers/libdeflate' to version 1.1.danfe2018-12-262-5/+5
| | | | Reported by: portscout
* - Update to 3.0.2wen2018-12-262-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Array-Compare
* - Update to 1.38wen2018-12-262-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Test-CheckManifest
* - Update to 18.9b0wen2018-12-262-7/+11
| | | | | | PR: 233344 Submitted by: wenheping2000@hotmail.com(myself) Approved by: maintainer
* devel/ccls: Fix distinfo after upstream retagged 0.20181225tobik2018-12-263-19/+7
| | | | | | | | | - Add the commit currently tagged as 0.20181225 for future reference - The old 0.20181225 tag was commit a9397cf6148d50b88a36ec2e90ea23813dda379d - Drop upstreamed patch Distfile diff: https://people.freebsd.org/~tobik/logs/ccls-0.20181225-retag.diff
* - Update to 3.7.2wen2018-12-264-18/+27
|
* - Update from 6.4.0 to 7.0.0wen2018-12-2611-76/+101
| | | | | | | | | - Add ftp/curl as LIB_DEPENDS - Use OpenMP from within llvm60 also for i386 - Move some dirs for ${COPYTREE_SHARE} PR: 233408 Submitted by: rhurlin@gwdg.de(maintainer)
* Fix devel/kio-extras plist for non-default OPTIONS.adridg2018-12-261-2/+2
| | | | | | | | | When MTP is off, mtp files are not installed; not all of them were flagged with %%MTP%%. No PORTREVISION bump because the package doesn't change for any options that actually could build. PR: 234138 Reported by: Henrik Hudson
* Do not create an empty target if it is not required.linimon2018-12-261-1/+1
| | | | | Reported by: mat Approved by: portmgr (tier-2 blanket)
* - Update to 0.32.0danilo2018-12-265-81/+22
| | | | - Use symlinks for OS dependent files which don't need changes instead of keep them in files/
* - Update to 1.7.25danilo2018-12-263-4/+251
|
* lv2 is a gstreamer1 plugin...kwm2018-12-261-1/+1
| | | | Pointyhat: kwm@
* * Updated seahub to 6.3.9ultima2018-12-267-20/+158
|
* * Updated to 3.5.1ultima2018-12-262-6/+6
| | | | Changes: https://forum.teamspeak.com/threads/138368-TeamSpeak-3-server-3-5-1-hotfix-released
* * Updated to 1.1.1ultima2018-12-262-4/+4
|
* Switch net/krdc OPTION FREERDP on by default.adridg2018-12-261-0/+2
| | | | | | | | This makes sense from a "batteries included" perspective and makes krdc more useful by default in networks where you may find proprietary desktops. PR: 233978 Reported by: Nils Beyer
* Add the extra patch to disable anonymous telemetry for theosa2018-12-261-0/+11
| | | | third-party passenger module.
* Update from 1.15.7 to 1.15.8.osa2018-12-263-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update clojure, modsecurity and njs third-party modules to their recent versions. Disable anonymous telemetry reporting in third-party passenger module by default. <ChangeLog> *) Feature: the $upstream_bytes_sent variable. Thanks to Piotr Sikora. *) Feature: new directives in vim syntax highlighting scripts. Thanks to Gena Makhomed. *) Bugfix: in the "proxy_cache_background_update" directive. *) Bugfix: in the "geo" directive when using unix domain listen sockets. *) Workaround: the "ignoring stale global SSL error ... bad length" alerts might appear in logs when using the "ssl_early_data" directive with OpenSSL. *) Bugfix: in nginx/Windows. *) Bugfix: in the ngx_http_autoindex_module on 32-bit platforms. </ChangeLog>
* Handover to x11@, they maintain wayland itself already.kwm2018-12-261-1/+1
|
* Change cmake default behaviour to outsource.tcberner2018-12-26