From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 09:53:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67E67831; Sat, 1 Feb 2014 09:53:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53DF81FE2; Sat, 1 Feb 2014 09:53:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s119raG5097006; Sat, 1 Feb 2014 09:53:36 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s119ra5s097005; Sat, 1 Feb 2014 09:53:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402010953.s119ra5s097005@svn.freebsd.org> From: Antoine Brodin Date: Sat, 1 Feb 2014 09:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342106 - head/sysutils/sleuthkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 09:53:36 -0000 Author: antoine Date: Sat Feb 1 09:53:35 2014 New Revision: 342106 URL: http://svnweb.freebsd.org/changeset/ports/342106 QAT: https://qat.redports.org/buildarchive/r342106/ Log: - Skip version 4.1.3 as it breaks python bindings - While here, remove DOCS conditionals Modified: head/sysutils/sleuthkit/Makefile Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Sat Feb 1 09:42:03 2014 (r342105) +++ head/sysutils/sleuthkit/Makefile Sat Feb 1 09:53:35 2014 (r342106) @@ -23,6 +23,8 @@ RUN_DEPENDS= p5-DateTime-TimeZone>=0:${P exif:${PORTSDIR}/graphics/exif CONFLICTS= ja-ls-[0-9]* icat-[0-9]* +# Version 4.1.3 breaks python bindings +PORTSCOUT= skipv:4.1.3 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_PERL="${PERL}" @@ -40,12 +42,8 @@ LIBEWF_LIB_DEPENDS= libewf.so:${PORTSDIR LIBEWF_CONFIGURE_ON= --with-libewf=${LOCALBASE} LIBEWF_CONFIGURE_OFF= --without-libewf -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include