Ticket #20051: gnupg2-libusb.diff

File gnupg2-libusb.diff, 1012 bytes (added by speed.rob@…, 15 years ago)
  • mail/gnupg2/Portfile

     
    3232# users to use gpg-agent as well.  gnupg2, however, requires gpg-agent to run,
    3333# and so gnupg2 depends on gpg-agent.
    3434
    35 configure.args  --disable-agent
     35configure.args  \
     36                --disable-agent \
     37                --disable-scdaemon
    3638
    3739depends_lib     port:libiconv           \
    3840                port:gettext            \
     
    4446                port:libksba            \
    4547                port:libgcrypt          \
    4648                port:libgpg-error       \
    47                 port:pth                \
    48                 port:libusb
     49                port:pth
    4950
    5051patchfiles      patch-configure.diff
    5152
     
    6970        depends_lib-append  port:dirmngr
    7071}
    7172
     73# libusb is a stupid dependency for GPG
     74variant scdaemon description {Adds smart card support via scdaemon} {
     75        depends_lib-append      port:libusb
     76        configure.args-delete   --disable-scdaemon
     77}
     78
    7279livecheck.check regex
    7380livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/gnupg/?O=D
    7481livecheck.regex gnupg-(\\d+\\.\\d+\\.\\d+)