Recoll version bump in ports

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Tue May 23 14:59:04 UTC 2017


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}/configure
post-configure:
         @${REINPLACE_CMD} -e \
                 's|python setup.py|${PYTHON_CMD} setup.py|; s|sudo||' \
                 ${WRKSRC}/python/recoll/Makefile
         @${REINPLACE_CMD} -e \
                 's|@QMAKE@|${TRUE}|' \
                 ${WRKSRC}/Makefile.in

but I run into another error:
index/rclmonrcv.o: In function `RclFAM::RclFAM()':
index/rclmonrcv.cpp:(.text+0x1ed1): undefined reference to `FAMOpen2'
index/rclmonrcv.o: In function `RclFAM::~RclFAM()':
index/rclmonrcv.cpp:(.text+0x20ac): undefined reference to `FAMClose'
index/rclmonrcv.o: In function `RclFAM::~RclFAM()':
index/rclmonrcv.cpp:(.text+0x210c): undefined reference to `FAMClose'
index/rclmonrcv.o: In function 
`RclFAM::addWatch(std::__1::basic_string<char, 
std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool)':
index/rclmonrcv.cpp:(.text+0x2307): undefined reference to 
`FAMMonitorDirectory'
index/rclmonrcv.cpp:(.text+0x2447): undefined reference to `FAMMonitorFile'
index/rclmonrcv.o: In function `RclFAM::getEvent(RclMonEvent&, int)':
index/rclmonrcv.cpp:(.text+0x279f): undefined reference to `FAMPending'
index/rclmonrcv.cpp:(.text+0x27b6): undefined reference to `FAMNextEvent'
index/rclmonrcv.cpp:(.text+0x2988): undefined reference to `FAMClose'

fam.h is correct included in index/rclmonrcv.cpp
but I seem don't find fam.h or it is a problem with the external variables
in it.


More information about the freebsd-ports mailing list