Summary: | [PATCH] security/mailzu: Fix support for php 7.x | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Krzysztof <ports> | ||||||||
Component: | Individual Port(s) | Assignee: | Jochen Neumeister <joneum> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | joneum | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://reviews.freebsd.org/D17946 | ||||||||||
Attachments: |
|
Description
Krzysztof
2018-08-17 20:01:15 UTC
According to email correspondetaion with Torsten Zuehlsdorff I'm adding joneum@FreeBSD.org to cc. Please give me some time. I'll take care of it! :-) sorry for the late answer. This diff build now fine with PHP71: http://joneum.joneumbox.org/mailzu.diff When its okay for you, i will commit it :-) Created attachment 198405 [details]
Add support for polish language
I've forgotten to add support for polish language in config/langs.php file. So this is very minor change to previous patch. So I think it is not needed to test it with poudriere again.
(In reply to Krzysztof from comment #4) can you please check 2 patches? When i will commit, i've become this errors: svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: Path "head/security/mailzu/files/pl.help.php" is missing the svn:keywords property (or an fbsd:nokeywords override) == Additional errors may compound and may not be accurate == Path "head/security/mailzu/files/pl.lang.php" is missing the svn:keywords property (or an fbsd:nokeywords override) == Pre-commit problem count: 2 Here is the patch that i use: http://joneum.joneumbox.org/mailzu.diff So I'm explaining. These files are new ones (they don't exist in source code). They are polish translation of mailzu - I've made them from en.help.php and en.lang.php). Inside these files there is no SVN keywords (I suppose $Id$ mainly). Shoud I add these keywords? (In reply to Krzysztof from comment #6) that would be great, yes Created attachment 198943 [details]
corrected pl. files to make svn happy
There is new version of patch with $Id inside pl.*.php files. Also I've translated from ISO-8859-2 to UTF-8.
Because these changes are very minor I did not run poudriere.
~/dev/ports/security/mailzu/files % svn add pl.help.php svn: E200009: File '/usr/home/joneum/dev/ports/security/mailzu/files/pl.help.php' has inconsistent newlines svn: E135000: Inconsistent line ending style svn: E200042: Additional errors: i will take later a look at this error. A commit references this bug: Author: joneum Date: Sat Nov 24 10:12:24 UTC 2018 New revision: 485752 URL: https://svnweb.freebsd.org/changeset/ports/485752 Log: security/mailzu: Fix support for php 7.x - Pass Maintainership to Submitter PR: 230712 Submitted by: Krzysztof <ports@bsdserwis.com> Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D17946 Changes: head/security/mailzu/Makefile head/security/mailzu/files/patch-config_init.php head/security/mailzu/files/patch-config_langs.php head/security/mailzu/files/patch-lib-DBEngine.class.php head/security/mailzu/files/patch-lib_Auth.class.php head/security/mailzu/files/patch-lib_CmnFns.class.php head/security/mailzu/files/patch-lib_Quarantine.lib.php head/security/mailzu/files/patch-lib_Template.class.php head/security/mailzu/files/patch-messagesAdmin.php head/security/mailzu/files/patch-read__mail.php head/security/mailzu/files/patch-templates_quarantine.template.php head/security/mailzu/files/pl.help.php head/security/mailzu/files/pl.lang.php head/security/mailzu/pkg-plist Landed. I think, in the next step, you can set phpflavors :-) |