pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/sitecopy sitecopy: broken with openssl 1.1, disabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9189bc67c81
branches:  trunk
changeset: 339241:b9189bc67c81
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 09 08:39:15 2019 +0000

description:
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.

diffstat:

 www/sitecopy/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 977de8a2eb62 -r b9189bc67c81 www/sitecopy/Makefile
--- a/www/sitecopy/Makefile     Mon Sep 09 08:12:09 2019 +0000
+++ b/www/sitecopy/Makefile     Mon Sep 09 08:39:15 2019 +0000
@@ -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_PKGLOCALEDIR=      yes
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-ssl
 #CONFIGURE_ARGS+=      --with-included-neon
 CONFIGURE_ARGS+=       --with-libxml2
 



Home | Main Index | Thread Index | Old Index