svn commit: r438104 - head/net/ceph-devel

Mahdi Mokhtari mmokhi at FreeBSD.org
Sun Apr 9 14:47:17 UTC 2017


Author: mmokhi
Date: Sun Apr  9 14:47:16 2017
New Revision: 438104
URL: https://svnweb.freebsd.org/changeset/ports/438104

Log:
  Mark port as unbuildable for FreeBSD 10.X
  
  PR:		218484
  Reported by:	Willem Jan Withagen <wjw at digiware.nl> (maintainer)
  Reviewed by:	mat (mentor)
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10319

Modified:
  head/net/ceph-devel/Makefile

Modified: head/net/ceph-devel/Makefile
==============================================================================
--- head/net/ceph-devel/Makefile	Sun Apr  9 14:33:15 2017	(r438103)
+++ head/net/ceph-devel/Makefile	Sun Apr  9 14:47:16 2017	(r438104)
@@ -77,6 +77,7 @@ SHEBANG_FILES=src/rbdmap src/ceph-post-f
 
 # even though i386 will build, it is not really advised.
 ONLY_FOR_ARCHS=	amd64
+IGNORE_FreeBSD_10=	Doesnt build for FreeBSD 10.x
 
 USE_RC_SUBR=	ceph
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list