aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with GCC-based architectures.linimon2018-10-281-0/+2
| | | | | | PR: 231951 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on GCC-based architectures.linimon2018-10-281-7/+4
| | | | | | | | | | Remove useless BROKEN_sparc64 line; it is obviated by ARCHS. While here, pet portlint. PR: 231608 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build with GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 232006 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on GCC-based architectures.linimon2018-10-282-1/+32
| | | | | PR: 232381 Submitted by: Piotr Kubaj
* Fix build with GCC-based architectures.linimon2018-10-281-3/+2
| | | | | PR: 232010 Submitted by: Piotr Kubaj
* Fix build with GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 231919 Submitted by: Piotr Kubaj Approved by: maintainer
* Fix build with GCC-based architectures.linimon2018-10-281-1/+2
| | | | | | PR: 232015 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix CFLAGS.linimon2018-10-281-4/+5
| | | | | | PR: 231784 Submitted by: Piotr Kubaj Approved by: maintainer
* Fix build with GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 232693 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* graphics/inkscape: unbreak on 32-bit archs after r474795jbeich2018-10-281-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/libavoid/connector.cpp:888:29: error: call to 'abs' is ambiguous COLA_ASSERT(abs((long)i->pathNext->id.objID - i->id.objID) != 2); ^~~ src/libavoid/assertions.h:41:39: note: expanded from macro 'COLA_ASSERT' #define COLA_ASSERT(expr) assert(expr) ^~~~ /usr/include/assert.h:56:21: note: expanded from macro 'assert' #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ ^ /usr/include/c++/v1/math.h:733:1: note: candidate function abs(float __lcpp_x) _NOEXCEPT {return ::fabsf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:737:1: note: candidate function abs(double __lcpp_x) _NOEXCEPT {return ::fabs(__lcpp_x);} ^ /usr/include/c++/v1/math.h:741:1: note: candidate function abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^ /usr/include/stdlib.h:87:6: note: candidate function int abs(int) __pure2; ^ /usr/include/c++/v1/stdlib.h:111:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long abs( long __x) _NOEXCEPT {return labs(__x);} ^ /usr/include/c++/v1/stdlib.h:113:44: note: candidate function inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {return llabs(__x);} ^ PR: 229844 Reported by: pkg-fallout
* Update KDE Plasma to 5.12.7.tcberner2018-10-28100-621/+548
|
* Fix build on GCC-based architectures.linimon2018-10-281-5/+7
| | | | | | PR: 232529 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build with GCC-based architectures.linimon2018-10-281-2/+2
| | | | | PR: 232098 Submitted by: Piotr Kubaj
* Fix build with GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 232281 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build with powerpc64.linimon2018-10-282-2/+11
| | | | | | PR: 232447 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build with GCC-based architectures.linimon2018-10-281-1/+5
| | | | | | PR: 232091 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on powerpc64.linimon2018-10-281-1/+5
| | | | | PR: 232049 Submitted by: Piotr Kubaj
* www/anyterm: document actual error on arm*jbeich2018-10-281-2/+2
|
* Fix build with GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 232083 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on GCC-based architectures.linimon2018-10-281-3/+2
| | | | | PR: 232454 Submitted by: Piotr Kubaj
* Return subset of r483249 to GCC 4.2 to unbreak on mips*jbeich2018-10-283-3/+3
|
* Fix build with GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 232277 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 231914 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 231910 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build with GCC-based architectures.linimon2018-10-281-1/+1
| | | | | | PR: 232079 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* graphics/feh: Update to 2.28.1zeising2018-10-282-4/+4
| | | | Changelog: https://feh.finalrewind.org/archive/2.28.1/
* Unbreak on powerpc64.linimon2018-10-282-3/+11
| | | | | | PR: 231722 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on powerpc.linimon2018-10-281-1/+5
| | | | | | PR: 232327 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on GCC-based architectures.linimon2018-10-281-0/+6
| | | | | | PR: 232115 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build with GCC-based architectures.linimon2018-10-281-1/+7
| | | | | | | | While here, pet portlint. PR: 232473 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Downgrade C++03 to C++98, actual default for GCC < 6jbeich2018-10-2813-25/+14
| | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03"
* Fix build on powerpc.linimon2018-10-281-1/+5
| | | | | | PR: 232034 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Cleanup mail/bmftobik2018-10-284-20/+43
| | | | | | | | | | | - Cleanup MYSQL option: properly declare libmysqlclient dependency, unbreak with other mysql version/variants - Respect CC and CFLAGS - Remove post-patch and simplify with BINARY_ALIAS - Do not strip binaries twice - Generate manpages and install them again PR: 232493
* games/alephone: unbreak build with Clang 6 (C++14 by default)jbeich2018-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from csdialogs_sdl.cpp:29: In file included from ../../Source_Files/Misc/sdl_dialogs.h:33: In file included from /usr/local/include/boost/function.hpp:70: In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47: In file included from /usr/local/include/boost/function/detail/function_iterate.hpp:14: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:15: /usr/local/include/boost/function/function_template.hpp:158:33: error: called object type 'nullptr_t' is not a function or function pointer BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); ^~~~ /usr/local/include/boost/function/function_template.hpp:80:36: note: expanded from macro 'BOOST_FUNCTION_RETURN' # define BOOST_FUNCTION_RETURN(X) X ^ /usr/local/include/boost/function/function_template.hpp:935:53: note: in instantiation of member function 'boost::detail::function::void_function_obj_invoker0<nullptr_t, void>::invoke' requested here { { &manager_type::manage }, &invoker_type::invoke }; ^ /usr/local/include/boost/function/function_template.hpp:724:13: note: in instantiation of function template specialization 'boost::function0<void>::assign_to<nullptr_t>' requested here this->assign_to(f); ^ /usr/local/include/boost/function/function_template.hpp:1073:5: note: in instantiation of function template specialization 'boost::function0<void>::function0<nullptr_t>' requested here base_type(f) ^ ../../Source_Files/Misc/sdl_widgets.h:1082:5: note: in instantiation of function template specialization 'boost::function<void ()>::function<nullptr_t>' requested here , m_callback (NULL) ^ interface.cpp:3114:25: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing] SDL_Rect dst_rect = { (s->w - 640)/2, (s->h - 480)/2, 640, 480 }; ^~~~~~~~~~~~~~ interface.cpp:3114:25: note: insert an explicit cast to silence this issue SDL_Rect dst_rect = { (s->w - 640)/2, (s->h - 480)/2, 640, 480 }; ^~~~~~~~~~~~~~ static_cast<Sint16>( )
* Fix build with tier-2 arches.linimon2018-10-281-1/+7
| | | | | | PR: 231448 Submitted by: Piotr Kubaj Approved by: maintainer
* Fix build for -qt5 port on GCC-based architectures.linimon2018-10-281-1/+1
| | | | | PR: 232094 Submitted by: Piotr Kubaj
* fix build with GCC-based architectureslinimon2018-10-281-1/+1
| | | | | | PR: 232082 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build on gcc-based archs.linimon2018-10-281-1/+1
| | | | | | PR: 231937 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix powerpc64 build. Correct license information.linimon2018-10-281-7/+7
| | | | | | | PR: 231778 Submitted by: Piotr Kubaj Reviewed by: ndowens at yahoo dot com Approved by: portmgr (tier-2 blanket)
* Fix build on gcc-based archs.linimon2018-10-281-1/+1
| | | | | PR: 231674 Submitted by: Piotr Kubaj
* multimedia/libmtp: update to 1.1.16jbeich2018-10-282-4/+4
| | | | | | | Changes: https://sourceforge.net/p/libmtp/mailman/message/36452265/ ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ Reported by: portscout MFH: 2018Q4 (new device IDs, bug fixes)
* Fix build on gcc-based archs.linimon2018-10-281-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Fix build on powerpc64.linimon2018-10-282-2/+13
| | | | | | | | While here, pet portlint. PR: 232750 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* devel/sdl20: track libudev dependencyjbeich2018-10-281-3/+6
| | | | | | PR: 223018 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (1 year)
* Mark MAKE_JOBS_UNSAFE to fix build on e.g. powerpc64.linimon2018-10-281-0/+1
| | | | | PR: 231948 Submitted by: Piotr Kubaj
* Apparently now builds on powerpc64.linimon2018-10-281-2/+0
| | | | | PR: 232531 Submitted by: Piotr Kubaj
* audio/zam-plugins-lv2: fix build with GCC-based architecturesyuri2018-10-281-7/+9
| | | | | PR: 232711 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* math/adol-c: fix build with GCC-based architecturesyuri2018-10-281-1/+1
| | | | | PR: 232712 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* graphics/mesa-dri: unbreak GCC build after r438198jbeich2018-10-281-1/+5
| | | | | | | configure: error: --enable-llvm is required when building r300 PR: 231329 Approved by: maintainer timeout (1 month)
* cad/gmsh: Remove CONFLICTS related to OCC knob and cad/gmsh-occjrm2018-10-281-2/+0
| | | | cad/gmsh-occ was removed in r482318
* math/yices: Update 2.6.0 -> 2.6.1yuri2018-10-282-4/+4
| | | | Reported by: portscout
* math/py-Pyomo: Update 5.5.0 -> 5.5.1yuri2018-10-282-4/+4
| | | | Reported by: portscout
* biology/py-pyfaidx: Update 0.5.5.1 -> 0.5.5.2yuri2018-10-282-4/+4
| | | | Reported by: portscout
* math/py-primme: Update 2.1.5.20181011 -> 2.2yuri2018-10-283-9/+12
| | | | Reported by: portscout
* math/primme: 2.1.20181011 -> 2.2yuri2018-10-285-20/+28
| | | | Reported by: portscout
* cad/gmsh: Fix powerpc64 build [1] and restore DOCS knob [2]jrm2018-10-282-112/+183
| | | | | | PR: 231832 Submitted by: pkubaj@anongoth.pl [1] Reported by: mat [2]
* devel/sdl20: expose EGL and Wayland supportjbeich2018-10-282-5/+78
| | | | | | PR: 223018 (based on) Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (1 year)
* - Update to 0.8.5wen2018-10-283-12/+15
| | | | | | | | - Correct LICENSE info and add LICENSE_FILE, per handbook - Correct DOC switch PR: 232337 Submitted by: ndowens@yahoo.com
* math/arb: Update 2.15.0 -> 2.15.1yuri2018-10-283-5/+5
| | | | Reported by: portscout
* audio/libmusicxml: Update 3.11 -> 3.13yuri2018-10-284-17/+169
| | | | Reported by: portscout
* audio/carla: Update 1.9.11 -> 1.9.12yuri2018-10-282-5/+5
| | | | Reported by: portscout
* science/kalzium-kde4: Fix buildyuri2018-10-284-5/+71
| | | | | | | * Fix variable/macro name clash * Fix broken eigen:3 recognition by disablijng it PR: 232593
* multimedia/omxplayer: unbreak with ffmpeg 4jbeich2018-10-282-0/+5
| | | | | | | | | | | | | | | | | | | | | In file included from BitstreamConverter.cpp:26: In file included from ./BitstreamConverter.h:27: ./DllAvFormat.h:117:49: error: no member named 'url_feof' in the global namespace; did you mean simply 'url_feof'? virtual int url_feof(AVIOContext *s) { return ::url_feof(s); } ^~~~~~~~~~ url_feof ./DllAvFormat.h:117:15: note: 'url_feof' declared here virtual int url_feof(AVIOContext *s) { return ::url_feof(s); } ^ OMXReader.cpp:1028:42: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' pkt->data = (uint8_t*) malloc(size + FF_INPUT_BUFFER_PADDING_SIZE); ^ OMXReader.cpp:1036:35: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' memset(pkt->data + size, 0, FF_INPUT_BUFFER_PADDING_SIZE); ^ PR: 227726 Obtained from: upstream
* misc/raspberrypi-userland: adjust GL conflict after r440699jbeich2018-10-281-1/+1
| | | | pkg-static: mesa-libs-18.2.3_1 conflicts with raspberrypi-userland-20161026 (installs files into the same place). Problematic file: /usr/local/include/EGL/egl.h
* Update to 1.17.1sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/bundler/bundler/releases
* Update to 5.0.2sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
* Update to 5.0.2sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
* Update to 5.0.2sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
* Update to 0.60.0sunpoet2018-10-282-5/+5
| | | | Changes: https://github.com/rubocop-hq/rubocop/releases
* Update to 3.3.0sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/jasmine/jasmine/releases
* Update to 1.38sunpoet2018-10-282-4/+5
| | | | Changes: https://metacpan.org/changes/distribution/Lingua-EN-NameParse
* Update to 3.0702sunpoet2018-10-283-7/+9
| | | | | | | - Fix LICENSE_FILE - Sort PLIST Changes: https://metacpan.org/changes/distribution/Statistics-Descriptive
* Update to 0.41sunpoet2018-10-283-7/+7
| | | | | | | | - Remove USE_PERL5=patch - Silence patch message - Sort PLIST Changes: https://metacpan.org/changes/distribution/Clone
* Update to 0.16sunpoet2018-10-282-6/+8
| | | | Changes: https://metacpan.org/changes/distribution/CPAN-Recent-Uploads
* Update to 0.121sunpoet2018-10-282-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack
* Update to 2.11.158sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.158sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.158sunpoet2018-10-282-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.10.2sunpoet2018-10-282-7/+5
| | | | Changes: https://github.com/getsentry/responses/releases
* Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2018-10-282-11/+13
| | | | | | | | - Sort PLIST - Update pkg-descr - Update WWW - Bump PORTREVISION for package change - Take maintainership
* Update to 0.43sunpoet2018-10-282-6/+7
| | | | Changes: https://metacpan.org/changes/distribution/Specio
* Update to 3.80sunpoet2018-10-282-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/CPAN-Perl-Releases
* Update to 20181027sunpoet2018-10-282-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* Update to 1.4.8sunpoet2018-10-282-5/+7
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* Update to 1.4.8sunpoet2018-10-281-1/+1
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* Update to 1.4.8sunpoet2018-10-282-6/+8
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* Update to 1.4.8sunpoet2018-10-282-5/+7
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* Update to 1.4.8sunpoet2018-10-282-5/+7
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* Update to 1.4.8sunpoet2018-10-282-5/+7
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* Update to 1.4.8sunpoet2018-10-282-5/+7
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* Update to 1.4.8sunpoet2018-10-283-12/+10
| | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
* . Update to 8u192.glewis2018-10-282-4/+4
|
* Update to 0.5.0matthew2018-10-282-4/+4
|
* multimedia/vapoursynth: update to R45.1jbeich2018-10-282-4/+4
| | | | | Changes: https://github.com/vapoursynth/vapoursynth/compare/R45...R45.1 Reported by: portscout
* emulators/ppsspp: update to 1.7jbeich2018-10-285-69/+54
| | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.3...v1.7 MFH: 2018Q4 (many stability fixes)
* sysutils/fusefs-libs: works with modern FreeBSD versions toorene2018-10-281-2/+1
|
* multimedia/gdvrecv: Tweak pkg-descr, this port is not specific to FreeBSD 5.rene2018-10-281-1/+1
|
* misc/localedata: tweak pkg-descr, this port also runs on FreeBSD 7 and higher.rene2018-10-281-1/+1
|
* devel/apr1: Update APR to 1.6.5brnrd2018-10-284-10/+15
| | | | | | | | - MySQL 8.0 (port marked "devel") not compatible [1] PR: 230538 [1] Reported by: <please forget me.uk> Differential Revision: https://reviews.freebsd.org/D17688
* databases/mariadb55-server: Security update to 5.5.62brnrd2018-10-282-5/+6
| | | | | MFH: 2018Q4 Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
* New port: java/wildfly14pi2018-10-287-0/+1658
| | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 232354 Submitted by: Simeo Reig <reig.simeo@gmail.com> Approved by: yerenkow@gmail.com (maintainer wildfly11)
* New port: java/wildfly13pi2018-10-288-0/+1632
| | | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 231328 Submitted by: Simeo Reig <reig.simeo@gmail.com> Approved by: yerenkow@gmail.com (maintainer wildfly11)
* Update lang/racket to version 7.1.olgeni2018-10-283-6/+79
|
* Update lang/racket-minimal to version 7.1.olgeni2018-10-283-5/+23
|
* Remove reference to obsolete INDEX files for FreeBSD7-9 and report buildse2018-10-283-9/+25
| | | | | | time for successful builds, as suggested by Walter Schwarzenfeld. Approved by: antoine (implicit)
* New port: java/wildfly12pi2018-10-288-0/+1583
| | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 231119 Submitted by: Simeo Reig <reig.simeo@gmail.com>
* www/qt5-webkit: fix build with powerpc64tcberner2018-10-283-5/+34
| | | | | PR: 232257 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Add URL of the Github repository that contains the ctm sources and these2018-10-281-1/+1
| | | | | | upgrade history preserved from the sources in FreeBSD base. Approved by: antoine (implicit)
* Add new port misc/ctm.se2018-10-285-0/+72
| | | | | | | | This port is a slightly modified version of the port as distributed with FreeBSD up to version 12. The port install man pages in section 8 instead of section 1, since all binaries are installed in sbin. Approved by: antoine (mentor)
* . Update to 8u192.glewis2018-10-283-10/+11
|
* . Update to 8u192.glewis2018-10-283-6/+7
|
* sysutils/cpupdate: sync with platomav/CPUMicrocodes MCE DB r88.eugen2018-10-282-5/+5
|
* Allow building on powerpc64.linimon2018-10-281-3/+3
| | | | | | | | While here, pet portlint. PR: 232744 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Apparently now builds on powerpc64.linimon2018-10-281-4/+0
| | | | | | PR: 231787 Submitted by: Piotr Kubaj Approved by: maintainer timeout
* Update to the 20181025 snapshot of GCC 7.3.1.gerald2018-10-282-4/+4
|
* Update to the 20181024 snapshot of GCC 6.4.1, the last snapshot of thegerald2018-10-282-4/+4
| | | | GCC 6.4 series probably.
* devel/py-click-log: Update to 0.3.2rigoletto2018-10-282-5/+5
| | | | | | | | - add LICENSE_FILE. PR: 230252 Submitted by: Natan <ndowens@yahoo.com> Approved by: tcberner (mentor), MAINTAINER.
* graphics/fraqtive:makc2018-10-282-3/+23
| | | | | - Switch to Qt 5 - Add patch to fix build with Qt 5
* Update to 1.30 which fixes a security hole that allowed arbitraryleres2018-10-282-4/+4
| | | | | | | | | | file disclosure in some circumstances. Announcement: http://acme.com/updates/archive/211.html Approved by: matthew (mentor, implicit) MFH: 2018Q4 Security: 33c384f3-5af6-4662-9741-0acb21c7e499
* Mark mini_httpd < 1.30 as vulnerable as per:leres2018-10-281-0/+25
| | | | | | | | | | http://acme.com/updates/archive/211.html The issue is arbitrary file disclosure in some circumstances. Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D17718
* Add MANIFEST files for 12.0-BETA2.gjb2018-10-289-1/+68
| | | | | Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation
* Fix path for virus scannerscrees2018-10-281-0/+3
| | | | Submitted by: Samuel Chow <cyschow@shaw.ca>
* Apparently now builds on powerpc64.linimon2018-10-281-1/+0
| | | | | PR: 232105 Submitted by: Piotr Kubaj
* Apparently now builds on powerpc64.linimon2018-10-281-2/+0
| | | | | PR: 231833 Submitted by: Piotr Kubaj
* deskutils/py-vdirsyncer: update to version 0.16.7rigoletto2018-10-282-8/+7
| | | | | | | - take maintainership. PR: 232208 Approved by: tcberner (mentor), maintainer timeout
* - Fix build error with Clang 6.nobutaka2018-10-2723-26/+274
| | | | - Pet portlint.
* * Updated to 161ultima2018-10-273-41/+40
| | | | | | | The added header should fix build on head. Submitted by: eric@van^ Differential Revision: https://reviews.freebsd.org/D17696
* databases/mariadb103-server: Fix plist issuesbrnrd2018-10-276-61/+134
| | | | | | | | | - Resurect mysql_upgrade [1] - Move some files between -client and -server PR: 232735 [1] Reported by: Naram Qashat <cyberbotx cyberbotx com> [1] MFH: 2018Q4
* Update to 2.2.1matthew2018-10-272-4/+4
|
* Update to 2.5matthew2018-10-272-4/+4
| | | | Release Notes: https://www.pgbarman.org/barman-2-5-released/
* Update `net-p2p/torrent-file-editor' to version 0.3.13.danfe2018-10-272-4/+4
| | | | Reported by: portscout
* www/apache24: Update to 2.4.37brnrd2018-10-274-17/+14
| | | | | | | | | | | - Adds TLSv1.3 support with security/openssl111 PR: 232687 Submitted by: Pascal Christen <pascal christen hostpoint.ch> Reported by: Markus Kohlmeyer <rootservice gmail com> Reviewed by: ohauer Approved by: joneum Differential Revision: https://reviews.freebsd.org/D17668
* Connect misc/kde-thumbnailer-*-kde4 portsmakc2018-10-271-0/+3
|
* misc/kde-thumbnailer-fb2:makc2018-10-273-14/+18
| | | | - Update to 0.3.1 for Plasma Desktop
* misc/kde-thumbnailer-epub:makc2018-10-273-15/+17
| | | | - Update to 1.1.9b for Plasma Desktop
* misc/kde-thumbnailer-chm:makc2018-10-273-14/+18
| | | | - Update to 0.2.1 for Plasma Desktop
* misc/kde-thumbnailer-*:makc2018-10-279-0/+85
| | | | - Rename ports, add kde4 suffix.
* sysutils/qjail4: this port is for 10.X only, remove it in December.rene2018-10-271-0/+3
| | | | Users are advised to switch to sysutils/qjail instead.
* - Update to 1.2811ehaupt2018-10-272-4/+5
| | | | - Separate NO_ARCH from USE* block as requested by portlint
* - Update to 0.3.2ehaupt2018-10-272-4/+6
| | | | - Mark NO_ARCH
* graphics/drm-next-kmod: Update snapshotzeising2018-10-272-5/+5
| | | | | | | | | Update graphics/drm-next-kmod to the latest snapshot. This contains fixes for vaapi rendering and possibly also other rendering bugs. Approved by: jmd (maintainer, implicit) Obtained from: FreeBSD Graphics Team MFH: 2018Q4
* graphics/drm-next-kmod: Update snapshotzeising2018-10-272-5/+5
| | | | | | | | | Update graphics/drm-next-kmod to the latest snapshot. This contains fixes for vaapi rendering and possibly also other rendering bugs. Approved by: jmd (maintainer, implicit) Obtained from: FreeBSD Graphics Team MFH: 2018Q4
* graphics/drm-legacy-kmod: Update snapshotzeising2018-10-272-5/+5
| | | | | | | Update graphics/drm-legacy-kmod to the latest snapshot, this contains some fixes for loading amd, ati and radeon firmware modules. Approved by: jmd (maintainer, implicit)
* Now builds on powerpc64.linimon2018-10-271-2/+0
| | | | | | PR: 232093 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Apparently now builds on powerpc64.linimon2018-10-271-2/+0
| | | | | | PR: 232401 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Fix build with GCC-based architectures for various kde@ ports.tcberner2018-10-2762-61/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570
* Update to upstream version 0.20.22riggs2018-10-273-15/+4
| | | | | | | | | | | Details: - Upstream changelog see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.22/NEWS - gcc_pure patch for src/input/Error.hxx was adopted upstream This is a confirmed bug in LLVM before 7.0, see https://bugs.llvm.org/show_bug.cgi?id=32611 MFH: 2018Q4
* editors/ne: Bump revision after r482945 and r482889tobik2018-10-271-0/+1
| | | | | | | | r482889 did not include a pkg-plist. The build succeeded anyway, so the package was empty. r482945 added it but did not bump the revision. PR: 232338
* Update to upstream version 28.2.0 (bug fixes only)riggs2018-10-272-4/+4
| | | | MFH: 2018Q4
* multimedia/subtitlecomposer:makc2018-10-277-1/+149
| | | | - Restore from attic and update to 0.6.6
* editors/kakoune: Update to 2018.10.27tobik2018-10-273-6/+6
| | | | Changes: https://github.com/mawww/kakoune/releases/tag/v2018.10.27
* multimedia/subtitlecomposer-kde4:makc2018-10-271-1/+4
| | | | - Rename package and register conflict with upcoming port for Plasma Desktop
* - Update WWWamdmi32018-10-271-1/+1
| | | | Approved by: portmgr blanket
* - Fix LICENSEamdmi32018-10-271-1/+1
| | | | Approved by: portmgr blanket
* devel/gnome-vfs: Fix OpenSSL 1.1.X buildwoodsb022018-10-272-5/+28
| | | | | | | | | | | | | | - Patch taken from NetBSD [1] - Add gnome to USES [1] http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/gnome-vfs/patches/patch-libgnomevfs_gnome-vfs-ssl.c?rev=1.1&content-type=text/x-cvsweb-markup PR: 228896 Submitted by: Nathan <ndowens@yahoo.com> Reported by: brnrd Approved by: gnome (maintainer timeout) Obtained from: NetBSD MFH: 2018Q4
* sysutils/py-salt: Update to 2018.3.3woodsb022018-10-272-4/+4
| | | | | | | | | | | | | | | | | | This is a security release, addressing the following CVE's: - CVE-2018-15751 - Remote command execution and incorrect access control when using salt-api. - CVE-2018-15750 - Directory traversal vulnerability using salt-api. Allows an attacker to determine what files exist on a server when querying /run or /events. Other changes this release: https://docs.saltstack.com/en/latest/topics/releases/2018.3.3.html PR: 232663 Submitted by: Christer Edwards <christer.edwards@gmail.com> Approved by: Christer Edwards (maintainer) MFH: 2018Q4 Security: https://www.vuxml.org/freebsd/4f7c6af3-6a2c-4ead-8453-04e509688d45.html
* Add entry for sysutils/py-saltwoodsb022018-10-271-0/+39
| | | | | | PR: 232663 Reported by: Christer Edwards <christer.edwards@gmail.com> Security: https://www.vuxml.org/freebsd/4f7c6af3-6a2c-4ead-8453-04e509688d45.html
* Update to Wine 3.19. This includes the following changes:gerald2018-10-273-8/+9
| | | | | | | | | | | - Support for file I/O completion modes. - WaitOnAddress synchronization primitives. - Better support for 32-bit .NET binaries on 64-bit. - Improved recovery on broken RPC connection. - Various bug fixes. And two files are no longer contingent on the Staging patchset, functionality is now in Wine proper.
* - Update to 4.0.24wen2018-10-272-4/+4
| | | | | PR: 232567 Submitted by: rob.kruus@gmail.com(maintainer)
* - Update to 0.1.17wen2018-10-273-10/+10
| | | | | PR: 232617 Submitted by: christer.edwards@gmail.com(maintainer)
* - Update to 3.6.7wen2018-10-275-39/+117
| | | | | | PR: 232504 Submitted by: wen@(myself) Exp-run by: antoine@
* graphics/libprojectm: update to 3.1.0swills2018-10-277-136/+1845
| | | | | PR: 232020 Approved by: yuri (maintainer)
* www/go-www: update to 1.1.2swills2018-10-272-7/+7
| | | | | PR: 232272 Submitted by: nbari@tequila.io (maintainer)
* misc/py-tqdm: Update to 4.27.0swills2018-10-272-4/+4
| | | | | PR: 232426 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* net-mgmt/py-pdagent: Update to 1.5swills2018-10-272-15/+12
| | | | | PR: 232428 Submitted by: Nathan <ndowens@yahoo.com>
* net-mgmt/pdagent-integrations: Update to 1.5swills2018-10-273-13/+18
| | | | | PR: 232430 Submitted by: Nathan <ndowens@yahoo.com>
* math/py-intspan: Update to 1.5.14swills2018-10-272-4/+4
| | | | | PR: 232432 Submitted by: Nathan <ndowens@yahoo.com>
* devel/py-invoke: Update to 0.23.0swills2018-10-272-10/+10
| | | | | PR: 232433 Submitted by: Nathan <ndowens@yahoo.com>
* security/openca-tools-forked: mark BROKEN on FreeBSD-12swills2018-10-271-5/+12
| | | | | PR: 232441 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
* net/remmina: Fix build with security/libssh 0.8 branchwoodsb022018-10-272-2/+4
| | | | | | | | | | | | | | | libssh 0.8.x no longer installs libssh_threads.so [1], [2], [3]. The upstream remmina code has been updated to accomodate this [4]. Therefore the remmina port Makefiles simply need to be updated to depend on libssh.so instead of libssh_threads.so. [1] https://git.libssh.org/projects/libssh.git/commit/?id=83b43443e51b5db06184750fb874e1e8d7ece95a [2] https://git.libssh.org/projects/libssh.git/commit/?id=8425dce7b27d9e6868735b7ca6dc4e50094af9fa [3] https://git.libssh.org/projects/libssh.git/commit/?id=d0f3cdfa10436d2108e0b75aad53ce976db3e546 [4] https://github.com/FreeRDP/Remmina/commit/8d654eca784d5e1b2c6e853b7beb7ad3d8322290#diff-b467acb9761e344e80ab07b9e7325b66 PR: 232376 Reported by: Graham Perrin <grahamperrin@gmail.com>
* - Update to 1.05wen2018-10-272-5/+5
| | | | Changes: https://metacpan.org/changes/distribution/prefork
* cad/gnucap: Update to 2013-04-23swills2018-10-274-44/+52
| | | | | PR: 232464 Submitted by: Nathan <ndowens@yahoo.com>
* www/py-django-allauth: Update to 0.38.0swills2018-10-272-4/+4
| | | | | PR: 232566 Submitted by: vladimir.chukharev@gmail.com (maintainer)
* mail/opendkim: Fix build with LibreSSL 2.8.2swills2018-10-271-2/+2
| | | | | | PR: 232481 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Reported by: Simeon Simeonov <blackmore@pichove.org>
* games/eduke32: fix build with powerpc64 and powerpcspeswills2018-10-271-0/+2
| | | | | PR: 232486 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* mail/bmf: Update to 0.84swills2018-10-275-36/+21
| | | | | PR: 232493 Submitted by: Nathan <ndowens@yahoo.com>
* devel/ocaml-opam: update to 2.0.1swills2018-10-272-4/+4
| | | | | PR: 232500 Submitted by: hannes@mehnert.org (maintainer)
* sysutils/cbsd: update to 12.0.0swills2018-10-275-37/+4
| | | | | PR: 232508 Submitted by: olevole@olevole.ru (maintainer)
* audio/cpp-xmms2: unbreak with boost 1.69jbeich2018-10-271-3/+3
| | | | | | ===> cpp-xmms2-0.8_17 depends on shared library: libboost_signals.so - not found PR: 232525
* sysutils/dsbmd: update to 1.6swills2018-10-272-4/+4
| | | | | PR: 232543 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* games/pingus: unbreak with boost 1.69jbeich2018-10-272-3/+9
| | | | | | ===> pingus-0.7.6_15 depends on shared library: libboost_signals.so - not found PR: 232525
* games/traingame: unbreak with boost 1.69jbeich2018-10-271-0/+29
| | | | | | | | | | | | | | | | | | | | | | CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:40 (find_package) PR: 232525
* games/freeorion: unbreak with boost 1.69jbeich2018-10-272-0/+8
| | | | | | | | | | | | | | | | | | | | | | | CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:198 (find_package) PR: 232525 Obtained from: upstream
* multimedia/din: update din-38swills2018-10-274-12/+14
| | | | | PR: 232557 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
* devel/py-robotframework-pabot: Update to 0.45swills2018-10-272-5/+6
| | | | | PR: 232564 Submitted by: vladimir.chukharev@gmail.com (maintainer)
* math/ntl: Update to 11.3.1swills2018-10-274-15/+14
| | | | | PR: 232592 Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
* games/openlierox: drop boost dependencyjbeich2018-10-271-3/+2
| | | | | - CMake doesn't check for anything Boost - Bundled Boost.Process is only used on Windows
* graphics/bmeps: Update to 4.19.1swills2018-10-272-8/+7
| | | | | PR: 232594 Submitted by: takefu@airport.fm (maintainer)
* security/logcheck: Add patch for log format change of sudo(1)swills2018-10-274-3/+35
| | | | | PR: 232596 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* devel/py-ioflo: update to 1.7.5swills2018-10-272-4/+8
| | | | | PR: 232618 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* emulators/rpcs3: update to 0.0.5.999jbeich2018-10-272-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/586c0ea1d...1cf62e9de
* multimedia/aom: update to 1.0.0.844jbeich2018-10-272-5/+5
| | | | Changes: https://aomedia.googlesource.com/aom/+log/d3b47213b..fa873d82a
* emulators/citra: update to s20181026jbeich2018-10-272-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/129ca865b...f3ee5feb0
* chinese/librime: unbreak with boost 1.69jbeich2018-10-271-0/+13
| | | | | | | | | | | | | | | | | | | | | | CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:41 (find_package) PR: 232525
* games/openlierox: unbreak with boost 1.69jbeich2018-10-271-1/+1
| | | | | | ===> openlierox-0.58.r3_17,1 depends on shared library: libboost_signals.so - not found PR: 232525
* games/spring: unbreak with boost 1.69jbeich2018-10-271-0/+31
| | | | | | | | | | | | | | | | | | | | | | CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:245 (FIND_PACKAGE) PR: 232525
* net-im/ekiga: unbreak with boost 1.69jbeich2018-10-272-4/+2883
| | | | | | | ===> ekiga-4.0.1_20 depends on shared library: libboost_signals.so - not found PR: 232525 Obtained from: upstream
* net/py-kafka-python: update to 1.4.3swills2018-10-272-4/+5
| | | | | PR: 232619 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* security/py-python-gnupg: update to 0.4.3swills2018-10-272-5/+6
| | | | | PR: 232620 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* net/py-raet: update to 0.6.8swills2018-10-272-4/+8
| | | | | PR: 232621 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* devel/libindicator: fix build with GCC-based archesswills2018-10-271-0/+7
| | | | | PR: 232651 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* sysutils/zfs-snap-diff: update to 0.0.10swills2018-10-272-13/+10
| | | | | PR: 232653 Submitted by: ben.lavery@hashbang0.com (maintainer)
* ports-mgmt/pkg_replace: update to 20181024swills2018-10-272-4/+5
| | | | | PR: 232695 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
* dns/void-zones-tools: Update links to hosts filesswills2018-10-272-2/+47
| | | | | | | Add ca_root_nss dependency while here PR: 232727 Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
* irc/hexchat: fix build with GCC-based architecturesswills2018-10-271-2/+2
| | | | | PR: 232728 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* lang/nim: update to 0.19swills2018-10-277-58/+57
| | | | | PR: 232290 Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
* - Update to 2.9.12zi2018-10-272-5/+4
|
* sysutils/yank: fix crash when using -g with -ltobik2018-10-272-1/+13
|
* - Update to 3.10.12danilo2018-10-273-5/+7
| | | | - Move USES to make portlint happy
* - Update graphics/vips and graphics/nip2 to 8.7.0danilo2018-10-276-120/+58
| | | | - Use GITHUB instead of MASTER_SITES
* Update to 0.12.1sunpoet2018-10-272-6/+7
| | | | Changes: https://github.com/arnau/ISO8601/blob/master/CHANGELOG.md
* Update to 2.11.157sunpoet2018-10-272-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.157sunpoet2018-10-272-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Add all patches from base llvm/clang/lld/lldb 6.0 to devel/llvm60dim2018-10-2724-5/+1835
| | | | | | | | | | | | | | | | | | This adds all the patches that were applied in the past to head, under contrib/llvm. After these, there only minimal diffs left between the port sources and the base sources. Most of these remaining diffs are due to #ifdef shortcuts in the base sources, because we don't compile certain features in. Other diffs are because the port has applied a few changes that we don't have in base. While here, use Makefile.LICENSE from the devel/llvm-devel port. Approved by: brooks (maintainer) Reviewed by: brooks PR: 212343, 225128, 225471, 226388, 226658, 226872, 229050, 230444, 230604, 231355 MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17702
* Update to 2.11.157sunpoet2018-10-272-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.001070sunpoet2018-10-272-6/+13
| | | | Changes: https://metacpan.org/changes/distribution/Test2-Harness
* Cosmetic changesunpoet2018-10-271-2/+3
|
* Update to 0.5.26bapt2018-10-274-34/+8
|
* Update to the GCC 6.4.0 upstream release which carries a number ofgerald2018-10-274-123/+4
| | | | | | | fixes and closes the GCC 6 release branch. files/patch-armv7-support and files/patch-freebsd-unwind.h made it upstream in between GCC 6.4 and GCC 6.5, so remove them.
* - Update to 17.1.20181018danilo2018-10-272-4/+4
|
* deskutils/copyq: Update to 3.6.1jhale2018-10-274-82/+84
| | | | | | | | | | | - Switch to CMake build - Install data (themes, icons, translations) and optional plugins - Fix LICENSE and add LICENSE_FILE - Reset maintainer (no response for 15 months) PR: 221100 Submitted by: <bsd@bontempi.net> (update request); jhale (patch) Approved by: maintainer timeout (15 months)
* - Update to 1.0.3danilo2018-10-273-5/+18
|
* - Update to 1.12.2danilo2018-10-272-4/+4
|
* - Update to 0.1.8danilo2018-10-272-4/+4
|
* - Update to 1.85amdmi32018-10-272-5/+4
|
* Unbreak the build against newer versions of OpenSSL where they had removeddanfe2018-10-271-0/+1
| | | | | | | SSLeay() from libcrypto so configure test for it now fails. Check against ERR_get_error() instead. PR: 232550
* Bump minimum Rust version after rP482993tobik2018-10-271-1/+1
|
* audio/moodbar: Update to 1.1jhale2018-10-272-10/+9
| | | | | | - Use release file instead of git archive - Add regression tests - Add USES=gnome to silence sanity check
* - Update to 3.0.0amdmi32018-10-262-4/+4
|
* Update kicad-*devel portsmr2018-10-2614-60/+312
| | | | Enable spice
* sysutils/yank: Make X11 support optionaltobik2018-10-261-1/+5
| | | | | | | This reduces the dependencies to nothing and makes it more useful for creating interactive scripts in non-graphical environments. While xsel is the default command yank runs, other commands can be specified and yank works fine without xsel.
* Fix build with GCC-based architectures. GCC architectures requireehaupt2018-10-261-4/+6
| | | | | | | | CFLAGS+=-fnested-functions. PR: 232646 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q4 (blanket)
* Update lang/erlang-runtime17 to version 17.5.6.10.olgeni2018-10-262-6/+8
|
* Update devel/etcd31 to version 3.1.20.olgeni2018-10-262-4/+4
|
* Update devel/etcd32 to version 3.2.25.olgeni2018-10-262-4/+4
|
* Update devel/etcd33 to version 3.3.10.olgeni2018-10-262-4/+4
|
* Update lang/elixir to version 1.7.4.olgeni2018-10-262-6/+6
|
* Update lang/erlang-java to version 19.3.6.12.olgeni2018-10-262-3/+5
|
* Update lang/erlang-wx to version 19.3.6.12.olgeni2018-10-262-4/+5
|
* Update lang/erlang to version 19.3.6.12.olgeni2018-10-262-5/+7
|
* Update lang/erlang-runtime21 to version 21.1.1.olgeni2018-10-262-5/+7
|
* Update lang/erlang-runtime20 to version 20.3.8.10.olgeni2018-10-262-5/+7
|
* Update lang/erlang-runtime19 to version 19.3.6.12.olgeni2018-10-262-5/+7
|
* net-p2p/monero-cli: Upgrade from 0.13.0.2 to 0.13.0.4vd2018-10-262-5/+5
|
* Fix twistd binary name in rc script for non-default python versions.grembo2018-10-262-2/+3
| | | | | | | PR: 227675 Submitted by: Andreas Sommer <andreas.sommer87@googlemail.com> Approved by: koobs (maintainer) MFH: 1 week
* Update to 5.5.62 release.ale2018-10-263-15/+4
| | | | | PR: 232699 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Update to 2.12.4romain2018-10-262-4/+4
| | | | With hat: puppet
* Update to 6.0.1romain2018-10-264-8/+8
| | | | | | | Release notes: https://puppet.com/docs/puppetdb/6.0/release_notes.html With hat: puppet
* Update to 5.2.6romain2018-10-265-9/+11
| | | | | | | Release notes: https://puppet.com/docs/puppetdb/5.2/release_notes.html With hat: puppet
* Update to 6.0.2romain2018-10-262-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-602 With hat: puppet