Mon Oct 9 08:06:20 2017 UTC ()
alpine: comment out dead sites


(wiz)
diff -r1.40 -r1.41 pkgsrc/mail/alpine/Makefile

cvs diff -r1.40 -r1.41 pkgsrc/mail/alpine/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/alpine/Makefile 2016/05/14 16:13:10 1.40
+++ pkgsrc/mail/alpine/Makefile 2017/10/09 08:06:20 1.41
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.40 2016/05/14 16:13:10 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.41 2017/10/09 08:06:20 wiz Exp $
2# 
3 2
4DISTNAME= alpine-2.20 3DISTNAME= alpine-2.20
5CATEGORIES= mail 4CATEGORIES= mail
6MASTER_SITES= http://patches.freeiz.com/alpine/release/src/ 5#MASTER_SITES= http://patches.freeiz.com/alpine/release/src/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://patches.freeiz.com/alpine/release/ 9#HOMEPAGE= http://patches.freeiz.com/alpine/release/
11COMMENT= Program for Internet News and E-mail 10COMMENT= Program for Internet News and E-mail
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE} 14CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE}
16CONFIGURE_ARGS+= --with-ssl-certs-dir=${SSLCERTS:Q} 15CONFIGURE_ARGS+= --with-ssl-certs-dir=${SSLCERTS:Q}
17CONFIGURE_ARGS+= --with-ssl-include-dir=${SSLBASE}/include 16CONFIGURE_ARGS+= --with-ssl-include-dir=${SSLBASE}/include
18CONFIGURE_ARGS+= --with-ssl-lib-dir=${SSLBASE}/lib 17CONFIGURE_ARGS+= --with-ssl-lib-dir=${SSLBASE}/lib
19CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf 18CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf
20CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed 19CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed
21CONFIGURE_ARGS+= --with-passfile=.pine-passfile 20CONFIGURE_ARGS+= --with-passfile=.pine-passfile
22# disabled, for Web Alpine Support 21# disabled, for Web Alpine Support
23CONFIGURE_ARGS+= --without-tcl 22CONFIGURE_ARGS+= --without-tcl