Summary: | [PATCH] deskutils/recoll: update to 1.18.1, take maintainership | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | nemysis <nemysis> | ||||||
Component: | Individual Port(s) | Assignee: | Wesley Shields <wxs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
nemysis
2012-11-26 02:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it. If the QT4 option is turned on this port fails under 9.x. The bin/recollq binary is not installed on 9.x. If I turn off QT4 the port builds just fine. Can you please investigate this? If you would like build logs I can provide them. -- WXS On Sun, 2 Dec 2012 21:33:40 -0500 Wesley Shields <wxs@FreeBSD.org> wrote: > If the QT4 option is turned on this port fails under 9.x. > > The bin/recollq binary is not installed on 9.x. If I turn off QT4 the > port builds just fine. Can you please investigate this? > > If you would like build logs I can provide them. > > -- WXS I have solved this issue, must patch @${REINPLACE_CMD} -e \ 's|$${MAKE} -C query recollq|@NOQTMAKE@$${MAKE} -C query recollq|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|@NOCMDLINE@|@NOQTMAKE@|g' \ ${WRKSRC}/recollinstall.in portlint -A looks fine. With all Options works good port test: clean Regards, nemysis Sorry this is a mistake should be to be more precise post-patch: @${REINPLACE_CMD} \ -e 's|$${MAKE} -C query recollq|@NOQTMAKE@$${MAKE} -C query recollq|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} \ -e 's|/usr/local/lib|${LOCALBASE}/lib|' ${WRKSRC}/configure @${REINPLACE_CMD} \ -e 's|= -g -O2|=|' ${WRKSRC}/mk/localdefs.in @${REINPLACE_CMD} \ -e 's|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/mk/${OPSYS} @${REINPLACE_CMD} -e 's|@NOCMDLINE@|@NOQTMAKE@|g' \ ${WRKSRC}/recollinstall.in Please use this Regards, nemysis State Changed From-To: open->closed Committed. Thanks! |