Index: head/devel/kdesvn/Makefile =================================================================== --- head/devel/kdesvn/Makefile (revision 238694) +++ head/devel/kdesvn/Makefile (revision 238695) @@ -1,54 +1,56 @@ # New ports collection makefile for: kdesvn # Date created: 08 April 2006 # Whom: Yuan Jue # # $FreeBSD$ PORTNAME= kdesvn PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= http://kdesvn.alwins-world.de/downloads/ MAINTAINER= yuanjue@FreeBSD.org COMMENT= KDE frontend for Subversion LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion \ neon:${PORTSDIR}/www/neon28 USE_CMAKE= yes USE_BZIP2= yes USE_KDELIBS_VER=3 USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_SQLITE= 3 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " EXTRA_PATCHES= ${FILESDIR}/nls-patch-CMakeLists.txt .endif +BROKEN= fails to build + DOCSDIR= ${PREFIX}/share/doc MAN1= kdesvn.1 kdesvnaskpass.1 post-extract: ${MKDIR} ${WRKSRC} .if defined(NOPORTDOCS) ${RM} -f ${PATCH_WRKSRC}/doc/CMakeLists.txt ${ECHO} "ADD_SUBDIRECTORY(man)" > ${PATCH_WRKSRC}/doc/CMakeLists.txt .endif .include .if ${ARCH} == amd64 BROKEN= Leaves files behind when deinstalled on amd64 .endif .if ${ARCH} == sparc64 BROKEN= Fails to install on sparc64 .endif .include Property changes on: head/devel/kdesvn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property