svn commit: r336421 - head/security/libgcrypt

Kubilay Kocak koobs at FreeBSD.org
Sat Dec 14 05:06:18 UTC 2013


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


More information about the svn-ports-head mailing list