[jrhett@triceratops /usr/ports/security/gnupg] $ cat /var/db/ports/gnupg/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for gnupg-2.0.4 _OPTIONS_READ=gnupg-2.0.4 WITHOUT_LDAP=true WITHOUT_SCDAEMON=true WITH_CURL=true WITH_GPGSM=true [jrhett@triceratops /usr/ports/security/gnupg]$ make ===> gnupg-2.0.4 depends on package: libassuan>=1.0.1 - found ===> gnupg-2.0.4 depends on executable: gmake - found ===> gnupg-2.0.4 depends on shared library: gcrypt.13 - found ===> gnupg-2.0.4 depends on shared library: gpg-error - found ===> gnupg-2.0.4 depends on shared library: ksba.17 - found ===> gnupg-2.0.4 depends on shared library: pth.20 - found ===> gnupg-2.0.4 depends on shared library: curl - found ===> gnupg-2.0.4 depends on shared library: ldap-2.3.2 - not found ===> Verifying install for ldap-2.3.2 in /usr/ports/net/openldap23-client ===> openldap-client-2.3.38 depends on file: /usr/local/bin/libtool - found ===> Configuring for openldap-client-2.3.38 ^C
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer
kuriyama 2007-10-13 11:10:09 UTC FreeBSD ports repository Modified files: security/gnupg Makefile Log: - Add a note "require LDAP" in GPGSM knob for $OPTIONS. This may help to reduce confusion when "WITHOUT_LDAP and WITH_GPGSM selected, but OpenLDAP dependency exists" situcation. PR: ports/116558 Reported by: Jo Rhett <jrhett@netconsonance.com> Revision Changes Path 1.108 +2 -1 ports/security/gnupg/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->feedback If you enable GPGSM knob, LDAP knob is also enabled automatically. Sorry, this may be confusing. I've committed to refine the text in $OPTIONS screen. Hope this helps.
State Changed From-To: feedback->closed Feedback timeout.