svn commit: r315286 - head/deskutils/msynctool-devel

Max Brazhnikov makc at FreeBSD.org
Tue Mar 26 12:24:13 UTC 2013


Author: makc
Date: Tue Mar 26 12:24:12 2013
New Revision: 315286
URL: http://svnweb.freebsd.org/changeset/ports/315286

Log:
  - 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)

Modified:
  head/deskutils/msynctool-devel/Makefile

Modified: head/deskutils/msynctool-devel/Makefile
==============================================================================
--- head/deskutils/msynctool-devel/Makefile	Tue Mar 26 12:01:55 2013	(r315285)
+++ head/deskutils/msynctool-devel/Makefile	Tue Mar 26 12:24:12 2013	(r315286)
@@ -9,16 +9,23 @@ MASTER_SITES=	http://www.opensync.org/do
 PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	ports at 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 <bsd.port.mk>


More information about the svn-ports-head mailing list