Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 21:39:53 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443411 - head/x11-wm/cde
Message-ID:  <201706112139.v5BLdrnI000498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Jun 11 21:39:53 2017
New Revision: 443411
URL: https://svnweb.freebsd.org/changeset/ports/443411

Log:
  Does not build on head
  
  Fix in the works, but done to stop fallout mails.

Modified:
  head/x11-wm/cde/Makefile

Modified: head/x11-wm/cde/Makefile
==============================================================================
--- head/x11-wm/cde/Makefile	Sun Jun 11 21:03:58 2017	(r443410)
+++ head/x11-wm/cde/Makefile	Sun Jun 11 21:39:53 2017	(r443411)
@@ -28,6 +28,12 @@ MAKE_ARGS+=	PERL=${PERL}
 MAKE_JOBS_UNSAFE=yes
 SUB_FILES=	pkg-message
 
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} > 1200000
+BROKEN=		Does not build on head
+.endif
+
 DTPATHSRE=	's,/usr/dt,${STAGEDIR}${PREFIX}/dt,;s,/etc/dt,${STAGEDIR}${PREFIX}/etc/dt,;\
 		s,/var/dt,${STAGEDIR}${PREFIX}/dt/var,'
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706112139.v5BLdrnI000498>