svn commit: r466127 - branches/2018Q2/editors/editorconfig-core-c

Antoine Brodin antoine at FreeBSD.org
Sun Apr 1 08:55:39 UTC 2018


Author: antoine
Date: Sun Apr  1 08:55:38 2018
New Revision: 466127
URL: https://svnweb.freebsd.org/changeset/ports/466127

Log:
  MFH: r466126
  
  Mark BROKEN: fails to package
  
  pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man1/editorconfig.1.gz:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig.h.3.gz:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig_handle.h.3.gz:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man5/editorconfig-format.5.gz:No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q2/editors/editorconfig-core-c/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/editors/editorconfig-core-c/Makefile
==============================================================================
--- branches/2018Q2/editors/editorconfig-core-c/Makefile	Sun Apr  1 08:54:23 2018	(r466126)
+++ branches/2018Q2/editors/editorconfig-core-c/Makefile	Sun Apr  1 08:55:38 2018	(r466127)
@@ -9,6 +9,8 @@ CATEGORIES=	editors
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	EditorConfig core library and executable written in C
 
+BROKEN=		fails to package
+
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
 USES=		cmake


More information about the svn-ports-all mailing list