svn commit: r484062 - branches/2018Q4/sysutils/mdcp

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:10:24 UTC 2018


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 at hotmail.com
 COMMENT=	Fastest utility for copy from a disk device for many
 
+BROKEN=		fails to build
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 


More information about the svn-ports-branches mailing list