[Bug 234586] www/foswiki: Fix errors with PERL dependencies, file permissions and environment path
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 3 04:44:49 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234586
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
Severity|Affects Only Me |Affects Many People
Flags| |merge-quarterly?
Keywords| |needs-qa
--- Comment #7 from Kubilay Kocak <koobs at FreeBSD.org> ---
Thank you for the report and patches Sam
If you could combine all the patches to the port (www/foswiki/*) into a single
unified diff that would be great.
For any patches to the foswiki source code (such as
tools/fix_file_permissions.sh), these need to take the form of an addition of a
patch-* file to the files/ port directory.
You can do this using the 'makepatch' target which will automatically create
them in the right place/format. For instructions see:
https://www.freebsd.org/doc/en/books/porters-handbook/book.html#slow-patch
Basically:
1) make patch
2) cd to the WRKSRC dir where the sources are extracted
3) cp <file> <file>.orig
4) make changes to <file>
5) go back to the port dir and `make makepatch`
This will produce a files/patch-* file for each <file> <file>.orig combination
in the WRKSRC dir
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list