Re: Recoll version bump in ports

2017-05-25 Thread Walter Schwarzenfeld
I had short time open a update PR (Bug 219481). Compiles fine with the port, but not with poudriere; libtool: install: warning: `librecoll.la' has not been installed in `/usr/local/lib/recoll' libtool: install: install -m 555 -s .libs/recollindex /wrkdirs/usr/ports/deskutils/recoll/work/sta g

Re: Recoll version bump in ports

2017-05-23 Thread Jim Ohlstein
Hello, On 05/23/2017 11:15 AM, Matthew Seaman wrote: On 2017/05/23 15:58, Jim Ohlstein wrote: On 05/23/2017 10:54 AM, Matthew Seaman wrote: On 2017/05/23 15:38, Michael L. Wilson wrote: Now, I do happen to know what filters/rclpdf is and what it does. But in this case I am not sure what mak

Re: Recoll version bump in ports

2017-05-23 Thread Matthew Seaman
On 2017/05/23 15:58, Jim Ohlstein wrote: > > > On 05/23/2017 10:54 AM, Matthew Seaman wrote: >> On 2017/05/23 15:38, Michael L. Wilson wrote: >>> Now, I do happen to know what filters/rclpdf is and what it does. But in >>> this case I am not sure what make is asking for or how to proceed to >>> s

Re: Recoll version bump in ports

2017-05-23 Thread Walter Schwarzenfeld
Forgot: But it compiles fine (with change in pkg-plist and USES) if I set X11MON to off. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@free

Re: Recoll version bump in ports

2017-05-23 Thread Walter Schwarzenfeld
I had made a look in it: I have changed in the Makefile to post-patch: # @${REINPLACE_CMD} -e \ # 's|@QMAKE@|${TRUE}|' \ # ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|/usr/local/lib|${LOCALBASE}/lib|' \ ${WRKSRC}/configu

Re: Recoll version bump in ports

2017-05-23 Thread Jim Ohlstein
On 05/23/2017 10:54 AM, Matthew Seaman wrote: On 2017/05/23 15:38, Michael L. Wilson wrote: Now, I do happen to know what filters/rclpdf is and what it does. But in this case I am not sure what make is asking for or how to proceed to step. I could potentially accomplish this with some walk thr

Re: Recoll version bump in ports

2017-05-23 Thread Jim Ohlstein
Hello, On 05/23/2017 10:38 AM, Michael L. Wilson wrote: Alright, I got as far as: make -DBATCH install clean ===> License GPLv2+ accepted by the user ===> recoll-1.23.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by recoll-1.23.2_1 for building ===>

Re: Recoll version bump in ports

2017-05-23 Thread Matthew Seaman
On 2017/05/23 15:38, Michael L. Wilson wrote: > Now, I do happen to know what filters/rclpdf is and what it does. But in > this case I am not sure what make is asking for or how to proceed to > step. I could potentially accomplish this with some walk through. filters/rclpdf is a run- or build- dep

Re: Recoll version bump in ports

2017-05-23 Thread Michael L. Wilson
Alright, I got as far as: make -DBATCH install clean ===> License GPLv2+ accepted by the user ===> recoll-1.23.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by recoll-1.23.2_1 for building ===> Extracting for recoll-1.23.2_1 => SHA256 Checksum OK for r

Re: Recoll version bump in ports

2017-05-23 Thread Michael L. Wilson
Hmm. Alright, I'll give this a go and report back. Mike On 05/23/2017 04:30 PM, Jim Ohlstein wrote: Hello, On 05/23/2017 09:12 AM, Michael L. Wilson wrote: Hi! Thanks for the reply. I could if I had the necessary skillset :) It doesn't look too complicated: 1. Update the Makefile with t

Re: Recoll version bump in ports

2017-05-23 Thread Jim Ohlstein
Hello, On 05/23/2017 09:12 AM, Michael L. Wilson wrote: Hi! Thanks for the reply. I could if I had the necessary skillset :) It doesn't look too complicated: 1. Update the Makefile with the latest version info. 2. Run 'make makesum' to update the distino file. 3. Looks like there's one mi

Re: Recoll version bump in ports

2017-05-23 Thread Michael L. Wilson
Hi! Thanks for the reply. I could if I had the necessary skillset :) On 05/23/2017 03:19 PM, Kurt Jaeger wrote: Hi! Might there be a possibility of having the current deskutils/recoll version in ports recoll-1.21.6, bumped to the current release 1.23.2? The new release fixes a number of seri

Re: Recoll version bump in ports

2017-05-23 Thread Kurt Jaeger
Hi! > Might there be a possibility of having the current deskutils/recoll > version in ports recoll-1.21.6, bumped to the current release 1.23.2? > The new release fixes a number of serious bugs and has additional > features. Do you think you can provide a patch ? Via bugs.freebsd.org ? -- p...

Recoll version bump in ports

2017-05-23 Thread Michael L. Wilson
Greetings! Might there be a possibility of having the current deskutils/recoll version in ports recoll-1.21.6, bumped to the current release 1.23.2? The new release fixes a number of serious bugs and has additional features. -- Michael ___ freebsd-p