Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 09:53:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342106 - head/sysutils/sleuthkit
Message-ID:  <201402010953.s119ra5s097005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402010953.s119ra5s097005>