mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.
With hat: portmgr
This commit is contained in:
parent
3601797d41
commit
dbd321b40b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349255
@ -49,7 +49,7 @@ NACL_RUN_DEPENDS= ${LOCALBASE}/lib/libnacl.a:${PORTSDIR}/security/nacl
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
|
||||
USE_GCC= yes
|
||||
BROKEN_i386= `__stack_chk_fail_local' isn't defined
|
||||
BROKEN_i386= '__stack_chk_fail_local' isn't defined
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MNACL}
|
||||
|
@ -137,7 +137,7 @@ PORTDOCS= CHANGES drafts rfc
|
||||
PORT_OPTIONS+= SASL
|
||||
.endif
|
||||
.if defined(USE_OPENLDAP)
|
||||
BROKEN= You have `USE_OPENLDAP' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
BROKEN= You have 'USE_OPENLDAP' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
.endif
|
||||
.else
|
||||
USE_OPENLDAP= yes
|
||||
|
@ -20,7 +20,7 @@ PLIST_FILES= sbin/pkg_cleanup \
|
||||
IGNORE= requires r223289 or higher to compile
|
||||
.endif
|
||||
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
|
||||
BROKEN= Does not build on powerpc-9: undefined reference to `sqrt'
|
||||
BROKEN= Does not build on powerpc-9: undefined reference to 'sqrt'
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
|
Loading…
Reference in New Issue
Block a user