svn commit: r390015 - head/sysutils/testdisk

Jung-uk Kim jkim at FreeBSD.org
Thu Jun 18 06:27:24 UTC 2015


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 \


More information about the svn-ports-all mailing list