svn commit: r366117 - head/security/hs-SHA

Gabor Pali pgj at FreeBSD.org
Mon Aug 25 18:14:08 UTC 2014


Author: pgj
Date: Mon Aug 25 18:14:07 2014
New Revision: 366117
URL: http://svnweb.freebsd.org/changeset/ports/366117
QAT: https://qat.redports.org/buildarchive/r366117/

Log:
  - Fix configure with the EXE option enabled
  
  PR:		192872
  Submitted by:	ahktenzero+freebsd at mohorovi.cc
  Obtained from:	FreeBSD Haskell

Modified:
  head/security/hs-SHA/Makefile

Modified: head/security/hs-SHA/Makefile
==============================================================================
--- head/security/hs-SHA/Makefile	Mon Aug 25 17:58:13 2014	(r366116)
+++ head/security/hs-SHA/Makefile	Mon Aug 25 18:14:07 2014	(r366117)
@@ -12,8 +12,10 @@ LICENSE=	BSD3CLAUSE
 FLAGS_DEFINE=		EXE
 
 EXE_DESC=		Build a SHA2-384 executable similar to 'md5sum'
-EXE_FLAG_ENABLE=	Test
+EXE_FLAG_ENABLE=	exe
 EXE_FLAG_EXECUTABLE=	sha1 sha384
 
+FLAGS_DISABLE=		Test
+
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list