Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 18:50:03 +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: r480428 - head/sysutils/sleuthkit
Message-ID:  <201809221850.w8MIo3bt075442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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