Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 12:30:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509792 - head/sysutils/pacman
Message-ID:  <201908251230.x7PCUlwv072514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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