Date: Sun, 25 Nov 2018 03:05:49 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485842 - in head/devel: dfmt dsymbol Message-ID: <201811250305.wAP35nEV027737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Sun Nov 25 03:05:49 2018 New Revision: 485842 URL: https://svnweb.freebsd.org/changeset/ports/485842 Log: - Add missing dependency (devel/mir-core) Reported by: pkg-fallout Modified: head/devel/dfmt/Makefile head/devel/dsymbol/Makefile Modified: head/devel/dfmt/Makefile ============================================================================== --- head/devel/dfmt/Makefile Sun Nov 25 02:06:53 2018 (r485841) +++ head/devel/dfmt/Makefile Sun Nov 25 03:05:49 2018 (r485842) @@ -15,6 +15,7 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ rdmd:lang/dlang-tools \ ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ + ${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USE_GITHUB= yes Modified: head/devel/dsymbol/Makefile ============================================================================== --- head/devel/dsymbol/Makefile Sun Nov 25 02:06:53 2018 (r485841) +++ head/devel/dsymbol/Makefile Sun Nov 25 03:05:49 2018 (r485842) @@ -13,6 +13,7 @@ LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ + ${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \ ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ ${LOCALBASE}/lib/d/libemsi_containers.a:devel/containers \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811250305.wAP35nEV027737>