pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/sitecopy



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.

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
 



Home | Main Index | Thread Index | Old Index