[Bug 240375] [NEW PORT] www/py-isso: Commenting server similar to Disqus

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 8 19:33:50 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240375

--- Comment #6 from René Thümmler <rt at scientifics.de> ---
I found another problem. After investigating the build packages it turned out
some files (js files) are missing. isso has a Makefile (needed to tweak a
little bit) with some targets (init, js and man). So i tried

USES=         gmake python
USE_PYTHON=   autoplist distutils
ALL_TARGET=   init man js
MAKEFILE=     ${FILESDIR}/Makefile.in

But then it looks like gmake doesnt run at all. So what is needed then is

do-build:
        @cd ${WRKSRC} && ${MAKE_CMD} -f ${MAKEFILE} init man js

to get a first package (needs more testing). That leads to the conclusion
ALL_TARGET is useless here.

Is this wanted/known behaviour?

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


More information about the freebsd-ports-bugs mailing list