Date: Wed, 26 Feb 2014 15:47:30 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346212 - head/net/anet Message-ID: <201402261547.s1QFlUGH075064@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402261547.s1QFlUGH075064>