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/>

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

--- Comment #6 from Ren=C3=A9 Th=C3=BCmmler <rt@scientifics.de> ---
I found another problem. After investigating the build packages it turned o=
ut
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=3D         gmake python
USE_PYTHON=3D   autoplist distutils
ALL_TARGET=3D   init man js
MAKEFILE=3D     ${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?

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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