Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.181 2013/02/06 23:22:44 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.182 2014/02/12 23:18:07 tron Exp $
|
||||
|
||||
# Note to updaters: mail/fetchmailconf reaches over here, make sure it builds.
|
||||
DISTNAME= fetchmail-6.3.22
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://download.berlios.de/fetchmail/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.14 2012/11/03 22:50:22 morr Exp $
|
||||
@comment $NetBSD: PLIST,v 1.15 2014/03/11 14:05:03 jperkin Exp $
|
||||
bin/fetchmail
|
||||
man/man1/fetchmail.1
|
||||
share/doc/fetchmail/COPYING
|
||||
@@ -9,7 +9,6 @@ share/doc/fetchmail/README
|
||||
share/doc/fetchmail/design-notes.html
|
||||
share/doc/fetchmail/fetchmail-FAQ.html
|
||||
share/doc/fetchmail/fetchmail-features.html
|
||||
share/examples/rc.d/fetchmail
|
||||
share/locale/ca/LC_MESSAGES/fetchmail.mo
|
||||
share/locale/cs/LC_MESSAGES/fetchmail.mo
|
||||
share/locale/da/LC_MESSAGES/fetchmail.mo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: options.mk,v 1.16 2012/11/04 23:06:23 tron Exp $
|
||||
# $NetBSD: options.mk,v 1.17 2014/02/12 23:19:49 tron Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail
|
||||
PKG_SUPPORTED_OPTIONS= kerberos4 kerberos gssapi ssl
|
||||
@@ -46,13 +46,6 @@ CONFIGURE_ARGS+= --with-kerberos5=no
|
||||
### Support POP3 and IMAP over SSL.
|
||||
###
|
||||
.if !empty(PKG_OPTIONS:Mssl)
|
||||
. if !empty(MACHINE_PLATFORM:MNetBSD-[1-5].*-*)
|
||||
# "fetchmail" requires the "SSL_CTX_clear_options" library function which
|
||||
# was added in OpenSSL 0.9.8m. NetBSD 5.* ships with a snapshot that
|
||||
# claims to be OpenSSL 0.9.9 but doesn't provide this function. Force
|
||||
# the use of the "openssl" package to fix the build.
|
||||
USE_BUILTIN.openssl= no
|
||||
. endif
|
||||
. include "../../security/openssl/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
|
||||
.else
|
||||
|
||||
Reference in New Issue
Block a user