Summary: | [PATCH] net/libvncserver optionsify gnutls and gcrypt support | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | m.tsatsenko | ||||
Component: | Individual Port(s) | Assignee: | Baptiste Daroussin <bapt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
m.tsatsenko
2011-08-28 01:00:29 UTC
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. |