Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Sep 2019 19:33:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 240375] [NEW PORT] www/py-isso: Commenting server similar to Disqus
Message-ID:  <bug-240375-21822-bcpPmuqflH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240375-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240375-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #6 from René Thümmler <rt@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 on the CC list for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240375-21822-bcpPmuqflH>