Received: by mail.netbsd.org (Postfix, from userid 605) id 2B72584DA9; Mon, 9 Sep 2019 08:39:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A810584DA8 for ; Mon, 9 Sep 2019 08:39:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EqeVxzQrTXSK for ; Mon, 9 Sep 2019 08:39:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0CB1F84CCF for ; Mon, 9 Sep 2019 08:39:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 070E4FBF4; Mon, 9 Sep 2019 08:39:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568018355169990" MIME-Version: 1.0 Date: Mon, 9 Sep 2019 08:39:15 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/sitecopy To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190909083916.070E4FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568018355169990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Sep 9 08:39:15 UTC 2019 Modified Files: pkgsrc/www/sitecopy: Makefile Log Message: sitecopy: broken with openssl 1.1, disable ssl configure option still gets https support via neon. this seems to be how debian is building this. bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/sitecopy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568018355169990 Content-Disposition: inline Content-Length: 717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/sitecopy/Makefile diff -u pkgsrc/www/sitecopy/Makefile:1.50 pkgsrc/www/sitecopy/Makefile:1.51 --- pkgsrc/www/sitecopy/Makefile:1.50 Sat Mar 5 11:29:40 2016 +++ pkgsrc/www/sitecopy/Makefile Mon Sep 9 08:39:15 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2016/03/05 11:29:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/09 08:39:15 nia Exp $ DISTNAME= sitecopy-0.16.6 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.manyfish.co.uk/sitecopy/ @@ -14,7 +14,6 @@ USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ssl #CONFIGURE_ARGS+= --with-included-neon CONFIGURE_ARGS+= --with-libxml2 --_----------=_1568018355169990--