Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 15:51:27 +0000 (UTC)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301475 - head/security/libgcrypt
Message-ID:  <201207241551.q6OFpRiM046957@svn.freebsd.org>

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



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