Mon Sep 9 08:39:15 2019 UTC ()
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.


(nia)
diff -r1.50 -r1.51 pkgsrc/www/sitecopy/Makefile

cvs diff -r1.50 -r1.51 pkgsrc/www/sitecopy/Makefile (expand / switch to unified diff)

--- pkgsrc/www/sitecopy/Makefile 2016/03/05 11:29:40 1.50
+++ pkgsrc/www/sitecopy/Makefile 2019/09/09 08:39:15 1.51
@@ -1,30 +1,29 @@ @@ -1,30 +1,29 @@
1# $NetBSD: Makefile,v 1.50 2016/03/05 11:29:40 jperkin Exp $ 1# $NetBSD: Makefile,v 1.51 2019/09/09 08:39:15 nia Exp $
2 2
3DISTNAME= sitecopy-0.16.6 3DISTNAME= sitecopy-0.16.6
4PKGREVISION= 5 4PKGREVISION= 6
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://www.manyfish.co.uk/sitecopy/ 6MASTER_SITES= http://www.manyfish.co.uk/sitecopy/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.manyfish.co.uk/sitecopy/ 9HOMEPAGE= http://www.manyfish.co.uk/sitecopy/
10COMMENT= Utility for synchronizing remote and local web sites 10COMMENT= Utility for synchronizing remote and local web sites
11 11
12USE_FEATURES= getopt_long 12USE_FEATURES= getopt_long
13USE_TOOLS+= gmake msgfmt 13USE_TOOLS+= gmake msgfmt
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --with-ssl 
18#CONFIGURE_ARGS+= --with-included-neon 17#CONFIGURE_ARGS+= --with-included-neon
19CONFIGURE_ARGS+= --with-libxml2 18CONFIGURE_ARGS+= --with-libxml2
20 19
21# The build process doesn't correctly find the header for GNU fnmatch, which 20# The build process doesn't correctly find the header for GNU fnmatch, which
22# is provided in ${WRKSRC}/lib. Help the compiler by linking the header 21# is provided in ${WRKSRC}/lib. Help the compiler by linking the header
23# to ${WRKSRC} and explicitly passing -I. to the compiler. 22# to ${WRKSRC} and explicitly passing -I. to the compiler.
24# 23#
25CFLAGS+= -I. 24CFLAGS+= -I.
26 25
27pre-build: 26pre-build:
28 ${RM} -f ${WRKSRC:Q}/fnmatch.h 27 ${RM} -f ${WRKSRC:Q}/fnmatch.h
29 ${LN} -sf ${WRKSRC:Q}/lib/fnmatch.h ${WRKSRC:Q}/fnmatch.h 28 ${LN} -sf ${WRKSRC:Q}/lib/fnmatch.h ${WRKSRC:Q}/fnmatch.h
30 29