Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 01:09:26 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428263 - head/security/krb5-115
Message-ID:  <201612100109.uBA19Q4d063996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Dec 10 01:09:26 2016
New Revision: 428263
URL: https://svnweb.freebsd.org/changeset/ports/428263

Log:
  Register a build fail on FreeBSD-9 due to pkinit.so not being built,
  causing orphan check to fail.

Modified:
  head/security/krb5-115/Makefile

Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-115/Makefile	Sat Dec 10 00:43:33 2016	(r428262)
+++ head/security/krb5-115/Makefile	Sat Dec 10 01:09:26 2016	(r428263)
@@ -107,6 +107,13 @@ WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVE
 HTML_DOC_DIR=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/html
 PDF_DOC_DIR=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/pdf
 
+
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+BROKEN=		Does not build under FreeBSD-9, fails to build pkinit.so
+.endif
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/krb5
 # html documentation
@@ -154,4 +161,4 @@ post-install:
 	@${ECHO} "for more information.                                 "
 	@${ECHO} "------------------------------------------------------"
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612100109.uBA19Q4d063996>