security/gnutls: revert r431494 per FreeBSD 11.0 EOL
PR: 216045 Approved by: portmgr blanket
This commit is contained in:
parent
08b2f4dc2e
commit
55dbc622c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458103
1 changed files with 2 additions and 11 deletions
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
|
|||
BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
|
||||
USES= compiler cpe gmake iconv libtool localbase makeinfo \
|
||||
USES= cpe gmake iconv libtool localbase makeinfo \
|
||||
pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -60,15 +60,6 @@ ZLIB_CONFIGURE_WITH= zlib
|
|||
|
||||
INFO= gnutls gnutls-guile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# XXX CHOSEN_COMPILER_VERSION isn't supported, so check CC hasn't changed
|
||||
.if ${ARCH} == aarch64 && ${CC} == cc && \
|
||||
${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 40
|
||||
BUILD_DEPENDS+= as:devel/binutils
|
||||
CFLAGS+= -no-integrated-as
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/doc/*.info*
|
||||
|
||||
|
@ -76,4 +67,4 @@ post-install:
|
|||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/examples/*.[ch] ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue