aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing USES=makeinfoAntoine Brodin2018-11-021-1/+1
| | | | Notes: svn path=/head/; revision=483829
* py-ruamel.ordereddict is not compatible with python3Antoine Brodin2018-11-021-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=483828
* update math/mate-calc to 1.20.2Eric Turgeon2018-11-023-4/+11
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=483827
* Deprecate: Unfetchable, unmaintained, info page unbuildable with recent makeinfoAntoine Brodin2018-11-021-0/+3
| | | | Notes: svn path=/head/; revision=483826
* Add missing USES=makeinfoAntoine Brodin2018-11-021-1/+6
| | | | Notes: svn path=/head/; revision=483825
* Add missing USES=makeinfoAntoine Brodin2018-11-021-0/+1
| | | | Notes: svn path=/head/; revision=483824
* devel/py-knack: update to 0.4.5David Naylor2018-11-022-7/+5
| | | | | | | | | - Switch to PyPi - PyPi doesn't ship with a LICENSE file - PyPi doesn't ship with tests (but we didn't have tests hooked up anyway) Notes: svn path=/head/; revision=483823
* Fix build on powerpc64 by adding compiler:c++11-lang to USES.Mark Linimon2018-11-0213-13/+17
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483822
* security/php72-hash: fix build with GCC-based architecturesJochen Neumeister2018-11-022-3/+5
| | | | | | | | | | | | Unbreak this Port on mips64 and powerpc64 PR: 231462 232160 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: tz (implicit) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=483821
* Make consistent with krb5-115 and krb5-116.Cy Schubert2018-11-021-1/+2
| | | | Notes: svn path=/head/; revision=483820
* krb5-115: update 1.15.3 --> 1.15.4Cy Schubert2018-11-022-6/+6
| | | | Notes: svn path=/head/; revision=483819
* krb5-116: update 1.16.1 --> 1.16.2Cy Schubert2018-11-023-6/+7
| | | | Notes: svn path=/head/; revision=483818
* GCC disallows creating arrays of variable size (and const int is aMark Linimon2018-11-023-0/+66
| | | | | | | | | | variable as well). Fix that to fix build on powerpc64. PR: 231736 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483817
* Update to 2.3.5Florian Smeets2018-11-022-4/+4
| | | | | | | | PR: 231917 Approved by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=483816
* This port needs USES=c++11-lang. Additionally, it unconditionally usesMark Linimon2018-11-022-5/+21
| | | | | | | | | | | libc++ if it's compiled on FreeBSD, so fix that too. PR: 231714 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483815
* Now builds on powerpc64.Mark Linimon2018-11-021-3/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483814
* Update to version 1.5.0Palle Girgensohn2018-11-022-4/+4
| | | | | | | Release notes: https://github.com/rapidloop/pgmetrics/releases Notes: svn path=/head/; revision=483813
* Allow building on powerpc64.Mark Linimon2018-11-021-1/+1
| | | | | | | Reported by: Piotr Kubaj Notes: svn path=/head/; revision=483812
* Fix the build with OpenSSL 1.1.1Kevin Lo2018-11-021-0/+110
| | | | Notes: svn path=/head/; revision=483811
* mail/mailman: add OPTION to not send passwords in the monthly mailsKurt Jaeger2018-11-022-3/+30
| | | | | | | | | | | | | - this option is now on by default PR: 231879 Reported by: several users Approved by: mandree Obtained from: https://mail.python.org/pipermail/mailman-users/2016-April/080746.html MFH: 2018Q4 Notes: svn path=/head/; revision=483810
* Revert last commit / drop gpatch dependency now that FreeBSD 10 is EOL.Alex Dupre2018-11-021-2/+0
| | | | Notes: svn path=/head/; revision=483809
* Followup on r483807.Rene Ladan2018-11-0211-170/+4
| | | | | | | | | | | jbeich commented on some ports in D17724 but I forgot to add them to the list. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483808
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-02241-1518/+117
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* databases/percona57-server: Adapt ${name}_limits to the new resourceMateusz Piotrowski2018-11-022-11/+20
| | | | | | | | | | | | | | | | | | | | | | | limiting mechanics for services Thanks to the recent change to rc.subr(8) it is no longer necessary to define a resource limiting logic in service scripts. limits(1) is now run by default and its configuration is handled via the "${name}_limits" variable. Unfortunately, there is a collision of variable names. The service scripts are broken on FreeBSD version with that new change (>= 12.0). The patch preserves the old behavior on the systems without the rc.subr(8) modification. PR: 227236 Reviewed by: krion Approved by: krion (mentor), maintainer timeout Differential Revision: https://reviews.freebsd.org/D17786 Notes: svn path=/head/; revision=483806
* net/reaver: Pass the port to the new maintainerMateusz Piotrowski2018-11-021-1/+1
| | | | | | | | | | | PR: 232540 Submitted by: freebsd@sysctl.cz Reviewed by: krion Approved by: krion (mentor), maintainer Differential Revision: https://reviews.freebsd.org/D17756 Notes: svn path=/head/; revision=483805
* sysutils/py-pyznap: Update to v1.1.0Mateusz Piotrowski2018-11-023-9/+10
| | | | | | | | | | | | | | | Changelog: - pyznap now uses pv to show progress of zfs send operations. - Better error handling during zfs send over ssh. PR: 232787 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (maintainer) Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17753 Notes: svn path=/head/; revision=483804
* devel/nimble: Update to 0.9.0Mateusz Piotrowski2018-11-022-4/+5
| | | | | | | | | | | | | While here, set LICENSE_FILE. PR: 232781 Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17748 Notes: svn path=/head/; revision=483803
* x11-wm/awesome: Fix build with GCC-based architecturesDanilo G. Baio2018-11-021-4/+2
| | | | | | | | | | | | | | | This port requires C11-aware compiler. Add USES=compiler:c11 to fix build on GCC architectures. Take MAINTAINER'ship. PR: 232855 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1] Approved by: garga (maintainer, IRC) Sponsored by: IntegriCloud [1] Notes: svn path=/head/; revision=483802
* Convert names to unicodeBaptiste Daroussin2018-11-022-2/+2
| | | | Notes: svn path=/head/; revision=483801
* devel/RStudio: unbreak with boost 1.69Jan Beich2018-11-021-0/+744
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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): src/cpp/CMakeLists.txt:208 (find_package) In file included from src/cpp/core/r_util/RSourceIndex.cpp:24: In file included from src/cpp/core/include/core/r_util/RSourceIndex.hpp:36: src/cpp/core/include/core/r_util/RFunctionInformation.hpp:78:33: error: no viable conversion from returned value of type 'const boost::tribool' to function return type 'bool' bool isUsed() const { return isUsed_; } ^~~~~~~ src/cpp/core/include/core/r_util/RFunctionInformation.hpp:80:47: error: no viable conversion from returned value of type 'const boost::tribool' to function return type 'bool' bool isMissingnessHandled() const { return isMissingnessHandled_; } ^~~~~~~~~~~~~~~~~~~~~ src/cpp/core/include/core/r_util/RFunctionInformation.hpp:133:14: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool' return isPrimitive_ == true; ^~~~~~~~~~~~~~~~~~~~ src/cpp/session/modules/SessionRParser.cpp:411:14: error: no viable conversion from returned value of type 'boost::tribool' to function return type 'bool' return fnInfo.performsNse(); ^~~~~~~~~~~~~~~~~~~~ PR: 232525 Obtained from: upstream (signals) Notes: svn path=/head/; revision=483800
* Fix the build by using ncursesw from ports.Thierry Thomas2018-11-021-1/+1
| | | | Notes: svn path=/head/; revision=483799
* Remove GOST support from BIND9 9.11 and 9.12.Mathieu Arnold2018-11-022-38/+2
| | | | | | | | | | | It was never (widely|really) used, and support for it has been dropped in OpenSSL starting at 1.1, and BIND9 starting at 9.13. PR: 231980 Reported by: mfechner Notes: svn path=/head/; revision=483798
* Fix build on powerpc64.Mathieu Arnold2018-11-023-3/+3
| | | | | | | | PR: 231786 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483797
* - Update WWWDmitry Marakasov2018-11-021-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=483796
* Fix the build with OpenSSL 1.1.1.Joe Marcus Clarke2018-11-021-0/+22
| | | | | | | | PR: 232805 Submitted by: osidorkin@gmail.com Notes: svn path=/head/; revision=483791
* Mark as deprecated, GNU classpath as stalled since 2012Baptiste Daroussin2018-11-021-0/+3
| | | | | | | superceded by OpenJDK Notes: svn path=/head/; revision=483790
* - Add LICENSEDmitry Marakasov2018-11-021-3/+6
| | | | | | | | | | - Whitespace fix - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=483787
* - Update to 4.0Emanuel Haupt2018-11-022-5/+5
| | | | | | | - Pacify portlint by separating NO_ARCH from USE* block Notes: svn path=/head/; revision=483777
* Remove extra character in include pathKoichiro Iwao2018-11-021-1/+1
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=483775
* security/softether: cleanup MakefileKoichiro Iwao2018-11-022-42/+26
| | | | | | | | | | | | | | | | | | | | | | | I'm working on update security/softether-devel. However, this port and -devel port were created and maintained by other people. So there's no consistency between these ports. I'm going to renew -devel port this port based. Before updating -devel, cleanup existing Makefile issues on this port: * add LICENSE_FILE * add ONLY_FOR_ARCHS_REASON * avoid useless use of += * do patch in post-patch, not post-extract * do everything in do-install * remove MAKE_JOBS_UNSAFE as it actually build now * simplify DOT2UNIX_FILES * use sysrc rather than editing rc.conf in pkg-message * use tab after = Approved by: mentors (implicit) Notes: svn path=/head/; revision=483774
* audio/kid3-[kf5|qt5]: Fix build on powerpc64Jason E. Hale2018-11-021-1/+1
| | | | | | | | | PR: 232893 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: IntegiCloud Notes: svn path=/head/; revision=483773
* Update to the latest MIT krb5 commit on github. This includes commitsCy Schubert2018-11-023-5/+6
| | | | | | | | preparing for the upcoming krb5 1.17 and preparation for krb5 1.18 development. Notes: svn path=/head/; revision=483772
* Update to the latest cfengine and cfengine-masterfiles commits on github.Cy Schubert2018-11-025-10/+13
| | | | Notes: svn path=/head/; revision=483771
* Update to the latest ast/ksh93 github commit. From their commit log:Cy Schubert2018-11-022-5/+5
| | | | | | | | | | | | | | Coverity Out-of-bounds read This Coverity Scan issue appears to be a false positive. This change is a reformulation of the code that attempts to both clarify the behavior and suppress the false positive error. Coverity CID#316729 Notes: svn path=/head/; revision=483770
* emulators/ppsspp: update to 1.7.1Jan Beich2018-11-022-12/+7
| | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.7...v1.7.1 Notes: svn path=/head/; revision=483768
* mail/davmail: update to 4.9.0Steve Wills2018-11-023-80/+77
| | | | | | | | | PR: 231803 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (john.c.prather@gmail.com, >1 month) Notes: svn path=/head/; revision=483767
* net-p2p/py-libtorrent-rasterbar: unbreak with boost 1.69Jan Beich2018-11-021-0/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bindings/python/src/error_code.cpp:119:10: error: no matching member function for call to 'def' .def("message", &error_category::message) ~^~~ /usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F' self& def(char const* name, F f) ^ /usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments were provided self& def(def_visitor<Derived> const& visitor) ^ /usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided self& def(char const* name, A1 a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 const& a3) ^ bindings/python/src/error_code.cpp:127:10: error: no matching member function for call to 'def' .def("message", &error_code::message) ~^~~ /usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F' self& def(char const* name, F f) ^ /usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments were provided self& def(def_visitor<Derived> const& visitor) ^ /usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided self& def(char const* name, A1 a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 const& a3) ^ PR: 232525 Obtained from: upstream (libtorrent 1.1.11) Notes: svn path=/head/; revision=483766
* Fix build on gcc-based archs.Mark Linimon2018-11-021-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483765
* USES=objc:compiler sets the compiler, but then USES=compiler:c++11-langMark Linimon2018-11-021-2/+8
| | | | | | | | | | | | | | overwrites it. Remove the latter to use the proper compiler. Also use libstdc++ on GCC architectures to fix build. While here, pet portlint. PR: 232386 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483764
* USES=compiler:c++11-lang is necessary to link against libosgMark Linimon2018-11-021-1/+7
| | | | | | | | | | | | | on GCC-based architectures. To make it build, also add CXXFLAGS_${ARCH}=-Wno-narrowing. PR: 232826 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483763