1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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)
This commit is contained in:
Kubilay Kocak 2013-12-14 05:06:17 +00:00
parent 55c37aca95
commit 2949ca87af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336421

View File

@ -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