aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2013-12-14 13:06:17 +0800
committerkoobs <koobs@FreeBSD.org>2013-12-14 13:06:17 +0800
commitca867eac03edda2a9518580a9ce19e1dba11550b (patch)
treea740c1a7ef1dfd70153866395fa483906f67002f /security
parentac9a7ceea2d90e71715584be83825d656b860b91 (diff)
downloadfreebsd-ports-gnome-ca867eac03edda2a9518580a9ce19e1dba11550b.tar.gz
freebsd-ports-gnome-ca867eac03edda2a9518580a9ce19e1dba11550b.tar.zst
freebsd-ports-gnome-ca867eac03edda2a9518580a9ce19e1dba11550b.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)
Diffstat (limited to 'security')
-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