svn commit: r480428 - head/sysutils/sleuthkit

Antoine Brodin antoine at FreeBSD.org
Sat Sep 22 18:50:04 UTC 2018


Author: antoine
Date: Sat Sep 22 18:50:02 2018
New Revision: 480428
URL: https://svnweb.freebsd.org/changeset/ports/480428

Log:
  Require a modern compiler, this should fix build on powerpc64
  
  PR:		231594

Modified:
  head/sysutils/sleuthkit/Makefile

Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile	Sat Sep 22 18:43:30 2018	(r480427)
+++ head/sysutils/sleuthkit/Makefile	Sat Sep 22 18:50:02 2018	(r480428)
@@ -18,8 +18,6 @@ LICENSE_FILE_IBM=${WRKSRC}/licenses/IBM-LICENSE
 LICENSE_PERMS_CPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_PERMS_IBM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option -Wpedantic
-
 RUN_DEPENDS=	p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \
 		exif:graphics/exif
 
@@ -28,7 +26,7 @@ CONFLICTS=	ja-ls-[0-9]* icat-[0-9]*
 CPPFLAGS+=	-D_WITH_GETLINE
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_libpq_fe_h=no
-USES=		libtool perl5 sqlite
+USES=		compiler:c++11-lang libtool perl5 sqlite
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 DATADIR=	${PREFIX}/share/tsk


More information about the svn-ports-all mailing list