svn commit: r346212 - head/net/anet

John Marino marino at FreeBSD.org
Wed Feb 26 15:47:30 UTC 2014


Author: marino
Date: Wed Feb 26 15:47:30 2014
New Revision: 346212
URL: http://svnweb.freebsd.org/changeset/ports/346212
QAT: https://qat.redports.org/buildarchive/r346212/

Log:
  net/anet: ahven expected even if not needed
  
  The Ahven test library was advertised as optional, but the internal
  makefiles will fail if it is not present.  In the short term, change
  Ahven from an optional to a mandatory dependency.
  
  Reported by: pkg-fallout

Modified:
  head/net/anet/Makefile

Modified: head/net/anet/Makefile
==============================================================================
--- head/net/anet/Makefile	Wed Feb 26 15:46:47 2014	(r346211)
+++ head/net/anet/Makefile	Wed Feb 26 15:47:30 2014	(r346212)
@@ -28,8 +28,8 @@ TEST_DESC=	Run unit test suite before in
 IGNORE=		will not build; atomics are not supported on DF i386
 .endif
 
-.if ${PORT_OPTIONS:MTEST}
 BUILD_DEPENDS+=	${LOCALBASE}/lib/gnat/ahven.gpr:${PORTSDIR}/devel/ahven
+.if ${PORT_OPTIONS:MTEST}
 ALL_TARGET+=	tests
 .endif
 


More information about the svn-ports-all mailing list