svn commit: r466126 - head/editors/editorconfig-core-c

Antoine Brodin antoine at FreeBSD.org
Sun Apr 1 08:54:23 UTC 2018


Author: antoine
Date: Sun Apr  1 08:54:23 2018
New Revision: 466126
URL: https://svnweb.freebsd.org/changeset/ports/466126

Log:
  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
  MFH:		2018Q2

Modified:
  head/editors/editorconfig-core-c/Makefile

Modified: head/editors/editorconfig-core-c/Makefile
==============================================================================
--- head/editors/editorconfig-core-c/Makefile	Sun Apr  1 07:44:44 2018	(r466125)
+++ head/editors/editorconfig-core-c/Makefile	Sun Apr  1 08:54:23 2018	(r466126)
@@ -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-head mailing list