Ticket #20051: gnupg2-libusb.diff
File gnupg2-libusb.diff, 1012 bytes (added by speed.rob@…, 15 years ago) |
---|
-
mail/gnupg2/Portfile
32 32 # users to use gpg-agent as well. gnupg2, however, requires gpg-agent to run, 33 33 # and so gnupg2 depends on gpg-agent. 34 34 35 configure.args --disable-agent 35 configure.args \ 36 --disable-agent \ 37 --disable-scdaemon 36 38 37 39 depends_lib port:libiconv \ 38 40 port:gettext \ … … 44 46 port:libksba \ 45 47 port:libgcrypt \ 46 48 port:libgpg-error \ 47 port:pth \ 48 port:libusb 49 port:pth 49 50 50 51 patchfiles patch-configure.diff 51 52 … … 69 70 depends_lib-append port:dirmngr 70 71 } 71 72 73 # libusb is a stupid dependency for GPG 74 variant scdaemon description {Adds smart card support via scdaemon} { 75 depends_lib-append port:libusb 76 configure.args-delete --disable-scdaemon 77 } 78 72 79 livecheck.check regex 73 80 livecheck.url http://mirrors.rootmode.com/ftp.gnupg.org/gnupg/?O=D 74 81 livecheck.regex gnupg-(\\d+\\.\\d+\\.\\d+)