Summary: | Port security/clamav requires libcheck as dependence even if TEST option is off | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexey Markov <redrat> |
Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Alexey Markov
2011-10-21 12:40:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool) Alexey Markov wrote on 21.10.2011 15:34:
> -.if ${OSVERSION}>= 700000
> +.if defined(WITH_TESTS)&& ${OSVERSION}>= 700000
> BUILD_DEPENDS+= ${LOCALBASE}/include/check.h:${PORTSDIR}/devel/libcheck
> CONFIGURE_ARGS+=--enable-check
> .else
Hi, Alexey.
It should just depend on libcheck unconditionally, because we doesn't
support FreeBSD < 7.0 anyway.
--
Regards,
Ruslan
Tinderboxing kills... the drives.
Maybe you are right, but this PR about another issue. I mean, according to a Makefile "make check" occurs only when the option TESTS is on, but libcheck added to dependences list unconditionally. Proposed patch add it only when TESTS option is on. -- WBR, Alexey Markov. garga 2011-11-19 14:22:25 UTC FreeBSD ports repository Modified files: security/clamav Makefile security/clamav-devel Makefile Log: - Remove unecessary dependency (libcheck) when option TESTS is off [1] - Add clamav-milter as CONFLICTS, this new meta port will be added soon PR: ports/161872 Submitted by: Alexey Markov <redrat@mail.ru> Feature safe: yes Revision Changes Path 1.208 +2 -2 ports/security/clamav-devel/Makefile 1.169 +2 -2 ports/security/clamav/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |