svn commit: r497920 - branches/2019Q2/security/stud

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:37:18 UTC 2019


Author: antoine
Date: Fri Apr  5 05:37:17 2019
New Revision: 497920
URL: https://svnweb.freebsd.org/changeset/ports/497920

Log:
  MFH: r497919
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/security/stud/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/stud/Makefile
==============================================================================
--- branches/2019Q2/security/stud/Makefile	Fri Apr  5 05:36:54 2019	(r497919)
+++ branches/2019Q2/security/stud/Makefile	Fri Apr  5 05:37:17 2019	(r497920)
@@ -24,7 +24,14 @@ MAKE_JOBS_UNSAFE=	yes
 PLIST_FILES=	bin/stud \
 		man/man8/stud.8.gz
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct ssl_ctx_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct ssl_ctx_st'
+.endif
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-branches mailing list