svn commit: r301475 - head/security/libgcrypt

Michael Scheidell scheidell at FreeBSD.org
Tue Jul 24 15:51:27 UTC 2012


Author: scheidell
Date: Tue Jul 24 15:51:26 2012
New Revision: 301475
URL: http://svn.freebsd.org/changeset/ports/301475

Log:
  - Mark Broken for ppc
  - Remove check for obsolete, unsupported OS version
  - pet portlint (space/vs tab, like 41, 44 of Makefile)
  
  PR:		ports/166388
  Submitted by:	scheidell@ (me)
  Reported by: 	glevand <geoffrey.levand at mail.ru>
  Approved by:	maintainer (timeout, 21 days)

Modified:
  head/security/libgcrypt/Makefile   (contents, props changed)

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Tue Jul 24 15:50:12 2012	(r301474)
+++ head/security/libgcrypt/Makefile	Tue Jul 24 15:51:26 2012	(r301475)
@@ -35,16 +35,14 @@ INFO=	gcrypt
 
 .if ${ARCH} == "powerpc"
 CONFIGURE_ARGS+=	--disable-asm
+BROKEN=	will not compile. See pr ports/166388
 .elif ${ARCH} == "i386"
 .if (${OSVERSION} < 900033)
-CONFIGURE_ARGS+=  --disable-aesni-support
+CONFIGURE_ARGS+=	--disable-aesni-support
 #workaround for FreeBSD 10.0
 .elif (${OSVERSION} >= 1000000)
-CONFIGURE_ARGS+=  --disable-asm
-.endif
+CONFIGURE_ARGS+=	--disable-asm
 .endif
-.if (${OSVERSION} < 700000)
-CONFIGURE_ARGS+=	--disable-padlock-support
 .endif
 
 post-patch:



More information about the svn-ports-all mailing list