Lines 41-46
Link Here
|
41 |
--with-language=${LANG} --with-paranoidmsg --with-puredb \ |
41 |
--with-language=${LANG} --with-paranoidmsg --with-puredb \ |
42 |
--with-quotas --with-ratios |
42 |
--with-quotas --with-ratios |
43 |
GNU_CONFIGURE= yes |
43 |
GNU_CONFIGURE= yes |
|
|
44 |
USE_OPENSSL= yes |
44 |
USE_PERL5= run |
45 |
USE_PERL5= run |
45 |
USE_RC_SUBR= pure-ftpd |
46 |
USE_RC_SUBR= pure-ftpd |
46 |
USES= cpe perl5 shebangfix tar:bzip2 |
47 |
USES= cpe perl5 shebangfix tar:bzip2 |
Lines 83-88
Link Here
|
83 |
THROTTLING_CONFIGURE_WITH= throttling |
84 |
THROTTLING_CONFIGURE_WITH= throttling |
84 |
TLS_CONFIGURE_OFF= --without-tls |
85 |
TLS_CONFIGURE_OFF= --without-tls |
85 |
TLS_CONFIGURE_ON= --with-certfile=${TLS_CERTFILE} --with-tls |
86 |
TLS_CONFIGURE_ON= --with-certfile=${TLS_CERTFILE} --with-tls |
|
|
87 |
TLS_CPPFLAGS= -I${OPENSSLINC} |
88 |
TLS_LDFLAGS= -L${OPENSSLLIB} |
86 |
UPLOADSCRIPT_CONFIGURE_WITH= uploadscript |
89 |
UPLOADSCRIPT_CONFIGURE_WITH= uploadscript |
87 |
UTF8_CONFIGURE_WITH= rfc2640 |
90 |
UTF8_CONFIGURE_WITH= rfc2640 |
88 |
UTF8_USES= iconv |
91 |
UTF8_USES= iconv |