Created attachment 181637 [details] Patch https://blog.s9y.org/archives/274-Serendipity-2.1.1-released.html https://blog.s9y.org/archives/273-Serendipity-2.1.0-released.html Make test is fine. Poudriere build fine for: 10.3 amd + i386 11.0 amd + i386 12-current amd + i386 (r314826) portlint is also fine. Cheers jochen
Aloha Jochen, that patch itself looks fine. But after looking at the Makefile i would question if we really still needing the RUN_DEPENDS. Would you like to try find out? If not its fine, just want to give you the opportunity. Greetings, Torsten
(In reply to Torsten Zuehlsdorff from comment #1) Hi Torsten, i will ckeck it and give you a feedback about the RUN_DEPENDS. jochen
Created attachment 181718 [details] Patch Hi Torsten, i remove the line, and it works fine. tested with "make test" and in poudriere, too. Cheers Jochen
A commit references this bug: Author: tz Date: Wed May 3 15:04:37 UTC 2017 New revision: 440018 URL: https://svnweb.freebsd.org/changeset/ports/440018 Log: www/serendipity: Update from 2.0.5 to 2.1.1 Changelog: https://blog.s9y.org/archives/273-Serendipity-2.1.0-released.html Changelog: https://blog.s9y.org/archives/274-Serendipity-2.1.1-released.html Also remove no longer needed dependency. PR: 218526 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Changes: head/www/serendipity/Makefile head/www/serendipity/distinfo head/www/serendipity/pkg-plist
(In reply to Jochen Neumeister from comment #3) > i remove the line, and it works fine. For the record (and the future): this is not enough for PHP ports. PHP ports will always build fine, when dropping a PHP dependence. Since its an interpreter and executed after the installation of the port, there is no possibility to find the error. Also make test just does nothing in the case and isn't a satisfying test for it. I analyzed the code for usage of this Pear class, but could not find any explicit or implicit entry. There is a vague change, it got broke by this removal, but i doubt it. The project seems to ship all needed libraries at its own.