Bug 153734 - [patch] multimedia/vlc: configure error: libgcrypt version 1.1.94 or higher not found
Summary: [patch] multimedia/vlc: configure error: libgcrypt version 1.1.94 or higher n...
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: Joseph S. Atkinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 17:10 UTC by swell.k
Modified: 2011-01-30 00:50 UTC (History)
0 users

See Also:


Attachments
a.diff (1.68 KB, patch)
2011-01-06 17:10 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2011-01-06 17:10:09 UTC
raop and remoteosd plugins depends on libgcrypt

How-To-Repeat: $ egrep -i '(error|warn).*gcrypt' $(make -V WRKSRC)/configure.ac
        AC_MSG_ERROR([gcrypt.h present but libgcrypt-config could not be found])
      AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
    AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
    AC_MSG_ERROR([--enable-gnutls and --disable-libgcrypt are mutually exclusive.])
    AC_MSG_ERROR([libgcrypt support required for RemoteOSD plugin])
  AC_MSG_WARN([libgcrypt support required for RAOP plugin])
    AC_MSG_ERROR([libgcrypt is required for update checking system])
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-06 17:10:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jsa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-30 00:04:16 UTC
jsa         2011-01-30 00:04:11 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vlc       Makefile distinfo 
  Removed files:
    multimedia/vlc/files 
                         patch-modules__gui__qt4__util__customwidgets.cpp 
  Log:
  Update VLC to 1.1.6.
  Include support for GCRYPT and REMOTEOSD [1].
  Stop linking against librt [2].
  Chase libdvbpsi shlib bump.
  
  PR:             [1] ports/153734, [2] ports/153764
  Submitted by:   Anonymous <swell.k@gmail.com>
  Approved by:    kwm (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.251     +18 -3     ports/multimedia/vlc/Makefile
  1.43      +2 -2      ports/multimedia/vlc/distinfo
  1.2       +0 -11     ports/multimedia/vlc/files/patch-modules__gui__qt4__util__customwidgets.cpp (dead)
_______________________________________________
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 Joseph S. Atkinson freebsd_committer freebsd_triage 2011-01-30 00:50:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!