aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-12-14 05:06:17 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-12-14 05:06:17 +0000
commit2949ca87afacaa4ce2a423358800d833e622807c (patch)
treea740c1a7ef1dfd70153866395fa483906f67002f /security/libgcrypt
parent55c37aca95bb370899b0e6a10fac1320be198a72 (diff)
downloadports-2949ca87afacaa4ce2a423358800d833e622807c.tar.gz
ports-2949ca87afacaa4ce2a423358800d833e622807c.zip
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)
Notes
Notes: svn path=/head/; revision=336421
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index fc78f4b91010..3bbcfe90fbd2 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -28,14 +28,10 @@ DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README \
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