- OPTIONSify gnutls and gcrypt support to prevent configure detect them itself - Make portlint happy Fix: Patch attached with submission follows: How-To-Repeat: Install gnutls/gcrypt first, then libvncserver (it will be linked against gnutls/gcrypt without any actual dependency). So deinstalling gnutls/gcrypt will result in unusable libvncserver (tested by VBoxHeadless -n).
Responsible Changed From-To: freebsd-ports-bugs->bapt Over to maintainer (via the GNATS Auto Assign Tool)
bapt 2011-08-28 19:16:00 UTC FreeBSD ports repository Modified files: net/libvncserver Makefile Log: optionsify gnutls and gcrypt support Remove CPPFLAGS and LDFLAGS from CONFIGURE_ENV PR: ports/160245 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Revision Changes Path 1.15 +21 -2 ports/net/libvncserver/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!
sorry for commenting on this closed PR. I'm running 9-CURRENT and the current version of libgcrypt required me to change this line: LIB_DEPENDS+= gcrypt.0:${PORTSDIR}/security/libgcrypt into: LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt otherwise, the configure script never got to run.