Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 06:27:23 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390015 - head/sysutils/testdisk
Message-ID:  <201506180627.t5I6RNpo007837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Jun 18 06:27:23 2015
New Revision: 390015
URL: https://svnweb.freebsd.org/changeset/ports/390015

Log:
  Explicitly disable QT for now.  When devel/qt4-rcc is installed, configure
  script automatically enables QT support but it does not build properly.
  
  Approved by:	portmgr ("just fix it" blanket)

Modified:
  head/sysutils/testdisk/Makefile

Modified: head/sysutils/testdisk/Makefile
==============================================================================
--- head/sysutils/testdisk/Makefile	Thu Jun 18 05:58:22 2015	(r390014)
+++ head/sysutils/testdisk/Makefile	Thu Jun 18 06:27:23 2015	(r390015)
@@ -15,7 +15,7 @@ USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${PREFIX}/include
 LDFLAGS+=	-L${PREFIX}/lib
-CONFIGURE_ARGS=	--without-ewf
+CONFIGURE_ARGS=	--disable-qt --without-ewf
 
 PLIST_FILES=	bin/fidentify bin/photorec bin/testdisk \
 		man/man8/fidentify.8.gz man/man8/photorec.8.gz \



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