svn commit: r458106 - branches/2018Q1/security/gnutls
Jan Beich
jbeich at FreeBSD.org
Fri Jan 5 03:00:40 UTC 2018
Author: jbeich
Date: Fri Jan 5 03:00:39 2018
New Revision: 458106
URL: https://svnweb.freebsd.org/changeset/ports/458106
Log:
MFH: r458103
security/gnutls: revert r431494 per FreeBSD 11.0 EOL
PR: 216045
Approved by: portmgr blanket
Approved by: ports-secteam blanket
Modified:
branches/2018Q1/security/gnutls/Makefile
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/security/gnutls/Makefile
==============================================================================
--- branches/2018Q1/security/gnutls/Makefile Fri Jan 5 02:59:43 2018 (r458105)
+++ branches/2018Q1/security/gnutls/Makefile Fri Jan 5 03:00:39 2018 (r458106)
@@ -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>
More information about the svn-ports-all
mailing list