From 0738c173ec392c84c08efd640006def1f6a29137 Mon Sep 17 00:00:00 2001 From: makc Date: Tue, 26 Mar 2013 12:24:12 +0000 Subject: - Fix configure stage - Mark BROKEN: fails to build. It doesn't related to cmake update, I give up :) - while here tweak COMMENT and switch to out-of-source build Reported by: pointyhat (miwi) --- deskutils/msynctool-devel/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/msynctool-devel/Makefile b/deskutils/msynctool-devel/Makefile index 7472399388f3..627acb11640f 100644 --- a/deskutils/msynctool-devel/Makefile +++ b/deskutils/msynctool-devel/Makefile @@ -9,16 +9,23 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org -COMMENT= A command line client for the OpenSync framework +COMMENT= Command line client for the OpenSync framework LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync CONFLICTS= msynctool-0.2* USE_BZIP2= yes -USES= cmake +USES= cmake:outsource USE_PKGCONFIG= build PLIST_FILES= bin/${PORTNAME} +BROKEN= failes to build + +post-patch: +# Help find opensync, which is apparently renamed in ports + ${REINPLACE_CMD} -e "s,opensync-1.0,libopensync,g" \ + ${WRKSRC}/cmake/modules/FindOpenSync.cmake + .include -- cgit