svn commit: r392999 - head/devel/magit

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 27 18:30:36 UTC 2015


Author: amdmi3
Date: Mon Jul 27 18:30:35 2015
New Revision: 392999
URL: https://svnweb.freebsd.org/changeset/ports/392999

Log:
  - Mark broken on 9.x:
  
  xargs: ginstall-info: No such file or directory
  
  Approved by:	portmgr blanket

Modified:
  head/devel/magit/Makefile

Modified: head/devel/magit/Makefile
==============================================================================
--- head/devel/magit/Makefile	Mon Jul 27 18:30:24 2015	(r392998)
+++ head/devel/magit/Makefile	Mon Jul 27 18:30:35 2015	(r392999)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	git:${PORTSDIR}/devel/git
 		dash.el>0:${PORTSDIR}/devel/dash.el
 RUN_DEPENDS=	dash.el>0:${PORTSDIR}/devel/dash.el
 
+BROKEN_FreeBSD_9=	does not build
+
 USE_GITHUB=	yes
 
 USES=		gmake makeinfo


More information about the svn-ports-head mailing list