Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:10:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484062 - branches/2018Q4/sysutils/mdcp
Message-ID:  <201811041410.wA4EANfo038766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:10:23 2018
New Revision: 484062
URL: https://svnweb.freebsd.org/changeset/ports/484062

Log:
  MFH: r484061
  
  Mark BROKEN: fails to build
  
  mdcp.cc:359:3: error: no matching function for call to 'clock_gettime'
    clock_gettime( NULL, &timeStarted );
    ^~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/sysutils/mdcp/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/sysutils/mdcp/Makefile
==============================================================================
--- branches/2018Q4/sysutils/mdcp/Makefile	Sun Nov  4 14:10:02 2018	(r484061)
+++ branches/2018Q4/sysutils/mdcp/Makefile	Sun Nov  4 14:10:23 2018	(r484062)
@@ -9,6 +9,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/shine
 MAINTAINER=	wamonzyne@hotmail.com
 COMMENT=	Fastest utility for copy from a disk device for many
 
+BROKEN=		fails to build
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 



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