svn commit: r489276 - head/graphics/gauche-gl

Antoine Brodin antoine at FreeBSD.org
Fri Jan 4 20:57:22 UTC 2019


Author: antoine
Date: Fri Jan  4 20:57:21 2019
New Revision: 489276
URL: https://svnweb.freebsd.org/changeset/ports/489276

Log:
  Mark BROKEN: fails to stage
  
  cd: /wrkdirs/usr/ports/graphics/gauche-gl/work/stage/usr/local/lib/gauche-0.9/site/amd64-portbld-freebsd11.2: No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/gauche-gl/Makefile

Modified: head/graphics/gauche-gl/Makefile
==============================================================================
--- head/graphics/gauche-gl/Makefile	Fri Jan  4 20:57:20 2019	(r489275)
+++ head/graphics/gauche-gl/Makefile	Fri Jan  4 20:57:21 2019	(r489276)
@@ -15,6 +15,8 @@ COMMENT=	OpenGL binding for Gauche
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to stage
+
 BUILD_DEPENDS=	gosh:lang/gauche
 RUN_DEPENDS=	gosh:lang/gauche
 


More information about the svn-ports-all mailing list