On 2013-01-06 15:53:28 Alex V. Petrov wrote: > 2013/1/6 Alberto Villa <avi...@freebsd.org> > > > SVN commit 8877 by avilla: > > > > - Update to 1.9.0. > > - Remove LICENSE_FILE. > > - Remove soversion from LIB_DEPENDS. > > - Cleanup OPTIONS. > > > > Submitted by: Schaich Alonso <alonsoscha...@fastmail.fm> via mailing > > list > > > > M +5 -6 Makefile > > M +2 -2 distinfo > > M +1 -1 pkg-plist > > > > _______________________________________________ > > kde-freebsd mailing list > > kde-freebsd@kde.org > > https://mail.kde.org/mailman/listinfo/kde-freebsd > > See also http://freebsd.kde.org/ for latest information > > ===> Configuring for akonadi-1.9.0 > /bin/mkdir -p /usr/ports/databases/akonadi/work/akonadi-1.9.0/build > CMake Error: Error in cmake code at > /usr/ports/databases/akonadi/work/akonadi-1.9.0/CMakeLists.txt:201: > Parse error. Expected "(", got quoted argument with text " > http://freedesktop.org/wiki/Software/shared-mime-info". > -- Configuring incomplete, errors occurred! > *** [do-configure] Error code 1 > > Stop in /usr/ports/databases/akonadi. > *** [build] Error code 1 > > Stop in /usr/ports/databases/akonadi. >
This is due to the REINPLACE_CMD that is currently in line 81 of the ports Makefile removes too much. It shouldn't remove ``SharedMimeInfo''. Alonso _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information