summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-07doc: Updated devel/ruby-fast_gettext to 2.0.3taca1-1/+2
2020-06-07devel/ruby-fast_gettext: update to 2.0.3taca2-7/+7
Update ruby-fast_gettext to 2.0.3. No release announce nore changelog. 2.0.3 (2020-05-26) A few bug fixes and improbements.
2020-06-07doc: Updated devel/ruby-facade to 1.1.1taca1-1/+2
2020-06-07devel/ruby-facade: update to 1.1.1taca3-8/+9
Update ruby-facade to 1.1.1. 1.1.1 (2020-06-02) * Add license file.
2020-06-07doc: Updated devel/ruby-cucumber-expressions to 10.2.0taca1-1/+2
2020-06-07devel/ruby-cucumber-expressions: update to 10.2.0taca3-8/+9
Update ruby-cucumber-expressions to 10.2.0. No release note nor changelog. * Read version from a file. * Improve development environment.
2020-06-07security/openssh: remove unknown configure optionrillig1-4/+1
2020-06-07pkgtools/compat_headers: properly skip the permissions checkrillig1-2/+2
CHECK_PERMS is a user-settable variable. Setting CHECK_PERMS_SKIP has the same effect.
2020-06-07doc: Updated databases/ruby-sequel to 5.33.0taca1-1/+2
2020-06-07databases/ruby-sequel: update to 5.33.0taca3-8/+9
Update ruby-sequel to 5.33.0. === 5.33.0 (2020-06-01) * Support custom join types on a per-association basis when using eager_graph/association_join (jeremyevans) * Support primary_key with type: :smallserial on PostgreSQL (j-a-m-l) (#1698) * Add Database#current_timestamp_utc accessor on SQLite to keep CURRENT_* in UTC instead of converting to localtime (jeremyevans)
2020-06-07mk/configure/replace-interpreter.mk: clean up show-all-interp variablesrillig1-4/+3
2020-06-07mk/check/check-portability.mk: use predefined toolsrillig1-3/+5
Just in case any of these tools defines some command line arguments. The correct path had already been used before since both env and sh are added to USE_TOOLS in bsd.pkg.mk.
2020-06-07mk/bsd.prefs.mk: add PKG_DBDIR to show-all-dirsrillig1-1/+2
2020-06-07regress/infra-unittests: add test case for no-op detectionrillig2-4/+91
2020-06-07mk/.../metadata.mk: properly clean up loops after removing ""rillig1-3/+1
There is no evidence that any shell needs the empty string literal in 'for i in "" $var' to loop over a simple variable. This would only be necessary if the shell code were generated by a preprocessor such as bmake or autoconf, and the list of items might end up empty. In such a case, the empty string literal prevents to generate 'for i in ; do', which would produce a syntax error.
2020-06-07update mlt to 6.20.0markd1-1/+2
2020-06-07mlt: update to 6.20.0markd6-9/+60
This version adds support for low resolution Preview Scaling and adds a module based on the Rubber Band Library for audio pitch-shifting. patches to build with qt5.15
2020-06-07vlc: build with qt5.15markd5-3/+48
2020-06-07grantlee-qt5 updatemarkd1-1/+2
2020-06-07grantlee-qt5: update to 5.2.0markd5-62/+14
* Increase CMake requirement to version 3.5 * Port scriptable extensions to QJSEngine provided by QtQml * Support reading properties from Q_GADGETS * Remove TestCocoon integration * Clean up documentation to clarify introspection requirements * Fix mixing of {% include %} and {% extends %} tags * Fix various bugs discovered by fuzzing * Remove use of TR1 library features from unit tests * Remove obsolete build options * Document that loading templates from Qt Resources is possible
2020-06-06lang/pcc: remove dependency on gmakerillig1-3/+17
Building the package with bmake succeeded 10 times in a row. Without the SUBST block, each build failed about 50% of the time.
2020-06-06doc: Updated security/tor-browser-https-everywhere to 2020.5.20wiz2-3/+3
2020-06-06tor-browser-https-everywhere: update to 2020.5.20.wiz2-7/+7
2020.5.20 not documented 2020.5.19 * Reverting Onboarding page for the time being * Patch for whitelisting rules and EASE mode issue * Double rule load patch in update channels * Fix minor JS and UX issues
2020-06-06doc: Updated security/tor-browser-noscript to 11.0.30wiz1-1/+2
2020-06-06tor-browser-noscript: update to 11.0.30.wiz2-7/+7
v 11.0.30 ============================================================ x Discoverable option to force site-leaking UI in PBM/Incognito x [L10n] Updated he x Easier keyboard navigation of preset configuration x Yellow-less UI palette
2020-06-06doc: Updated pkgtools/pkglint to 20.1.14rillig1-1/+2
2020-06-06pkgtools/pkglint: update to 20.1.14rillig19-177/+319
Changes since 20.1.13: Packages that don't define DISTNAME probably don't download any files and thus may not need a distinfo file. (There are several other conditions involved in this, though.) When reporting wrong distinfo hashes, always report them in the order in which they appear in the distinfo file, not by hashmap order. Fix panic when parsing the Makefile line "./=value", which according to bmake is a variable assignment. This is not used in practice though. Disallow a leading hyphen in package option names. There are only very few packages that wrongly use these option selectors in PKG_SUGGESTED_OPTIONS. Distinguish between a tool dependency (USE_TOOLS) and a plain tool name (TOOLS_NOOP, TOOLS_BROKEN, TOOLS_FAIL). Allow packages to add arbitrary tools to these lists.
2020-06-06mk/bsd.options.mk: remove redundant assignment to PKG_OPTIONSrillig1-5/+3
This assignment has popped up various times in the pkglint output, even though it is defined in the infrastructure and not in a specific package. Since there is no need to have this duplicate assignment, it is removed.
2020-06-06mk/bsd.options.mk: document variables in the canonical orderrillig1-5/+5
2020-06-06Updated devel/p5-Devel-PatchPerl to 2.00wen1-1/+2
2020-06-06Update to 2.00wen2-7/+7
Upstream changes: version 2.00 at 2020-06-04 10:20:07 +0000 ----------------------------------------- Change: 0ab4bf0d8b02af79e1afed7fac9e91b75f1c1fda Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2020-06-04 11:20:07 +0000 Resolve patching issues with v5.22.x and v5.24.x https://github.com/bingos/devel-patchperl/issues/44 Configure changes had been backported to the v5.22 and v5.24 maint releases, so what worked for .0 releases didn't work for later maint releases. I have adjusted and tested the patch application criteria for all v5.22.x and v5.24.x releases. ----------------------------------------- version 1.98 at 2020-05-25 18:17:30 +0000 ----------------------------------------- Change: 25ccc65e1b2bd688983ced340c23561888456921 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2020-05-25 19:17:30 +0000 Added command line switches to patchperl --version prints version of Devel::PatchPerl and exits --patchlevel will update patchlevel.h even in a git repository One may also set the PERL5_PATCHPERL_PATCHLEVEL env var to have the same effect as --patchlevel ----------------------------------------- version 1.96 at 2020-05-25 11:21:50 +0000 ----------------------------------------- Change: 15cdb6b32538d3cefc779735413f0fe8522aa27b Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2020-05-25 12:21:50 +0000 Resolve reported issue with 1.94 release https://github.com/bingos/devel-patchperl/issues/42 Will successfully patch all the way back to v5.6.0 ----------------------------------------- version 1.94 at 2020-05-24 12:52:39 +0000 ----------------------------------------- Change: 14c825fc079cb8f0d626b6b9769d048db9771bc0 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2020-05-24 13:52:39 +0000 Added Configure patch for GCC10 https://github.com/perl/perl5/commit/9f4e6307232229875331a55e44e1245b 0b91e219 Fedora 32 now ships with GCC 10 as the system compiler
2020-06-06regress/infra-unittests: add test for larger_symbol_version.awkrillig1-0/+92
2020-06-06mk/subst.mk: fix wrong SUBST failure in mail/policyd-weightrillig2-30/+26
The general rule is that a SUBST_SED that contains _any_ identity substitution may leave files unmodified, no matter if there are other substitutions as well.
2020-06-06regress/infra-unittests: demonstrate wrong SUBST no-op failurerillig1-1/+46
Discovered by Juraj in mail/policyd-weight. https://mail-index.netbsd.org/pkgsrc-changes/2020/06/06/msg215480.html
2020-06-06doc/guide: add more details for set -eu in bulk build variantrillig1-1/+6
2020-06-06mail/amavisd-new: Fix build after removal of replace-interpreterotis1-2/+3
- Add NO_BUILD=yes - Move SUBST_STAGE to pre-configure target
2020-06-06mk/.../metadata.mk: fix reference to undefined shell variablerillig1-4/+5
When RUN includes the -u shell option (see the pkgsrc guide, section bulk.var.shvar), there is a stray "requires: parameter not set" error. This error doesn't make the build fail immediately since it is on the left-hand side of a pipe, where the exit status is ignored. It would fail if the shell for bmake were set to bash and its option "pipefail" were enabled.
2020-06-06net/djbdns-run: fix placeholders in READMErillig1-2/+11
2020-06-06nss: add missing PLIST entry on Linux.maya1-0/+2
From Michael Forney via pkgsrc-users
2020-06-06sysutils/xentools48: remove no-op file from SUBST blockrillig1-3/+2
2020-06-06geography/merkaartor: remove no-op SUBST blockrillig1-7/+1
2020-06-06(misc/libcarddav) Sorry, remove garbage linemef1-2/+1
2020-06-06doc: Updated www/otter-browser to 1.0.01nb7gutteridge1-1/+2
2020-06-06otter-browser: fix build with Qt5 >= 5.15.gutteridge4-3/+33
2020-06-06(misc/libcarddav) Add BUILD_DEPENDS+= tex-epstopdf-pkg-[0-9]*, otherwise ↵mef2-2/+4
waiting forever (?)
2020-06-06doc: Updated www/php-nextcloud to 19.0.0ryoon1-1/+2
2020-06-06php-nextcloud: Update to 19.0.0ryoon3-130/+898
Changelog: Changes Nextcloud Hub v19, code name home office, represents a big step forward for remote collaboration in teams. This release brings document collaboration to video chats, introduces password-less login and improves performance. As this is a major release, the changelog is too long to put here. Users can look at github milestones to find what has been merged. A quick overview of what is new: password-less authentication and many other security measures Talk 9 with built-in office document editing courtesy of Collabora, a grid view & more MUCH improved performance, Deck integration in Calendar, guest account groups and more!
2020-06-05doc: Added textproc/align version 1.1sjmulder1-1/+2
2020-06-05textproc: Add align to Makefilesjmulder1-1/+2
2020-06-05textproc/align: Import from wip. Aligns textsjmulder4-0/+25