Created attachment 162052 [details] Patch - Remove NO_PACKAGE, I don't see why's it needed - Add NOARCH - Fix leftover .bak files from patching - Fix build from non-root (change WRKDIR permissions after patching, otherwise patching will fail) - Fix install fro non-root (move owner handling to plist) Note that all files owner by www is incorrect and a security problem: only specific writable directories should be owned by www. This PR doesn't fix it.
(In reply to Dmitry Marakasov from comment #0) >- Remove NO_PACKAGE, I don't see why's it needed Part of the port history, the original maintainer found no way to maintain data integrity between upgrades.
How would NO_PACKAGE help with that? There should be pkg-message or something.
Commit is on the way, just few things to fix before
A commit references this bug: Author: rodrigo Date: Tue Oct 27 08:19:08 UTC 2015 New revision: 400220 URL: https://svnweb.freebsd.org/changeset/ports/400220 Log: Fix installation for non-root users Remove useless checkusm file PR: 203779 Submitted by: amdmi3 Changes: head/www/yabb/Makefile head/www/yabb/files/checksum.sha256 head/www/yabb/pkg-plist
Committed with minor changes, thanks and sorry for the delay