| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 231951
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: 232006
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 232381
Submitted by: Piotr Kubaj
|
|
|
|
|
| |
PR: 232010
Submitted by: Piotr Kubaj
|
|
|
|
|
|
| |
PR: 231919
Submitted by: Piotr Kubaj
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 232015
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 231784
Submitted by: Piotr Kubaj
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 232693
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: 232529
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 232098
Submitted by: Piotr Kubaj
|
|
|
|
|
|
| |
PR: 232281
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 232447
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 232091
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 232049
Submitted by: Piotr Kubaj
|
| |
|
|
|
|
|
|
| |
PR: 232083
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 232454
Submitted by: Piotr Kubaj
|
| |
|
|
|
|
|
|
| |
PR: 232277
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 231914
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 231910
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 232079
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Changelog: https://feh.finalrewind.org/archive/2.28.1/
|
|
|
|
|
|
| |
PR: 231722
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 232327
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 232115
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
PR: 232473
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
|
|
|
|
|
|
| |
PR: 232034
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>( )
|
|
|
|
|
|
| |
PR: 231448
Submitted by: Piotr Kubaj
Approved by: maintainer
|
|
|
|
|
| |
PR: 232094
Submitted by: Piotr Kubaj
|
|
|
|
|
|
| |
PR: 232082
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 231937
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
PR: 231778
Submitted by: Piotr Kubaj
Reviewed by: ndowens at yahoo dot com
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 231674
Submitted by: Piotr Kubaj
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
PR: 232750
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 223018
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (1 year)
|
|
|
|
|
| |
PR: 231948
Submitted by: Piotr Kubaj
|
|
|
|
|
| |
PR: 232531
Submitted by: Piotr Kubaj
|
|
|
|
|
| |
PR: 232711
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
|
| |
PR: 232712
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
|
|
|
| |
configure: error: --enable-llvm is required when building r300
PR: 231329
Approved by: maintainer timeout (1 month)
|
|
|
|
| |
cad/gmsh-occ was removed in r482318
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
PR: 231832
Submitted by: pkubaj@anongoth.pl [1]
Reported by: mat [2]
|
|
|
|
|
|
| |
PR: 223018 (based on)
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (1 year)
|
|
|
|
|
|
|
|
| |
- Correct LICENSE info and add LICENSE_FILE, per handbook
- Correct DOC switch
PR: 232337
Submitted by: ndowens@yahoo.com
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
* Fix variable/macro name clash
* Fix broken eigen:3 recognition by disablijng it
PR: 232593
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://github.com/bundler/bundler/releases
|
|
|
|
| |
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
|
|
|
| |
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
|
|
|
| |
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
|
|
|
| |
Changes: https://github.com/rubocop-hq/rubocop/releases
|
|
|
|
| |
Changes: https://github.com/jasmine/jasmine/releases
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Lingua-EN-NameParse
|
|
|
|
|
|
|
| |
- Fix LICENSE_FILE
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Statistics-Descriptive
|
|
|
|
|
|
|
|
| |
- Remove USE_PERL5=patch
- Silence patch message
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Clone
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/CPAN-Recent-Uploads
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/getsentry/responses/releases
|
|
|
|
|
|
|
|
| |
- Sort PLIST
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for package change
- Take maintainership
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Specio
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/CPAN-Perl-Releases
|
|
|
|
| |
Changes: https://github.com/pciutils/pciids/commits/master
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
|
|
|
| |
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/vapoursynth/vapoursynth/compare/R45...R45.1
Reported by: portscout
|
|
|
|
|
|
| |
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.3...v1.7
MFH: 2018Q4 (many stability fixes)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
MFH: 2018Q4
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
| |
time for successful builds, as suggested by Walter Schwarzenfeld.
Approved by: antoine (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 232257
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
|
|
| |
upgrade history preserved from the sources in FreeBSD base.
Approved by: antoine (implicit)
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
PR: 232744
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 231787
Submitted by: Piotr Kubaj
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
GCC 6.4 series probably.
|
|
|
|
|
|
|
|
| |
- add LICENSE_FILE.
PR: 230252
Submitted by: Natan <ndowens@yahoo.com>
Approved by: tcberner (mentor), MAINTAINER.
|
|
|
|
|
| |
- Switch to Qt 5
- Add patch to fix build with Qt 5
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Approved by: bdrewery (maintainer, implicit, re blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
Submitted by: Samuel Chow <cyschow@shaw.ca>
|
|
|
|
|
| |
PR: 232105
Submitted by: Piotr Kubaj
|
|
|
|
|
| |
PR: 231833
Submitted by: Piotr Kubaj
|
|
|
|
|
|
|
| |
- take maintainership.
PR: 232208
Approved by: tcberner (mentor), maintainer timeout
|
|
|
|
| |
- Pet portlint.
|
|
|
|
|
|
|
| |
The added header should fix build on head.
Submitted by: eric@van^
Differential Revision: https://reviews.freebsd.org/D17696
|
|
|
|
|
|
|
|
|
| |
- Resurect mysql_upgrade [1]
- Move some files between -client and -server
PR: 232735 [1]
Reported by: Naram Qashat <cyberbotx cyberbotx com> [1]
MFH: 2018Q4
|
| |
|
|
|
|
| |
Release Notes: https://www.pgbarman.org/barman-2-5-released/
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
- Update to 0.3.1 for Plasma Desktop
|
|
|
|
| |
- Update to 1.1.9b for Plasma Desktop
|
|
|
|
| |
- Update to 0.2.1 for Plasma Desktop
|
|
|
|
| |
- Rename ports, add kde4 suffix.
|
|
|
|
| |
Users are advised to switch to sysutils/qjail instead.
|
|
|
|
| |
- Separate NO_ARCH from USE* block as requested by portlint
|
|
|
|
| |
- Mark NO_ARCH
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: 232093
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
PR: 232401
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
MFH: 2018Q4
|
|
|
|
| |
- Restore from attic and update to 0.6.6
|
|
|
|
| |
Changes: https://github.com/mawww/kakoune/releases/tag/v2018.10.27
|
|
|
|
| |
- Rename package and register conflict with upcoming port for Plasma Desktop
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 232663
Reported by: Christer Edwards <christer.edwards@gmail.com>
Security: https://www.vuxml.org/freebsd/4f7c6af3-6a2c-4ead-8453-04e509688d45.html
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
PR: 232567
Submitted by: rob.kruus@gmail.com(maintainer)
|
|
|
|
|
| |
PR: 232617
Submitted by: christer.edwards@gmail.com(maintainer)
|
|
|
|
|
|
| |
PR: 232504
Submitted by: wen@(myself)
Exp-run by: antoine@
|
|
|
|
|
| |
PR: 232020
Approved by: yuri (maintainer)
|
|
|
|
|
| |
PR: 232272
Submitted by: nbari@tequila.io (maintainer)
|
|
|
|
|
| |
PR: 232426
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
| |
PR: 232428
Submitted by: Nathan <ndowens@yahoo.com>
|
|
|
|
|
| |
PR: 232430
Submitted by: Nathan <ndowens@yahoo.com>
|
|
|
|
|
| |
PR: 232432
Submitted by: Nathan <ndowens@yahoo.com>
|
|
|
|
|
| |
PR: 232433
Submitted by: Nathan <ndowens@yahoo.com>
|
|
|
|
|
| |
PR: 232441
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/prefork
|
|
|
|
|
| |
PR: 232464
Submitted by: Nathan <ndowens@yahoo.com>
|
|
|
|
|
| |
PR: 232566
Submitted by: vladimir.chukharev@gmail.com (maintainer)
|
|
|
|
|
|
| |
PR: 232481
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Reported by: Simeon Simeonov <blackmore@pichove.org>
|
|
|
|
|
| |
PR: 232486
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
|
|
|
|
|
| |
PR: 232493
Submitted by: Nathan <ndowens@yahoo.com>
|
|
|
|
|
| |
PR: 232500
Submitted by: hannes@mehnert.org (maintainer)
|
|
|
|
|
| |
PR: 232508
Submitted by: olevole@olevole.ru (maintainer)
|
|
|
|
|
|
| |
===> cpp-xmms2-0.8_17 depends on shared library: libboost_signals.so - not found
PR: 232525
|
|
|
|
|
| |
PR: 232543
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
|
|
|
|
|
|
| |
===> pingus-0.7.6_15 depends on shared library: libboost_signals.so - not found
PR: 232525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 232557
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 232564
Submitted by: vladimir.chukharev@gmail.com (maintainer)
|
|
|
|
|
| |
PR: 232592
Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
|
|
|
|
|
| |
- CMake doesn't check for anything Boost
- Bundled Boost.Process is only used on Windows
|
|
|
|
|
| |
PR: 232594
Submitted by: takefu@airport.fm (maintainer)
|
|
|
|
|
| |
PR: 232596
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
|
|
|
|
|
| |
PR: 232618
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/586c0ea1d...1cf62e9de
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/d3b47213b..fa873d82a
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/129ca865b...f3ee5feb0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
===> openlierox-0.58.r3_17,1 depends on shared library: libboost_signals.so - not found
PR: 232525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
===> ekiga-4.0.1_20 depends on shared library: libboost_signals.so - not found
PR: 232525
Obtained from: upstream
|
|
|
|
|
| |
PR: 232619
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 232620
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 232621
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 232651
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
|
| |
PR: 232653
Submitted by: ben.lavery@hashbang0.com (maintainer)
|
|
|
|
|
| |
PR: 232695
Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer)
|
|
|
|
|
|
|
| |
Add ca_root_nss dependency while here
PR: 232727
Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
|
|
|
|
|
| |
PR: 232728
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
|
|
|
|
|
| |
PR: 232290
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
- Move USES to make portlint happy
|
|
|
|
| |
- Use GITHUB instead of MASTER_SITES
|
|
|
|
| |
Changes: https://github.com/arnau/ISO8601/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Test2-Harness
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
SSLeay() from libcrypto so configure test for it now fails. Check against
ERR_get_error() instead.
PR: 232550
|
| |
|
|
|
|
|
|
| |
- Use release file instead of git archive
- Add regression tests
- Add USES=gnome to silence sanity check
|
| |
|
|
|
|
| |
Enable spice
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
CFLAGS+=-fnested-functions.
PR: 232646
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
MFH: 2018Q4 (blanket)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 227675
Submitted by: Andreas Sommer <andreas.sommer87@googlemail.com>
Approved by: koobs (maintainer)
MFH: 1 week
|
|
|
|
|
| |
PR: 232699
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
|
|
|
|
| |
With hat: puppet
|
|
|
|
|
|
|
| |
Release notes:
https://puppet.com/docs/puppetdb/6.0/release_notes.html
With hat: puppet
|
|
|
|
|
|
|
| |
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html
With hat: puppet
|
|
|
|
|
|
|
| |
Release notes:
https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-602
With hat: puppet
|