svn commit: r443411 - head/x11-wm/cde

Chris Rees crees at FreeBSD.org
Sun Jun 11 21:39:55 UTC 2017


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:


More information about the svn-ports-all mailing list