aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ZeroC Ice 3.7.1 as new ports devel/{ice37|php-ice37|py-ice37}grembo2018-08-2842-0/+1745
| | | | | | | | | Upgrading from Ice 3.6 isn't trivial, as it requires application code changes. Therefore a new set of ports was created. Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa). PR: 221141
* lang/elixir: Update to 1.7.3dumbbell2018-08-283-19/+19
| | | | | Release notes: * https://github.com/elixir-lang/elixir/releases/tag/v1.7.3
* - Update to 1.0ehaupt2018-08-284-22/+17
| | | | | | | | | | | | - Add WWW and provide an additional mirror - Provide a longer description as requested by portlint - Distilator will now report when an URL gives a redirect - Rewritten in python using requests and requests_ftp - Licensed under BSD2CLAUSE PR: 215425 Requested by: mat
* Update to 5.2.19joneum2018-08-282-4/+4
|
* Back-out commits r478195 through r478198 to redogrembo2018-08-2842-1748/+0
| | | | using repo copy.
* Fix build when DEFAULT_VERSIONS=python=3.[4-6] is setjhale2018-08-281-0/+3
| | | | | | | | | | | | | In a python 3.x environment, the unversioned symlink to sphinx-build points to the python 3.x version which will cause the build to fail. This port can only use python 2.7, so we need to specify the version of sphinx-build. This was supposedly fixed in r467840 and the PR was closed, but I was informed by fluffy via private mail that it was still broken. PR: 227260 Submitted by: fluffy Approved by: portmgr (blanket - trivial build fix)
* New port x11/lxqt-aboutjsm2018-08-284-0/+32
| | | | | | PR: 229287 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16911
* net/bosh-cli: Update to 5.1.2dumbbell2018-08-272-4/+4
| | | | | | | Release notes: * https://github.com/cloudfoundry/bosh-cli/releases/tag/v5.1.2 Sponsored by: Pivotal Software, Inc.
* net/bosh-bootloader: Update to 6.9.16dumbbell2018-08-272-4/+4
| | | | | | | | | | Release notes: * https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.12 * https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.13 * https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.15 * https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v6.9.16 Sponsored by: Pivotal Software, Inc.
* deskutils/py-vdirsyncer: add missing dependencyswills2018-08-271-0/+2
| | | | | | PR: 230540 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> Approved by: maintainer timeout (che@bein.link, >2 weeks)
* textproc/expat2: update to 2.2.6swills2018-08-273-5/+5
| | | | | | PR: 230653 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Exp-run by: antoine
* - Optionize SSL supportamdmi32018-08-271-11/+11
| | | | | | | | | - Remove bogus LIB_DEPENDS line - Whitespace fixes PR: 229205 Submitted by: amdmi3 Approved by: maintainer timeout (eugene@zhegan.in, 2 months)
* devel/aarch64-none-elf-gcc: Unbreak on arm64manu2018-08-274-757/+758
| | | | | | | | | The plugins ae not built on arm64. While we might want them in the future, we also need gcc on this platform as it's the compiler used for u-boot. Reviewed by: jhb, kan Approved by: kan (maintainer)
* update x11/mate-applets to 1.20.2ericbsd2018-08-273-44/+161
| | | | Approved by: bapt (mentor)
* Fix typo in version.mat2018-08-272-4/+4
|
* Update to latest (building) commit.mat2018-08-273-38/+13
| | | | Cleanup obsolete options.
* Update to v5.29.2-32-g120060c86e.mat2018-08-274-60/+7
|
* lang/gcc6-aux: fix build on aarch64ericbsd2018-08-272-4/+7
| | | | | | | PR: 230485 Submitted by: mikael.urankar Reported by: mikael.urankar Approved by: bapt
* net/remmina: Update to 1.2.31.4woodsb022018-08-2718-90/+280
| | | | | Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.2.31.4/CHANGELOG.md
* - Update to 0.163.0amdmi32018-08-272-4/+4
|
* - Update to 19.1amdmi32018-08-272-4/+4
|
* net/freerdp: Update to 2.0.0-rc3woodsb022018-08-2710-205/+20
| | | | | | | | | | - Remove patches committed upstream Changes this release: https://github.com/FreeRDP/FreeRDP/blob/2.0.0-rc3/ChangeLog Approved by: kevans (maintainer) Differential Revision: https://reviews.freebsd.org/D16918
* update x11/mate-desktop to 1.20.3ericbsd2018-08-273-4/+6
| | | | Approved by: wg and bapt (mentors)
* Mark devel/{ice37|php-ice37,py-ice37} ports as conflicting.grembo2018-08-271-0/+1
| | | | | | | | Didn't bump revisions, as problems would also arise at build time and the conflicting ports are already marked as conflicting with the ice 3.6 family of ports. PR: 221141
* Add ZeroC Ice 3.7.1 PHP language mapping as devel/php-ice37grembo2018-08-274-0/+124
| | | | | | | Upgrading from Ice 3.6 (devel/php5-ice) is non-trivial (requires application code changes), therefore a separate port was required. PR: 221141
* Add ZeroC Ice 3.7.1 python language mapping as devel/py-ice37grembo2018-08-274-0/+258
| | | | | | | Upgrading from Ice 3.6 (devel/py-ice) is non-trivial (requires application code changed), therefore a separate port was required. PR: 221141
* Add ZeroC Ice 3.7.1 as devel/ice37grembo2018-08-2735-0/+1365
| | | | | | | Upgrading from Ice 3.6 (devel/ice) is non-trivial (requires application code changes), therefore a separate port was required. PR: 221141
* www/node: Update 10.7.0_1 -> 10.9.0bhughes2018-08-277-15/+14
| | | | | | | | | | | | | | This is a security release addressing multiple vulnerabilities. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ https://nodejs.org/en/blog/release/v10.9.0/ While here, refresh patches with `make makepatch` MFH: 2018Q3 Security: 0904e81f-a89d-11e8-afbb-bc5ff4f77b71 Sponsored by: Miles AS
* www/node8: Update 8.11.3_2 -> 8.11.4bhughes2018-08-272-5/+4
| | | | | | | | | | | | This is a security release addressing multiple vulnerabilities. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ https://nodejs.org/en/blog/release/v8.11.4/ MFH: 2018Q3 Security: 0904e81f-a89d-11e8-afbb-bc5ff4f77b71 Sponsored by: Miles AS
* www/node6: Update 6.14.3_2 -> 6.14.4bhughes2018-08-272-5/+4
| | | | | | | | | | | | This is a security release addressing multiple vulnerabilities. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ https://nodejs.org/en/blog/release/v6.14.4/ MFH: 2018Q3 Security: 0904e81f-a89d-11e8-afbb-bc5ff4f77b71 Sponsored by: Miles AS
* security/vuxml: document Node.js vulnerabilitiesbhughes2018-08-271-0/+77
| | | | | | https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ Sponsored by: Miles AS
* graphics/colmap: update to 3.5jbeich2018-08-276-134/+334
| | | | Changes: https://github.com/colmap/colmap/blob/3.5/CHANGELOG.txt
* Fix build when selected SSL library is linked to libthrmartymac2018-08-271-0/+14
| | | | | | | | | | | | | | | | When a non-default SSL library is used (GnuTLS, OpenSSL or LibreSSL from ports) and if it is linked to libthr, compilation fails with the following error : /usr/bin/ld: undefined reference to symbol `pthread_mutexattr_gettype@@FBSD_1.0' (try adding -lthr) //lib/libthr.so.3: could not read symbols: Bad value As OpenSSL-like ports (OpenSSL from base, OpenSSL and OpenSSL-devel from ports, LibreSSL and LibreSSL-devel from ports) may or may not be linked to libthr, fix build by detecting if the selected library is linked to libthr or not. PR: 230813 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
* Typo.mat2018-08-271-1/+1
|
* Fix linkage against libcrypto.so when the OPENSSL option is selected.matthew2018-08-271-1/+2
| | | | | | | | Previously this compiling successfully but resulting in run-time failures in applications (rsyslog essentially) that consumed librelp. PR: 230913 Submitted by: Axel.Rau@Chaos1.DE
* - Update WWWamdmi32018-08-271-1/+1
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32018-08-271-0/+3
| | | | Approved by: portmgr blanket
* deskutils/fet: Fix build on 11.1tobik2018-08-271-2/+2
| | | | | | | | | | | | In file included from engine/timetableexport.cpp:46: engine/timetable_defs.h:38:20: error: unknown type name 'constexpr' template <class T> constexpr std::add_const_t<T>& qAsConst(T& t) noexcept ^ http://beefy10.nyi.freebsd.org/data/111i386-default/478099/logs/fet-5.37.1.log PR: 230523 Approved by: maintainer
* - Update to 0.9.6tota2018-08-272-3/+4
|
* - Update to 1.5.4tota2018-08-272-3/+4
|
* New port: science/madness: Multiresolution adaptive numeric environment for ↵yuri2018-08-278-0/+281
| | | | scientific simulation
* New port: science/datawarrior: Chemistry-aware multi-purpose data ↵yuri2018-08-274-0/+66
| | | | visualization and analysis program
* textproc/py-pyphen: Update 0.9.4 -> 0.9.5yuri2018-08-273-4/+11
| | | | | | | | Port changes: * Update description * Update WWW Reported by: portscout
* - Fix buildacm2018-08-272-1/+11
| | | | | PR: 230879 Submitted by: tobik
* comms/telldus-core: Fix build with Clang 6tobik2018-08-271-0/+2
| | | | | | | | | | | | common/EventHandler_unix.cpp:83:24: error: non-constant-expression cannot be narrowed from type 'unsigned long long' to 'time_t' (aka 'int') in initializer list [-Wc++11-narrowing] timespec abstime = { now.tv_sec + (abstime_ns_large / 1000000000), abstime_ns_large % 1000000000 }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/telldus-core-2.1.2_5.log PR: 230882 Submitted by: tobik Approved by: Johan Ström <johan@stromnet.se> (maintainer)
* - Update to 0.6.16tota2018-08-272-4/+4
|
* fix emulators/winetricks versionlifanov2018-08-271-1/+1
| | | | | PR: 230919 Submitted by: Nick Wolff
* - Set LLD_UNSAFEacm2018-08-271-0/+1
| | | | | PR: 196576 Submitted by: emaste, darkfiberiru at gmail.com
* - Fix emulators/mupen64plus-video-glide64 andacm2018-08-271-2/+7
| | | | | | emulators/mupen64plus-video-glide64mk2 build Reported by: pkg-fallout
* - Update to 2.32tota2018-08-272-4/+4
|
* biology/iqtree: Update to version 1.6.7jrm2018-08-272-5/+4
| | | | Upstream changes: https://github.com/Cibiv/IQ-TREE/releases/tag/v1.6.7
* sysutils/smart: Update to version 0.0.10jrm2018-08-272-7/+7
|
* Update to 0.8.shaun2018-08-272-4/+4
|
* x11-wm/ctwm: update to 4.0.2fernape2018-08-273-5/+5
| | | | | | | | | Also switch from PORTVERSION to DISTVERSION PR: 230901 Submitted by: fullermd@over-yonder.net (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16909
* misc/openmvg: Update 1.3-76 -> 1.4yuri2018-08-2718-152/+606
| | | | Reported by: portscout
* emulators/linux-c6: Update to CentOS 6.10pi2018-08-2721-222/+220
| | | | | | PR: 229979 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Reviewed by: xmj
* devel/gpsim: Fix build with Clang 6tobik2018-08-271-0/+1
| | | | | | | | | | 14bit-registers.cc:1778:23: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] Dprintf(("now=0x%"PRINTF_GINT64_MODIFIER"x\n",get_cycles().get())); ^ ... with a bazillion more like these in the code base http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/gpsim-0.29.0_1.log
* New port: science/multiwfn: Multifunctional wavefunction analysis for ↵yuri2018-08-275-0/+63
| | | | quantum chemistry
* devel/py-QtPy: Update 1.4.2 -> 1.5.0yuri2018-08-272-4/+4
| | | | Reported by: portscout
* devel/clthreads: Update 2.4.0 -> 2.4.2yuri2018-08-274-43/+28
| | | | | | Also change MASTER_SITES and WWW to https. Reported by: portscout
* devel/py-ruamel.yaml: update 0.15.40 -> 0.15.61pi2018-08-272-4/+4
| | | | Relnotes: https://bitbucket.org/ruamel/yaml
* devel/kaptain: Fix build with Clang 6tobik2018-08-271-0/+15
| | | | | | | | communication.cpp:108:32: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned int>' and 'int') sizeof (struct sockaddr)) == -1) ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/kaptain-0.73.log
* www/p5-Selenium-Remote-Driver: update 1.28 -> 1.29pi2018-08-273-4/+8
| | | | Relnotes: https://metacpan.org/changes/distribution/Selenium-Remote-Driver
* Remove THREADS optionsunpoet2018-08-271-6/+3
| | | | | | | | | | | - Bump PORTREVISION for package change Support for building --without-threads has been removed. The threading module is now always available. PR: 230605 Submitted by: Roland Smith <rsmith@xs4all.nl> Reference: https://docs.python.org/3/whatsnew/3.7.html
* Fix build with Python 3.7sunpoet2018-08-271-0/+10
| | | | | PR: 230064 Submitted by: amdmi3, Kamigishi Rei <spambox@haruhiism.net>
* Update WWWsunpoet2018-08-271-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-08-271-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-08-271-1/+1
| | | | Approved by: portmgr (blanket)
* Mark CONFLICTS_INSTALL with devel/eflsunpoet2018-08-271-0/+3
| | | | Approved by: portmgr (blanket)
* Mark CONFLICTS_INSTALL with devel/libeiosunpoet2018-08-271-0/+3
| | | | Approved by: portmgr (blanket)
* Update to 1.837sunpoet2018-08-272-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/MCE
* Update to 4.6sunpoet2018-08-272-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/IO-AIO
* Update to 2.11.117sunpoet2018-08-272-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.117sunpoet2018-08-272-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.117sunpoet2018-08-272-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update WWWsunpoet2018-08-271-1/+1
|
* Update pkg-descrsunpoet2018-08-271-1/+1
|
* Update MASTER_SITES and WWWsunpoet2018-08-272-2/+2
|
* Update WWWsunpoet2018-08-271-1/+1
|
* Update WWWsunpoet2018-08-271-1/+1
|
* Update WWWsunpoet2018-08-271-1/+1
|
* Update WWWsunpoet2018-08-271-1/+1
|
* Update WWWsunpoet2018-08-271-1/+1
|
* security/p5-Crypt-Perl: update 0.27 -> 0.29pi2018-08-272-4/+4
| | | | | | | - Make acmeValidation_01.pm use the updated OID from TLS-ALPN draft 05 - Tighten PK.pms JWK parsing logic for Ed25519 Relnotes: https://metacpan.org/changes/distribution/Crypt-Perl
* net/p5-Net-ACME2: update 0.21 -> 0.23pi2018-08-272-4/+4
| | | | Relnotes: https://metacpan.org/changes/distribution/Net-ACME2
* math/p5-Math-ProvablePrime: Update 0.043 -> 0.045pi2018-08-272-4/+4
| | | | Relnotes: https://metacpan.org/changes/distribution/Math-ProvablePrime
* - Update to 1.11jlaffaye2018-08-273-137/+1238
| | | | | | | - Scope GO387 port option to i386 PR: 230893 Submitted by: Dmitri Goutnik <dg@syrec.org>
* - Update to 14178amdmi32018-08-272-4/+4
|
* - Update to r4223amdmi32018-08-272-4/+4
|
* Upgrade to v.2.3.5.thierry2018-08-272-4/+4
|
* Update to upstream version 0.8.2riggs2018-08-2612-21/+19
| | | | | | PR: 230853 Submitted by: sikmir@gmail.com (maintainer) MFH: 2018Q3
* - Update to 2.7gblach2018-08-262-4/+5
| | | | - Set LICENSE_FILE
* databases/pecl-mongo: update 1.5.1 -> 1.5.2pi2018-08-262-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* Upgrade to 9.2.1dvl2018-08-264-9/+9
|
* - Fix DAG buildzi2018-08-262-0/+13
|
* x11-themes/qt[4,5]-style-Kvantum: update to v0.10.7 and convert to FLAVORstcberner2018-08-2611-84/+63
| | | | | | | PR: 227484 Submitted by: Alexandre C. Guimarães (lebarondemerde@privacychain.ch) Approved by: portmgr (mat), rezny (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D15958
* - Update to 1.7.4nivit2018-08-263-6/+6
| | | | | | | | | | - Drop the hard requirement on security/py-oauth2client and install security/py-google-auth by default instead. Oauth2client is still supported but will need to be explicitly installed. (Excerpt from Release notes). - Update WWW in pkg-descr Changes: https://github.com/google/google-api-python-client/releases
* net/latd: Fix build with Clang 6tobik2018-08-261-1/+4
| | | | | | | | | | | | | | | llogin.cc:233:25: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing] char verboseflag[1] = {verbose}; ^~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/latd-1.31.log interfaces-bpf.cc:68:38: error: non-constant-expression cannot be narrowed from type 'long' to 'bpf_u_int32' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] BPF_STMT(BPF_LD + BPF_H + BPF_ABS, LATD_OFFSETOF(struct ether_header, ether_type)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ interfaces-bpf.cc:62:29: note: expanded from macro 'LATD_OFFSETOF' #define LATD_OFFSETOF(t, m) (((char *) &(((t *) NULL)-> m)) - ((char *) ((t *) NULL))) ^
* textproc/htdig: Fix build with Clang 6tobik2018-08-262-1/+2
| | | | | | | | | | | | | In file included from Configuration.cc:24: In file included from ./Configuration.h:107: In file included from ./Dictionary.h:22: ./htString.h:28:10: fatal error: 'iostream.h' file not found #include <iostream.h> ^~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/htdig-3.2.0.b6_6.log - Fix WWW; htdig.org seems to be gone
* archivers/p7zip: Fix build with lld as /usr/bin/ld on i386mmokhi2018-08-261-1/+7
| | | | | | | | | PR: 230210 Reported by: emaste Reviewed by: mat, rakuco, tobik Approved by: rakuco (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D16813
* editors/yui: Mark as broken on FreeBSD 12.0tobik2018-08-261-0/+4
| | | | | | | | | | | | | ../twww/libw3t.a(w3man.o): In function `HTLoadMan': w3man.cc:(.text+0x2ff): undefined reference to `HTAnchor_physical' w3man.cc:(.text+0x79a): undefined reference to `HTAtom_for' w3man.cc:(.text+0x7a6): undefined reference to `HTAtom_for' ... http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/yui-3.2.06.log - Deprecate it; it appears to be unmaintained upstream with no real existing home
* java/jikes: Unbreak on 12.0 and fix build with Clang 6tobik2018-08-261-3/+1
| | | | | | | | checking for standard set_new_handler... no configure: error: Could not find standard set_new_handler function PR: 230673 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* devel/commoncpp: Fix build with Clang 6tobik2018-08-261-0/+1
| | | | | | | | | | | | | socket.cpp:1293:12: error: invalid argument type '__bind<volatile int &, sockaddr *&, unsigned int>' to unary expression if(!bind(so, list->ai_addr, (socklen_t)list->ai_addrlen)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/commoncpp-1.8.1_2,2.log PR: 229389 Reported by: rainer@ultra-secure.de Submitted by: tobik Approved by: acm (maintainer timeout, 2 months)
* graphics/gmic: Update 2.3.4 -> 2.3.5yuri2018-08-262-4/+4
| | | | Reported by: portscout
* biology/py-bx-python: Update 0.8.1 -> 0.8.2yuri2018-08-262-5/+5
| | | | Reported by: portscout
* audio/zita-convolver: Update 4.0.0 -> 4.0.2yuri2018-08-263-24/+25
| | | | Reported by: portscout
* More fixes for kdelibs-kde4 for clang7. Same kind of changeadridg2018-08-262-0/+22
| | | | | | as previous commit -- >0 is weird for bools. Reported by: antoine
* - Add LICENSEamdmi32018-08-261-0/+4
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* - Update WWWamdmi32018-08-261-1/+1
| | | | Approved by: portmgr blanket
* dns/samba-nsupdate: Stop using arc4random_addrandom.delphij2018-08-262-1/+13
| | | | | PR: 230825, 230756 Approved by; portmgr (antoine)
* net/samba48: Do not use arc4random_stir.delphij2018-08-262-1/+11
| | | | | PR: 230834, 230756 Approved by: portmgr (antoine)
* security/heimdal: Don't call arc4random_stir.delphij2018-08-262-0/+11
| | | | | PR: 230835, 230756 Approved by: portmgr (antoine)
* textproc/htmldoc: Do not use arc4random_stir.delphij2018-08-262-2/+2
| | | | | | | | | (Note that there is an updated version which will solve this too, but I am committing this one and will rebase the patch in bug 223721 as it still needs maintainer approval). PR: 230831, 230756 Approved by: portmgr (antoine)
* net/relayd: Stop using arc4random_stirdelphij2018-08-262-1/+13
| | | | | PR: 230830, 230756 Approved by: portmgr (antoine)
* net-p2p/gtk-gnutella: Do not call arc4random_stir or arc4random_addrandom.delphij2018-08-263-0/+27
| | | | | PR: 230829, 230756 Approved by: portmgr (antoine)
* devel/libevent: Don't use arc4random_addrandom.delphij2018-08-262-1/+14
| | | | | PR: 230764, 230756 Approved by: portmgr (antoine)
* mail/exim: Stop using arc4random_stir.delphij2018-08-262-1/+18
| | | | | PR: 230826, 230756 Approved by: portmgr
* net-p2p/mldonkey*: Fix build with Clang 6tobik2018-08-261-0/+31
| | | | | | | | | | | | | src/utils/lib/CryptoPP.h:3941:26: error: ISO C++11 does not allow access declarations; use using declarations instead BufferedTransformation::Get; ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-3.1.5_2.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-core-3.1.5_2.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-gui-3.1.5_2.log PR: 229691 Submitted by: mickey242@gmx.net
* devel/tinyq: Fix build with Clang 6tobik2018-08-261-2/+6
| | | | | | | | | | | | | generators/win32/borland_bmake.cpp:265:51: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] bool is_qt = (project->first("TARGET") == "qt"QTDLL_POSTFIX || project->first("TARGET") == "qtmt"QTDLL_POSTFIX); ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/tinyq-3.0.6_4.log - Make sure the build respects CFLAGS and CXXFLAGS - Deprecate it. Quote from the website: "These projects are retired. The development has stopped and we don't provide support for them anymore."
* - Unbreak after latest KDE Framwork upgrade, 5.49, introduced by r477922fluffy2018-08-262-1/+45
| | | | | | | Syndication::Loader::loadUrl() now always requires a DataRetriever to be passed as a second argument Obtained from: KDE git
* games/vegastrike: Fix build with Clang 6tobik2018-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/cmd/ai/aggressive.cpp:24: ./src/vs_random.h:132:48: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing] static unsigned int mag01[2] = {0x0UL, MATRIX_A()}; ^~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/vegastrike-0.5.1.r1_13.log In file included from src/config_xml.cpp:27: In file included from ./src/xml_support.h:6: ... /usr/include/c++/v1/cstdlib:128:9: error: no member named 'rpl_realloc' in the global namespace using ::realloc; ~~^ ./config.h:444:17: note: expanded from macro 'realloc' #define realloc rpl_realloc ^ Second error is caused by failing configure checks and as a consequence the build assumes FreeBSD does not have realloc() etc.: In file included from conftest.cc:77: In file included from /usr/include/c++/v1/stdlib.h:94: /usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration _Noreturn void exit(int); ^
* devel/ccdoc: Fix build with Clang 6tobik2018-08-262-0/+39
| | | | | | | | log.cc:236:8: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream<char>') and 'std::__1::ostream') (*os) << fct( *os ); ~~~~~ ^ ~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/ccdoc-0.8r41.log
* - eiscaltdcpp-lib: switch to bundled miniupnpc over ports versionfluffy2018-08-261-2/+3
| | | | | | | | | | Latest supported version of miniupnpc in eiscaltdcpp repo is 1.9, ports already have 2.x No PORTREVISION bump 'cause UPNP option is not default and was already unbuildable after ports goes forward with 1.9+ releases of miniupnpc PR: 229688 Submitted by: fluffy Approved by: maintainer timeout (fjoe, 41 day)
* games/glob2: Fix bad absolute symlinktobik2018-08-261-2/+2
|
* games/glob2: Fix build with Clang 6tobik2018-08-263-0/+33
| | | | | | | | src/EditorMainMenu.cpp:93:20: error: no matching constructor for initialization of 'ChooseMapScreen' ChooseMapScreen chooseMapScreen("maps", "map", false, "games", "game", false); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/glob2-0.9.4.4_22.log
* graphics/gpu-firmware-kmod: Update to later snapshot that includes different ↵jmd2018-08-263-5/+7
| | | | | | | | versions for some Intel FWs required by the different DRM versions. Reported by: zeising Approved by: zeising (mentor, implicit) Obtained from: FreeBSDDesktop
* dns/kadnode: Update to 2.2.5tobik2018-08-262-6/+6
| | | | | | Changes: https://github.com/mwarning/KadNode/releases/tag/v2.2.5 PR: 230900 Submitted by: moritzwarning@web.de (maintainer)
* x11-wm/pekwm: Unbreak with Clang 6tobik2018-08-261-1/+3
| | | | | | | | | | | | | ActionHandler.cc:603:10: error: case value evaluates to 4294967291, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case WORKSPACE_UP: ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p474051_s336054/logs/pekwm-0.1.17_4,1.log PR: 230889 Submitted by: tobik Approved by: Natacha Porté <natbsd@instinctive.eu> (maintainer)
* - Add missing devel/py-mock dependency to TEST_DEPENDScpm2018-08-261-1/+2
|
* biology/unanimity: Upgrade to latest release, soften dep version requirementsjwb2018-08-262-11/+10
| | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D16902
* - Update to 2.8.9.1ak2018-08-265-113/+16
| | | | | | | | Changes: https://lynx.invisible-island.net/lynx2.8.9/breakout/CHANGES PR: 230568 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: jharris@widomaker.com (maintainer)
* update to 3.0.1oliver2018-08-263-17/+6
|
* science/gabedit: Add the option OPENMPyuri2018-08-261-4/+10
| | | | Also remove WRKSRC which isn't needed.
* update to 5.9.3oliver2018-08-262-5/+4
|
* www/tomcat[6|7|8]: Bring improvements from Tomcat[85|9]dbaio2018-08-268-1698/+1774
| | | | | | | | | | | | | | | | | | | | | - Add options [1] Based on Apache Tomcat documentation guidance, the default web applications have varying degrees of risk, these options will permit users to select which of the web applications should be installed. - Remove start_precmd from rcfile in Tomcat7 and Tomcat8 [2] This is not being used, users can use ${name}_env to pass variables - Mark additional config files as @sample [3] PR: 218865 [1] PR: 228418 [2] PR: 229102 [3] Submitted by: Matt <fsbruva@yahoo.com> [1] Submitted by: VVD <vvd@unislabs.com> [2] [3] Reported by: Michael Osipov <1983-01-06@gmx.net> [2] [3] Approved by: maintainer timeout (ale, > 3 weeks) Differential Revision: https://reviews.freebsd.org/D16499
* net/libtrace: Fix build with Clang 6tobik2018-08-261-0/+21
| | | | | | | | tracetop.cc:380:16: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] printw("%7"PRIu64"\t%7"PRIu64"\n", ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/libtrace-3.0.19_2.log
* devel/awscli: Update 1.15.66 -> 1.16.1bhughes2018-08-262-5/+5
| | | | | | PR: 230669 Submitted by: dg@syrec.org Sponsored by: Miles AS
* update to 3.61oliver2018-08-262-5/+5
|
* devel/py-botocore: Update 1.10.65 -> 1.11.1bhughes2018-08-262-5/+6
| | | | | | PR: 230668 Submitted by: dg@syrec.org Sponsored by: Miles AS
* fix build on 11oliver2018-08-261-0/+3
| | | | | PR: 230896 Submitted by: tobik
* net/mgen: Fix build with Clang 6tobik2018-08-261-0/+15
| | | | | | | | ../common/mgenSocketList.cpp:231:20: error: cannot initialize return object of type 'MgenSocketList::Item *' with an rvalue of type 'bool' return false; ^~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mgen-4.2b6.log
* New port: science/gabedit: Graphical user interface for several chemistry ↵yuri2018-08-264-0/+71
| | | | software packages
* Add GO_BUILDFLAGS variable to Uses/go.mkjlaffaye2018-08-261-1/+6
| | | | | PR: 225812 Submitted by: David O'Rourke <dor.bsd@xm0.uk>
* - Update to 3.6.2jhale2018-08-263-12/+7
| | | | | - Clean up KF5 dependencies - previous version was overlinking - Remove post-patch (fixed upstream)
* - Update to 1.0.1danilo2018-08-263-7/+4
|
* print/xmbibtex: Fix build with Clang 6tobik2018-08-264-2/+352
| | | | | | | | biblio.cc:2181:28: error: assigning to 'char *' from incompatible type 'char' else {c[last-1]->doctype='\0'; ^~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/xmbibtex-1.7_3.log
* Update to 1.0.4sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/linchus/omniauth-gitlab/commits/master
* Update to 5.0.0sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
* Update to 5.0.0sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
* Update to 5.0.0sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
* Update to 9.1.1sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/devkral/devise_pam_authenticatable2/commits/master
* Update to 2.14.0sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/ddfreyne/cri/releases
* Update to 0.2.2sunpoet2018-08-262-3/+4
| | | | Changes: https://github.com/igrigorik/bugspots/commits/master
* Update to 1.1.0sunpoet2018-08-262-4/+4
| | | | Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
* Update to 0.806sunpoet2018-08-263-7/+10
| | | | | | | - Add LICENSE - Sort PLIST Changes: https://metacpan.org/changes/distribution/Proc-Fork
* Update to 1.1.5sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/floraison/et-orbi/blob/master/CHANGELOG.md
* Update to 2.11.116sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.116sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.116sunpoet2018-08-262-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.5.0sunpoet2018-08-262-5/+4
| | | | Changes: https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
* Update to 1.32.1sunpoet2018-08-262-5/+4
| | | | Changes: https://github.com/nghttp2/nghttp2/releases
* Update to 1.32.1sunpoet2018-08-263-5/+5
| | | | Changes: https://github.com/nghttp2/nghttp2/releases
* Update WWWsunpoet2018-08-261-1/+1
|
* Update WWWsunpoet2018-08-261-1/+1
|
* Update WWWsunpoet2018-08-261-1/+1
|
* news/nget: Fix build on 12.0tobik2018-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | Many configure checks fail with In file included from conftest.cc:38: In file included from /usr/include/c++/v1/ext/hash_map:203: In file included from /usr/include/c++/v1/__hash_table:16: In file included from /usr/include/c++/v1/memory:653: In file included from /usr/include/c++/v1/typeinfo:61: In file included from /usr/include/c++/v1/exception:82: In file included from /usr/include/c++/v1/cstdlib:86: In file included from /usr/include/c++/v1/stdlib.h:94: /usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration _Noreturn void exit(int); ^ /usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn' #define _Noreturn [[noreturn]] ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/nget-0.27.1_5.log
* sysutils/rfstool: Fix build with Clang 6tobik2018-08-251-1/+2
| | | | | | | | | | reiserfs.cpp:770:23: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] printf("File %s (%"FMT_QWORD" Bytes)\n", (const char*) strLocalPath, pFile->m_stat.sd_size ); ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/rfstool-0.14.log - Make sure the build respects CXXFLAGS
* sysutils/searchmonkey: Fix build with Clang 6tobik2018-08-251-0/+1
| | | | | | | | | | | mainwindow.cpp:784:7: error: declaration of variable 'autoSettingsReset' with deduced type 'auto' requires an initializer auto autoSettingsReset asr(sui); // dtor calls sui->reset() ^ mainwindow.cpp:784:24: error: expected ';' at end of declaration auto autoSettingsReset asr(sui); // dtor calls sui->reset() ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/searchmonkey-2.0.0_2.log
* Remove expired port:rene2018-08-255-85/+1
| | | | 2018-08-01 www/py-django18: End of Live since 01/04/2018
* Revert checksum to what the port had previously due to a report of breakage.jhale2018-08-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | There is something strange going on here. Maybe with the way Github makes these archives? In r463680 we had for the same file/same git hash: SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266 Then in r474922 it was changed to: SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 8ab8f36f3e0a720c882b8bb4abb3f2e26bd6b025cc263119207f7d2eb3b1e490 SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3685656 When I was working on this port the 8ab8f36 checksum failed, but the 466f718 checksum worked, so I changed back in r477944. Now it seems the 8ab8f36 checksum is working and 466f718 is not. I have both files. Both are identical when extracted. The only difference appears to be the compression ratio. As of right now I can only download the 8ab8f36 file. Reported by: fluffy
* www/py-djangotoolbox: use Django 1.11 instead of end-of-life 1.8rene2018-08-251-2/+2
| | | | | | PR: 230531 Submitted by: rene Approved by: maintainer timeout (jhixson@, 14 days)
* www/py-django-templatetag-sugar: use Django 1.11 instead of end-of-life 1.8rene2018-08-251-1/+2
| | | | | | PR: 230530 Submitted by: rene Approved by: maintainer timeout (tj@, 14 days)
* www/py-django-paging: use Django 1.11 instead of end-of-life 1.8rene2018-08-251-2/+4
| | | | | | | | Restrict to Python 2.7, Python 3.6 gives an import error PR: 230528 Submitted by: rene Approved by: maintainer timeout (tj@, 14 days)
* textproc/soothsayer: Fix build with Clang 6tobik2018-08-251-1/+3
| | | | | | | | ../../../src/lib/core/charsets.h:108:5: error: constant expression evaluates to 192 which cannot be narrowed to type 'char' [-Wc++11-narrowing] Agrave , ^~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/soothsayer-0.6.3_3.log
* www/py-django-appmedia: use Django 1.11 instead of end-of-life 1.8rene2018-08-251-2/+2
| | | | | | PR: 230524 Submitted by: rene Approved by: maintainer timeout (Kurt Lidl, 14 days)
* vietnamese/x-unikey: Fix build with Clang 6tobik2018-08-252-1/+14
| | | | | | | | | | | data.cpp:100:15: error: constant expression evaluates to -72 which cannot be narrowed to type 'unsigned char' [-Wc++11-narrowing] {{'A','a','<B8>','<B8>','<B5>','<B5>','<B6>','<B6>','<B7>','<B7>','<B9>','<B9>', // 0: a ^~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/vi-x-unikey-1.0.4.log - While here prevent build from asking an interactive question during the install phase
* Fix build with CRYPTOPP option enabled (missed in r477967)jhale2018-08-252-5/+11
| | | | | | | | | | | | | | | | | Bump PORTREVISON due to cryptopp shared library version increase libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -DKVZ_DLL_EXPORTS -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -MT extras/crypto.lo -MD -MP -MF extras/.deps/crypto.Tpo -c extras/crypto.cpp -fPIC -DPIC -o extras/.libs/crypto.o extras/crypto.cpp:19:3: error: unknown type name 'byte'; did you mean 'CryptoPP::byte'? byte key[CryptoPP::AES::DEFAULT_KEYLENGTH]; ^~~~ CryptoPP::byte /usr/local/include/cryptopp/config.h:237:23: note: 'CryptoPP::byte' declared here typedef unsigned char byte; ^ Pointy hat: jhale Reported by: fluffy Obtained from: upstream commits
* x11-toolkits/gtkmathview: Fix build with Clang 6tobik2018-08-253-1/+34
| | | | | | | | | | | | | | | | | | View.cc:294:10: error: no viable conversion from returned value of type 'bool' to function return type 'SmartPtr<Element>' return false; ^~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/gtkmathview-0.8.0_9.log cmex10.cc:27:3: error: constant expression evaluates to 4205933842 which cannot be narrowed to type 'int' [-Wc++11-narrowing] 0xfab17512, ^~~~~~~~~~ SVG_RenderingContext.cc:67:25: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] metadata("Created by "PACKAGE" version "VERSION); ^
* x11-toolkits/v: Fix build with Clang 6tobik2018-08-251-1/+4
| | | | | | | | | | | | vchkboxc.cxx:43:4: error: constant expression evaluates to 255 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xff, 0x0f, 0x03, 0x0c, 0x05, 0x0a, 0x09, 0x09, 0x91, 0x08, 0x61, 0x08, ^~~~ vchkboxc.cxx:43:4: note: insert an explicit cast to silence this issue 0xff, 0x0f, 0x03, 0x0c, 0x05, 0x0a, 0x09, 0x09, 0x91, 0x08, 0x61, 0x08, ^~~~ static_cast<char>( ) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/v-1.90_6.log
* Update to 0.31.0sunpoet2018-08-252-4/+4
| | | | Changes: https://github.com/ruby-grape/grape-swagger/blob/master/CHANGELOG.md
* Update to 0.5.32.7sunpoet2018-08-252-4/+4
| | | | | Changes: https://github.com/kayhayen/Nuitka/blob/develop/Changelog.rst https://github.com/kayhayen/Nuitka/commits/develop
* Update to 1.19sunpoet2018-08-252-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/B-Keywords
* Update to 0.6.6sunpoet2018-08-252-4/+4
| | | | Changes: https://github.com/google/google-auth-library-ruby/blob/master/CHANGELOG.md
* Update to 2.11.115sunpoet2018-08-252-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.115sunpoet2018-08-252-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.115sunpoet2018-08-252-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.001069sunpoet2018-08-252-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Test2-Harness
* Update to 4.06sunpoet2018-08-252-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Cpanel-JSON-XS
* x11-wm/jewel: Fix build with Clang 6tobik2018-08-251-1/+5
| | | | | | | | | | | | | | windowmanager.cc:1929:24: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned long') in initializer list [-Wc++11-narrowing] CARD32 geometry[] = { xres, yres }; ^~~~ windowmanager.cc:1929:24: note: insert an explicit cast to silence this issue CARD32 geometry[] = { xres, yres }; ^~~~ static_cast<CARD32>( ) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/jewel-0.12.41_4.log - Make sure the build respects CXXFLAGS
* x11-wm/obpager: Fix build with Clang 6tobik2018-08-251-1/+4
| | | | | | | | | | | | | | | src/OBPager.cc:937:19: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing] char text[2] = { (mDesktopNum % 9) + '1', '\0' }; ^~~~~~~~~~~~~~~~~~~~~~~ src/OBPager.cc:937:19: note: insert an explicit cast to silence this issue char text[2] = { (mDesktopNum % 9) + '1', '\0' }; ^~~~~~~~~~~~~~~~~~~~~~~ static_cast<char>( ) 1 error generated. http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/obpager-1.8.log - Make sure the build respects CXXFLAGS
* Correct the pkg-listdvl2018-08-252-35/+2
| | | | Sorry about that.
* Update to the 20180822 snapshot of GCC 6.4.1.gerald2018-08-252-4/+4
|
* Update to the 20180823 snapshot of GCC 7.3.1.gerald2018-08-252-4/+4
|
* The Staging patchset is now available for Wine 3.14 as well, andgerald2018-08-252-2/+7
| | | | | requires some additions to pkg-list and one change where main wine and Staging go differently about libdinput8.
* Update to the 20180824 snapshot of GCC 8.2.1.gerald2018-08-252-4/+4
|
* Update devel/elixir-gen_state_machine to version 2.0.3.olgeni2018-08-252-4/+4
|
* Update devel/erlang-gpb to version 4.2.2.olgeni2018-08-252-4/+4
|
* Update to upstream release 1.0.1, fix build on 11.2riggs2018-08-259-189/+61
| | | | | | | | | | | | | | | | | | Detailed submitter log: - Update to 1.0.1 - Switched to Github - Has newest sources - Updated WWW in pkg-desc - Current www doesn't exist - Removed doc depends/build - Does not build/install - Removed doxygen dir - Not needed/used PR: 230833 [1], 230674 [2] Submitted by: ndowens@yahoo.com [1] Reported by: lantw44@gmail.com [2] MFH: 2018Q3
* - Update WWWamdmi32018-08-252-4/+3
| | | | | | | - Pet portlint - Cosmetic fixes Approved by: portmgr blanket
* Update to upstream version 5.37.1riggs2018-08-252-18/+9
| | | | | PR: 230523 Submitted by: uzsolt@uzsolt.hu (maintainer)
* - Add LICENSEamdmi32018-08-251-0/+5
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* Update to 20180818antoine2018-08-252-8/+9
| | | | Announce: http://blog.kiddaland.net/2018/08/plaso-20180818-released.html
* - Build python2 and python3 bindingsantoine2018-08-254-22/+35
| | | | - Remove DOCS option, the 2 text files do not carry useful information
* Update to 4.6.2antoine2018-08-253-5/+5
|
* Update to 20180712antoine2018-08-252-4/+4
|
* Update to 20180704antoine2018-08-252-4/+4
|
* Update to 20180808antoine2018-08-252-4/+4
|
* Update lang/erlang-wx to version 19.3.6.10.olgeni2018-08-253-262/+6
| | | | | Disable DOCS support now that all documentation is handled by lang/erlang-doc.
* Update lang/erlang-java to version 19.3.6.10.olgeni2018-08-253-116/+6
| | | | | Disable DOCS support now that all documentation is handled by lang/erlang-doc.
* Update lang/erlang to version 19.3.6.10.olgeni2018-08-252-5/+8
|
* Update lang/erlang-runtime19 to version 19.3.6.10.olgeni2018-08-252-6/+8
|
* Update lang/erlang-runtime20 to version 20.3.8.7.olgeni2018-08-252-6/+14
|
* Update lang/erlang-runtime21 to version 21.0.6.olgeni2018-08-252-6/+9
|
* science/nwchem: Add forgotten filesyuri2018-08-253-0/+1461
|
* Update KDE Applications to 18.08tcberner2018-08-25335-862/+936
| | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
* emulators/fceux: Fix build with Clang 6tobik2018-08-251-0/+3
| | | | | | | | src/utils/xstring.cpp:234:5: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing] n<2 ? '=' : Base64Table[ ((input[1] & 0x0F) << 2) | (input[2] >> 6) ], ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/fceux-2.2.3_4.log
* editors/pdfedit: Fix build with Clang 6tobik2018-08-251-0/+1
| | | | | | | | | | | | | | | /wrkdirs/usr/ports/editors/pdfedit/work/pdfedit-0.4.5/src/kernel/cxref.h:422:18: error: non-constant-expression cannot be narrowed from type 'pdfobjects::IndiRef::ObjNum' (aka 'unsigned int') to 'int' in initializer list [-Wc++11-narrowing] ::Ref xpdfRef={ref.num, ref.gen}; ^~~~~~~ /wrkdirs/usr/ports/editors/pdfedit/work/pdfedit-0.4.5/src/kernel/cxref.h:422:18: note: insert an explicit cast to silence this issue ::Ref xpdfRef={ref.num, ref.gen}; ^~~~~~~ static_cast<int>( ) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/pdfedit-0.4.5_11.log PR: 225295 Reported by: O. Hartmann <ohartmann@walstatt.org>
* editors/manedit: Fix build with Clang 6tobik2018-08-251-7/+8
| | | | | | | | | | | | In file included from <built-in>:375: <command line>:4:9: warning: '__cplusplus' macro redefined [-Wmacro-redefined] #define __cplusplus 1 ^ <built-in>:371:9: note: previous definition is here #define __cplusplus 201402L ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/manedit-1.2.1_3.log
* cad/qmls: Fix build with Clang 6tobik2018-08-251-0/+36
| | | | | | | | cdl.cpp:128:24: error: cast from pointer to smaller type 'char' loses information buf[index] = (char)NULL; ^~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/qmls-0.2.log
* cad/leocad: Remove the embedded build date and fix build with Clang 6tobik2018-08-252-1/+17
| | | | | | | | common/lc_application.cpp:209:23: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned int', and no matching literal operator template printf("Compiled "__DATE__"\n"); ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/leocad-0.80.3_4.log
* biology/protomol: Fix doubled USES overwriting the old valuetobik2018-08-251-3/+2
| | | | - Make sure shebangfix is actually used
* biology/protomol: Fix build with Clang 6tobik2018-08-251-0/+1
| | | | | | | | | | | | Report.cpp:208:12: error: invalid operands to binary expression ('std::ostream' (aka 'basic_ostream<char>') and 'const std::__1::ostream' (aka 'const basic_ostream<char>')) *myStream << a; ~~~~~~~~~ ^ ~ /usr/include/c++/v1/ostream:218:20: note: candidate function not viable: no known conversion from 'const std::__1::ostream' (aka 'const basic_ostream<char>') to 'const void *' for 1st argument; take the address of the argument with & basic_ostream& operator<<(const void* __p); ^ ... and so on ... http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/protomol-2.0.3_13.log
* biology/primer3: Fix build with Clang 6tobik2018-08-251-0/+24
| | | | | | | | | | | thal.c:426:13: error: comparison between pointer and integer ('int' and 'const unsigned char *') if ('\0' == oligo_f) { ~~~~ ^ ~~~~~~~ thal.c:431:13: error: comparison between pointer and integer ('int' and 'const unsigned char *') if ('\0' == oligo_r) { ~~~~ ^ ~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/primer3-2.3.6.log
* biology/libsbml: Fix build with Clang 6tobik2018-08-251-9/+2
| | | | | | | | | | | | | In file included from /wrkdirs/usr/ports/biology/libsbml/work/libsbml-5.17.0/src/sbml/Model.cpp:41: In file included from /wrkdirs/usr/ports/biology/libsbml/work/libsbml-5.17.0/src/sbml/SBMLDocument.h:298: In file included from /wrkdirs/usr/ports/biology/libsbml/work/libsbml-5.17.0/src/sbml/SBMLTransforms.h:48: In file included from /wrkdirs/usr/ports/biology/libsbml/work/libsbml-5.17.0/src/sbml/FunctionDefinition.h:129: In file included from /wrkdirs/usr/ports/biology/libsbml/work/libsbml-5.17.0/src/sbml/SBO.h:207: /usr/include/c++/v1/map:629:15: error: object of type 'std::__1::pair<std::__1::pair<const std::__1::basic_string<char>, int>, FormulaUnitsData *>' cannot be assigned because its copy assignment operator is implicitly deleted {__nc = __v.__cc; return *this;} ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/libsbml-5.17.0.log
* biology/avida: Fix build with Clang 6tobik2018-08-251-0/+1
| | | | | | | | | | | | | | | | | | avida-core/source/main/cPopulation.cc:2916:20: error: no matching member function for call to 'push_back' track_founders.push_back(make_pair(organism->GetBioGroup("genotype")->GetID(), new_genome.AsString())); ~~~~~~~~~~~~~~~^~~~~~~~~ /usr/include/c++/v1/vector:688:36: note: candidate function not viable: no known conversion from 'pair<[...], typename __make_pair_return<cString>::type>' to 'const pair<[...], std::__1::basic_string<char>>' for 1st argument _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x); ^ /usr/include/c++/v1/vector:691:36: note: candidate function not viable: no known conversion from 'pair<[...], typename __make_pair_return<cString>::type>' to 'pair<[...], std::__1::basic_string<char>>' for 1st argument _LIBCPP_INLINE_VISIBILITY void push_back(value_type&& __x); ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/avida-2.12.4.log libs/tcmalloc-1.4/src/sysinfo.cc:832:88: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "%08"PRIx64"-%08"PRIx64" %c%c%c%c %08"PRIx64" %02x:%02x %-11"PRId64" %s\n", ^
* biology/lamarc: Fix build with Clang 6tobik2018-08-251-0/+2
| | | | | | | | | | | src/tools/mathx.cpp:781:12: error: no matching function for call to 'make_pair' return std::make_pair<DoubleVec1d, DoubleVec2d>(eigvals, eigvecs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/utility:639:1: note: candidate function not viable: no known conversion from 'DoubleVec1d' (aka 'vector<double>') to 'std::__1::vector<double, std::__1::allocator<double> > &&' for 1st argument make_pair(_T1&& __t1, _T2&& __t2) ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/lamarc-2.1.8_1,1.log
* benchmarks/postal: Fix build with Clang 6tobik2018-08-251-1/+10
| | | | | | | | | | | | bhm.cpp:420:25: error: value of type '__bind<int &, sockaddr *, unsigned long>' is not contextually convertible to 'bool' if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bhm.cpp:420:22: error: invalid operands to binary expression ('bool' and '__bind<int &, sockaddr *, unsigned long>') if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in)) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/postal-0.73_3.log
* audio/zinf: Fix build with Clang 6tobik2018-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | src/zip_header.cpp:43:31: error: constant expression evaluates to 234 which cannot be narrowed to type 'char' [-Wc++11-narrowing] char arjHeaderSign[3]={ 0x60,0xea, 0 }; ^~~~ src/zip_header.cpp:43:31: note: insert an explicit cast to silence this issue char arjHeaderSign[3]={ 0x60,0xea, 0 }; ^~~~ static_cast<char>( ) src/zip_header.cpp:120:15: error: assigning to 'char *' from incompatible type 'char' h->filename='\0'; ^~~~ src/zip_header.cpp:282:15: error: assigning to 'char *' from incompatible type 'char' h->filename='\0'; ^~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/zinf-2.2.5_22.log (and a lot more errors like these and std::bind and bind confusion if one gets past these)
* emulators/quasi88: Fix build with Clang 6tobik2018-08-251-0/+15
| | | | | | | | | | | src/fmgen/psg.cpp:121:37: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint8' (aka 'unsigned char') [-Wc++11-narrowing] static uint8 table3[4] = { 0, 1, -1, 0 }; ^~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477468_s337991/logs/quasi88-0.6.4.log PR: 230869 Submitted by: 1wkmmr@gmail.com
* emulators/citra: update to s20180824jbeich2018-08-252-8/+8
| | | | Changes: https://github.com/citra-emu/citra/compare/47025552c...0a5621faf
* emulators/rpcs3: update to 0.0.5.774jbeich2018-08-252-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/f3d3a1a4a...21e191111
* Take maintainership of databases/mantistobik2018-08-251-1/+1
|
* net-mgmt/riemann: update 0.2.13 to 0.3.1dch2018-08-253-10/+10
| | | | | | | | | | | - include fixes from romain@ for config file locations and remove IPv4 stack specificity - amend LICENSE details for all jarfile components PR: 227426 Submitted by: romain Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D16888
* security/tor-devel: Update 0.3.4.6-rc -> 0.3.4.7-rcyuri2018-08-252-4/+4
| | | | | | | Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.3.4.7-rc&id=8465a8d84647c349d5995807b93a06f3afdd6185 Reported by: upstream notification
* graphics/drm-devel-kmod: Update snapshotzeising2018-08-252-5/+5
| | | | | | | This updates to the latest snapshot, which fixes a mistake in the AMD GPU codepaths. Approved by: jmd (maintainer, implicit)
* Add 'softreload' command for seamless haproxy reload (-x option).demon2018-08-252-2/+18
| | | | | PR: 230305 Submitted by: Frank Wall <fw@moov.de>
* net/zerotier: update 1.2.10 to 1.2.12dch2018-08-254-17/+10685
| | | | | | | | | | | | also: - compile against libc++7 reported broken in PR230629 - correct combined LICENSEs to match source code PR: 230629 Reported by: jbeich Approved by: jrm Differential Revision: https://reviews.freebsd.org/D16880
* sysutils/xosview: unbreak in 12fernape2018-08-251-3/+27
| | | | | | | Broken due to changes in sys/vmmeter.h Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16747
* science/py-abipy: Update 0.5.0 -> 0.6.0yuri2018-08-253-7/+7
| | | | | | | | | Port changes: * Update BUILD_DEPENDS * Add NO_ARCH * Update WWW Reported by: portscout
* devel/ga: Add the patch needed for science/nwchemyuri2018-08-252-1/+99
| | | | Suggested by: upstream of science/nwchem, the github user edoapra
* devel/kcov: upgrade to v36asomers2018-08-252-6/+4
| | | | | | This is the first official release with FreeBSD support Approved by: brd (ports)
* devel/hub: update to 2.5.1swills2018-08-252-4/+4
| | | | | PR: 230866 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (maintainer)
* New port: science/octopus: Scientific program aimed at the ab initio virtual ↵yuri2018-08-255-0/+1984
| | | | experimentation
* net/google-cloud-sdk: Update to 213.0.0swills2018-08-252-4/+4
| | | | | PR: 230863 Submitted by: Dmitri Goutnik <dg@syrec.org>
* science/gromacs: Update 2018.2 -> 2018.3yuri2018-08-253-7/+6
| | | | Reported by: portscout
* multimedia/obs-studio: Update 22.0.0 -> 22.0.1yuri2018-08-252-4/+4
| | | | Reported by: portscout
* Update to 2.0.4antoine2018-08-252-9/+4
|
* sysutils/plasma5-powerdevil: add missing runtime dependency on upowertcberner2018-08-251-1/+3
| | | | | PR: 230693 Reported by: cperciva
* Update security/cryptopp to 7.0.0jhale2018-08-2523-199/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now install a pkgconfig file which will allow ports to check whether cryptopp was built with assembly instructions enabled or not. There are a few functions that will be undefined if built without assembly and -DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case to avoid build failures. This is not new, but the pkgconf file should make it easier to determine if the flag is needed or not. Fix several ports due to API changes and to use the new pkgconf file to determine cryptopp location and build flags. Special cases below. deskutils/cdcat - Use cryptopp shared library instead of static, detect with pkgconf devel/xeus - Fix dependencies and remove header-only libraries from RUN_DEPENDS - Rework to use the cryptopp pkgconf file - net/cppzmq CMake files were fixed in r477649, remove hacks for that as they were seemingly causing devel/xeus-cling to link to cryptopp unnecessarily - Remove C++17 code from cryptopp checks for compatibility devel/xeus-cling - Fix dependencies - Remove hacks for previously broken cppzmq CMake files and no longer needed cryptopp dependency Changes: https://www.cryptopp.com/#news PR: 230579 (original patch, not used) Submitted by: yuri
* Update to 0.9.1antoine2018-08-252-4/+4
|