when compiling libgcrypt, we get this error: checking for gpg-error-config... /usr/local/bin/gpg-error-config checking for GPG Error - version >= 1.8... no configure: error: libgpg-error is needed. See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ . ===> Script "configure" failed unexpectedly. even though the depends is looking for this: ===> Applying FreeBSD patches for libgcrypt-1.5.0 ===> libgcrypt-1.5.0 depends on package: libtool>=2.4 - found ===> libgcrypt-1.5.0 depends on shared library: gpg-error.0 - found ===> Configuring for libgcrypt-1.5.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel Fix: change LIB_DEPENDS to both RUN and BUILD depends (note: don't set BUILD_DEPENDS=RUN_DEPENDS. TAKES IN TOO MUCH) patch below, quick, easy one. How-To-Repeat: compile libgcrypt with libgpg error of < 1.8
State Changed From-To: open->feedback Ask maintainer for feedback.
Dear maintainer of security/libgcrypt, a problem report has been submitted for your port for which your feedback might be required; its contents can be found at [1]. If it contains a patch or suggestions for a change, please send a followup to the PR explaining whether or not you approve it and want it to be committed. Regards, Stefan [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159873
Hi, I see the problem described in the PR ports/159873. The patch in the PR looks okay. I approve it, thanks. At Sun, 4 Sep 2011 15:22:31 +0200, Stefan Walter wrote: > a problem report has been submitted for your port for which your > feedback might be required; its contents can be found at [1]. If it > contains a patch or suggestions for a change, please send a followup to > the PR explaining whether or not you approve it and want it to be > committed. > [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159873 Regards, -- Hirohisa Yamaguchi umq@ueo.co.jp
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-09-17 21:56:22 UTC FreeBSD ports repository Modified files: security/libgcrypt Makefile Log: Require ligpg-error>=1.8 to build succesfully PR: ports/159873 Submitted by: Michael Scheidell <scheidell@secnap.net> Approved by: maintainer, miwi, wen (mentors implicit) Revision Changes Path 1.51 +2 -1 ports/security/libgcrypt/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, with minor changes. Thanks!