1. In CONFIGURE_ARGS, the -libpth stuff is not needed, the 2.0.1 release fixed that problem. 2. NLS should be an option, as it is for gnupg 1.x 3. The conflicting options detection creates a deadlock for users with conflicting options in existing /var/db/ports/gnupg/options files. Fix: Apply the following patch: How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer
kuriyama 2007-01-14 07:03:52 UTC FreeBSD ports repository Modified files: security/gnupg Makefile pkg-plist Log: - Make GPGSM dependency optional (then we can use this port without LDAP dependency). [1] - Remove libpth hack in configure since this problem was fixed in 2.0.1. [2] - Remove silly conflict detections which breaks BATCH building [2],[3] - Check libassuan package version (to avoid using old lib) [4] PR: ports/107185 (I'm still working on NLS problem) [2], ports/107349 [3] Submitted by: Brian Minard <bminard@flatfoot.ca> [1], dougb [2], Ulrich Spoerlein <uspoerlein@gmail.com> [3], Ian Lister <freebsd-ports@lister.dnsalias.net> [4] Revision Changes Path 1.97 +14 -13 ports/security/gnupg/Makefile 1.39 +2 -2 ports/security/gnupg/pkg-plist _______________________________________________ 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 Feedback timeout. If you have a patch to activate NLS option, please let me know.