Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jan 2019 04:44:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234586] www/foswiki: Fix errors with PERL dependencies, file permissions and environment path
Message-ID:  <bug-234586-7788-gvawkQiQ6o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234586-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234586-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234586

Kubilay Kocak <koobs@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@FreeBSD.org> ---
Thank you for the report and patches Sam

If you could combine all the patches to the port (www/foswiki/*) into a sin=
gle
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 combinat=
ion
in the WRKSRC dir

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234586-7788-gvawkQiQ6o>