svn commit: r433957 - head/devel/dwarves

Conrad Meyer cem at FreeBSD.org
Sun Feb 12 18:05:39 UTC 2017


Author: cem (src committer)
Date: Sun Feb 12 18:05:38 2017
New Revision: 433957
URL: https://svnweb.freebsd.org/changeset/ports/433957

Log:
  devel/dwarves: Disable on <12
  
  Builds will just fail on non-CURRENT until someone backports r312599.  Tag
  the leaf port as ignored on these platforms.
  
  Reviewed by:	bapt
  Sponsored by:	Dell EMC Isilon
  Differential Revision:	https://reviews.freebsd.org/D9319

Modified:
  head/devel/dwarves/Makefile

Modified: head/devel/dwarves/Makefile
==============================================================================
--- head/devel/dwarves/Makefile	Sun Feb 12 17:59:34 2017	(r433956)
+++ head/devel/dwarves/Makefile	Sun Feb 12 18:05:38 2017	(r433957)
@@ -39,4 +39,10 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|_GL_ATTRIBUTE_PURE|__attribute__((__pure__))|g' \
 	    ${WRKSRC}/obstack.h ${WRKSRC}/obstack.c
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1200000
+IGNORE=		requires FreeBSD 12.0 (ElfNN_Chdr)
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list