svn commit: r509792 - head/sysutils/pacman

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 25 12:30:47 UTC 2019


Author: amdmi3
Date: Sun Aug 25 12:30:47 2019
New Revision: 509792
URL: https://svnweb.freebsd.org/changeset/ports/509792

Log:
  - Mark BROKEN on 13.x

Modified:
  head/sysutils/pacman/Makefile

Modified: head/sysutils/pacman/Makefile
==============================================================================
--- head/sysutils/pacman/Makefile	Sun Aug 25 12:24:25 2019	(r509791)
+++ head/sysutils/pacman/Makefile	Sun Aug 25 12:30:47 2019	(r509792)
@@ -51,6 +51,10 @@ NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.options.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000
+BROKEN=		does not build (undefined reference to MD5_Final)
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|m4|gm4|' ${WRKSRC}/scripts/Makefile.in
 	@${REINPLACE_CMD} -e '2 s/.*/exit 0/' ${WRKSRC}/build-aux/missing


More information about the svn-ports-all mailing list