Bug 160245 - [PATCH] net/libvncserver optionsify gnutls and gcrypt support
Summary: [PATCH] net/libvncserver optionsify gnutls and gcrypt support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-28 01:00 UTC by m.tsatsenko
Modified: 2011-08-30 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.06 KB, patch)
2011-08-28 01:00 UTC, m.tsatsenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2011-08-28 01:00:29 UTC
- 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).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-28 01:00:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-28 20:16:15 UTC
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"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2011-08-28 20:16:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 Vrachnis 2011-08-30 21:31:07 UTC
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.