aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing runtime dependency on kdepim-runtimeTobias C. Berner2018-08-027-12/+19
| | | | | | | | PR: 230086 Reported by: Jonathan M Davis <freebsd.bugs@jmdavisprog.com> Notes: svn path=/head/; revision=476229
* - Fix LICENSEDmitry Marakasov2018-08-022-6/+3
| | | | | | | | | | - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=476228
* - Add LICENSEDmitry Marakasov2018-08-021-0/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=476227
* www/gohugo: Update to 0.46Mateusz Piotrowski2018-08-022-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Change log: - Resources fetched via resources.Get and similar are now considered global across languages. If you need, as an example, to create a CSS per language, you need to set the path yourself. - Add templates.Exists template function. This can be used to check if a template, e.g. a partial, exists in the project or any of the themes in use. - Remove superflous loop - Update Chroma - Make resources fetched via resources.Get and similar language agnostic - Improve SCSS project vs themes import resolution - Improve _ prefix handling in SCSS imports - Fix file paths for uncached transformed images - Fix image cache eviction for sites with subdir in baseURL PR: 230268 Submitted by: ben.lavery@hashbang0.com (maintainer) Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16545 Notes: svn path=/head/; revision=476226
* Fix spurious errors.Mathieu Arnold2018-08-021-1/+2
| | | | | | | | | PR: 230287 Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D16440 Notes: svn path=/head/; revision=476224
* sysutils/rcm: Update to 1.3.3Tobias Kortkamp2018-08-022-4/+6
| | | | | | | | | | | | - Reset maintainer Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in PR: 230281 Submitted by: Nathan <ndowens.fbsd@yandex.com> Approved by: Leonardo Brondani Schenkel <leonardo@schenkel.net> (maintainer) Notes: svn path=/head/; revision=476222
* games/spellathon: Fix build with Clang 6Tobias Kortkamp2018-08-022-0/+30
| | | | | | | | | | | main.cc:378:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] fprintf(stderr, "Spellathon "VERSION" (svn%s) (c)"COPYRIGHT"\n\n" ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475964_s336959/logs/errors/spellathon-6.0_5.log Notes: svn path=/head/; revision=476221
* games/searchandrescue: Fix build on 12.0-CURRENTTobias Kortkamp2018-08-021-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect CPPFLAGS and stop doing weird things like defining __cplusplus in the build itself. In file included from <built-in>:388: <command line>:8:9: warning: '__cplusplus' macro redefined [-Wmacro-redefined] #define __cplusplus 1 ^ <built-in>:384:9: note: previous definition is here #define __cplusplus 201402L ^ In file included from disk.cpp:1: In file included from /usr/include/c++/v1/stdio.h:102: /usr/include/c++/v1/__config:327:20: error: cannot combine with previous 'char16_t' declaration specifier typedef __char16_t char16_t; ^ /usr/include/c++/v1/__config:328:20: error: cannot combine with previous 'char32_t' declaration specifier typedef __char32_t char32_t; ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/SearchAndRescue-1.4.0_6.log While here - Add license - Add missing dependencies Notes: svn path=/head/; revision=476220
* games/netherearth: Fix build with Clang 6Tobias Kortkamp2018-08-021-2/+6
| | | | | | | | | | | | | bullet.cpp:184:7: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing] bullet->pos.x,bullet->pos.y,0.3,1}; ^~~~~~~~~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475964_s336959/logs/errors/netherearth-0.51_9.log - While here add missing dependencies Notes: svn path=/head/; revision=476219
* security/acme-client: Fix runtime when SSL_DEFAULT != libresslTobias Kortkamp2018-08-022-23/+15
| | | | | | | | | | | | | | | | | | - Make sure we link with libthr as well to prevent runtime errors like "tls_init: No error: 0" [1]. - Adopt the nicer approach for linking with libtls taken by net/openntpd; it doesn't require patching of build files [2]. - Remove unused patch PR: 228438 Submitted by: madpilot, tobik [1], leres [2] Reported by: dch Approved by: brnrd (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=476218
* Revert r476186, it fails to packageAntoine Brodin2018-08-023-26/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=476217
* misc/p5-Business-ISSN: Update version 0.91=>1.003Muhammad Moinur Rahman2018-08-022-4/+5
| | | | | | | | | - Mark NO_ARCH Relnotes: https://metacpan.org/changes/distribution/Business-ISSN Notes: svn path=/head/; revision=476216
* databases/postgresql-repmgr: Update version 4.0.6=>4.1.0Muhammad Moinur Rahman2018-08-023-4/+6
| | | | | | | Relnotes: https://repmgr.org/docs/4.1/release-4.1.0.html Notes: svn path=/head/; revision=476215
* - Update to 5.19.1Danilo Egea Gondolfo2018-08-025-7/+13
| | | | Notes: svn path=/head/; revision=476214
* - Update django to 2.0.8 and 1.11.15Wen Heping2018-08-024-11/+12
| | | | | | | - Update CONFLICTS_INSTALL Notes: svn path=/head/; revision=476213
* - Repocopy www/py-django20 --> www/py-django21 and update to 2.1Wen Heping2018-08-024-0/+79
| | | | Notes: svn path=/head/; revision=476212
* Update to the latest cfengine commit on github.Cy Schubert2018-08-023-5/+6
| | | | Notes: svn path=/head/; revision=476211
* Update to the latest cfengine commit on github.Cy Schubert2018-08-022-5/+5
| | | | Notes: svn path=/head/; revision=476210
* Update to the latest MIT commit.Cy Schubert2018-08-022-5/+5
| | | | Notes: svn path=/head/; revision=476209
* Use MongoDB 3.4Cy Schubert2018-08-021-3/+3
| | | | | | | | | | | Patch syslog-ng37 to use MongoDB 3.4, the current databases/mongodb (2.6) is long past its end-of-life. PR: 230272 Submitted by: rene@ Notes: svn path=/head/; revision=476208
* print/harfbuzz: update to 1.8.5Jan Beich2018-08-014-13/+12
| | | | | | | | Changes: https://github.com/harfbuzz/harfbuzz/blob/1.8.5/NEWS ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Notes: svn path=/head/; revision=476207
* www/py-flexget: update to 2.14.12Jan Beich2018-08-012-4/+4
| | | | | | | Changes: https://github.com/Flexget/Flexget/compare/2.14.10...2.14.12 Notes: svn path=/head/; revision=476205
* emulators/citra: update to s20180801Jan Beich2018-08-012-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/05eb0ccb0...ba6eee71f Notes: svn path=/head/; revision=476204
* Update to version 1.2.1. This brings two changes:Colin Percival2018-08-012-4/+4
| | | | | | | | | | | 1. A new --publicsnap option which marks the EBS snapshot for the AMI's root disk as being public. 2. When sending an SNS notification about new AMIs, the SNS region is extracted from the Topic ARN rather than using the same region as was used for uploading the AMI. Notes: svn path=/head/; revision=476203
* Add devel/hs-fortran-src port - a library for lexing and parsing Fortran ↵Gleb Popov2018-08-018-0/+53
| | | | | | | | | | | | source code. Submitted by: blubee blubeeme <gurenchan@gmail.com> Reviewed by: mat Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16523 Notes: svn path=/head/; revision=476202
* security/py-gssapi: Update 1.5.0 -> 1.5.1Bradley T. Hughes2018-08-012-4/+4
| | | | | | | | | PR: 230251 Submitted by: john@saltant.com (maintainer) Sponsored by: Miles AS Notes: svn path=/head/; revision=476201
* security/py-gssapi: Fix builds against non-base GSSAPIBradley T. Hughes2018-08-011-0/+28
| | | | | | | | | | | | Patch setup.py so location of krb5-config is configurable PR: 229639 Submitted by: john@saltant.com (maintainer) MFH: 2018Q3 Sponsored by: Miles AS Notes: svn path=/head/; revision=476200
* Update to 1.2.1Jason E. Hale2018-08-013-11/+10
| | | | | | | Order Makefile a little better Notes: svn path=/head/; revision=476199
* devel/libthai: update to 0.1.28Fernando Apesteguía2018-08-015-5/+7
| | | | | | | | | | | | * Change PORTVERSION to DISTVERSION * Bumping PORTREVISION for dependent ports Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16547 Notes: svn path=/head/; revision=476198
* mail/mutt-lite: Deprecate and expire mail/mutt-liteBradley T. Hughes2018-08-011-0/+2
| | | | | | | | | | | | | | To simplify mail/mutt port deprecate and expire mail/mutt-lite. An option-less config with ncurese should be the same as mail/mutt-lite. Give ~2 months for users to move to mail/mutt PR: 229938 Submitted by: dereks@lifeofadishwasher.com (maintainer) Sponsored by: Miles AS Notes: svn path=/head/; revision=476197
* irc/hexchat: add SYSINFO option (off by default)Bradley T. Hughes2018-08-013-2/+23
| | | | | | | | | | PR: 227281 Submitted by: pkubaj@anongoth.pl (maintainer) Reported by: lcraft@gmail.com Sponsored by: Miles AS Notes: svn path=/head/; revision=476196
* x11-fonts/fonttosfnt: Update to 1.0.5Niclas Zeising2018-08-012-4/+4
| | | | Notes: svn path=/head/; revision=476195
* net-mgmt/unifi-devel: update to 5.9.16 and use MongoDB 3.4Rene Ladan2018-08-012-7/+7
| | | | | | | | PR: 230225 Submitted by: maintainer Notes: svn path=/head/; revision=476194
* Move patents text from the Makefile to a file.Alexander Leidinger2018-08-012-11/+29
| | | | | | | | | | While I'm here, make it more an explanatory text than just a copy&paste from the previous comment of the Makefile. Requested by: portmgr (mat) Notes: svn path=/head/; revision=476193
* New port: databases/xrootd: Framework for fast, low latency, scalable data ↵Yuri Victorovich2018-08-016-0/+388
| | | | | | | access Notes: svn path=/head/; revision=476192
* mail/thunderbird: switch to rc4Jan Beich2018-08-014-101/+101
| | | | | | | | Changes: https://hg.mozilla.org/releases/comm-esr60/pushloghtml?startdate=2018-07-25&enddate=2018-08-01 PR: 228477 Notes: svn path=/head/; revision=476191
* This should have remained "can not" in r476184Adam Weinberger2018-08-011-1/+1
| | | | | | | | | While here, fix a spacing nit. Reported by: yuri Notes: svn path=/head/; revision=476190
* Fix build with lld linker on i386Niclas Zeising2018-08-011-1/+6
| | | | | | | | | | | | | Fix the build with the lld linker on i386. This is done by adding an option to the linker to allow relocations in read-only segments, since there are some assembler code that's not PIC. the gnu ld linker does this by default. PR: 230239 Submitted by: emaste Notes: svn path=/head/; revision=476189
* Reevert change accidentally included in r476184Adam Weinberger2018-08-011-1/+1
| | | | Notes: svn path=/head/; revision=476188
* New port: deskutils/zanshinTobias C. Berner2018-08-015-0/+96
| | | | | | | | | | | | | | | Zanshin is a powerful yet simple application to manage your day to day actions. It helps you organize and reduce the cognitive pressure of what you have to do in your job and personal life. You'll never forget anything anymore, getting your mind like water. This is based on a version of adridg done way back when kde@ still had an svn repo, but was unfortunately forgotten about, when the repo moved :) Submitted by: adridg Notes: svn path=/head/; revision=476187
* base/binutils: Cleanup packing lists.John Baldwin2018-08-013-1/+26
| | | | | | | | | | | | | | | | | | | - Use BUREMOVE to strip binutils tools not installed by the base/binutils package. - Update BUREMOVE logic in devel/binutils to cope with the base package which installs tools without a BUTARGET- prefix. - Use MANPREFIX for BUREMOVE to handle the PREFIX=/usr case used by base/binutils. - Remove binutils headers and libraries explicitly from the staging area for base/binutils. - Add missing plist entries for binutils binaries installed under a BUTARGET subdirectory. Approved by: bapt (implicit for base/*) Differential Revision: https://reviews.freebsd.org/D16464 Notes: svn path=/head/; revision=476186
* Update vim to patchlevel 231Adam Weinberger2018-08-014-5/+65
| | | | | | | | | | Also, add a patch[1] to recognize the UseBlacklist command in sshd_config. PR: 230074 [1] Submitted by: Samy Mahmoudi Notes: svn path=/head/; revision=476185
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-0135-47/+48
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-4/+4
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476183
* Update math/eigen3 to 3.3.5Tobias C. Berner2018-08-013-5/+6
| | | | Notes: svn path=/head/; revision=476182
* sysutils/burp: Fix build with Clang 6Tobias Kortkamp2018-08-012-7/+16
| | | | | | | | | | | | | server.c:546:25: error: ordered comparison between pointer and zero ('struct strlist **' and 'int') if(!ret && cconf->keep>0) ~~~~~~~~~~~^~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/burp-1.4.40_1.log - Remove bad BROKEN tag (util/bdthreads.cc does not exist in burp) Notes: svn path=/head/; revision=476181
* - Update to 3.13Frederic Culot2018-08-013-6/+7
| | | | | | | Changes: https://metacpan.org/source/JDHEDDEN/Thread-Queue-3.13/Changes Notes: svn path=/head/; revision=476180
* - Update to 0.93.2Dmitry Marakasov2018-08-013-17/+4
| | | | Notes: svn path=/head/; revision=476179
* sysutils/abgx360gui: Fix build with Clang 6Tobias Kortkamp2018-08-011-0/+51
| | | | | | | | | | | src/abgx360gui.cpp:2459:66: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] str = wxT("Your StealthFiles folder is located here:"NEWLINE); ^ beefy12.nyi.freebsd.org/data/head-amd64-default/p475964_s336959/logs/errors/abgx360gui-1.0.2_7.log Notes: svn path=/head/; revision=476178
* sysutils/lineakd: Fix build with Clang 6Tobias Kortkamp2018-08-011-0/+1
| | | | | | | | | | | /usr/include/c++/v1/map:629:15: error: object of type 'std::__1::pair<const std::__1::basic_string<char>, std::__1::vector<keycommand_info, std::__1::allocator<keycommand_info> > >' cannot be assigned because its copy assignment operator is implicitly deleted {__nc = __v.__cc; return *this;} ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475964_s336959/logs/errors/lineakd-0.9_4.log Notes: svn path=/head/; revision=476177