Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 05:06:17 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336421 - head/security/libgcrypt
Message-ID:  <201312140506.rBE56Haf007674@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Dec 14 05:06:17 2013
New Revision: 336421
URL: http://svnweb.freebsd.org/changeset/ports/336421

Log:
  security/libgcrypt: Remove BROKEN on powerpc
  
  - Remove BROKEN on powerpc [1]
  - Enable STAGE support
  
  PR:		ports/183066
  Submitted by:	jhibbits
  Approved by:	maintainer timeout (1 month)

Modified:
  head/security/libgcrypt/Makefile

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Sat Dec 14 04:47:22 2013	(r336420)
+++ head/security/libgcrypt/Makefile	Sat Dec 14 05:06:17 2013	(r336421)
@@ -28,14 +28,10 @@ DOCS=		AUTHORS ChangeLog ChangeLog-2011 
 INFO=		gcrypt
 PORTDOCS=	*
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "powerpc"
 CONFIGURE_ARGS+=	--disable-asm
-.if (${OSVERSION} >= 1000000)
-BROKEN=	will not compile. See pr ports/166388
-.endif
 
 .elif ${ARCH} == "armv6"
 USE_GCC=4.2+
@@ -58,8 +54,8 @@ pre-configure:
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 regression-test: build



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