Changeset 14694 for trunk/dports


Ignore:
Timestamp:
Oct 18, 2005, 8:20:20 PM (19 years ago)
Author:
blb
Message:

Port: tpop3d
Version: 1.5.3
Revision: 2
Approved by: mww@

Update port mail/tpop3d
Add TLS support, add PAM capability, enable TCP wrappers, remove the
mailspool configure option since that's deprecated in favor of setting it
with the conf file

Location:
trunk/dports/mail/tpop3d
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/tpop3d/Portfile

    r9182 r14694  
    1 # $Id: Portfile,v 1.4 2004/11/07 01:03:19 jkh Exp $
     1# $Id: Portfile,v 1.5 2005/10/18 20:20:20 blb Exp $
    22
    33PortSystem 1.0
     
    55name            tpop3d
    66version         1.5.3
    7 revision        1
     7revision        2
    88categories      mail
    99platforms       darwin
     
    1616checksums       md5 dd920c49f4e5879eb3caf7ea047622e9
    1717
    18 configure.args  --with-mailspool-directory=${prefix}/var/spool/${name} \
    19                 --disable-auth-pam \
     18depends_lib     lib:libssl:openssl
     19
     20
     21configure.args  --enable-auth-pam \
    2022                --enable-auth-passwd \
     23                --enable-tls \
     24                --enable-tcp-wrappers \
    2125                --mandir=${prefix}/share/man
    22 
    23 build.env       LDFLAGS="-flat_namespace"
     26configure.env   LDFLAGS="-lcrypto"
    2427
    2528post-destroot   {
     
    3437        destroot.keepdirs ${destroot}${prefix}/var/spool/${name}
    3538}
     39
     40variant darwin {
     41        patchfiles-append       patch-configure patch-auth_pam.c
     42}
     43
Note: See TracChangeset for help on using the changeset viewer.